Subsetting Sentinel-3 products based on footprints given in the STAC metadata#81
Open
konstntokas wants to merge 7 commits intomainfrom
Open
Subsetting Sentinel-3 products based on footprints given in the STAC metadata#81konstntokas wants to merge 7 commits intomainfrom
konstntokas wants to merge 7 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
metadata, improving performance by avoiding full latitude/longitude grid downloads
during subsetting.
Below, you can see example cutouts (and a notebook producing these plots). The light-blue polygon represents the full footprint, while the red points indicate the footprint samples derived from the STAC metadata. The solid green box shows the desired bounding box, and the dashed green box represents the bounding box of the dataset after clipping, which is then used for further processing. The orange outline corresponds to the SLSTR angle data used in the terrain correction step.
Note: The angles dataset has coarser sampling along the longitude axis and partially overlapping coverage, while the latitude dimension matches the resolution of the input dataset. Therefore, only the latitude dimension is subset to align the angles with the target region.
subset_sen3.ipynb