-
Notifications
You must be signed in to change notification settings - Fork 50
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
Wrong elevation at high zoom levels #192
Comments
One more place, weird data |
Can you give an example for each with a tile coordinate filename with zoom, x, y please? Above and below can be confusing when talking about zoom levels (and map scale in general). |
Latitude: 44.483966, Longitude: -86.740183 Latitude: -78.996578, Longitude: 19.218528 Latitude: -24.728372, Longitude: 43.810335 |
Some comments:
Can you clarify what you mean by "wrong"? The elevation at a given pixel will always have some rounding errors thru the zoom ranges. Are you talking about it going from having a non-zero value to zero? Or infinite heights? Or within ±100m change in value from zoom to zoom? |
Thanks nvkelso for your comments. Latitude: 44.483966, Longitude: -86.740183 Latitude: -78.996578, Longitude: 19.218528 (Antarctica) Latitude: -24.728372, Longitude: 43.810335 |
The tile /12/1135/1743.png in Florida, United State has totally wrong values. |
The tile https://s3.amazonaws.com/elevation-tiles-prod/terrarium/11/483/850.png near Galveston, Texas, United State also has wrong values. |
Simply compare following two images with successive X position, they are completely different There are many such tiles in the United States |
Related marblecutter issue: mojodna/marblecutter#73 |
Another example, For location with Latitude: 25.511027 Longitude: -97.829837 elevation is 13 at zoom level 10 and at zoom level 11, elevation is 7 |
We've narrowed this down to an issue with how the GeoTIFF overviews are created and passed to GDAL as VRTs. We're testing the fix, and are in discussions with AWS to do a new global build to make the fix available on S3. |
That's really an excellent news... waiting eagerly.... |
Just wanted to know when is it expected to available on AWS? Thanks |
@nvkelso kind request to make the fix available on S3 |
For many places, after certain zoom level, elevation value is wrong.
Examples while using terrarium tiles,
Example 1:
Latitude: -78.996578, Longitude: 19.218528
Elevation Value 3208m (correct) for zoom level 4 and below.
Elevation Value 170m (wrong) for zoom level 5 and above.
Example 2:
Latitude: -24.728372, Longitude: 43.810335
Elevation Value -1782m (correct) for zoom level 10 and below.
Elevation Value 0m (wrong) for zoom level 11 and above.
Thanks & regards
The text was updated successfully, but these errors were encountered: