regislon / disdrodb

A global database of disdrometers measurements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DISDRO API - An API to query didsdrometer data.

The code in this repository provides an API to query, filter and visualize disdrometer data. Documentation is available at XXXXX

ATTENTION: The code is subject to changes in the coming months.

The folder tutorials (will) provide jupyter notebooks describing various features of DISDRODB API.

  • How to contribute a custom parser to DISDRODB [[parser_development.ipynb]]
  • Downloading current DISDRODB dataset [download.ipynb]
  • Read and filter DISDRODB [[read_and_filter.ipynb]]
  • Exploratory Data Analysis of DISDRODB [eda.ipynb]

The folder templates provide parser template to contribute your data to DISDRODB.

Installation

For a local installation, follow the below instructions.

  1. Clone this repository.

    git clone git@github.com:ltelab/disdrodb.git
    cd disdrodb
  2. Install the dependencies using conda:

    conda env create -f environment.yml
  3. Activate the mascdb conda environment

    conda activate disdrodb
  4. Just for info... to update the environment.yml:

    conda env export > environment.yml

References

Contributors

License

The content of this repository is released under the terms of the MIT license.

About

A global database of disdrometers measurements


Languages

Language:Python 53.6%Language:R 46.4%Language:Makefile 0.0%