Read product footprint and uuid from .SEN3 file using snappy in python

Hi,

Can someone please provide a quick of example of how to read the product geometry footprint and uuid of a Sentienl-3 OLCI L1 scene using snappy in python from a .SEN3 file stored on the local disk with the least computational overhead or product IO computation time?

Thanks

This worked. Thanks to this post

footprint = product.getMetadataRoot().getElement(‘Manifest’).getElement(‘metadataSection’).getElement(‘frameSet’).getElement(‘footPrint’).getAttribute(‘posList’).getData().toString()

Product metadata does not seem to have the uuid.

1 Like