MatthewFlamm / pynws

⛈️ A python library to asynchronously retrieve weather observation from NWS/NOAA
MIT License
33 stars 10 forks source link

Filter observations when updating with `start_time` parameter #199

Open MatthewFlamm opened 6 months ago

MatthewFlamm commented 6 months ago
          Observations already allow a `start_time` parameter, right now we trust NWS to satisfy this request.  We should also filter it if user supplies this and NWS returns old data.

Originally posted by @MatthewFlamm in https://github.com/MatthewFlamm/pynws/issues/194#issuecomment-2100212372