mattijn / altair_tiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

altair_tiles

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.

Development

python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'

Run linters (and soon tests) with

hatch run test

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 90.0%Language:Python 10.0%