enram / vptstools

Python library to transfer and convert vertical profile time series data
https://enram.github.io/vptstools/
MIT License
3 stars 1 forks source link

Simplify regex #60

Closed peterdesmet closed 1 year ago

peterdesmet commented 1 year ago
  1. Directly extra radar_code
  2. Remove timezone element and make it part of .* extra
  3. Update documentation

This is mostly done to avoid confusion on whether a timezone should be included or not, as that seemed to be a capture group before (but it is not used).