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

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