Releases: M3Works/metloom
Releases · M3Works/metloom
metloom v0.2.6
- Add buffer parameter to
points_from_geometrymethods to allow a buffering of the bounding box around the shapefile to pick up more stations
metloom v0.2.5
- Documentation fix in Readme
- Get ahead of Pandas deprecation
metloom v0.2.4
- Switch to new NRCS api URL now that old one has a redirect
metloom v0.2.3
- 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
metloom v0.2.1
- Fix minor bugs relating to handling of missing mesowest data
metloom v0.2.0
- 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
- Adjust filtering to snow course logic in CDEC client to handle perviously unhandled scenario
- Only include
measurementDatecolumn with snow courses
metloom v0.1.4
- Add more network options to Snotel API usage
- Fix dataframe joining bug
metloom v0.1.3
Patch release a few bugs discovered in wider usage
- Filter out
_unusedcolumns 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