diff --git a/.zenodo.json b/.zenodo.json index 850e38994b..22f1ba441b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f2be4e0e..254d6a926a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8edea55625..fc6eb031a1 100644 --- a/README.md +++ b/README.md @@ -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: -
-downloadIsisData cassini $ISISDATA --exclude="kernels/**"
-
+ 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: