Opened 8 years ago
Closed 5 months ago
#88 closed enhancement (duplicate)
Geotiff terrain data
Reported by: | Erin Lynch | Owned by: | Olly Betts |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Other | Version: | |
Keywords: | Cc: |
Description
GeoTIFF is a standard format for terrain data. There are numerous tools for manipulating GeoTIFFs and converting from other formats into GeoTIFF. Currently survex supports hgt and bil for terrain data, but I've been unable to find a free tool to convert from GeoTIFF to either of these formats. It would be great if survex terrain data support were expanded to included GeoTIFF.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 5 months ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing as a duplicate of #82.
Note: See
TracTickets for help on using
tickets.
GDAL seems to do the job for me, for example:
GDAL is what we're planning to use to add support for more formats (though via its library API rather than its command line tools).