Skip to content

Commit

Permalink
Partial fix for rsync in README (DOI-USGS#5155)
Browse files Browse the repository at this point in the history
* FIX: Update README to reflect ended rsync support

Added a note explaining that the rsync server was discontinued and replaced by Amazon S3.
Replaced sample rsync command with downloadIsisData command.
Changed download flag to --exclude='kernels/**' to match downloadIsisData help string.

* update CHANGELOG.md

* add to .zenodo.json
  • Loading branch information
ellequelle authored Apr 3, 2023
1 parent 1508847 commit ab4483e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@
{
"name": "Hahn, Marjorie"
},
{
"name": "Hanson, Lavender",
"orcid": "0000-0003-2298-8382"
},
{
"affiliation": "United States Geological Survey, Astro Geology Science Center",
"name": "Hare, Trent"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ release.
### Deprecated

### Fixed
- Updated README.md to remove remaining references to downloading data from discontinued rsync server [#5152](https://github.com/DOI-USGS/ISIS3/issues/5152)
- Fixed users not being able to modify planetographic projections in qmos

## [7.2.0] - 2022-12-07
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,7 @@ If you plan to work with data from all missions, then the download will require
### Full ISIS Data Download
> Warning if you are looking to download ISIS data via rsync the servers will be shutdown in November of 2022.
the outdated rsync download information can be found [here](https://github.com/USGS-Astrogeology/ISIS3/wiki/Outdated-ISIS-Data-Information)
> Warning: if you are looking to download ISIS data via rsync, this is no longer supported. The rsync server isisdist.astrogeology.usgs.gov was shutdown in November 30, 2022 and replaced with an Amazon S3 storage bucket specified in [rclone.conf](isis/config/rclone.conf). The outdated rsync download information can be found [here](https://github.com/USGS-Astrogeology/ISIS3/wiki/Outdated-ISIS-Data-Information) and updated instructions for downloading ISIS data are provided below.
The ISIS Data Area is hosted on a combination of AWS S3 buckets and public http servers e.g. NAIF, Jaxa, ESA and not through conda channels like the ISIS binaries. This requires using the `downloadIsisData` script from within a terminal window within your Unix distribution, or from within WSL if running Windows 10. Downloading all mission data requires over 520 GB of disk space. If you want to acquire only certain mission data [click here](#Mission-Specific-Data-Downloads). To download all ISIS data files, continue reading.
Expand Down Expand Up @@ -435,9 +433,7 @@ ISIS can now use a service to retrieve the SPICE data for all instruments ISIS s
For example:
<pre>
downloadIsisData cassini $ISISDATA --exclude="kernels/**"
</pre>
downloadIsisData cassini $ISISDATA --exclude="kernels/**"
You can also use `include` argument to partially download specific kernels. For example, download only cks and fks of LRO mission:
Expand Down

0 comments on commit ab4483e

Please sign in to comment.