- add function to compute mean daily data.
- remove stations not available in BDMEP[] (although they
still are in
bdmep_meta()
). - check if stations in climatology 1981-2010 are available in BDMEP.
- fix issue #8, thanks to @patrickgoulart12
- add testing for bdmep_import()
- improve arguments check for
sdate
andedate
arguments inbdmep_import()
. Now, whitespace are removed from start and end of those arguments before building the url string to BDMEP. Thanks to @danielalthoff for reporting your case.
- fix issue related to station MACAPA - AP (OMM: 82098), thanks to William Barbosa (ESALQ/USP).
- split up bdmep_import in
bdmep_write_csv()
andbdmep_data_status()
- fix issue #3, thanks to @DominickAugustine
- add function to write csv files of station data.
- include
bdmep_meta()
.
- include metadata of 394 meteorological stations as a dataset
named
bdmep_meta
. - Functions (see below) were renamed to have consistent names.
Now all functions have a ‘bdmep’ prefix. This allows you to type the
prefix and see all the members of bdmep’s family functions.
import_bdmep
changes tobdmep_import
data_description
changes tobdmep_description
-
bdmep_import()
changes:- supports a vector of stations IDs allowing to data import from multiple meteorological stations.
- returned data frame include a new column
request status
(character) to inform on the outcome of the execution of the request on the server.
-
fixed issue (#1, @sillasgonzaga).
-
import_bmep()
has a new argumentverbose
to print if the status of connection is ok.