-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spatially reproject data in data conversion script #15
Comments
On second thoughts, maybe we shouldn't spatially reproject the satellite imagery?!? My thinking is:
The downsides I can think of are:
What do you guys think, @jacobbieker and @peterdudfield |
seperate CNNs is fine - lob/master/predict_pv_yield/models/conv3d/conv3d_sat_nwp.png Does the reporjection helpe with visualisation? Or maybe that reprojection could be done for visualization |
Yeah, I can see that not reprojecting it could be better, especially if we end up using other derived EUMETSAT data, like cloud masks or atmospheric instability, keeping everything in the original format makes it a lot easier and yeah, removes artifacts. I'd still want to see if reprojection does do worse or not, but yeah, that could wait. It would help with visualization, but yeah, we can just reproject for that |
Excellent, sounds like a plan! I won't bother reprojecting for now, and we can see how we get on... |
Detailed Description
The EUMETSAT data is in geostationary projection. We probably want it in transverse Mercator.
Related
pyresample
can be told to use multiple CPU coresThe text was updated successfully, but these errors were encountered: