tannerjt / AGStoShapefile

Convert ArcGIS Server Dynamic Map Service to GeoJSON and Shapefile
MIT License
213 stars 47 forks source link

No shapefile output (bigdata branch) #31

Closed kawikakanaka closed 7 years ago

kawikakanaka commented 7 years ago

My cmd output is showing that a shapefile was created, but I'm not seeing it in my output folder. There are only the json and geojson files. image

tannerjt commented 7 years ago

Thanks @kawikakanaka - I have removed the comment from the bigdata branch stating a shapefile is being created. The modifications to this branch actually only create the Esri JSON and GeoJSON files. I usually use QGIS to merge the geojson files into one.

kawikakanaka commented 7 years ago

Oh ok thanks @tannerjt ! By the way...this tool is awesome! I use it all the time : )

tannerjt commented 7 years ago

Thank You @kawikakanaka !! :smile: I'm glad it is useful. There are some other really good libraries I have come across lately too if this one has issues. I saw a presentation from @gdherbert recently called DataPillager that was really good. @openaddresses also has a library called pyesridump that has come in useful. I use this one all the time too since it is relatively simple and easy to tweak for unexpected issues!