Skip to content

Commit

Permalink
update urls for downloading geooids from agisoft.com
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf committed Jun 28, 2024
1 parent 965cbfa commit bc01c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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).

## [2.5.6]
* Updated URLs for downloading geoids from agisoft.com. Fixes [#88](https://github.com/ACCESS-Cloud-Based-InSAR/dem-stitcher/issues/88).

## [2.5.5]
* Multithreading for windowed reading during merge operation
* Add 3.12 support
Expand Down
2 changes: 1 addition & 1 deletion dem_stitcher/geoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .rio_tools import reproject_arr_to_match_profile, translate_profile
from .rio_window import read_raster_from_window

AGISOFT_URL = "http://download.agisoft.com/geoids"
AGISOFT_URL = "https://s3-eu-west-1.amazonaws.com/download.agisoft.com/geoids"
GEOID_PATHS_AGI = {
"geoid_18": f"{DATA_PATH}/geoid_18.tif",
"egm_08": f"{AGISOFT_URL}/egm2008-1.tif",
Expand Down

0 comments on commit bc01c3f

Please sign in to comment.