This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: ropensci-archive/isdparser
Releases · ropensci-archive/isdparser
isdparser v0.4.0
NEW FEATURES
- Gains new function
isd_parse_csv()
for working with ISD csv files rather than the compressed ASCII text files thatisd_parse()
parses. This new function introduces two new package imports: data.table and lubridate. The internals of the parsing tools for the various data types have changed to accommodate both csv and ASCII text files (#16)
isdparser v0.3.0
MINOR IMPROVEMENTS
- towards working on integrating metadata for each of the data fields, we've incorporated a data.frame of metadata into the package. see
?isd_metadata
. eventually we'd like to allow conversions and such on the data based on units (#12)
BUG FIXES
isdparser v0.2.0
isdparser 0.2.0
NEW FEATURES
- New function
isd_transform()
that transforms some variables in
ISD output data - but not all. This functionality used to be done
by default inisd_parse()
andisd_parse_line()
- but data transforming
yanked out as separate step done withisd_transform()
(#11) - Both
isd_parse()
andisd_parse_line()
gain new parameter
additional
to optionally include additional and remarks
data sections in output (#10)
BUG FIXES
- Fixed a bug in
isd()
in which a data section was not parsed
correctly. (#9)
isdparser v0.1.0
NEW FEATURES
- Released to CRAN.