Skip to main content

Sentinel-3 Product Metadata

Project description

DRB Metadata Sentinel 3

This DRB addon allowing to extract metadata of Sentinel-3 products.

see:

Installation

pip install drb-metadata-sentinel3

Examples

from drb.factory import DrbFactoryResolver
from drb_metadata import DrbMetadataResolver

path = 'S3B_SR_2_LAN____20220903T105648_20220903T114717_20220905T050748_3029_070_094______PS2_O_ST_004.SEN3'
node = DrbFactoryResolver().create(path)
metadata_dict = DrbMetadataResolver().get_metadata(node)
for name, metadata in metadata_dict.items():
    print(f'{name} --> {metadata.extract(node)}')

Metadata

Following subsection define lists of metadata can be extract from Sentinel-3 products via the drb-metadata-sentinel3.

Common

Common metadata names to all Sentinel-3 products.

Name
platformShortName
platformSerialIdentifier
processingCenter
processorName
processorVersion
beginningDateTime
endingDateTime
productType
timeliness
baselineCollection

Sentinel-3 Level 0 Products

Name MWR SRAL SLSTR OLCI GNSS DORIS NAVATT HKTMs
operationalMode
instrumentShortName
processingDate
orbitNumber
relativeOrbitNumber
orbitDirection
cycleNumber
coordinates
tileId

Sentinel-3 Level 1 Products

Name MWR SRAL SLSTR OLCI SYNERGY
operationalMode
instrumentShortName
processingLevel
processingDate
orbitNumber
relativeOrbitNumber
orbitDirection
cycleNumber
coordinates
tileId
landCover
closeSeaCover
continentalIceCover
openOceanCover
brightCover
cloudCover
salineWaterCover
landCover
coastalCover
freshInlandWaterCovertage
tidalRegionCover

Sentinel-3 Level 2 Products

Name SRAL SLSTR OLCI SYNERGY
operationalMode
instrumentShortName
processingLevel
processingDate
orbitNumber
relativeOrbitNumber
orbitDirection
cycleNumber
coordinates
tileId
landCover
closeSeaCover
continentalIceCover
openOceanCover
cloudCover
salineWaterCover
landCover
coastalCover
freshInlandWaterCovertage
tidalRegionCover
snowOrIceCover

Sentinel-3 Auxiliary Product

This section contains extractable metadata for Sentinel-3 auxiliary products.

Name
platformShorName
platformSerialIdentifier
processingCenter
processorName
processorVersion
beginningDateTime
endingDateTime
productType
timeliness
baselineCollection

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drb-metadata-sentinel3-1.3.0.tar.gz (28.9 kB view hashes)

Uploaded Source

Built Distribution

drb_metadata_sentinel3-1.3.0-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page