From 890d8ed8e625bd111909eca71d3f065ceb10c086 Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Fri, 5 Jul 2024 11:10:34 -0700 Subject: [PATCH 1/3] Update dem-stitcher for new geoid url --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index e40ef8232..7b92e2cf3 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - cdsapi - cfgrib - dask - - dem_stitcher>=2.3.1 + - dem_stitcher>=2.5.6 - ecmwf-api-client - h5netcdf - h5py From e6974aaa06faa2fa04b56832c3633a6377374e75 Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Fri, 5 Jul 2024 11:12:25 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 971b0bd9a..fafbcfb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). * [657](https://github.com/dbekaert/RAiDER/pull/657) - Fixed a few typos in `README.md`. * [651](https://github.com/dbekaert/RAiDER/pull/651) - Removed use of deprecated argument to `pandas.read_csv`. * [627](https://github.com/dbekaert/RAiDER/pull/627) - Made Python datetimes timezone-aware and add unit tests and bug fixes. +* Ensures dem-stitcher to be >= v2.5.6, which updates the url for reading the Geoid EGM 2008. ## [0.5.1] ### Changed From f393345eeaebf58e081da5404d8809b6b8be0e0b Mon Sep 17 00:00:00 2001 From: Jeremy Maurer Date: Fri, 5 Jul 2024 13:50:56 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fafbcfb36..7c5750707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). * [657](https://github.com/dbekaert/RAiDER/pull/657) - Fixed a few typos in `README.md`. * [651](https://github.com/dbekaert/RAiDER/pull/651) - Removed use of deprecated argument to `pandas.read_csv`. * [627](https://github.com/dbekaert/RAiDER/pull/627) - Made Python datetimes timezone-aware and add unit tests and bug fixes. -* Ensures dem-stitcher to be >= v2.5.6, which updates the url for reading the Geoid EGM 2008. +* [662](https://github.com/dbekaert/RAiDER/pull/662) - Ensures dem-stitcher to be >= v2.5.6, which updates the url for reading the Geoid EGM 2008. ## [0.5.1] ### Changed