Data
Access to the raw disdrometer measurements and metadata is available through a separate GitHub repository : disdrodb-data.
The disdrodb-data GitHub repository includes:
The stations measurements in the form of a JSON file with URLs links to the downloadable data (not included in the repository due to GitHub’s file size limitation).
The stations metadata in YAML file format.
The stations issue in YAML file format.
Some python code to download the datasets using the URLs provided in the JSON files.
Some python code to curate the metadata archive.
You can clone the disdrodb-data repository with
git clone https://github.com/ltelab/disdrodb-data.git
However, if you plan to add new data or metadata to the archive, first fork the repository on your GitHub account and then clone the forked repository.
Download DISDRODB Raw Data
TODO: @ Régis : add docs related to disdrodb-data repo
Upload DISDRODB Raw Data
TODO: @ Régis : add docs related to disdrodb-data repo