I know it's a bit of a reach, but I was wondering if anyone has any info about the creation, editing, or exporting of the map data from this software? While the software is very clunky, the maps it creates are handy for a hike and to quickly determine your elevation gain and distance for the hike.
If anyone knows any tech details, feel free to let me know. So far all I've learned is that .TPQ is a proprietary format created by [probably] Wildflower Productions which is the main data used by the software. Wildflower was purchased by National Geographic around 2001. It looks after absorbing Wildflower Productions, NatGeo put the ~15 Wildflower employees to work pumping out software for various parks, states, and hikes. More info on Wildflower and the early product: http://gpsinformation.net/main/wildflower.htm
Also, I've found someone's GitHub which supposedly can export from .TPQ to PNG or Google Earth's KML: https://github.com/ndoggac/tpq2jpg2k...main/README.md A quick scan through the code and it looks like the TPQ format uses a 1024 byte header, and then after that the remaining data might just be a PNG file.
That makes sense to me, but I still haven't been able to figure out the mechanism where they have a trail or road and make it so the trail snaps to it. I'm not sure if that's handled in the actual map data, or if it's something the software handles when it sees an image of a road or trail.
Anyway, I'm just getting started on this initiative. It would be great to add/remove things on this software which have changed since 2007. If I ever figure it out, I'll share the data. If anyone knows anything about this, let me know!
Thanks.
If anyone knows any tech details, feel free to let me know. So far all I've learned is that .TPQ is a proprietary format created by [probably] Wildflower Productions which is the main data used by the software. Wildflower was purchased by National Geographic around 2001. It looks after absorbing Wildflower Productions, NatGeo put the ~15 Wildflower employees to work pumping out software for various parks, states, and hikes. More info on Wildflower and the early product: http://gpsinformation.net/main/wildflower.htm
Also, I've found someone's GitHub which supposedly can export from .TPQ to PNG or Google Earth's KML: https://github.com/ndoggac/tpq2jpg2k...main/README.md A quick scan through the code and it looks like the TPQ format uses a 1024 byte header, and then after that the remaining data might just be a PNG file.
That makes sense to me, but I still haven't been able to figure out the mechanism where they have a trail or road and make it so the trail snaps to it. I'm not sure if that's handled in the actual map data, or if it's something the software handles when it sees an image of a road or trail.
Anyway, I'm just getting started on this initiative. It would be great to add/remove things on this software which have changed since 2007. If I ever figure it out, I'll share the data. If anyone knows anything about this, let me know!
Thanks.
Comment