Skip to content
Snippets Groups Projects
Unverified Commit ab4483ec authored by Elle's avatar Elle Committed by GitHub
Browse files

Partial fix for rsync in README (#5155)

* 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
parent 15088478
Branches
Tags
No related merge requests found
......@@ -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"
......
......@@ -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
......
......@@ -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.
......@@ -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>
You can also use `include` argument to partially download specific kernels. For example, download only cks and fks of LRO mission:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment