Hello,<br><br>I'm trying to get contours for an area around Geneva by the following command:<br><br>> ./GroundTruth.sh contours "-b=44.8,4.6,47.4,8.4" -interval=50<br><br>which I believe is correct (at least a similar one worked for a region in Ladakh). However, since months I'm getting the following error:<br>

<br>GroundTruth v1.5.205.6 by Igor Brejc<br>Generates Garmin maps from OpenStreetMap data<br>Licensed under GPL v3 license<br>Visit <a href="http://wiki.openstreetmap.org/wiki/GroundTruth">http://wiki.openstreetmap.org/wiki/GroundTruth</a> for more info<br>

<br>Generating contours for area (4.6, 44.8, 4.75, 45)<br>SRTM index is missing, it will be generated...<br>Indexing SRTM3 tiles for the 'Australia' region.<br>ERROR: Brejc.DemLibrary.DemLoaderException: Error downloading SRTM data. ---> System.Net.WebException: An error occurred performing a WebClient request. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.<br>

  at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000]<br>  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000]<br>  --- End of inner exception stack trace ---<br>

  at System.Net.WebClient.DownloadDataCore (System.Uri address, System.Object userToken) [0x00000]<br>  at System.Net.WebClient.DownloadData (System.Uri address) [0x00000]<br>  at System.Net.WebClient.DownloadString (System.String address) [0x00000]<br>

  at (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadString (string)<br>  at Brejc.DemLibrary.Srtm.DefaultSrtmServerClient.ListFiles (System.String directory) [0x00000]<br>  at Brejc.DemLibrary.Srtm.DefaultSrtmIndexFetcher.RegenerateIndex (System.String srtm3CacheDirectory) [0x00000]<br>

  at Brejc.DemLibrary.Srtm.DefaultSrtmIndexFetcher.FetchSrtmIndex (System.String srtm3CacheDirectoryPath) [0x00000]<br>  at Brejc.DemLibrary.Srtm.Srtm3Source.LoadDemForArea (Brejc.Geometry.Bounds2 bounds) [0x00000]<br>  --- End of inner exception stack trace ---<br>

  at Brejc.DemLibrary.Srtm.Srtm3Source.LoadDemForArea (Brejc.Geometry.Bounds2 bounds) [0x00000]<br>  at Brejc.DemLibrary.Ibf.IbfUtilities.GenerateAreaDefinitions (Brejc.DemLibrary.Ibf.IbfFile ibfFile, IDemSource demSource, Brejc.DemLibrary.Ibf.GenerateIbfAreaDefinitionsParameters parameters) [0x00000]<br>

  at GroundTruth.Engine.Ibf.DefaultIbfGenerator.Run (GroundTruth.Engine.Ibf.IbfGenerationParameters parameters) [0x00000]<br>  at GroundTruth.GenerateContoursCommand.Execute (IEnumerable`1 args) [0x00000]<br>  at GroundTruth.ConsoleApp.Process () [0x00000]<br>

<br><br>What drew my attention is `Indexing SRTM3 tiles for the 'Australia' region.' Geneva is in Europe, hence I can only guess what it is trying to do with Australia...<br><br>Have some had and solved a similar issue?<br>

<br>Many thanks, Kašpi.<br>