Hi all, would appreciate some help as i am struggling to find a solution that works in Macros.
I have a geospatial dataset of 11,000 records that i need to run through a drivetime catchment API. The API is throttled to about 100 records at a time before i get timed out. So i need to be able to run the dataset in batches of 100 that doesnt start the next one until the previous is complete.
I can do this manually through using two sample tools, but each run takes 30mins and i don't have the time to sit all day and night re-running it. I cant find a way to feed the iteration into a sample tool in either batch or iterative macros.
I am happy to figure out the details on my own, but can someone point me in the right direction as i am struggling to figure out which tool will be best?