Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make swathBounds available #99

Open
oarcher opened this issue May 14, 2022 · 1 comment
Open

make swathBounds available #99

oarcher opened this issue May 14, 2022 · 1 comment

Comments

@oarcher
Copy link
Collaborator

oarcher commented May 14, 2022

swathBounds are available in annotation (xpath '/product/swathMerging'). ( ref Sentinel-1 Product Specification from IPF 2.9x to 3.3x , p 182)

We should be able to decode it as a geodataframe.

_NoiseLut has also a '.block' property that should be compared to those swath bounds

# to geopandas
blocks = pd.concat(blocks, axis=1).T
blocks = gpd.GeoDataFrame(blocks)
return _NoiseLut(blocks)

@vincelhx
Copy link
Contributor

@agrouaze i added swathBounds in a datatree, but didn't make this comparison.
as a reminder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants