I want to use a Python script to perform some analysis, and publish this via an ArcGIS Server Geoprocessing Service.
A quick tour of publishing a geoprocessing service says to run the Python script in ArcMap to get a Geoprocessing Result - it's actually this result which you publish as a GP service.
Does this mean that every time you make any changes to the Python script, you need to:
أكثر...
A quick tour of publishing a geoprocessing service says to run the Python script in ArcMap to get a Geoprocessing Result - it's actually this result which you publish as a GP service.
Does this mean that every time you make any changes to the Python script, you need to:
- re-run the Python script (in ArcMap) in order to obtain a new Result
- publish the Result to ArcGIS Server (over-writing the last GP service)?
أكثر...