Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.17 KB

MeteoVis

A jupyter-based tool for visualizing and exploring meteorological and bioecological data hosted at UvA-TCE.

Documentations of APIs can be found here.

Usage

Process files to dataset: Process files screen

Visualize datasets: Visualize datasets screen

Merging datasets: Merge datasets screen

Update datasets: Update datasets screen

Installation

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].