Skip to content

Commit 15031a8

Browse files
authored
Merge pull request #185 from ACCESS-Cloud-Based-InSAR/cmarshak-patch-1
Update environment.yml for geoid update
2 parents 9b19e1a + 366d74a commit 15031a8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
jobs:
1414
call-version-info-workflow:
1515
uses: ASFHyP3/actions/.github/workflows/[email protected]
16+
with:
17+
python_version: '3.9'
18+
conda_env_name: topsapp_env
1619

1720
call-docker-ghcr-workflow:
1821
needs: call-version-info-workflow

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
77
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
## [0.3.7]
9+
* Updates dem-stitcher to 2.5.8 to ensure new (ARIA-managed) url for reading the Geoid EGM 2008. See this [issue](https://github.com/ACCESS-Cloud-Based-InSAR/dem-stitcher/issues/96).
810

911
## [0.3.6]
1012

11-
* Updates dem-stitcher to 2.5.6 to which updated to a new url for reading the Geoid EGM 2008.
13+
* Updates dem-stitcher to 2.5.6 to which updated to a new url for reading the Geoid EGM 2008. See this [issue](https://github.com/ACCESS-Cloud-Based-InSAR/dem-stitcher/issues/96).
1214

1315
## [0.3.5]
1416

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ dependencies:
4343
- setuptools_scm
4444
- shapely
4545
- tqdm
46-
- dem_stitcher>=2.5.6
46+
- dem_stitcher>=2.5.8
4747
- aiohttp # only needed for manifest and swath download
4848
- tile_mate>=0.0.8

0 commit comments

Comments
 (0)