.coveragerc
.gitattributes
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
environment.yml
environment_pinned.yml
pyproject.toml
setup.cfg
setup.py
test-requirements.txt
.github/workflows/build.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/_static/.gitignore
docs/examples/creating_and_working_with_grid_objects.ipynb
docs/examples/index.rst
docs/examples/subsetting_grid_objects_with_shape_files.ipynb
src/pygeogrids/__init__.py
src/pygeogrids/geodetic_datum.py
src/pygeogrids/grids.py
src/pygeogrids/nearest_neighbor.py
src/pygeogrids/netcdf.py
src/pygeogrids/plotting.py
src/pygeogrids/shapefile.py
src/pygeogrids.egg-info/PKG-INFO
src/pygeogrids.egg-info/SOURCES.txt
src/pygeogrids.egg-info/dependency_links.txt
src/pygeogrids.egg-info/not-zip-safe
src/pygeogrids.egg-info/requires.txt
src/pygeogrids.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_geodatic_datum.py
tests/test_grid.py
tests/test_netcdf.py