Changes between Version 6 and Version 7 of TerrainData
- Timestamp:
- 28/06/15 23:33:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TerrainData
v6 v7 34 34 35 35 * For the Styria region of Austria, 10m resolution data licensed as CC-BY-3.0-AT can be downloaded from: http://data.steiermark.at/cms/beitrag/12014326/97428847/ 36 (Currently you can't directly convert this for use by aven though). 36 37 37 38 == Formats == 38 39 39 Currently Aven expectsthe terrain data to be in a ZIP file (which is how you'll usually download it, so just don't try to unzip it yourself).40 Aven 1.2.18 and 1.2.19 expect the terrain data to be in a ZIP file (which is how you'll usually download it, so just don't try to unzip it yourself). 40 41 41 42 Inside the ZIP file, the following are currently supported: … … 43 44 * An STRM `.hgt` file (which is the format Viewfinder Panoramas provides). 44 45 * An ESRI `.bil` file and associated metadata files (which is one of the smaller options for downloading SRTM and ASTER data from Earth Explorer). 46 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 seemd to fail to read data with "generic read error". 48 49 The terrain data currently needs to be in WGS84 lat/long. 45 50 46 51 If you have data in a different format, then [http://www.gdal.org/ GDAL] may be useful for converting it.