Update download of elevation data + other fixes - #272
Open
w8sl wants to merge 19 commits into
Open
Conversation
Elevation data from Viewfinder Panoramas can only be downloaded in chunks of 24 tiles. Direct tile downloads based on latitude and longitude are not supported anymore.
We need to pin numpy to the latest supported version (1.26.4) Usually we pin also Shapely, until compatibility with new version is confirmed. Dependencies of requests (certifi, charset-normalizer, idna and urllib3) are managed automatically by pip install
Open
Open
Remove pinned version of Shapely
As can be seen in tile -15 +143
(Doesn't work on active pull requests)
Rasterio simplifies Python dependency management. GDAL executables are still needed for GeoTIFF creation.
A more reliable source of 1'' elevation data for Europe is now available from: https://sonny.4lima.de While the 3'' data from Viewfinderpanoramas is well-tested and robust, the 1'' data for Europe contains numerous gaps and artifacts.
Better fix for: WARNING: Triangle4XP could not achieve the requested quality! It is worth trying several values before reducing min_angle to 0, for better mesh quality Automated workflow, inspired by @Rastuasi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Elevation data from Viewfinder Panoramas can only be downloaded in chunks of 24 tiles. Direct tile downloads based on latitude and longitude are not properly supported anymore.
See my comment:Flat mesh #226