Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

inmetr 0.2.5

Compare
Choose a tag to compare
@lhmet lhmet released this 17 May 23:40
· 97 commits to master since this release
  • includes 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 to bdmep_import
    • data_description changes to bdmep_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.