-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #423 from NASA-IMPACT/iss392B_DataManagementItems_…
…For_WV03_MSI_L2A Define data management updated items #392A
- Loading branch information
Showing
23 changed files
with
664 additions
and
0 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
app/stacks/cumulus/resources/collections/WV02_MSI_L2A___1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"name": "WV02_MSI_L2A", | ||
"version": "1", | ||
"duplicateHandling": "replace", | ||
"granuleId": ".*", | ||
"granuleIdExtraction": "^(WV02_.+-M2AS-.+_P\\d{3}).+$", | ||
"sampleFileName": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-BROWSE.jpg", | ||
"url_path": "{cmrMetadata.CollectionReference.ShortName}___{cmrMetadata.CollectionReference.Version}/{dateFormat(cmrMetadata.TemporalExtent.SingleDateTime, YYYY)}/{dateFormat(cmrMetadata.TemporalExtent.SingleDateTime, DDDD)}/{cmrMetadata.GranuleUR}", | ||
"meta": { | ||
"preferredQueueBatchSize": 1 | ||
}, | ||
"ignoreFilesConfigForDiscovery": false, | ||
"files": [ | ||
{ | ||
"regex": ".*-thumb[.]jpg$", | ||
"sampleFileName": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-thumb.jpg", | ||
"type": "browse", | ||
"bucket": "public" | ||
}, | ||
{ | ||
"regex": ".*-BROWSE[.]jpg$", | ||
"sampleFileName": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-BROWSE.jpg", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*-cmr[.]json$", | ||
"sampleFileName": "WV02_20140824082814_10400100012AD900_14AUG24082814-M1BS-504548417070_01_P001-cmr.json", | ||
"type": "metadata", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]tar$", | ||
"sampleFileName": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.tar", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]ntf$", | ||
"sampleFileName": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.ntf", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]tif$", | ||
"sampleFileName": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.tif", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]xml$", | ||
"sampleFileName": "WV02_20140824082814_10400100012AD900_14AUG24082814-M1BS-504548417070_01_P001.xml", | ||
"type": "data", | ||
"bucket": "protected" | ||
} | ||
] | ||
} |
57 changes: 57 additions & 0 deletions
57
app/stacks/cumulus/resources/collections/WV03_MSI_L2A___1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"name": "WV03_MSI_L2A", | ||
"version": "1", | ||
"duplicateHandling": "replace", | ||
"granuleId": ".*", | ||
"granuleIdExtraction": "^(WV03_.+[-|_]M2AS[-|_].+_P\\d{3}).+$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001-BROWSE.jpg", | ||
"url_path": "{cmrMetadata.CollectionReference.ShortName}___{cmrMetadata.CollectionReference.Version}/{dateFormat(cmrMetadata.TemporalExtent.SingleDateTime, YYYY)}/{dateFormat(cmrMetadata.TemporalExtent.SingleDateTime, DDDD)}/{cmrMetadata.GranuleUR}", | ||
"meta": { | ||
"preferredQueueBatchSize": 1 | ||
}, | ||
"ignoreFilesConfigForDiscovery": false, | ||
"files": [ | ||
{ | ||
"regex": ".*-thumb[.]jpg$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001-thumb.jpg", | ||
"type": "browse", | ||
"bucket": "public" | ||
}, | ||
{ | ||
"regex": ".*-BROWSE[.]jpg$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001-BROWSE.jpg", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*-cmr[.]json$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001-cmr.json", | ||
"type": "metadata", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]tar$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001.tar", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]ntf$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001.ntf", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]tif$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001.tif", | ||
"type": "data", | ||
"bucket": "protected" | ||
}, | ||
{ | ||
"regex": ".*[.]xml$", | ||
"sampleFileName": "WV03_20140922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001.xml", | ||
"type": "data", | ||
"bucket": "protected" | ||
} | ||
] | ||
} |
Binary file added
BIN
+122 KB
...91118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-BROWSE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 164 additions & 0 deletions
164
..._01/WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-cmr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
{ | ||
"GranuleUR": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001", | ||
"ProviderDates": [ | ||
{ | ||
"Date": "2011-04-13T10:25:00.000000Z", | ||
"Type": "Create" | ||
} | ||
], | ||
"CollectionReference": { | ||
"ShortName": "WV02_MSI_L2A", | ||
"Version": "1" | ||
}, | ||
"AccessConstraints": { | ||
"Description": "The National Geospatial-Intelligence Agency (NGA), in partnership with the Civil Applications Committee (CAC), which includes NASA, provides access to its immense archive of unclassified commercial high-resolution satellite data from several of the DigitalGlobe (a Maxar Technologies company) satellites, to non-DOD government agencies under terms of its NextView contract. For NASA funded researchers all data requests must be approved by CSDA data managers", | ||
"Value": 1 | ||
}, | ||
"DataGranule": { | ||
"DayNightFlag": "Day", | ||
"ProductionDateTime": "2011-04-13T10:25:00.000000Z", | ||
"ArchiveAndDistributionInformation": [ | ||
{ | ||
"Name": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-BROWSE.jpg", | ||
"SizeInBytes": 125237, | ||
"FormatType": "Native", | ||
"Format": "JPEG", | ||
"Checksum": { | ||
"Value": "1b9e5f7506038f00d8dbf4eaedd63d7b04256a766d8d261b965bdcbf902f97fe", | ||
"Algorithm": "SHA-256" | ||
}, | ||
"MimeType": "image/jpeg" | ||
}, | ||
{ | ||
"Name": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.tar", | ||
"SizeInBytes": 15, | ||
"FormatType": "Native", | ||
"Format": "TAR", | ||
"Checksum": { | ||
"Value": "d0897e14b49ae8c98b0946242433731da25bb8ad3c1344ccbef2b3b59ad98554", | ||
"Algorithm": "SHA-256" | ||
}, | ||
"MimeType": "application/tar" | ||
}, | ||
{ | ||
"Name": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.ntf", | ||
"SizeInBytes": 15, | ||
"FormatType": "Native", | ||
"Format": "NITF21NCDRD", | ||
"Checksum": { | ||
"Value": "89ff86c137754b94bdb364658b45a8bb618367fd91560673c7cb8421d3d5e249", | ||
"Algorithm": "SHA-256" | ||
}, | ||
"MimeType": "Not provided" | ||
}, | ||
{ | ||
"Name": "WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.xml", | ||
"SizeInBytes": 15, | ||
"FormatType": "Native", | ||
"Format": "XML", | ||
"Checksum": { | ||
"Value": "c2d407a26e7c5307337da18b87417e06b70d4ab14989271c2d3084e720272cde", | ||
"Algorithm": "SHA-256" | ||
}, | ||
"MimeType": "application/xml" | ||
} | ||
] | ||
}, | ||
"TemporalExtent": { | ||
"SingleDateTime": "2009-11-18T02:27:43.412336Z" | ||
}, | ||
"SpatialExtent": { | ||
"HorizontalSpatialDomain": { | ||
"Geometry": { | ||
"GPolygons": [ | ||
{ | ||
"Boundary": { | ||
"Points": [ | ||
{ | ||
"Longitude": 118.52885483, | ||
"Latitude": -20.26341339 | ||
}, | ||
{ | ||
"Longitude": 118.53044033, | ||
"Latitude": -20.4244916 | ||
}, | ||
{ | ||
"Longitude": 118.72945326, | ||
"Latitude": -20.42262869 | ||
}, | ||
{ | ||
"Longitude": 118.72766183, | ||
"Latitude": -20.26156643 | ||
}, | ||
{ | ||
"Longitude": 118.52885483, | ||
"Latitude": -20.26341339 | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"MeasuredParameters": [ | ||
{ | ||
"ParameterName": "Top of Atmosphere (TOA) visible reflectance" | ||
} | ||
], | ||
"Platforms": [ | ||
{ | ||
"ShortName": "WORLDVIEW-2", | ||
"Instruments": [ | ||
{ | ||
"ShortName": "WV110" | ||
} | ||
] | ||
} | ||
], | ||
"Projects": [ | ||
{ | ||
"ShortName": "CSDA" | ||
} | ||
], | ||
"RelatedUrls": [ | ||
{ | ||
"URL": "https://csdap-maxar-delivery.s3.us-west-2.amazonaws.com/css/nga/WV02/2A/2009/322/WV02_1030010002A94100_X2AS_052511027010_01/WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-BROWSE.jpg", | ||
"Type": "GET RELATED VISUALIZATION", | ||
"Description": "Browse Imagery", | ||
"Format": "JPEG", | ||
"MimeType": "image/jpeg", | ||
"Size": 125237.0, | ||
"SizeUnit": "NA" | ||
}, | ||
{ | ||
"URL": "https://csdap-maxar-delivery.s3.us-west-2.amazonaws.com/css/nga/WV02/2A/2009/322/WV02_1030010002A94100_X2AS_052511027010_01/WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-thumb.jpg", | ||
"Type": "GET RELATED VISUALIZATION", | ||
"Description": "Browse Imagery", | ||
"Format": "JPEG", | ||
"MimeType": "image/jpeg", | ||
"Size": 125237.0, | ||
"SizeUnit": "NA" | ||
} | ||
], | ||
"CloudCover": 0.0, | ||
"MetadataSpecification": { | ||
"URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", | ||
"Name": "UMM-G", | ||
"Version": "1.6.4" | ||
}, | ||
"AdditionalAttributes": [ | ||
{ | ||
"Name": "Mean Sun Elevation", | ||
"Values": [ | ||
"70.5" | ||
] | ||
}, | ||
{ | ||
"Name": "Maximum Angle Off Nadir", | ||
"Values": [ | ||
"34.4" | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+122 KB
...091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
...27010_01/WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.ntf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Hello Cumulus! |
1 change: 1 addition & 0 deletions
1
...27010_01/WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.tar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Hello Cumulus! |
1 change: 1 addition & 0 deletions
1
...27010_01/WV02_20091118022743_1030010002A94100_09NOV18022743-M2AS-052511027010_01_P001.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Hello Cumulus! |
Binary file added
BIN
+136 KB
...40922093430_104001000269A900_14SEP22093430-M2AS-500357909030_01_P001-BROWSE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.