Misc extension to akd-core.
uv pip install git+https://github.com/NASA-IMPACT/akd-ext.git@developgit clone https://github.com/NASA-IMPACT/akd-ext.git
cd akd-ext
git checkout develop
uv venv --python 3.12
uv sync # preferred
source .venv/bin/activateThe best way to execute scripts is with uv run:
uv run python your_script.py