A jupyter-based tool for visualizing and exploring meteorological and bioecological data hosted at UvA-TCE.
Documentations of APIs can be found here.
Using Anaconda:
conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -n <name-of-your-env> python=3.8 # to install Meteovis to a new environment
conda activate <name-of-your-env>
conda install -c jiqi meteovis
When installing into JupyterLab 1 or 2, you may also need to install the labextensions if you have never done it before:
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-leaflet @j123npm/[email protected]
For now, MeteoVis is only available on AMD64 Linux systems, with [email protected].