LICENSE.md
README.md
pyproject.toml
src/digitalearth/__init__.py
src/digitalearth/__main__.py
src/digitalearth/api.py
src/digitalearth/batch.py
src/digitalearth/browser.py
src/digitalearth/charts.py
src/digitalearth/cli.py
src/digitalearth/plugins.py
src/digitalearth/preprocess.py
src/digitalearth/series.py
src/digitalearth/static.py
src/digitalearth.egg-info/PKG-INFO
src/digitalearth.egg-info/SOURCES.txt
src/digitalearth.egg-info/dependency_links.txt
src/digitalearth.egg-info/entry_points.txt
src/digitalearth.egg-info/requires.txt
src/digitalearth.egg-info/top_level.txt
src/digitalearth/autostyle/__init__.py
src/digitalearth/autostyle/magics.py
src/digitalearth/autostyle/library/magics.yml
src/digitalearth/autostyle/library/variables.yml
src/digitalearth/scene/__init__.py
src/digitalearth/scene/domains.py
src/digitalearth/scene/figure.py
src/digitalearth/scene/map.py
src/digitalearth/scene/projections.py
src/digitalearth/scene/scene.py
src/digitalearth/sources/__init__.py
src/digitalearth/sources/dimension.py
src/digitalearth/sources/extractors.py
src/digitalearth/sources/source.py
src/digitalearth/temporal/__init__.py
src/digitalearth/temporal/climatology.py
src/digitalearth/temporal/timeseries.py
tests/test_animate.py
tests/test_autostyle.py
tests/test_batch.py
tests/test_browser.py
tests/test_cartogram.py
tests/test_charts.py
tests/test_choropleth.py
tests/test_cli.py
tests/test_composite.py
tests/test_domains.py
tests/test_fields.py
tests/test_figure.py
tests/test_globe.py
tests/test_kde.py
tests/test_magics.py
tests/test_map.py
tests/test_mesh.py
tests/test_plot_catchment.py
tests/test_plot_map.py
tests/test_plugins.py
tests/test_points.py
tests/test_preprocess.py
tests/test_projections.py
tests/test_quadtree.py
tests/test_quickplot.py
tests/test_sankey.py
tests/test_scale_legend.py
tests/test_scene.py
tests/test_scheme.py
tests/test_series.py
tests/test_sources.py
tests/test_temporal.py
tests/test_vector.py
tests/test_vector_methods_edges.py
tests/test_voronoi.py