Skip to content

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

License

Notifications You must be signed in to change notification settings

jiqicn/meteovis

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published