ropensci-archive / isdparser

:warning: ARCHIVED :warning: NOAA ISD/ISH file parser
Other
13 stars 4 forks source link

speed up by doing first regex with all acronyms #5

Closed sckott closed 7 years ago

sckott commented 7 years ago

with all values, then only proceed with extracting those that matched. should save time since potentially hundreds of regex's are avoided