What's Changed
* Update 1300 1302 handling by semuadmin in https://github.com/semuconsulting/pyrtcm/pull/65
1. Refine handling of string attributes (e.g. DF140, DF563, DF566).
1. Add optional 'parsed' argument to RTCMReader - 1 = return raw and parsed data, 0 = return only raw data (parsed will be None)
1. Temporarily suppress 1302 test cases **NB:** sample 1302 messages from euref-ip.net:2101/EUREF01 appear to be truncated (to 59 bytes), causing a `Error processing attribute 'group-DF568' in message type 1302 negative shift count` exception; this mountpoint's data stream also causes the BNC 2.13.1 NTRIP client to bomb every time, so possibly an issue with the source's implementation or documentation???
**Full Changelog**: https://github.com/semuconsulting/pyrtcm/compare/v1.1.3...v1.1.4