Skip to content

Commit

Permalink
correct typo in readme (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Pughe <[email protected]>
  • Loading branch information
TomPughe and Thomas Pughe authored Dec 12, 2023
1 parent 8191600 commit ba595ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In order to contribute to development or just test-run some scripts, you will ne
The following command will download the last 2 hours of RSS imagery into NetCDF files at the specified location

```bash
python satip/app.py --api-key=<EUMETSAT API Key> --api-secret=<EUMETSAT API Secret> --save-dr="/path/to/saving/files/" --history="2 hours"
python satip/app.py --api-key=<EUMETSAT API Key> --api-secret=<EUMETSAT API Secret> --save-dir="/path/to/saving/files/" --history="2 hours"
```

To download more historical data, the command below will download the native files, compress with bz2, and save into a subdirectory.
Expand Down

0 comments on commit ba595ba

Please sign in to comment.