griberg stable
R + Shiny app
A tool to load and view meteorological grib data
Technical contact Paolo Veronesi
Vitality:
56%
The vitality index, as explicited in the guidelines for the acquisition and reuse of software for Italian PA, is calculated according to the following four main categories:
- Code activity: the daily number of commits and merges;
- Release history: the daily number of releases;
- User community: the number of unique authors;
- Longevity: the age of the project.
The ranges of every measure can be found in the vitality-ranges.yml file.
Development status: stable
Software functionality
Reading and visualize meteorological grib data
detailed information
griberg stable
R + Shiny app
Last release 2021-09-07 (stable)
Type of maintenance community
License AGPL-3.0-or-later
Platforms
linux
windows
mac
Enabling platforms None
Compliance None
List of dependencies None
Extended description
Griberg is a R+Shiny script which allows to plot the latest available meteorological data produced by Arpae Emilia Romagna in grib format. The script is just an example of how to retrieve the available data and visualize it. It can easily be modified. The scripts actually downloads the latest available grib data files from the official repository at: https://drive.google.com/drive/folders/0B7KLnPu6vjdPVGJKR3E4SEluU0U. In order to list the contents of the Gdrive folder a login it’s requested. To avoid it, oauth is implemented in the very first lines of code, but the secrets are omitted from this public release. You have to edit the following lines with your personal strings from Google: google_app <- httr::oauth_app(“somename”, key = “yourkey.apps.googleusercontent.com”, secret = “yoursecret”)