Skip to content

Commit

Permalink
Fix download script paths
Browse files Browse the repository at this point in the history
It is `tests/data` not `test/data`
  • Loading branch information
Siliconrob authored Jan 23, 2018
1 parent fae0442 commit 3a23d8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Python 3 library designed to extract GeoTIFF images from NETCDF4+ files. Workin
```

### Live GOES16 data sources
[NOAA](http://www.noaa.gov/) is currently producing data extracts for public use on [AWS](https://aws.amazon.com/). You should download and setup your [AWS CLI](https://aws.amazon.com/cli/) tool first in your choice of environment Linux/mac OS/Windows. There are scripts in the subfolder `/test/data/` that will generate the command to obtain the latest netcdf files for you to work with
[NOAA](http://www.noaa.gov/) is currently producing data extracts for public use on [AWS](https://aws.amazon.com/). You should download and setup your [AWS CLI](https://aws.amazon.com/cli/) tool first in your choice of environment Linux/mac OS/Windows. There are scripts in the subfolder `/tests/data/` that will generate the command to obtain the latest netcdf files for you to work with

* [Linux/mac OS](/test/data/get_goes16_data.sh)
* [Windows](/test/data/get_goes16_data.ps1)
* [Linux/mac OS](/tests/data/get_goes16_data.sh)
* [Windows](/tests/data/get_goes16_data.ps1)


### Need help?
Expand Down

0 comments on commit 3a23d8a

Please sign in to comment.