-
Notifications
You must be signed in to change notification settings - Fork 10
determination of border pixels #231
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In the function s1ard.metadata.extract.get_prod_meta a metadata attribute nodata_borderpx is determined by rasterizing the combined footprint of the source scenes, subsetting it to the extent of the ARD product, and counting the number of nodata pixels.
This is inaccurate and more effort than necessary. Instead, the valid data mask created by function s1ard.ancillary.datamask should be used to get the exact valid data footprint of the processed product.
This metadata attribute will be written to the STAC metadata as card4l:border_pixels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request