Metadata-Version: 2.1
Name: geojson-repair
Version: 0.1.0
Summary: Repair utilities for geojson objects
Home-page: https://github.com/pypa/sampleproject
Author: Jacob Rosbrow
Author-email: jake@rosbrow.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## geojson_repair

Repair and validation utilities for geojson objects, still under active development.

Currently Supports:
-  Removal of duplicate consecutive vertexes

In Development:
- Rewinding vertex order
- Simple true/False validation
- Self-intersecting polygons

