Skip to content

Tools for transforming your data within Esri software to the open trails spec.

Notifications You must be signed in to change notification settings

opentraildata/esri-to-opentrails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esri-to-opentrails

Tools for transforming your data to the OpenTrails spec with ArcGIS. These tools will help you get your data into a place to use the OpenTrails Converter. The Converter is still in active development, on GitHub here.

As of right now, this repo contains the following:

###openTrails.gdb Contains a skeleton Esri File Geodatabase for either copying, appending, or loading your existing features into. To ensure no loss of attribute data, use the append toolbox tool which includes attribute mapping. Within an edit session, the load features tool will perform the same action.

###opentrailsschema.xml Using the Import XML Workspace Document toolbox tool, this file will create the skeleton file geodatbase features within a new file geodatabase or an existing file geodatabase or feature dataset.

###emptyShapefiles.zip This zipfile contains skeleton shapefiles for transforming your data into.

###esri2OpenTrails.tbx An ArcToolbox containing tools and python scripts for data transformation to the open trails spec. This will soon (hopefully) be replaced with a Python script, per this issue.

  • Append - copies features with attribute mapping
  • Concatenate Row Values - concatenates the row values for a specified field
  • Delete Identical - Deletes records in a feature class or table which have identical values in a list of fields
  • Esri To Open - will convert either a shapefile or feature class to GeoJSON Via Project Open Data
  • Generalize - Simplifies the input features using the Douglas-Peucker simplification algorithm
  • Import XML Workspace Document - this file will create the skeleton file geodatbase features within a new file geodatabase or an existing file geodatabase or feature dataset
  • Spatial Join - Joins attributes from one feature to another based on the spatial relationship.

###todo

  • a lot
  • no really
  • beef up initial description
  • add links to Esri docs for toolbox/tool names
  • QA/QC existing descriptions

To contribute, check out or open an issue.

About

Tools for transforming your data within Esri software to the open trails spec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published