haydenth / ish_parser

Parser for NOAA ISH Files
MIT License
56 stars 25 forks source link

Add remark parsing capability #6

Closed mpkay closed 8 years ago

mpkay commented 8 years ago

Parse the Remarks section of a report (if it exists). I utilized the existing (empty) remarks dictionary that existed in the ish_report object as I thought you'd intend it to be used. Handles cases where there are multiple remarks present in the input data.

haydenth commented 8 years ago

wow fantastic - thanks for doing this and writing a unit test!!