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

feat(inputs): Meteomatics downloader #146

Merged
merged 4 commits into from
Apr 30, 2024
Merged

feat(inputs): Meteomatics downloader #146

merged 4 commits into from
Apr 30, 2024

Conversation

devsjc
Copy link
Collaborator

@devsjc devsjc commented Apr 29, 2024

Implements a NWP Consumer client for Meteomatics. For the sake of time, the differences between the meteomatics API and other sources of NWP data have not been taken into account in a more clever way than offloading much of the modified logic to the implementation of the FileInfoModel. As such, there's more hardcoding than I'd like, as well as less customization and parameterisation.

This is mostly due to the fact that the dataset we are pulling from meteomatics is not a gridded dataset, but rather a timeseries over a set of specific coordinates. These changes negate the use of the area parameter from the FileInfoModel. When I have time, it would be good to revisit this so it can have its sites chosen via env vars like for instance how the parameterGroups works with other inputs.

@devsjc devsjc linked an issue Apr 29, 2024 that may be closed by this pull request
@devsjc devsjc marked this pull request as ready for review April 30, 2024 10:47
@devsjc devsjc merged commit 7361828 into main Apr 30, 2024
12 checks passed
@devsjc devsjc deleted the devsjc/meteomatics branch April 30, 2024 11:01
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.

Meteomatics Live Service
1 participant