aviationCharts icon indicating copy to clipboard operation
aviationCharts copied to clipboard

Tiler tools error

Open calonmerc opened this issue 5 years ago • 0 comments

When running ./make_seamless_charts.sh -s -m /home/calonmerc/aeronav/ 10-10-2019 I get this error:

I found another issue stating that the script does not work with GDAL 2.x+, but on Ubuntu 19.04, there is no package under GDAL 2.0 found in the apt cache.

--------Tiling Honolulu_Inset_SEC------------
Zoom levels are 0,1,2,3,4,5,6,7,8,9,10,11,12
Traceback (most recent call last):
  File "./tilers_tools/gdal_tiler.py", line 28, in <module>
    from tiler_functions import *
  File "/home/calonmerc/aviationCharts/tilers_tools/tiler_functions.py", line 285, in <module>
    class GdalTransformer(gdal.Transformer):
TypeError: Error when calling the metaclass bases
    function() argument 1 must be code, not str

calonmerc avatar Nov 20 '19 17:11 calonmerc