Tagged Questions
0
votes
1answer
40 views
OWSLib and python3
Trying to install OWSlib-master (and 0.7.1) from https://github.com/geopython/OWSLib yields problems that ultimately seem to be related to python3
>c:\Python32\python.exe setup.py install
running ...
0
votes
1answer
28 views
Error while publishing a mxd as service uing python
I have created an Excel file with Lat/lon values. I added this data tas a layer in the ArcMap. And I "used Display XY data" otion available on right click. I selected the GCS_WCS_1984 co-ordinate ...
3
votes
2answers
190 views
Are there any Python scripts for creating .mxd files?
I am a newbie to both ArcGIS and Python. My requirement is to automate the below MANUAL process:
Creating a layer in ArcGIS for Desktop. To put it in another words, creating an ArcMap document ...
6
votes
3answers
218 views
Using ESRI geoprocessing services from a non-ESRI client (Python)?
I'm thinking it should be possible to consume an ESRI Geoprocessing service from a python script without invoking ArcPy or needing an ESRI installation on the client machine. For example I create a ...