make-surface icon indicating copy to clipboard operation
make-surface copied to clipboard

TypeError: 'module' object is not callable

Open pitommasi opened this issue 6 years ago • 1 comments

Tried to vectorize a geoTIFF:

makesurface vectorize H.tif --outfile H.json

got the error:

TypeError: 'module' object is not callable

is it a format error? What kind of raster can be used? Where can I find a tutorial or some more detailed documentation about makesurface?

pitommasi avatar Apr 12 '18 15:04 pitommasi

Makesurface has been updated last time in 2015. This error raises because you use one of the newer versions of rasterio library. You can try to install older version of rasterio e.g. 0.9. Use virtualenv.

fazotron avatar May 13 '18 15:05 fazotron