Esri / gis-tools-for-hadoop

The GIS Tools for Hadoop are a collection of GIS tools for spatial analysis of big data.
http://esri.github.io/gis-tools-for-hadoop/
Apache License 2.0
519 stars 254 forks source link

USA state json data file #38

Closed noorneo closed 7 years ago

noorneo commented 8 years ago

There is california-counties.json file available, how do I get ESRI USA-state.json file?

randallwhitman commented 8 years ago

While the GIS-Tools-for-Hadoop repository contains just enough sample data for the sample code to be self-contained, the repo is not really a data hub.

Maybe someone reading this issue will have an idea where to look.

GISDev01 commented 8 years ago

You should maybe check out the repo here: https://github.com/project-open-data/esri2open You can just get the real deal states data straight from the census bureau site as a shapefile and convert it to Json using the above repo. Alternatively, you could use the GP tool on arcgis Pro to converts features to Json as well.