Skip to content

Latest commit

 

History

History
60 lines (53 loc) · 2.47 KB

DOWNLOAD.md

File metadata and controls

60 lines (53 loc) · 2.47 KB

PIFSC/ESD NOAA Cloud | How to Download

Prerequisites : Install Google Command Line Tool: Gsutil

Step 1: Browse Data via PIFSC Cloud Console

Step 1a: Select folder you wish to download

Step 1b: Click Download | This will open up the download command

Step 2: Run Download Script

Simple NODD Download Script Example 01

  • uses rsync command for "synchronizing files between a computer and a storage drive and across networked computers by comparing the modification times and sizes of files."
  • allows for stop and restart of the download
gsutil -m rsync -r "gs://nmfs_odp_pifsc/PIFSC/ESD/ARP/Acoustics" C:/destination_folder_path

Or use the Simple NODD Download Script Example 02

gsutil -m cp -r \
  "gs://nmfs_odp_pifsc/PIFSC/ESD/ARP/Acoustics" /
  .

Download Notes

  • Downloading 1 or more folders requires the google command-line tool.
  • Only individual objects can be downloaded using the Cloud web Console.
  • To download a folder or multiple objects at a time, you can run this code for the selected resources in the gsutil command line tool.

Learn More about NOAA Open Data Dissemination(NODD)

NODD for other NMFS Centers:

Other PIFSC NODD Links

More Info: Google