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

Add new DTM providers and refactor DTM provider base classes #139

Merged
merged 7 commits into from
Jan 14, 2025

Conversation

kbrandwijk
Copy link
Collaborator

@kbrandwijk kbrandwijk commented Jan 13, 2025

Introduces providers for Niedersachsen, Hessen, and England, extending the capabilities for handling regional data.

Introduces new base classes for WCS and WMS providers.

Refactors NRWProvider to inherit from WCSProvider, enhancing modularity and consistency across providers.

Moves shared utility functions, like bounding box transformation, to a dedicated utility module for reusability.

Ensures better data management by removing redundant settings and fixing minor issues in other providers.

Improves reprojecting logic by using average resampling.

Added progress bars for tile downloading in WCS, WMS and DTM base class (used by majority of providers).

Added an 'extents' property to every provider so they are now filtered in the selectbox based on selected coordinates (the list was getting a bit long).

Note: I haven't refactored the DTM base class further yet (to utils.py and dem.py) because I didn't feel like it today. Will do so in a follow-up PR, wasn't blocking for these changes.

Introduces providers for Niedersachsen, Hessen, and England, extending the capabilities for handling regional data.

Introduces new base classes for WCS and WMS providers.

Refactors NRWProvider to inherit from WCSProvider, enhancing modularity and consistency across providers.

Moves shared utility functions, like bounding box transformation, to a dedicated utility module for reusability.

Ensures better data management by removing redundant settings and fixing minor issues in other providers.

Improves reprojecting logic by using average resampling.
@kbrandwijk kbrandwijk requested a review from iwatkot January 13, 2025 21:00
@iwatkot iwatkot merged commit 1ed297f into main Jan 14, 2025
3 checks passed
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.

2 participants