openclimatefix / Satip

Satip contains the code necessary for retrieving, transforming and storing EUMETSAT data
https://satip.readthedocs.io/
MIT License
41 stars 28 forks source link

Write script to convert `.nat` EUMETSAT files to Zarr intermediate #14

Closed JackKelly closed 2 years ago

JackKelly commented 3 years ago

Features of this script

Related:

JackKelly commented 3 years ago

@jacobbieker and @peterdudfield what do you guys think about keeping the script to convert EUMETSAT native files to an intermediate file format in satip (instead of in nowcasting_dataset)? I don't have any strong feelings. A few advantages of keeping this script in satip:

jacobbieker commented 3 years ago

Yeah, I agree, keeping as much of the satellite specific stuff in Satip makes sense. I like generally keeping the packages as separate as possible.

JackKelly commented 2 years ago

On the topic of compression, it might be worth checking out zfp. I haven't tried it! Definitely not that important though! zstd is probably fine!