geojson-rewind
:earth_africa: A Python library for enforcing polygon ring winding order in GeoJSON
File Explorer
- publish.yml
- test.yml
- dependabot.yml
- __init__.py
- __version__.py
- rewind.py
- both_reversed.input.geojson
- both_reversed.output.geojson
- empty.input.geojson
- empty.output.geojson
- featurecollection.input.geojson
- featurecollection.output.geojson
- geomcollection.input.geojson
- geomcollection.output.geojson
- inner_reversed.input.geojson
- inner_reversed.output.geojson
- multipolygon.input.geojson
- multipolygon.output.geojson
- near_zero.input.geojson
- near_zero.output.geojson
- passthrough.input.geojson
- passthrough.output.geojson
- point_crs84.input.geojson
- point_no_crs.input.geojson
- point_other_crs.input.geojson
- tests.py
- .flake8
- .gitignore
- .isort.cfg
- CHANGELOG.md
- LICENSE
- Makefile
- poetry.lock
- pyproject.toml
- README.md
- release.sh
- run_tests.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
# Project Badges
// repository documentation
Was this content helpful?
(0 ratings)
