ArcGIS - Iterate rasters in model builder - wildcard seems doesn't work

المشرف العام

Administrator
طاقم الإدارة
I've got some problem with model which should be the simply one.



I want to extract rasters from sde geodatabase, use one parameter from Copy Raster, and then export it to specified folder with preserved names as an output. I need to use all operation, like on the printscreen, because this model do 'almost' what i want (maybe Iterate can be replaced by some script?).

My problem is that I want to limit my inputs - in sde.gdb I have 35000 rasters, and each of it has almost 2GB size (I know how much I can do at once after 24h, and for the whole set it will taje ~ 6 days, but it would be nice to be able to leave my computer to do this only after working hours).

I want to be able to choose range (I've got unique values like ObjectID and Name which could be used to obtain it) but I don't know what I do wrong.



In Iterate Rasters I use Wildcard parameter but seems it doesn't work. Already know that for sde I need to use "%" and "_" signs instead of "*" and "?". In wildcard space I just simply wrote " OBJECTID Like '12___' " (for e.g. to be able to choose only raster with IDs from 12000 to 12999)

Anyone can me explain what I do wrong? Or maybe I need to set something more in model (like preconditions).

Maybe I do mistake and there should be some sql expression within wildcard or I need use some more tools?



أكثر...
 
أعلى