nypl-spacetime / map-vectorizer

An open-source map vectorizer
MIT License
648 stars 57 forks source link

Traceback on './vectorize_map.py test.tif' #6

Closed newsomc closed 11 years ago

newsomc commented 11 years ago

NYPL Labs Map Vectorizer v0.1

By: Mauricio Giraldo Arteaga @mgiraldo / @nypl_labs

GIMP executable path [/Applications/Gimp.app/Contents/MacOS/gimp-2.8]:

Processing file: test.tif

Thresholdizing:

test.tif into threshold file: test/test-threshold-tmp.tif

Origin GeoTIFF : test.tif Destination : test/test-tmp.tif Traceback (most recent call last): File "./vectorize_map.py", line 609, in main(sys.argv[1:]) File "./vectorize_map.py", line 118, in main processfile(inputfile, "") File "./vectorize_map.py", line 202, in processfile geoText = subprocess.Popen(["gdalinfo", inputfile], stdout=subprocess.PIPE).communicate()[0] File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in init errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory