Tagged Questions
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 ...