Skip to content

Releases: c-hydro/door

v2.4.0-alpha.1

11 Mar 17:31

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

v2.4.0-alpha

04 Feb 12:28
bcca832

Choose a tag to compare

🐛 Bug Fixes

DOOR v2.3.11

09 Dec 11:05
7de882c

Choose a tag to compare

✨ New Features

  • ee9b070 - merra2: complete merra2 downloader for daily precipitation and temperatures (commit by @ltrotter)

🐛 Bug Fixes

♻️ Refactors

  • 0ef9dae - merra2: edits to cmr, grace and viirs downloaders for merra2 (commit by @ltrotter)

🔧 Chores

DOOR v2.3.10

11 Nov 13:51
a728ec0

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

  • 61dd695 - jra: ensure only date (no time) is considered when finding last ts (commit by @ltrotter)
  • e35e87d - jra: access dataset through OPeNDAP using the DAP2 protocol (commit by @ltrotter)

🔧 Chores

DOOR v2.3.9

14 Oct 08:13
ca166cf

Choose a tag to compare

✨ New Features

  • 5434410 - lsasaf: add lsa_saf downloader, get_last_ts and get_last_date (commit by @ltrotter)
  • 8fd9e05 - lsasaf: complete lsa-saf downloader for ET0 and ET (commit by @ltrotter)

🐛 Bug Fixes

  • ee888d2 - lsasaf: corrections to lsa-saf to ensure authentication b4 download (commit by @ltrotter)
  • c843e8f - hsaf: add alternative url to hsaf h14 (for current vs archive) (commit by @ltrotter)

🔧 Chores

DOOR v2.3.8

01 Oct 07:20
06b8cb9

Choose a tag to compare

✨ New Features

  • 377f4a7 - chirps: add chirps3-daily as product to chirps_downloader (commit by @ltrotter)

DOOR v2.3.7

04 Aug 12:56
2f2d764

Choose a tag to compare

✨ New Features

  • 6724b2e - clms: update clms downloader to download swi data v4.0.1 (from netcdf). (commit by @ltrotter)
  • 2317417 - glofas: add glofas downloader (swi only) (commit by @ltrotter)

♻️ Refactors

  • 8cd43c2 - cds: restructure ERA5 code to make space for glofas (commit by @ltrotter)

DOOR v2.3.6

18 Jun 07:12
505ecce

Choose a tag to compare

🐛 Bug Fixes

  • d805184 - chirps: change chirps_downloader to download from pentads and aggregate (commit by @ltrotter)
  • de083ae - hsaf: ensure all files are closed in tmp folders (commit by @ltrotter)
  • 4c9cc86 - hsaf: patch code to get_last_ts (commit by @ltrotter)
  • d7a8e43 - patch a few errors in base and io (commit by @ltrotter)
  • 9decb54 - hsaf: pass if you don't find data for a given day (commit by @ltrotter)
  • 6554fad - hsaf: change retries to 5 for faster download, skip missing timesteps (commit by @ltrotter)

♻️ Refactors

  • 456ebe1 - ftp_downloader: refactor the downloaders from ftp (chirps, hsaf, jaxa) to make them actually work (commit by @ltrotter)

🔧 Chores

DOOR v2.3.5

13 May 07:27
d098e28

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

  • cec68aa - chirps: fix getting prlim data switch from pentads to dekads nan values (commit by @ltrotter)
  • 79faf50 - hsaf: changes to hsaf downloader to make it work again (commit by @ltrotter)

♻️ Refactors

  • b64b330 - chirps: download from ftp instead of https for stability (commit by @ltrotter)

🔧 Chores

  • f2eff22 - base: ensure tmp folder is chosen from env variable if available (commit by @ltrotter)

DOOR v2.3.4

26 Mar 09:46
bf9fdc5

Choose a tag to compare

✨ New Features

  • e5f1dca - era5: allow to set a single variable as a string (commit by @ltrotter)
  • b2865bc - jra: complete jra downloader per 3q, and add example (commit by @ltrotter)

🐛 Bug Fixes

  • 27f5d29 - viirsmodis: ensure data is within valid_range, for data type issue (commit by @ltrotter)
  • c93b702 - noaa: correct some typos in get_last_published_date (commit by @ltrotter)
  • d49f66b - jra: correct typo in setting base_url (commit by @ltrotter)
  • 06a47fa - base: error in base_downloader when self.variables is a list (commit by @ltrotter)
  • 9094e39 - eobs: make sure eobs gets the last date correctly (commit by @ltrotter)
  • 2f28cbb - noaa: make sure noaa gets the last date correctly (commit by @ltrotter)

♻️ Refactors

  • 267028a - base: move set_product to the base downloader (commit by @ltrotter)
  • 2f2c12f - noaa: crop before aggregating, for efficiency (commit by @ltrotter)
  • 71d5467 - jra: automatically remove previous months when downloading a new one (commit by @ltrotter)

🔧 Chores