-
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
123 meteo stac #130
123 meteo stac #130
Conversation
Conflicts: src/openeo_gfmap/fetching/commons.py src/openeo_gfmap/fetching/generic.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general:
I'm not a big fan of creating another sub function _load_collection_hybrid as it creates yet another level in the load collection process. I would rather keep it in _load_collection and we could extract some fetch type functionality to other functions. (should keep the code more coherent)
Let me know what you think!
Create a separate fetcher to get meteo data from the STAC catalogue when it comes to use the CDSE backends
I made quite some modifications in the fetching functionalities, could you give in a look @VictorVerhaert ?
This also fixes the logger issue in the FeatureExtractor and ModelInference classes