Open pitommasi opened 6 years ago
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?
Makesurfacehas 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.
Makesurface
rasterio
0.9
virtualenv
Tried to vectorize a geoTIFF:
makesurface vectorize H.tif --outfile H.json
got the error:
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?