gdal icon indicating copy to clipboard operation
gdal copied to clipboard

New feature suggestion: Add support for Nat Geo Topo TPQ format

Open ndoggac opened this issue 6 years ago • 2 comments

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/

ndoggac avatar Aug 21 '18 15:08 ndoggac

I feel it is unlikely that this happens very soon.

jratike80 avatar Oct 21 '23 18:10 jratike80

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.

ndoggac avatar Oct 21 '23 20:10 ndoggac

closing. someone interested will be able to find it

rouault avatar Apr 18 '24 18:04 rouault