Searvey aims to provide the following functionality:
-
Unified catalogue of observational data including near real time.
-
Real time data analysis/clean up to facilitate comparison with numerical models.
-
On demand data retrieval from multiple sources.
python3 -mvenv .venv
source .venv/bin/activate
poetry install
pre-commit install
If you wish to use jupyterlab to test searvey, then, assuming you have an existing jupyterlab installation, you should be able to add a kernel to it with:
python -mipykernel install --user --name searvey