[Q] How to get the right information about altitude

Started by Christian, February 07, 2015, 18:26:00

0 Members and 1 Guest are viewing this topic.

gynta


szebenyib

Hmmm interesting news and nice work! Can you please tell me how big the difference is between the new and the old version in say 10, 50 kms?
  •  

Christian

  •  

gynta

Quote from: Christian on February 12, 2015, 23:27:44
small tutorial how to get SRTM1 data as .hgt files working in Locus
and what's wrong with...
Quote from: popej on February 12, 2015, 16:48:14
Direct links to SRTM1 look like this...
?

Christian

Second impression of SRTM 1:
: SRTM1 data don't solve my problem with small canyon :( I get 7m uphill instead of 5m before, but it should be at least 16m
: Guess, hillshading with SRTM1 data needs more power than with SRTM3 especially when zooming in / out many times. Menion & Petr, did you test it and can you confirm more power?


Thanx Gynta for sniffing indexes ;) Looks like updated data after Sept / 2014.
  •  

voldapet

It's more on menion...anyway SRTM1 hgt file contains 9 times more data then SRTM3 file.For this reason hill shading with SRTM1 files is more time and power consuming.
  •  

Menion

If there will be interest, I may spend some time and measure it more precisely, but there should be no reason for higher CPU and memory requirements, no matter how big HGT files are.
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

Christian

No, thanx for offering. Its not worth to spend some time on it. Having 9 times more data it must be 9 times more computation...
I noticed a little delay when zooming in /out. So I wanted to ask for experience only.
  •  

Menion

amount of data should make no difference as I wrote. Locus divide every tile (256x256 px) on a small grid and compute altitude values from HGT file for every single point in this small grid.

But this value is computed just from four nearest altitude values from file. And obtain of these four values is independent on file size as Locus directly skip to exact place where required value is in file (I'm now anyway not 100% sure that size of file has no influence, but should not).
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

tommi

Quote from: menion on February 14, 2015, 23:27:12
amount of data should make no difference as I wrote. Locus divide every tile (256x256 px) on a small grid and compute altitude values from HGT file for every single point in this small grid.

But this value is computed just from four nearest altitude values from file. And obtain of these four values is independent on file size as Locus directly skip to exact place where required value is in file (I'm now anyway not 100% sure that size of file has no influence, but should not).
Menion, I can't understand your description completely but does it really describe the algorithm for hill-shading?
  •  

Menion

- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •