Skip to content
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

Merged
merged 5 commits into from
Jun 19, 2024
Merged

123 meteo stac #130

merged 5 commits into from
Jun 19, 2024

Conversation

GriffinBabe
Copy link
Collaborator

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

@GriffinBabe GriffinBabe self-assigned this Jun 18, 2024
@GriffinBabe GriffinBabe linked an issue Jun 18, 2024 that may be closed by this pull request
Copy link
Collaborator

@VictorVerhaert VictorVerhaert left a 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!

src/openeo_gfmap/fetching/commons.py Show resolved Hide resolved
src/openeo_gfmap/fetching/commons.py Show resolved Hide resolved
src/openeo_gfmap/fetching/commons.py Outdated Show resolved Hide resolved
src/openeo_gfmap/fetching/commons.py Show resolved Hide resolved
src/openeo_gfmap/fetching/commons.py Show resolved Hide resolved
src/openeo_gfmap/fetching/commons.py Show resolved Hide resolved
src/openeo_gfmap/fetching/meteo.py Outdated Show resolved Hide resolved
src/openeo_gfmap/preprocessing/meteo.py Outdated Show resolved Hide resolved
@GriffinBabe GriffinBabe merged commit 5ceb21c into main Jun 19, 2024
1 check passed
@GriffinBabe GriffinBabe deleted the 123-meteo-stac branch June 19, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use STAC collection for METEO data on CDSE backends
2 participants