Tagged Questions
0
votes
1answer
331 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 ?
...