-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for MTG Satellite processing #138
Comments
Few updates here: Once pydata/xarray#9948 is merged, we could then write sharded Zarrs, which should cut down the massive number of chunks on disk we have with the current satellite imagery (and would be worse with MTG) Using
For these, we could either keep float32 and use @devsjc Any thoughts on what might be better approach? Wouldn't want to get rid of info, could also keep only some of the variables in float32, and the rest in float16 I guess |
I think rounding off the data is a good idea, there's no need to hold extra precision. Are there any downsides to mixing float16 and float32 between data vars? |
No downside on mixing data types, they are stored completely separately, main question I guess would be if we can reduce all the data vars to float16 instead, and how much difference does it make for the imagery, so I'll keep looking into that and see what the difference is. |
There is the new satellite from EUMETSAT for the 0 degree service that is now operational. It has a faster refresh (10min vs 15) and more channels (16 vs 12) and higher spatial resolution, so would be good to include.
Detailed Description
The MTG satellite is now fully operational, providing 16 spectral channels, with much higher resolution data than the MSG currently being used. The MTG will also eventually replace the MSG for the 0 degree service sometime next year (timeline is 6 months after it is operational).
Context
Higher resolution, more frequent data (every 10 minutes) can help with forecasting. It would also be nice to be able to have it in the GCP archive to make it more easily accessible.
Possible Implementation
It is already available in the data store from September to now, both the high resolution data, and the nominal resolution data, in the Data Store.
https://data.eumetsat.int/data/map/EO:EUM:DAT:0665
https://data.eumetsat.int/data/map/EO:EUM:DAT:0662
The text was updated successfully, but these errors were encountered: