Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

isdparser v0.3.0

Compare
Choose a tag to compare
@sckott sckott released this 23 Oct 19:37
· 24 commits to master since this release

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

  • fix to internal parsing of string; first remove REM section from the ADD section so that codes in REM that happen to match those in ADD aren't detected spuriously (#15) thanks @ezwelty