soildb v0.5.0
Renaming functions for better semantic clarity using consistent verb prefixes. Various enhancements to AWDB API, mostly related to hourly data, and added new HENRY functions.
Breaking changes:
- Introduced function names such as
discover_stations,discover_stations_nearby,get_property_data_near.- Deprecated older names (
find_stations_by_criteria,get_monitoring_station_data, etc.)
- Deprecated older names (
- Renamed the
begin_publication_dateparameter tostart_publication_datein AWDB client
Enhancements:
- Added a helper function
_apply_station_timezoneto correctly interpret and assign time zone information to naive datetime values returned by the AWDB API, using station metadata, aligning with ISO 8601 timestamp standard - The
get_station_datamethod now fetches station metadata to obtain time zone offsets and applies them to hourly data - The
TimeSeriesDataPointmodel now includeselement_code,variable_name, andstation_timezone_offsetfields to provide more detailed metadata for each data point - Added new functions for working with the Henry Mount Soil Temperature and Water Database
What's Changed
Full Changelog: 0.4.0...0.5.0