mapbox / make-surface

Vector surfaces creation routines
MIT License
89 stars 18 forks source link

TypeError: 'module' object is not callable #92

Open pitommasi opened 6 years ago

pitommasi commented 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?

fazotron commented 6 years ago

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.