.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.relint.yml
AUTHORS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
HOW_TO_RELEASE.md
LICENSE
NOTICE
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/apply_license_header.py
.github/scripts/generate_pip_deps_from_conda.py
.github/scripts/generate_yml_env_fixed_py.py
.github/scripts/license-header.txt
.github/workflows/doc-build.yml
.github/workflows/pip-checks.yml
.github/workflows/pre-commit.yml
.github/workflows/pypi-publish.yml
.github/workflows/python-tests.yml
.github/workflows/testpypi-publish.yml
benchmark/test_profiling.py
benchmark/test_raster_dask.py
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/authors.md
doc/source/cli.md
doc/source/conf.py
doc/source/config.md
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_parsing.md
doc/source/core_py_ops.md
doc/source/credits.md
doc/source/data_object_index.md
doc/source/distance_ops.md
doc/source/feature_overview.md
doc/source/funding.md
doc/source/georeferencing.md
doc/source/geotransformations.md
doc/source/history.md
doc/source/how_to_install.md
doc/source/index.md
doc/source/license.md
doc/source/mission.md
doc/source/multiprocessing.md
doc/source/pointcloud_class.md
doc/source/profiling.md
doc/source/quick_start.md
doc/source/raster_class.md
doc/source/raster_vector_point.md
doc/source/release_notes.md
doc/source/sphinxext.py
doc/source/stats.md
doc/source/vector_class.md
doc/source/_static/cnes_logo.svg
doc/source/_static/cnes_logo_dark.svg
doc/source/_static/logo.png
doc/source/_static/logo_only.png
doc/source/_static/nasa_logo.svg
doc/source/_static/snsf_logo.svg
doc/source/_static/snsf_logo_dark.svg
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
doc/source/html/profiling/memory_my_program.html
doc/source/html/profiling/time_graph.html
doc/source/imgs/profiling_memory_my_program.png
doc/source/imgs/profiling_time_graph.png
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/distance_ops/README.rst
examples/analysis/distance_ops/buffer_voronoi.py
examples/analysis/distance_ops/proximity_metric.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/raster_point/README.rst
examples/handling/raster_point/gridding.py
examples/handling/raster_point/interpolation.py
examples/handling/raster_point/reduction.py
examples/handling/raster_point/topoints.py
examples/handling/raster_vector/README.rst
examples/handling/raster_vector/create_mask.py
examples/handling/raster_vector/polygonize.py
examples/handling/raster_vector/rasterize.py
examples/io/README.rst
examples/io/import_export/README.rst
examples/io/import_export/import_raster.py
examples/io/import_export/import_vector.py
examples/io/import_export/pc_from_xyz.py
examples/io/import_export/raster_from_array.py
examples/io/open_save/README.rst
examples/io/open_save/read_pointcloud.py
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/_config.py
geoutils/_typing.py
geoutils/_version.py
geoutils/config.ini
geoutils/examples.py
geoutils/filters.py
geoutils/misc.py
geoutils/profiler.py
geoutils/projtools.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/interface/__init__.py
geoutils/interface/distance.py
geoutils/interface/gridding.py
geoutils/interface/interpolate.py
geoutils/interface/raster_point.py
geoutils/interface/raster_vector.py
geoutils/pointcloud/__init__.py
geoutils/pointcloud/pointcloud.py
geoutils/raster/__init__.py
geoutils/raster/_geotransformations.py
geoutils/raster/array.py
geoutils/raster/georeferencing.py
geoutils/raster/geotransformations.py
geoutils/raster/multiraster.py
geoutils/raster/raster.py
geoutils/raster/satimg.py
geoutils/raster/tiling.py
geoutils/raster/distributed_computing/__init__.py
geoutils/raster/distributed_computing/chunked.py
geoutils/raster/distributed_computing/cluster.py
geoutils/raster/distributed_computing/dask.py
geoutils/raster/distributed_computing/multiproc.py
geoutils/stats/__init__.py
geoutils/stats/estimators.py
geoutils/stats/sampling.py
geoutils/stats/stats.py
geoutils/vector/__init__.py
geoutils/vector/geometric.py
geoutils/vector/geotransformations.py
geoutils/vector/vector.py
tests/test_config.py
tests/test_doc.py
tests/test_examples.py
tests/test_filters.py
tests/test_geoviewer.py
tests/test_misc.py
tests/test_profiling.py
tests/test_projtools.py
tests/test_interface/test_distance.py
tests/test_interface/test_gridding.py
tests/test_interface/test_interpolate.py
tests/test_interface/test_raster_point.py
tests/test_interface/test_raster_vector.py
tests/test_pointcloud/test_pointcloud.py
tests/test_raster/test_array.py
tests/test_raster/test_georeferencing.py
tests/test_raster/test_geotransformations.py
tests/test_raster/test_multiraster.py
tests/test_raster/test_raster.py
tests/test_raster/test_satimg.py
tests/test_raster/test_tiling.py
tests/test_raster/test_distributing_computing/test_cluster.py
tests/test_raster/test_distributing_computing/test_dask.py
tests/test_raster/test_distributing_computing/test_multiproc.py
tests/test_stats/test_estimators.py
tests/test_stats/test_sampling.py
tests/test_stats/test_stats.py
tests/test_vector/test_geometric.py
tests/test_vector/test_geotransformations_vector.py
tests/test_vector/test_vector.py