.cruft.json
.gitignore
.pre-commit-config-weekly.yaml
.pre-commit-config.yaml
Dockerfile
LICENSE
MANIFST.in
Makefile
README.md
environment.yml
pyproject.toml
setup.cfg
.github/workflows/ci.yml
docs/conf.py
docs/index.rst
docs/_static/earthkit-maps.png
docs/examples/efi.ipynb
docs/examples/era5-el-nino.ipynb
docs/examples/fieldlist-input.ipynb
docs/examples/projected-coordinates.ipynb
docs/examples/scatter.ipynb
earthkit/maps/__init__.py
earthkit/maps/data.py
earthkit/maps/definitions.py
earthkit/maps/layouts.py
earthkit/maps/legends.py
earthkit/maps/logos.py
earthkit/maps/nuts.py
earthkit/maps/quickplot.py
earthkit/maps/schemas.py
earthkit/maps/utils.py
earthkit/maps/version.py
earthkit/maps/data/domains.yaml
earthkit/maps/data/colors/earthkit.yaml
earthkit/maps/data/identities/2m-temperature.yaml
earthkit/maps/data/identities/geopotential.yaml
earthkit/maps/data/identities/mean-sea-level-pressure.yaml
earthkit/maps/data/logos/ecmwf.png
earthkit/maps/data/schemas/default.yaml
earthkit/maps/data/static/fonts/Lato/Lato-Black.ttf
earthkit/maps/data/static/fonts/Lato/Lato-BlackItalic.ttf
earthkit/maps/data/static/fonts/Lato/Lato-Bold.ttf
earthkit/maps/data/static/fonts/Lato/Lato-BoldItalic.ttf
earthkit/maps/data/static/fonts/Lato/Lato-Italic.ttf
earthkit/maps/data/static/fonts/Lato/Lato-Light.ttf
earthkit/maps/data/static/fonts/Lato/Lato-LightItalic.ttf
earthkit/maps/data/static/fonts/Lato/Lato-Regular.ttf
earthkit/maps/data/static/fonts/Lato/Lato-Thin.ttf
earthkit/maps/data/static/fonts/Lato/Lato-ThinItalic.ttf
earthkit/maps/data/static/fonts/OpenSans/OFL.txt
earthkit/maps/data/static/fonts/OpenSans/OpenSans-Bold.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-BoldItalic.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-ExtraBold.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-Italic.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-Light.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-LightItalic.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-Medium.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-MediumItalic.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-Regular.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-SemiBold.ttf
earthkit/maps/data/static/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf
earthkit/maps/data/static/images/logos/ecmwf.png
earthkit/maps/domains/__init__.py
earthkit/maps/domains/bounds.py
earthkit/maps/domains/crs.py
earthkit/maps/domains/domain.py
earthkit/maps/domains/natural_earth.py
earthkit/maps/domains/optimal.py
earthkit/maps/formats/units.py
earthkit/maps/layers/__init__.py
earthkit/maps/layers/layers.py
earthkit/maps/layers/metadata.py
earthkit/maps/layers/subplots.py
earthkit/maps/layers/superplots.py
earthkit/maps/styles/__init__.py
earthkit/maps/styles/auto.py
earthkit/maps/styles/geopotential.py
earthkit/maps/styles/presets.py
earthkit/maps/styles/pressure.py
earthkit/maps/styles/temperature.py
earthkit_maps.egg-info/PKG-INFO
earthkit_maps.egg-info/SOURCES.txt
earthkit_maps.egg-info/dependency_links.txt
earthkit_maps.egg-info/requires.txt
earthkit_maps.egg-info/top_level.txt
tests/test_version.py