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

Use EUMDAC library for most of Satip #124

Open jacobbieker opened 2 years ago

jacobbieker commented 2 years ago

Detailed Description

Its a new library from EUMETSAT that offers some nice stuff, including built-in support for data tailor, etc. Satip is already using it for the data tailor access, so unifying it across the rest of the eumetsat package should help with reducing code complexity, maintenance, and things we have to maintain.

Context

Docs here: https://eumetsatspace.atlassian.net/wiki/spaces/EUMDAC/overview

Possible Implementation

JasonFengGit commented 6 months ago

Hi @jacobbieker, could you please give some starting points for this issue? Also, the doc link says I don't have access to it. Is there any other ways I can get the docs? Thank you so much!

jacobbieker commented 6 months ago

Hi, sorry, I think the documentation has moved to here now: https://user.eumetsat.int/resources/user-guides/eumetsat-data-access-client-eumdac-guide

JasonFengGit commented 6 months ago

Thank you so much! Could you please give some starting points like where can I start refactoring?