Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.0.25 - 2026-08-25¶
Added¶
- add kwargs to functions (730fa84 by egagli).
Fixed¶
- fix EE config stuff (46d870c by egagli).
v0.0.24 - 2026-06-15¶
Changed¶
- Change git push target to main branch (cef203d by Eric Gagliano).
v0.0.23 - 2026-06-15¶
Fixed¶
- fix: support EARTHDATA_TOKEN in addition to username/password (7e879a4 by Claude).
v0.0.22 - 2025-07-28¶
v0.0.21 - 2025-07-28¶
Added¶
- add snodas code and example (6012c1c by egagli).
v0.0.20 - 2025-04-09¶
Added¶
- add new wmo basins (929833b by egagli).
Fixed¶
- fix wmo basin example (79cd83a by egagli).
v0.0.19 - 2025-03-26¶
Added¶
- add new function for local incidence angle calculation via gee (a4089ef by egagli).
- add extra note about ERA5 CDS (4310aca by egagli).
v0.0.18 - 2025-02-25¶
v0.0.17 - 2025-02-24¶
Added¶
- add era5 functionality (90325e3 by egagli).
- add gee credentials as repo secret so we can test gee functionality (fccff20 by egagli).
Fixed¶
v0.0.16 - 2025-01-30¶
Added¶
- add hydroBASINS geometries and GRCD major river basins (c04673a by egagli).
- add example for nlcd (7c864cf by egagli).
- add DOI badge (10a3640 by Eric Gagliano).
- Add files via upload (1a071d6 by Eric Gagliano).
v0.0.15 - 2025-01-26¶
v0.0.14 - 2025-01-14¶
Fixed¶
- fix python version in pyproject (b570db3 by egagli).
v0.0.13 - 2025-01-11¶
Removed¶
- remove cli stuff from pyproject to make conda work (f134ace by egagli).
v0.0.12 - 2025-01-11¶
Added¶
- add note to self to add chunks on chili function (7d25878 by egagli).
Fixed¶
- fix beautifulsoup4 and bs4 problem (3d0079e by egagli).
v0.0.11 - 2024-11-04¶
v0.0.10 - 2024-11-04¶
Added¶
- add nlcd data (94f1fa5 by egagli).
- add chili, proxy for insolation (078f47c by egagli).
- add high volume api for huc geoms (e02f1d2 by egagli).
Fixed¶
- fix nlcd doc string (c57f5c3 by egagli).
- fix issue where station named not correctly assigned (00a39b2 by egagli).
- fix chili case when no data (bb436f6 by egagli).
- fix transpose issue with chili data (a4bf8ce by egagli).
v0.0.9 - 2024-09-29¶
Added¶
Fixed¶
- fix for hls name change (7e07270 by egagli).
- fix docs (5fac030 by egagli).
- fix issue 7 regarding esa worldcover nodata, plot updates (b624a19 by egagli).
- fix ucla swe reanalysis rotation issue (950ff2a by egagli).
- fix documentation page (4bbef71 by egagli).
- fix naming (aa7ee78 by egagli).
Changed¶
- change clip to clip_box (f8e404e by egagli).
v0.0.8 - 2024-08-19¶
Fixed¶
- fix s1, remove geobox option (627fa53 by egagli).
v0.0.7 - 2024-08-19¶
v0.0.6 - 2024-07-16¶
Added¶
- add dependencies needed for earthaccess UCLA snow reanalysis (300b1cd by egagli).
Fixed¶
- fix WY and DOWY functions, fix formatting (37d1094 by egagli).
v0.0.5 - 2024-07-03¶
Added¶
- add era5 data (8da612d by egagli).
- add new dependencies (2532664 by egagli).
- add option to keep s1 data in linear power (eecd9c7 by egagli).
- add huc function (5e11197 by egagli).
- add rgb norm to S2 (8781aac by eric).
- add southern hemisphere support to water year and DOWY functions... importantly, decided on what to label WY start/end (a706757 by eric).
Changed¶
- change s1 chunking (b090f1f by egagli).
v0.0.4 - 2024-04-17¶
v0.0.3 - 2024-04-14¶
Added¶
- add clip to bbox argument with true as default (cb11d38 by eric).
- add mod10a2 attrs (1d55b6a by eric).
Fixed¶
- fix spelling error in pathname (f78a2a7 by eric).
v0.0.2 - 2024-04-02¶
Added¶
- add testing framework (b6cd9b9 by eric).
- add ability to skip cache (33749b0 by eric).
- add earthaccess (83e1a23 by eric).
- add new packages (305c56d by eric).
- add templates for new modules (3103269 by --global).
- add all data function (26cf17c by eric).
- add sentinel 1 functionality (020dbd9 by eric).
- add sentinel 2 class (a0b49b1 by eric).
- add new module (ab50970 by eric).
- add new module for automatic weather stations (fe32c60 by eric).
- add get_esa_worldcover function (450bf0a by eric).
- add env file (399fa92 by eric).
Fixed¶
- fix time slice inconsistency (60e21e9 by eric).
- fix datetime to dowy (418f45c by eric).
- fix variable name (8fd6b7f by eric).
- fix example (b18f928 by eric).
Removed¶
- remove fluff (26486e3 by eric).