.env
.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
.github/workflows/publish.yml
autogen/_vegaspec.py
autogen/gen_init.py
autogen/gen_models.sh
autogen/pre-commit
docs/Makefile
docs/eidos.core.rst
docs/eidos.rst
docs/eidos.templates.rst
docs/eidos.viewnodes.rst
docs/eidos.worldlayers.rst
docs/modules.rst
docs/requirements.txt
docs/_templates/autosummary/class.rst
docs/source/CHANGELOG.rst
docs/source/about.rst
docs/source/api.rst
docs/source/banner_dark.svg
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/oceanum-favicon.ico
docs/source/usage.rst
eidosxr/README.md
eidosxr/__init__.py
eidosxr/_basemodel.py
eidosxr/apimodels.py
eidosxr/base.py
eidosxr/client.py
eidosxr/common.py
eidosxr/consistency.py
eidosxr/data.py
eidosxr/exceptions.py
eidosxr/features.py
eidosxr/geojson.py
eidosxr/oceanql.py
eidosxr/panel.py
eidosxr/root.py
eidosxr/state.py
eidosxr/theme.py
eidosxr/vegaspec.py
eidosxr/version.py
eidosxr.egg-info/PKG-INFO
eidosxr.egg-info/SOURCES.txt
eidosxr.egg-info/dependency_links.txt
eidosxr.egg-info/requires.txt
eidosxr.egg-info/top_level.txt
eidosxr/_templates/__init__.py
eidosxr/_templates/index.j2
eidosxr/node/__init__.py
eidosxr/node/derived.py
eidosxr/node/document.py
eidosxr/node/grid.py
eidosxr/node/menu.py
eidosxr/node/plot.py
eidosxr/node/world.py
eidosxr/node/worldlayer/__init__.py
eidosxr/node/worldlayer/common.py
eidosxr/node/worldlayer/feature.py
eidosxr/node/worldlayer/gridded.py
eidosxr/node/worldlayer/label.py
eidosxr/node/worldlayer/scenegraph.py
eidosxr/node/worldlayer/seasurface.py
eidosxr/node/worldlayer/track.py
eidosxr/node/worldlayer/wmts.py
oceanum/eidos/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_consistency.py
tests/test_init.py
tests/test_patch.py
tests/test_plot.py