Changes between Version 11 and Version 12 of TerrainData
- Timestamp:
- 06/05/25 22:53:42 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TerrainData
v11 v12 1 1 = Terrain Data = 2 2 3 Survex 1.2.18 add ssupport for displaying terrain data.3 Survex 1.2.18 added support for displaying terrain data. 4 4 5 5 You'll hopefully find this useful, but it is still a work in progress - this page documents the remaining issues, and also where you can get terrain data from. … … 7 7 == Obtaining Terrain Data == 8 8 9 The following sources can be download free of charge, though the data may have restrictions on use and redistribution, so check the licence in each case to see what it allows you to do.9 The following sources can be downloaded free of charge, though the data may have restrictions on use and redistribution, so check the licence in each case to see what it allows you to do. 10 10 11 11 === Sources with Near-Global Coverage === … … 47 47 Aven 1.2.20 adds support for the same formats, but with the files directly on disk. You will probably find this useful on Windows, where the wxWidgets zip file reading code always seemed to fail to read data with "generic read error". 48 48 49 The terrain data currently needs to be in WGS84 lat/long ( and the code currently doesn't report an error if it isn't).49 The terrain data currently needs to be in WGS84 lat/long (EPSG:4326) - the code currently doesn't report an error if it isn't. 50 50 51 If you have data in a different format, then [http://www.gdal.org/ GDAL] may be useful for converting it. 51 If you have data in a different format, then [http://www.gdal.org/ GDAL] may be useful for converting it. See the `gdal_translate` tool. 52 52 53 53 Aven 1.4.9 links to the GDAL library for loading geodata overlays, so we now have GDAL easily available for reading terrain data in more formats. If there are particular formats it would be useful to be able to read, please [#82 add a comment to this ticket].