Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin Metcalf committed May 3, 2013
1 parent 141fac9 commit ad44222
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
@@ -1,7 +1,7 @@
esri2open esri2open
========= =========


This repo is an ESRI toolbox and tool(s) that exports ESRI Feature Classes to open data formats, CSV, JSON, and GeoJSON. This repo is an ESRI toolbox and tool(s) that exports ESRI Feature Classes to open data formats, CSV, JSON, SQLITE, and GeoJSON.


What Problem This Solves What Problem This Solves
------------------------ ------------------------
Expand All @@ -26,8 +26,8 @@ ESRI To Open
Output one feature to an open format, arguments are: Output one feature to an open format, arguments are:


* `Feature Class`: the name of the Feature Class you want to export * `Feature Class`: the name of the Feature Class you want to export
* `Output Dataset`: the output feature class, choose the format you want to output to here, choices are GeoJSON (default), CSV, JSON. * `Output Dataset`: the output feature class, choose the format you want to output to here, choices are GeoJSON (default), CSV, JSON, and SQLITE.
* `Include Geometry`: whether to include the geometry, only used for CSV or JSON, ignored for GeoJSON. * `Geometry Type`: choices are Default, GeoJSON, WKT, and None, defaults to GeoJSON, ignored if the file is output to GeoJSON or SQLITE.




ESRI To Open (multiple) ESRI To Open (multiple)
Expand All @@ -36,8 +36,8 @@ Output multiple features to an open format, arguments are:


* `Features`: the names of the Feature Classes you want to export * `Features`: the names of the Feature Classes you want to export
* `Output Folder`: the output folder. * `Output Folder`: the output folder.
* `Type`: output data type, choices are want choices are GeoJSON (default), CSV, JSON * `Type`: output data type, choices are want choices are GeoJSON (default), CSV, JSON, SQLITE
* `Include Geometry`: whether to include the geometry, only used for CSV or JSON, ignored for GeoJSON. * `Geometry Type`: choices are Default, GeoJSON, WKT, and None, defaults to GeoJSON, ignored if the file is output to GeoJSON or SQLITE.


ESRI To Open (merge) ESRI To Open (merge)
--------- ---------
Expand All @@ -56,5 +56,3 @@ Issues
* This does not handle blob fields, or raster fields * This does not handle blob fields, or raster fields
* Need to document python version; not sure how compatible it is with all current versions * Need to document python version; not sure how compatible it is with all current versions
* Developed in ArcGIS 10.0 * Developed in ArcGIS 10.0
* Export to sqlite
* WKT geometry options

0 comments on commit ad44222

Please sign in to comment.