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

Feature/terrain tiles #28

Merged
merged 5 commits into from
Mar 6, 2020
Merged

Feature/terrain tiles #28

merged 5 commits into from
Mar 6, 2020

Conversation

tomalrussell
Copy link
Collaborator

Handle point-to-point and area queries over multiple terrain tiles.

The approach taken here is to simplify and rely on GDAL Virtual Format which allows a virtual dataset to be composed of multiple files.

Shapely, Fiona, rasterio and pyproj are used in supporting scripts but
not in the core package.
- interpolation to use geometric distance
- number of samples strictly between 2 and 600
Using ALOS World 30m DEM sourced via OpenTopography
Use GDAL VRT file to abstract over multiple raster tiles.

Use point_query to sample elevation profile.
@edwardoughton edwardoughton merged commit 7656ed4 into master Mar 6, 2020
@edwardoughton edwardoughton deleted the feature/terrain_tiles branch March 6, 2020 15:59
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