Giter Site home page Giter Site logo

jiqicn / meteovis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 71.06 MB

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

License: MIT License

Python 23.69% Jupyter Notebook 2.81% Batchfile 0.07% Shell 0.03% Python 66.58% Jupyter Notebook 6.56% Batchfile 0.15% Shell 0.11%

meteovis's Introduction

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

meteovis's People

Contributors

jiqicn avatar

Watchers

 avatar

meteovis's Issues

Get the vis functions back

Realize the tag view in the dataset operation GUI, and implement the visualization tag that allows visualizing a single raster on
an interactive map.

The merging method

Merge temp files to the final dataset.

  • Currently support average, maximum, and minimum.
  • Delete all the temp files after finishing.
  • Test performance on that, better display the merging result on maps to see if there is any offset of location.

Add more instructions within the GUIs

The following information should be shown to users

When processing data:

  • Only files from the same radar can be selected when processed into a dataset

When operating dataset:

  • Only one dataset can be updated at a time
  • List possible operators when updating a dataset, also show examples

Dataset update by equation input

realize math and logic operations of datset

  • user's input should be a string of equation, supporting normal math and logic operations
  • equation string will be parsed and executed to update the dataset
  • in the current stage, only allow one dataset to be updated, but could be expanded to multi-dataset computing in the future (the challenge is how to refer to multiple datasets in the equation string).
  • The updated dataset will be stored as a separate dataset file

Design of parallelism in raster merging

General idea:

  1. each raster in each dataset will first be interpolated
  2. the same raster of all datasets will be merged
  3. merging result will be written to the output dataset file

Clean cache

In the visualization tab, add the button for cleaning the image cache.

Input all files under the selected folder

When processing data, it requires that all the files to be processed are directly under the selected folder. It's preferred that files in the recursive subfolders are also selected.

Copy of datasets

Button within the general tab to allow duplicating a dataset.
Only need to change the name and id of the dataset:

  • name to copy_original_name
  • id to a new uuid

Implement the interpolate function of rasters

To merge two rasters, a shared grid will be computed based on the input rasters, and both input rasters will be interpolated to this shared grid.

Take care of the nan values after interpolation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.