.bumpversion.cfg
.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
environment.yml
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/pysatgeo.md
docs/usage.md
docs/examples/intro.ipynb
docs/overrides/main.html
pysatgeo/__init__.py
pysatgeo/download.py
pysatgeo/gee.py
pysatgeo/lidar.py
pysatgeo/netcdf.py
pysatgeo/pysatgeo.py
pysatgeo/raster.py
pysatgeo/vector.py
pysatgeo.egg-info/PKG-INFO
pysatgeo.egg-info/SOURCES.txt
pysatgeo.egg-info/dependency_links.txt
pysatgeo.egg-info/entry_points.txt
pysatgeo.egg-info/requires.txt
pysatgeo.egg-info/top_level.txt
tests/__init__.py
tests/test_pysatgeo.py