Jump to content
Sign in to follow this  
albar965

GLOBE Elevation data alternate download

Recommended Posts

Hi Alex.
Your program is very useful and simple.
I installed global elevation files the other day.
https://www.littlenavmap.org/manuals/littlenavmap/release/2.6/en/OPTIONS.html#install-globe-elevation-data
I haven't noticed much difference from online.
I also noticed that everyone downloads from the site:
https://ngdc.noaa.gov/mgg/topo/gltiles.html
The archive is very old there.
2004 year...

spacer.png
How can you use data from these services?
https://lpdaac.usgs.gov/products/astgtmv003/
https://earthexplorer.usgs.gov/
https://earthdata.nasa.gov/
http://dwtkns.com/srtm/
Which DEM file format does Little Nav Map accept?
https://ngdc.noaa.gov/mgg/topo/report/globedocumentationmanual.pdf

Edited by rusentu

Aviablog www.vladevdokimov.ru

Project www.747-400.ru

Share this post


Link to post
Share on other sites
3 hours ago, rusentu said:

The archive is very old there.

I know.😞 
On the one hand, the mountains rearely change🙃, on the other hand, the data is a bit too low-resolution.

Therefore, I'm looking into alternatives.

Plenty thanks for the links. I added them to this issue: https://github.com/albar965/littlenavmap/issues/282
No idea when this will happen. I need a free to use dataset which is not too big and uses simple format.

Alex

Share this post


Link to post
Share on other sites

To understand, are you using data from the GLOBE files and plugging it into the altitude profile of the flight plan (red arrows in the figure)?
Flight plan exceedance profile - green bar at the bottom of the program?
What data format have you set for use in LNM?
GLOBO?
When we select online in the LNM program - is the data also taken from the server https://ngdc.noaa.gov/mgg/topo/gltiles.html?
After a bit of research, there are now many other height formats:
GTOPO
ETOPO
GMTED2010 (It seems suitable to me that this format is most for replacing GLOBE):


https://topotools.cr.usgs.gov/gmted_viewer/gmted2010_global_grids.php(ZIP)
https://pubs.usgs.gov/of/2011/1073/pdf/of2011-1073.pdf
https://topotools.cr.usgs.gov/gmted_viewer/viewer.htm
https://yceo.yale.edu/gmted2010-global-multi-resolution-terrain-elevation-data
Data in Russian(please use google translator) - https://desktop.arcgis.com/ru/arcmap/latest/manage-data/raster-and-images/wkflw-elevation-part1.htm
In the section - public data, many links to open data.
To fully understand elevation data, it is also necessary to distinguish between absolute (relative to the geoid) and geodetic (relative to the ellipsoid) heights.
Geodetic heights are the heights of points above or below an idealized surface when the shape of the Earth is assumed to be an ellipsoid.

spacer.png
I downloaded this archive, about 600 megabytes.
I opened it with the help of the program QGIS and received data on the heights of the earth.
https://edcintl.cr.usgs.gov/downloads/sciweb1/shared/topo/downloads/GMTED/Grid_ZipFiles/sd15_grd.zip
spacer.png

spacer.png

Edited by rusentu

Aviablog www.vladevdokimov.ru

Project www.747-400.ru

Share this post


Link to post
Share on other sites
30 minutes ago, rusentu said:

To understand, are you using data from the GLOBE files and plugging it into the altitude profile of the flight plan (red arrows in the figure)?
Flight plan exceedance profile - green bar at the bottom of the program?

Yes.

30 minutes ago, rusentu said:

What data format have you set for use in LNM?

None. I read the GLOBE files directly. They can be accessed on the fly while hovering the mouse above the map. The code is replaceable (one C++ class) which allows to change the format without messing up the whole program.

31 minutes ago, rusentu said:

When we select online in the LNM program - is the data also taken from the server https://ngdc.noaa.gov/mgg/topo/gltiles.html?

No. It uses the default source https://maps.kde.org/earth/srtm2/ (see file srtm2.dgml in LNM installation). This data has a lot of issues and very limited coverage. 

35 minutes ago, rusentu said:

To fully understand elevation data, it is also necessary to distinguish between absolute (relative to the geoid) and geodetic (relative to the ellipsoid) heights.
Geodetic heights are the heights of points above or below an idealized surface when the shape of the Earth is assumed to be an ellipsoid.

Ellipsoid (i.e. WGS84) is not used in in LNM (and the Marble widget) or in aviation in general. Earth is assumed to be a sphere for simplicity. Ellipsoids would make distance calculations insanely complex. Yes, some of the datasets would need an additional conversion step from ellipsoidal height to spherical height.

Thank you for the links. I added them to the Github issue.

If you or anybody can program C++: Feel free to help out.

Alex

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...