.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
codecov.yml
pyproject.toml
release_requirements.txt
setup.py
test_requirements.txt
.github/dependabot.yml
.github/workflows/AutoPushToPypi.yml
.github/workflows/ci-py310.yaml
.github/workflows/ci-py311.yaml
.github/workflows/ci-py312.yaml
.github/workflows/ci-py313.yaml
.github/workflows/docs_dev.yml
docs/Makefile
docs/clean_all.ps1
docs/clean_all.sh
docs/clean_build.ps1
docs/clean_build.sh
docs/make.bat
docs/optipng-7.9.1-win64.zip
docs/requirements-docs.txt
docs/source/changes.md
docs/source/conf.py
docs/source/index.rst
docs/source/install.rst
docs/source/legal.rst
docs/source/_static/easyclimate_map_logo_mini.png
docs/source/api_index/index.rst
docs/source/dynamic_docs/README.rst
docs/source/dynamic_docs/clip/README.rst
docs/source/dynamic_docs/clip/era5_circle_1973062200.nc
docs/source/dynamic_docs/clip/plot_core_clip.py
docs/source/dynamic_docs/tibetan_plateau/README.rst
docs/source/dynamic_docs/tibetan_plateau/plot_tibetan_plateau_basins.py
docs/source/dynamic_docs/zh_CN/README.rst
docs/source/dynamic_docs/zh_CN/plot_zh_CN_1st_administration.py
docs/source/dynamic_docs/zh_CN/plot_zh_CN_2nd_administration.py
docs/source/dynamic_docs/zh_CN/plot_zh_CN_nation.py
docs/source/dynamic_docs/zh_CN/plot_zh_CN_provinces.py
docs/source/dynamic_docs/zh_CN/plot_zh_CN_river1.py
docs/source/dynamic_docs/zh_CN/plot_zh_CN_river3.py
readme/README_ja_JP.md
readme/README_zh_CN.md
scripts/build_wheel.ps1
scripts/build_wheel.sh
scripts/check_deprecations.py
scripts/command_pytest.ps1
scripts/command_pytest.sh
scripts/command_pytest_distributed.ps1
scripts/command_pytest_distributed.sh
scripts/command_pytest_report.ps1
scripts/command_pytest_report.sh
scripts/create_baseline_images.ps1
scripts/create_baseline_images.sh
scripts/delete_pycache.py
scripts/upload_pypi.ps1
scripts/upload_pypi.sh
src/easyclimate_map/__init__.py
src/easyclimate_map/version.py
src/easyclimate_map.egg-info/PKG-INFO
src/easyclimate_map.egg-info/SOURCES.txt
src/easyclimate_map.egg-info/dependency_links.txt
src/easyclimate_map.egg-info/requires.txt
src/easyclimate_map.egg-info/top_level.txt
src/easyclimate_map/core/__init__.py
src/easyclimate_map/core/clip.py
src/easyclimate_map/core/datanode.py
src/easyclimate_map/core/tool.py
src/easyclimate_map/map/__init__.py
src/easyclimate_map/map/map_tibetan_plateau.py
src/easyclimate_map/map/map_zh_CN.py
src/easyclimate_map/map/shpdata/tibetan_plateau/TP_basins.7z
src/easyclimate_map/map/shpdata/zh_CN/administration_1st/res1_4m.7z
src/easyclimate_map/map/shpdata/zh_CN/administration_2nd/res2_4m.7z
src/easyclimate_map/map/shpdata/zh_CN/nation/bou1_4l.7z
src/easyclimate_map/map/shpdata/zh_CN/nation/bou1_4p.7z
src/easyclimate_map/map/shpdata/zh_CN/provinces/bou2_4l.7z
src/easyclimate_map/map/shpdata/zh_CN/provinces/bou2_4p.7z
src/easyclimate_map/map/shpdata/zh_CN/river1/hyd1_4l.7z
src/easyclimate_map/map/shpdata/zh_CN/river1/hyd1_4p.7z
src/easyclimate_map/map/shpdata/zh_CN/river3/hyd2_4l.7z
src/easyclimate_map/map/shpdata/zh_CN/river3/hyd2_4p.7z
test/__init__.py
test/const_define.py
test/baseline_images/test_get_Tibetan_Plateau_basins.png
test/baseline_images/test_get_zh_CN_1st_administration.png
test/baseline_images/test_get_zh_CN_2nd_administration.png
test/baseline_images/test_get_zh_CN_nation_line.png
test/baseline_images/test_get_zh_CN_nation_polygon.png
test/baseline_images/test_get_zh_CN_provinces_line.png
test/baseline_images/test_get_zh_CN_provinces_polygon.png
test/baseline_images/test_get_zh_CN_river1_line.png
test/baseline_images/test_get_zh_CN_river1_polygon.png
test/baseline_images/test_get_zh_CN_river3_line.png
test/raw/core/test_datanode.py
test/raw/map/test_map_tibetan_plateau.py
test/raw/map/test_map_zh_CN.py