.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.relint.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HOW_TO_RELEASE.md
LICENSE
README.md
dev-environment.yml
environment.yml
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/scripts/generate_pip_deps_from_conda.py
.github/scripts/generate_yml_env_fixed_py.py
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/python-tests.yml
bin/geoviewer.py
binder/environment.yml
binder/extra-environment.yml
binder/postBuild
doc/Makefile
doc/source/about_geoutils.md
doc/source/api.md
doc/source/background.md
doc/source/cli.md
doc/source/conf.py
doc/source/core_array_funcs.md
doc/source/core_composition.md
doc/source/core_index.md
doc/source/core_inheritance.md
doc/source/core_lazy_load.md
doc/source/core_match_ref.md
doc/source/core_py_ops.md
doc/source/feature_overview.md
doc/source/how_to_install.md
doc/source/index.md
doc/source/mask_class.md
doc/source/proj_tools.md
doc/source/quick_start.md
doc/source/raster_class.md
doc/source/rasters_index.md
doc/source/satimg_class.md
doc/source/vector_class.md
doc/source/vectors_index.md
doc/source/_static/logo.png
doc/source/_static/logo_only.png
doc/source/_static/css/custom.css
doc/source/_templates/module.rst
doc/source/code/about_geoutils_sidebyside_raster_geoutils.py
doc/source/code/about_geoutils_sidebyside_raster_rasterio.py
doc/source/code/about_geoutils_sidebyside_vector_geopandas.py
doc/source/code/about_geoutils_sidebyside_vector_geoutils.py
examples/analysis/README.rst
examples/analysis/array_numerics/README.rst
examples/analysis/array_numerics/numpy_interfacing.py
examples/analysis/array_numerics/python_arithmetic.py
examples/analysis/geospatial/README.rst
examples/analysis/geospatial/buffer_voronoi.py
examples/analysis/geospatial/proximity_metric.py
examples/analysis/point_extraction/README.rst
examples/analysis/point_extraction/interpolation.py
examples/analysis/point_extraction/reduction.py
examples/handling/README.rst
examples/handling/georeferencing/README.rst
examples/handling/georeferencing/crop_raster.py
examples/handling/georeferencing/crop_vector.py
examples/handling/georeferencing/reproj_raster.py
examples/handling/georeferencing/reproj_vector.py
examples/handling/interface/README.rst
examples/handling/interface/create_mask.py
examples/handling/interface/polygonize.py
examples/handling/interface/rasterize.py
examples/handling/interface/topoints.py
examples/io/README.rst
examples/io/import_export/README.rst
examples/io/import_export/from_array.py
examples/io/import_export/import_raster.py
examples/io/import_export/import_vector.py
examples/io/open_save/README.rst
examples/io/open_save/read_raster.py
examples/io/open_save/read_satimg.py
examples/io/open_save/read_vector.py
geoutils/__init__.py
geoutils/_typing.py
geoutils/_version.py
geoutils/examples.py
geoutils/misc.py
geoutils/projtools.py
geoutils/vector.py
geoutils.egg-info/PKG-INFO
geoutils.egg-info/SOURCES.txt
geoutils.egg-info/dependency_links.txt
geoutils.egg-info/not-zip-safe
geoutils.egg-info/requires.txt
geoutils.egg-info/top_level.txt
geoutils/raster/__init__.py
geoutils/raster/array.py
geoutils/raster/multiraster.py
geoutils/raster/raster.py
geoutils/raster/sampling.py
geoutils/raster/satimg.py
tests/test_array.py
tests/test_doc.py
tests/test_examples.py
tests/test_geoviewer.py
tests/test_misc.py
tests/test_multiraster.py
tests/test_projtools.py
tests/test_raster.py
tests/test_sampling.py
tests/test_satimg.py
tests/test_vector.py