This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| Helper class to read and write geojson objects in ArcGIS as a replacement for | |
| the arcpy.asShape(geojson) function. Requires ArcGIS installation... | |
| Creation includes creating a geojson object from an ArcGIS feature class, | |
| feature or geometry. | |
| Reading is more complex. This module includes support for Feature Collections, | |
| Features and Geometry. All geometry types are supported except for | |
| GeometryCollection which is unsupported by ArcGIS. Feature collections must have |
NewerOlder