Skip to content

Commit bbd9aef

Browse files
authored
Updated example STAC items with valid bbox. (#520)
* Added examples of stage-in and stage-out cwl. * Changed DOWNLOADING_ROLES to data. * Removed sample data. * Removed sample output. * Updated stage-in cwl example to use v9.0.0. * Updated stage-out cwl example to use v9.0.0. * Updated stage-in, stage-out images to v9.1.0. * Added stage-in cwl example with STAC feature collection as JSON string. * Renamed directory as sample data is a copy in public github not at daac. * Added networkAccess and updated to DS image v9.4.0. * Updated example STAC items with valid bbox.
1 parent 13db2e3 commit bbd9aef

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cwl/stage-out-stac-catalog/outputs/output_1.nc.stac.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
}
3333
},
3434
"bbox": [
35-
0,
36-
0,
37-
0,
38-
0
35+
-180,
36+
-90,
37+
180,
38+
90
3939
],
4040
"stac_extensions": [
4141
"https://stac-extensions.github.io/file/v2.1.0/schema.json"

cwl/stage-out-stac-catalog/outputs/output_2.nc.stac.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
}
3333
},
3434
"bbox": [
35-
0,
36-
0,
37-
0,
38-
0
35+
-180,
36+
-90,
37+
180,
38+
90
3939
],
4040
"stac_extensions": [
4141
"https://stac-extensions.github.io/file/v2.1.0/schema.json"

0 commit comments

Comments
 (0)