Menu

Developers Italia Sviluppiamo i servizi pubblici, insieme

Seguici su

griberg stable

R + Shiny app

A tool to load and view meteorological grib data


Funzionalità del software

Reading and visualize meteorological grib data

Informazioni di dettaglio

griberg stable

R + Shiny app

Ultimo rilascio 2021-09-07 (stable)

Tipo di manutenzione community

Stato publiccode.yml

Contatto tecnico

Paolo Veronesi

Descrizione estesa

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”)

torna all'inizio dei contenuti