GeoNet / help

An issues repo for technical help questions.
6 stars 3 forks source link

Feedback: High Rate GNSS Data Access #42

Closed staylorofford closed 6 years ago

staylorofford commented 7 years ago

Please comment with any feedback you have on our high rate GNSS data access via Amazon Web Service.

staylorofford commented 7 years ago

There have been a few issues with the sync command: this command requires that you have the "/download/" directory set up already on your system and that you have permissions to write files and folders into it.

For the download to work you need to:

  1. create the download directory on your local machine
  2. have writing permission on that directory.

So, for example, if you want to download all data from doy 2016/318, on a Unix/Linux system, you will need to:

  1. mkdir /home/username/tmpdir
  2. aws s3 sync s3://gnss.highrate.data/10hz/rinex/2016/318/ /home/username/tmpdir/ --no-sign-request