gdal
gdal copied to clipboard
New feature suggestion: Add support for Nat Geo Topo TPQ format
Add support for "National Geographic Topo" proprietary format (.TPQ). It's a proprietary binary format wrapped around tiles of topographical raster data in JPG and PNG formats. The binary format has already been decoded at the site below, so that might make things easier.
http://cholla.mmto.org/computers/topomaps/
I feel it is unlikely that this happens very soon.
I forgot I posted here. I ended up writing it myself. I was able to export the bit perfect JPG/PNGs from the TPQ files and stitch them up into a KMZ archive. From those I converted to multilayer MBTILEs for use on mobile devices.
The code works on Nat Geo Topo & Trails Illustrated products.
https://github.com/ndoggac/tpq2jpg2kml
Since the parser is already written (albeit very ugly), it could be leveraged to integrate it here too.
closing. someone interested will be able to find it