-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41b14e3
commit 028ed48
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# TIFFmanager | ||
##GeoTiff Explorer | ||
|
||
Some years ago I wrote a little program to download DEM data from the italian "Portale Cartografico Nazionale" (http://www.pcn.minambiente.it/GN/) available at http://www.trainsimhobby.net/infusions/pro_download_panel/download.php?did=1340 | ||
|
||
When I wrote it I needed to download data for Ahrntal in South Tirol and the program worked fine. | ||
Some weeks ago I downloaded the data for a region near Rimini on the Adriatic sea. | ||
|
||
When I used that data in the railways simulator I saw an hight wall where I espected to see the sea ![The problem](http://win.simtreni.net/public/allegati/strawberryfield/201724154128_Open%20Rails%202017-02-04%2003-34-02.jpg) | ||
The reason is that the data have a 32000 sample (altitude in meters) few meters from the coast to mark the end of valid data. | ||
|
||
This tool borns to investigate the problem and to solve it, but can be useful to learn as GeoTiff are built | ||
|