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. _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
