reclassbyasciifile - path restrictions

1577
1
05-11-2011 05:51 AM
HugoAhlenius
Occasional Contributor
Hi,

I am trying to do a reclassbyasciifile in python - but I am seeing problems with that - the path to the text file seems to be the problem. I have a path with filenames in it, and it refuses to process with that. And it doesn't seem to work with just a relative reference (e.g. just the filename, when the file resides in the workspace). And it doesn't seem to like Dos8.3 filename reference (with a ~1 in it), which works in ArcInfo workstation/grid.

Works:
c:/folder/folder/file.txt


Doesn'twork:
c:/folder with space in it/folder/file.txt
c:/folder~1/folder/file.txt



Should this maybe be filed as a bug?
0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus
Grid files don't like paths with spaces in them, ensure that your destination folder is space free for the input and output grids.
0 Kudos