Skip to content

Commit

Permalink
Merge pull request #26 from nsidc/lance-nrt-amsr2-support-retries
Browse files Browse the repository at this point in the history
`AU_SI12_NRT_R04` LANCE NRT data source retries
  • Loading branch information
trey-stafford authored Feb 17, 2024
2 parents 3b47605 + 73825f7 commit 2124cef
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 217 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.4.0

* Update `earthaccess` library version to `~=0.8.2`.
* The code that downloads `AU_SI12_NRT_R04` LANCE NRT data
(``pm_tb_data.fetch.amsr.lance_amsr2`)
* now supports trying both data URLs provided by CMR (lance.nsstc.nasa.gov
and lance.itsc.uah.edu) if the first one fails. Sometimes one mirror is
available when the other is not.
* Writes partially-downloaded data to a tempdir. Once the data is fully
downloaded, the data are moved to the expected output dir. This prevents
network interruptions from resulting in partially-written data.

## 0.3.0

* Add code to fetch NSIDC-0001 v6 data from disk.
Expand Down
Loading

0 comments on commit 2124cef

Please sign in to comment.