.gitignore
.pre-commit-config.yaml
CMakeLists.txt
LICENSE
README.md
pyproject.toml
requires.txt
setup.py
.github/workflows/ci.yml
.github/workflows/publish.yml
include/geoslice/geo_transform.hpp
include/geoslice/geoslice.hpp
include/geoslice/mmap_reader.hpp
include/geoslice/window_cache.hpp
python/geoslice/__init__.py
python/geoslice/_version.py
python/geoslice/core.py
python/geoslice/drone.py
python/geoslice.egg-info/PKG-INFO
python/geoslice.egg-info/SOURCES.txt
python/geoslice.egg-info/dependency_links.txt
python/geoslice.egg-info/requires.txt
python/geoslice.egg-info/top_level.txt
src/bindings.cpp
src/geo_transform.cpp
src/mmap_reader.cpp
src/window_cache.cpp
tests/test_benchmark.py
tests/test_geo_transform.cpp
tests/test_geoslice.py
tests/test_mmap_reader.cpp
tests/test_window_cache.cpp