This package is in a very early development stage and should not yet be used for anything serious. You can find some examples in this notebook.
Inspired by contextily and based on initial implementations in Vega and in Vega-Lite. Currently, this package is used to test out how the extended Vega-Lite spec should look like for an implementation in Vega-Lite as part of the geoshape mark. However, we might also release this package to bridge the time until the functionality is implemented in Vega-Lite.
python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
Run linters (and soon tests) with
hatch run test