[postgis-users] ArcGIS Mobile slightly off-topic question

David Fawcett david.fawcett at gmail.com
Wed Sep 17 06:34:58 PDT 2008


It shouldn't take a lot of python code to do this.

ESRI's python geoprocessing module is called 'arcgisscripting'.  If
you aren't familiar with their python stuff, the easiest way to get
started is to use the ModelBuilder in ArcMap to build a model that
does what you want it to do.  Then, you can export the model to a
python script and modify the code from there.  (The code isn't the
prettiest, or most efficient, but it gets you started.)

Once you have your script, you can schedule it, etc.

They have a forum for this stuff too.  It is under the Desktop category.

David.



More information about the postgis-users mailing list