#esri2topo
##topojson from your arcmap!
Built off esri2open with the topojson creation from topojson.py
- Copy the .tbx file and the .py file to any local directory
- With ArcGIS desktop software running (e.g. ArcCatalog), add the .tbx file to your tool box by right clicking and choosing 'Add Toolbox'.
- Double click on the which script you want to run which are
Output one feature to TopoJSON, arguments are:
Feature Class
: the name of the Feature Class you want to exportOutput File
: the output topojson
Output multiple feature classes to one TopoJSON file, arcs shared by both features will be only stored once:
Feature Classes
: the name of the Feature Class you want to exportOutput File
: the output topojson
Export and upload a feature class to gist.github.com as TopoJSON:
Layer
: The names of the layer you want to exportLogin
: Github login information in theuser:pw
format, optional will otherwise be an anonymous gist.Description
: Check if you want the DB to be created, requires login.
MIT