Skip to content

Commit

Permalink
Add subset downloader example
Browse files Browse the repository at this point in the history
  • Loading branch information
cassienickles authored May 29, 2024
1 parent e8b2ee8 commit 0b37a63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quarto_text/SWOT.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This only downloads 1 hours worth of data for the globe:
podaac-data-downloader -c SWOT_L2_HR_Raster_2.0 -d ./SWOT_L2_HR_Raster_2.0/ --start-date 2024-02-01T00:00:00Z --end-date 2024-02-29T00:59:59Z
```

Oceanography: *These examples will download modeled sea surface heights for the whole SSH collection and then the anomalies using the subscriber then downloader:*
Oceanography: *These examples will download modeled sea surface heights for the whole SSH collection and then the anomalies using the subscriber then downloader and finally, subset the data by bounding box:*

``` bash
podaac-data-subscriber -c SWOT_L2_LR_SSH_2.0 -d ./SWOT_L2_LR_SSH_2.0/ --start-date 2023-03-29T00:00:00Z
Expand All @@ -46,6 +46,10 @@ podaac-data-subscriber -c SWOT_L2_NALT_OGDR_SSHA_2.0 -d ./data/SWOT_L2_NALT_OGDR
podaac-data-downloader -c SWOT_L2_NALT_OGDR_SSHA_2.0 -d ./data/SWOT_L2_NALT_OGDR_SSHA_2.0 --start-date 2023-06-23T00:00:00Z --end-date 2023-06-23T06:00:00Z
```

``` bash
podaac-data-downloader -c SWOT_L2_LR_SSH_Basic_2.0 -d ./data -sd 2023-11-25T00:00:00Z -ed 2023-12-15T00:00:00Z -b="-22.0,-27,6.5,0" --subset
```

> See [how to Download/Subscribe](DataSubscriberDownloader.qmd) for more information on how to use the PO.DAAC subscriber/downloader including with spatial queries.
#### **Search SWOT Passes over Time**
Expand Down

0 comments on commit 0b37a63

Please sign in to comment.