Posts: 44
Threads: 14
Joined: Mar 2019
My setup (default) is "automatic" for the elevation data, and it seems to be SRTM3 (3" arc) by default.
How to enable SRTM1 (if I choose this option, nothing change...).
I say that, because, after downloading a track with elevation inside from SRTM1 source, if I try to change with Point -> elevation, it is not the same, and it should be...
Best regards
Posts: 7,532
Threads: 230
Joined: Aug 2007
(06.03.2019, 19:30) tybern Wrote: My setup (default) is "automatic" for the elevation data, and it seems to be SRTM3 (3" arc) by default.
How to enable SRTM1 (if I choose this option, nothing change...).
Automatic tries to use SRTM 1 first and falls back to these services
Quote: PRIORITY.put("Jonathan de Ferranti DEM 1", 1);
PRIORITY.put("NASA SRTM 1", 2);
PRIORITY.put(J"Jonathan de Ferranti DEM 3", 3);
PRIORITY.put("NASA SRTM 3", 4);
PRIORITY.put("GeoNames", 5);
PRIORITY.put("Google Maps", 6);
If nothing is found, it tries to download SRTM 3 files.
So if you choose SRTM 1 then you should get the 1" arc data after a download (see Extras/Downloads)
--
Christian
Posts: 44
Threads: 14
Joined: Mar 2019
Thanks for the reply.
But if I choose SRTM1 or Ferrandi DEM 1, nothing appends... elevation is not set, and nothing in "download".
If I choose for example SRTM3, I see downloaded data (HGT files) in the .routeconverter/srtm3 directory, but if I choose SRTM1, nothing is downloaded.
Any idea ?
Posts: 7,532
Threads: 230
Joined: Aug 2007
Have a look at Extras/Downloads - is the download finished?
What's in the log file? Try Help/Send Error Report...
--
Christian
Posts: 44
Threads: 14
Joined: Mar 2019
08.03.2019, 19:21
(This post was last modified: 08.03.2019, 19:29 by tybern .)
With "extras/downloads", nothing started,
and in log, nothing too...
I have messages in logs if I choose SRTM3, but nothing if SRTM1.
Posts: 44
Threads: 14
Joined: Mar 2019
08.03.2019, 19:42
(This post was last modified: 08.03.2019, 19:43 by tybern .)
Well... I found the problem...
SRTM1 data are available only for USA from the server
https://dds.cr.usgs.gov ., and I'm in France.
And for ferranti1, access is forbidden.
I have SRTM1 data on my harddisk, in several formats, is there a way to use these files directly from my disk ?
Best regards
Posts: 7,532
Threads: 230
Joined: Aug 2007
(08.03.2019, 19:42) tybern Wrote: And for ferranti1, access is forbidden.
Try
http://www.viewfinderpanoramas.org/Cover...s_org1.htm to download files. The coverage is not good.
(08.03.2019, 19:42) tybern Wrote: I have SRTM1 data on my harddisk, in several formats, is there a way to use these files directly from my disk ?
Yes. In the options:
Attached Files
Thumbnail(s)
--
Christian
Posts: 44
Threads: 14
Joined: Mar 2019
OK for the path elevation data, but which data format ? BIL, HGT, GeoTIFF, ... ?
Posts: 1,033
Threads: 58
Joined: Jan 2011
(09.03.2019, 19:15) tybern Wrote: OK for the path elevation data, but which data format ? BIL, HGT, GeoTIFF, ... ?
HGT.
Grüße
Hans
Posts: 44
Threads: 14
Joined: Mar 2019
(10.03.2019, 18:59) nordlicht Wrote: (09.03.2019, 19:15) tybern Wrote: OK for the path elevation data, but which data format ? BIL, HGT, GeoTIFF, ... ?
HGT.
OK? I've found a source for SRTM1 in HGT, but it's not always easy to find elevation european data in HGT, because GIS software and converters can read HGT but not write them (it's in theory a read only format).
So, it could be a good enhancement for future release to accept another elevation data format, like GeoTIFF or BIL/HDR.
Best regards,