Tagged Questions
0
votes
0answers
30 views
to reproject shapefile generated from JSON txt file in python [duplicate]
Possible Duplicate:
Defining projection in arc toolbox (JSON to shapefile) in python
I have a toolbox which converts JSON text file to a shapefile. I want this shapefile to reproject ...
0
votes
1answer
333 views
Defining projection in arc toolbox (JSON to shapefile) in python
I have a arc toolbox which converts JSON txt file to a shapefile but we have to define the projection.
How can I hard code the defined projection so that user don't have to input the projection ?
...
4
votes
2answers
1k views
How to send long JSON objects (polygon geometry, table rows) in POST request to Geoprocessing Service?
I am seeking to understand my options for sending long JSON objects in a request to a Geoprocessing Service.
In particular, I am looking for some example code to illustrate how to include two long ...
4
votes
2answers
471 views
Converting ESRI Web Client JSON to Standard Feature Class With Python Geoprocessor
Is there a function exposed by ESRI's python geoprocessor that converts the JSON format used in the various web clients to a valid feature class.
Clearly, the function exists because something is ...