-
Notifications
You must be signed in to change notification settings - Fork 74
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
Can't determine if CRS is correct #59
Comments
4326 is a 2-dimensional coordinate system so it does not make sense for elevation of any kind of be expressed in it. The real question is where In WGS84 there are two concepts:
|
Also, "above MSL" is a fuzzy term and I am surprised if anything "highly accurate" is using it. Around the earth the average sea level varies in height relative to the geoid. Ask them what they really mean. Perhaps it is WGS84 orthometric height -- but it is difficult to measure that precisely. Perhaps they mean ITRF HAE converted via EGM2008, which is almost the same thing. Perhaps they mean some national height datum. Most of those are very close to WGS84 orthometric height, at the meter or two level, and to each other. There is one in Europe (Holland?) which is ~2m different. I should have said earlier that a DEM that was in HAE, while conceptually sensible, seems very odd to me. For a much longer treatise on height, see https://opencommons.uconn.edu/cgi/viewcontent.cgi?article=1000&context=nrme_monos&httpsredir=1&referer= |
As mentioned, dem.tif is the output of the |
I have cropped a tif file using latest elevation lib, e.g.:
Then inspected the CRS of the file using
rasterio
, which returned "EPSG:4326", plus some point inside the area (lat,lng), which returned 69:I'm new to this field, but looking up EPSG:4326 says it is "WGS 84, latitude/longitude coordinate system based on the Earth's center of mass, used by the Global Positioning System among others."
Does this mean the generated tif file contains heights above the WGS84 ellipsoid? I'm confused because we have an independent and highly-accurate measuring system that explicitly reports 69m above MSL and NOT above the ellipsoid. And that system also tells us they are ~20m apart at that point, so they can't both be right..
What am I missing here?
The text was updated successfully, but these errors were encountered: