-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Integration of better data source for elevation bitmap #46
Comments
There is also https://opendem.info which also offers bathymetric data to enrich the seaside ;-) |
Frankfurt Flughafen, on the other hand, looks quite bumpy: https://streets.gl/#50.04088,8.57643,11.75,228.00,3998.31 |
LIDAR data is great, but not for this application. Elevation data needs to be processed so that it represents only terrain without buildings. |
It seems like arcgis has a free elevation layer: https://www.arcgis.com/home/item.html?id=58a541efc59545e6b7137f961d7de883 Edit: It seems like there is a sliced version of this layer: https://www.arcgis.com/home/item.html?id=7029fb60158543ad845c7e1527af11e4 |
I've changed the elevation tileset from Mapbox Terrain-RGB v1 to Esri (ArcGIS) Terrain 3D. The quality is much better, so I think this is going to resolve most issues with bad elevation data. |
Here some thought :
Sometimes a terrain is poorly described in detail by the height bitmap because the variation are too brutal (for example an embankment, a retaining wall).
This is sadly out of OSM, but a realistic and accurate geographical description of reality should have a bitmap that is accurate enough especially if in proximity of buildings.
In France we have the LIDAR HD initiative which could provide more detailed bitmap.
This is pretty big and there is no obvious way to do it, let alone the data for it.
The text was updated successfully, but these errors were encountered: