The metadata returned is represented as JSON. The topmost keys are as follows.
{
"id": "3412b3e6-092f-4793-9c52-012dad48507e", *1
"acquisitionStartTime": "2018-06-28T15:58:19.024Z",
"acquisitionEndTime": "2018-06-28T15:58:19.024Z",
"userUuid": "533ec9b5-881a-46d2-8a2e-a5c623b20761", *2
"version": "cc208354-85c3-4277-9bc7-31161a4a9d30", *2
"extractedMetadata": null, *3
"boundingGeoJson": {}, *4
"footprintGeoJson": {}, *5
"bands": [], *6
"products": [], *7
"tags": [] *8
}
Tags fall into two categories: canonical and non-canonical. Besides these two categories, a tag’s value may contain units or be unitless.
name
providerLabelId
providerLabelName
resolution
wavelengthMinimum
wavelengthMaximum
cloudCover
creatorName
datasetSeriesName
noDataFill
platformCarrier
platformName
platformType
providerDatasetId
providerName
providerProcessingLevel
providerProductName
sensorViewAngle
solarAzimuthAngle
solarZenithAngle
version
calculatedCloudCover
catalogId
countryCode
dispatchId
eopId
firstAdministrativeDivisionCode
footprintArea
internalAcquisitionEndDate
internalAcquisitionEnqueuedDate
internalAcquisitionStartDate
internalIngestionEndDate
internalIngestionStartDate
jobId
mgrsTileId
orderId
requestId
secondAdministrativeDivisionCode
uploadId
measurement - consists of a quantity and unit of measure represented by the following structure.
q - a real or integer number
u - degree, hectare, meter or nanometer
e.g.
{
"q": 33.1683751057863,
"u": "degree"
}
number - is a real or integer number
string - is a string of characters
time - is an ISO8601 formatted string of the form “YYYY-MM-DDThh:mm:ss.sssZ”
E.g. non-canonical and unitless
{
"isCanonical": false,
"tag": "secondAdministrativeDivisionCode",
"tagType": "string",
"value": "3510"
}
E.g. canonical and units
{
"isCanonical": true,
"tag": "solarAzimuthAngle",
"tagType": "measurement",
"value": {
"q": 145.38180772158,
"u": "degree"
}
}
A band is defined by a key and an array of tags. The key is referenced in the products. The tags are as described above, but are generally canonical.
E.g.
{
"key": "B1",
"tags": [
{
"isCanonical": true,
"tag": "providerLabelId",
"tagType": "string",
"value": "0"
},
{
"isCanonical": true,
"tag": "providerLabelName",
"tagType": "string",
"value": "B1"
},
{
"isCanonical": true,
"tag": "resolution",
"tagType": "measurement",
"value": {
"q": 60,
"u": "meter"
}
},
{
"isCanonical": true,
"tag": "wavelengthMaximum",
"tagType": "measurement",
"value": {
"q": 456,
"u": "nanometer"
}
},
{
"isCanonical": true,
"tag": "wavelengthMinimum",
"tagType": "measurement",
"value": {
"q": 411,
"u": "nanometer"
}
}
]
}
{
"crs": "EPSG:32618",
"datasetId": "3412b3e6-092f-4793-9c52-012dad48507e", *1
"format": "",
"id": "9f583554-acb0-4784-8a69-651f92f89fc1", *2
"ingestDatetime": "2018-06-29T13:53:09.872Z", *3
"name": "",
"previousVersion": null,
"productType": "",
"tags": [], *4
"updateDatetime": "2018-06-29T13:53:09.872Z", *5
"uri": "",
"productBands": [ *6
{
"key": "B2",
"offset": 2
}, {
"key": "B3",
"offset": 1
}, {
"key": "B4",
"offset": 0
}, {
"key": "B8",
"offset": 3
}
]
}