jlmcgraw / aviationCharts

Prepare Aeronav charts (sectional, IFR low/high, WAC, TAC, heli etc) for use as a seamless mosaic of mbtiles
65 stars 33 forks source link

Merged Geotiff #13

Open caspersauce opened 2 years ago

caspersauce commented 2 years ago

Through much pain and anguish, I got your code to work on a modern build of ubuntu. Is it supposed to produce a merged geotiff, or just the mbtile format?

You may not be active, but I figured I would try anyway :)

sentrid commented 2 years ago

@caspersauce Would you be willing to share? :)

jlmcgraw commented 2 years ago

I have not looked at this in a long time, to the point where I've forgotten how it works :)

But, my recollection is that it produces a set of tiles suitable for use by a leaflet map as well as an mbtiles version of those same time, not one large merged geotiff.

If you have a PR that incorporates the changes necessary to get this running on more recent platforms I'd be happy to accept it

caspersauce commented 2 years ago

Hey there. I did figure out that it did in fact only produce MB tiles and not a merged GEOtiff. I did happen to get it to work at some point, I believe it was primarily an issue with GDAL 3 vs 2... There were a few things that I had to edit in the shell scripts to get it too run. I sadly do not have it running any more and don't remember the particular issues that popped up. Sorry!!

sentrid commented 2 years ago

No worries. I may play around with it at some point. I'd love to get it working.