.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/pages.yaml
.github/workflows/release.yaml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.gitignore
examples/fix.py
img/complex-split.png
img/landsat-problem.png
img/sentinel-5p-after.png
img/sentinel-5p-before.png
src/antimeridian/__init__.py
src/antimeridian/_implementation.py
src/antimeridian/py.typed
src/antimeridian.egg-info/PKG-INFO
src/antimeridian.egg-info/SOURCES.txt
src/antimeridian.egg-info/dependency_links.txt
src/antimeridian.egg-info/entry_points.txt
src/antimeridian.egg-info/requires.txt
src/antimeridian.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_fix_geojson.py
tests/test_multi_polygon.py
tests/test_polygon.py
tests/data/input/both-poles.json
tests/data/input/complex-split.json
tests/data/input/crossing-latitude.json
tests/data/input/extra-crossing.json
tests/data/input/latitude-band.json
tests/data/input/multi-split.json
tests/data/input/north-pole.json
tests/data/input/one-hole.json
tests/data/input/simple.json
tests/data/input/south-pole.json
tests/data/input/split.json
tests/data/input/two-holes.json
tests/data/output/both-poles.json
tests/data/output/complex-split.json
tests/data/output/crossing-latitude.json
tests/data/output/extra-crossing.json
tests/data/output/latitude-band.json
tests/data/output/multi-split.json
tests/data/output/north-pole.json
tests/data/output/one-hole.json
tests/data/output/simple.json
tests/data/output/south-pole.json
tests/data/output/split.json
tests/data/output/two-holes.json