Skip to content

Commit

Permalink
Add updated example file
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana committed Mar 18, 2024
1 parent ec5f7f3 commit dc516da
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/example.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"dateRange" : {
"startDatetime" : "2024-03-16T00:00:00Z",
"endDatetime" : "2024-03-16T00:59:00Z"
"startDatetime" : "2024-03-10T00:00:00Z",
"endDatetime" : "2024-03-17T00:00:00Z"
},
"bounds" : {
"min_lon" : -122.12,
"min_lat" : 46.6,
"max_lon" : -121.35,
"max_lat" : 47.1
},
"satellite" : "goes16",
"satellite" : "goes18",
"product" : "ABI-L1b-RadC",
"bands" : [2],
"bands" : [7],
"variables" : ["Rad"],
"outputDirectory" : "/storage/spestana/scratchspace/",
"downloadDirectory" : "/storage/spestana/scratchspace/",
"outputFilepath" : "/storage/spestana/scratchspace/example.zarr",
"apiKey" : "585b1d1639bc5ef8a4a5bdea7e45a8d1"
}

0 comments on commit dc516da

Please sign in to comment.