Add new DTM providers and refactor DTM provider base classes #139
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.