The goal of pluvNav
is to provide tools for searching and downloading pluviometric data for the province of Navarre. It allows the user to:
- Search basic information from pluviometric stations.
- Download pluviometric data for any number of available stations in csv format.
- Unify csv files for any dates and stations of the same type into a single csv file for easier managing. (Note that Automatic stations tend to have more available variables than manual stations)
# check and install devtools
if(!require("devtools")){
install.packages("devtools")
}
devtools::install_github("spatialstatisticsupna/pluvNav")