From 112ad6a8708bea6d553d41e420dea92542ffa53a Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Fri, 5 Jul 2024 09:37:25 -0700 Subject: [PATCH 1/2] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 794fd55..79d28cc 100644 --- a/environment.yml +++ b/environment.yml @@ -43,6 +43,6 @@ dependencies: - setuptools_scm - shapely - tqdm - - dem_stitcher>=2.5.5 + - dem_stitcher>=2.5.6 - aiohttp # only needed for manifest and swath download - tile_mate>=0.0.8 From 18e16fbd97e48247c8cba7ce4febde9bdc96cb1d Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Fri, 5 Jul 2024 09:39:55 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e8acd..ef7186a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.6] + +* Updates dem-stitcher to 2.5.6 to which updated to a new url for reading the Geoid EGM 2008. + ## [0.3.5] ### Added