Skip to content

Commit

Permalink
Add example json file
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana committed Mar 16, 2024
1 parent 802ba8b commit 83b143d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"dateRange" : {
"startDatetime" : "2020-03-03T00:00:00Z",
"endDatetime" : "2020-03-03T12:00:00Z"
},
"bounds" : {
"min_lat" : 32.0,
"max_lat" : 34.0,
"min_lon" : -120.0,
"max_lon" : -118.0
},
"satellite" : "goes17",
"product" : "ABI-L1b-RadC",
"bands" : [14],
"variables" : ["Rad"],
"outputDirectory" : "/storage/spestana/scratchspace/",
"apiKey" : "1234567890"
}

0 comments on commit 83b143d

Please sign in to comment.