Skip to content

Commit

Permalink
Merge pull request #185 from ACCESS-Cloud-Based-InSAR/cmarshak-patch-1
Browse files Browse the repository at this point in the history
Update environment.yml for geoid update
  • Loading branch information
cmarshak authored Jul 30, 2024
2 parents 9b19e1a + 366d74a commit 15031a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.11.2
with:
python_version: '3.9'
conda_env_name: topsapp_env

call-docker-ghcr-workflow:
needs: call-version-info-workflow
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
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.7]
* 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).

## [0.3.6]

* Updates dem-stitcher to 2.5.6 to which updated to a new url for reading the Geoid EGM 2008.
* 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).

## [0.3.5]

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ dependencies:
- setuptools_scm
- shapely
- tqdm
- dem_stitcher>=2.5.6
- dem_stitcher>=2.5.8
- aiohttp # only needed for manifest and swath download
- tile_mate>=0.0.8

0 comments on commit 15031a8

Please sign in to comment.