I’m trying to use allocator to allocate values from a shapefile into an IOAPI file. I first started with a shapefile that just contained county shapes with FIPS codes. I was able to use DISCRETEOVERLAY to allocate the FIPS codes to the IOAPI file with no problem. I then added in some values in other fields in the shapefile that are decimal numbers. When I run allocator now, I see these messages:
Opening I/O API output file
In discrete mode
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
In discrete mode
Processing double, found=0
Then once it opens the output IOAPI file it writes the FIPS codes to the file, but then I get this error:
ERROR in /aqm1/models/utils/Spatial-Allocator-master/bin/32bits/allocator.exe: Allocation mode not supported. Exiting…