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

Releases: lhmet/inmetr

0.3.0: Merge pull request #9 from lhmet/testthat

13 Apr 05:27
0ae497f
Compare
Choose a tag to compare
  • fix issue #8
  • add testing for bdmep_import()

inmetr 0.2.8

19 Aug 21:52
Compare
Choose a tag to compare
  • improve arguments check for sdate and edate arguments in bdmep_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.

v0.2.7

07 May 06:47
Compare
Choose a tag to compare

inmetr 0.2.7

  • fix issue related to station MACAPA - AP (OMM: 82098), thanks to William Barbosa (ESALQ/USP).

  • split up bdmep_import in bdmep_write_csv() and bdmep_data_status()

inmetr 0.2.5

17 May 23:40
Compare
Choose a tag to compare
  • 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.

inmetr 0.0.3

24 Apr 06:17
Compare
Choose a tag to compare

First release

04 Aug 21:37
Compare
Choose a tag to compare

First release of inmetr R package.