Skip to content

Releases: M3Works/metloom

metloom v0.2.6

09 Jun 14:15

Choose a tag to compare

  • Add buffer parameter to points_from_geometry methods to allow a buffering of the bounding box around the shapefile to pick up more stations

metloom v0.2.5

06 Jun 23:01

Choose a tag to compare

  • Documentation fix in Readme
  • Get ahead of Pandas deprecation

metloom v0.2.4

04 Apr 17:25

Choose a tag to compare

  • Switch to new NRCS api URL now that old one has a redirect

metloom v0.2.3

18 Feb 23:02

Choose a tag to compare

  • Resample hourly and daily CDEC data from sub-hourly data - Issue #36
  • Retrieve more mesowest data by trying more key options

metloom v0.2.2

12 Jan 19:03

Choose a tag to compare

  • Fix mesowest timezone issue #29
  • Fix dataframe resample oddity #31

metloom v0.2.1

30 Dec 20:26

Choose a tag to compare

  • Fix minor bugs relating to handling of missing mesowest data

metloom v0.2.0

29 Dec 16:20

Choose a tag to compare

  • Added mesowest network
  • Added in a token json arg to the get_*_data functions
  • Pinned docutils for an update that happened
  • Added in a resample_df function for the highway stations where the returned data is 5min for air temp.

metloom v0.1.5

23 Dec 20:09

Choose a tag to compare

  • Adjust filtering to snow course logic in CDEC client to handle perviously unhandled scenario
  • Only include measurementDate column with snow courses

metloom v0.1.4

08 Nov 17:49

Choose a tag to compare

  • Add more network options to Snotel API usage
  • Fix dataframe joining bug

metloom v0.1.3

25 Oct 16:59

Choose a tag to compare

Patch release a few bugs discovered in wider usage

  • Filter out _unused columns resulting from joining multiple sensor result dataframes in CDEC and SNOTEL point data
  • Change CDEC timezone to avoid impossible date logic when datetimes returned from the sensors don't exist in US/Pacific timezone
  • Account for nodata returns when validating dataframes
  • Include datasource in dataframes