.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
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/analysis_aggregation.md
docs/changelog.md
docs/contributing.md
docs/data_compatibility.md
docs/data_converter.md
docs/earthstat.md
docs/faq.md
docs/geo_data_processing.md
docs/geo_meta_extractor.md
docs/index.md
docs/installation.md
docs/utils.md
docs/assests/logo.png
docs/assests/logo_white.png
docs/assests/workflow.png
docs/assests/xES_workflow.png
docs/examples/intro.ipynb
docs/examples/xES.ipynb
docs/overrides/main.html
docs/usage/main_usage.md
docs/usage/xES_usage.md
earthstat/__init__.py
earthstat/earthstat.py
earthstat/utils.py
earthstat/xearthstat.py
earthstat.egg-info/PKG-INFO
earthstat.egg-info/SOURCES.txt
earthstat.egg-info/dependency_links.txt
earthstat.egg-info/entry_points.txt
earthstat.egg-info/requires.txt
earthstat.egg-info/top_level.txt
earthstat/analysis_aggregation/__init__.py
earthstat/analysis_aggregation/aggregate_process.py
earthstat/analysis_aggregation/parallel_clip_aggregate.py
earthstat/data_compatibility/__init__.py
earthstat/data_compatibility/compatibility_utils.py
earthstat/data_compatibility/data_compatibility.py
earthstat/data_compatibility/process_comp_issues.py
earthstat/data_converter/hdf5_to_tiff.py
earthstat/data_converter/netcdf_to_tiff.py
earthstat/geo_data_processing/__init__.py
earthstat/geo_data_processing/clip_raster.py
earthstat/geo_data_processing/rescale_resample_raster.py
earthstat/geo_data_processing/shapefile_process.py
earthstat/geo_meta_extractors/__init__.py
earthstat/geo_meta_extractors/mask_meta.py
earthstat/geo_meta_extractors/predictor_meta.py
earthstat/geo_meta_extractors/shapefile_meta.py
earthstat/xES/DailyDatasetBuilder.py
earthstat/xES/DekadalDatasetBuilder.py
earthstat/xES/__init__.py
earthstat/xES/cds_api_key_manager.py
earthstat/xES/cds_param.py
earthstat/xES/download_AgERA5py.py
earthstat/xES/get_csv.py
earthstat/xES/xES_utiles.py
tests/__init__.py
tests/test_earthstat.py