make-surface
make-surface copied to clipboard
TypeError: 'module' object is not callable
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?
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
.