-
Notifications
You must be signed in to change notification settings - Fork 26
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
QST: How to use sarsen functions on other SAR constellations than S1 #41
Comments
@remi-braun the algorithms are designed to work on top of the xarray-sentinel data structures, that are themselves quite generic, and they are not intrinsically tied to Sentinel-1. What was tied to xarray-sentinel and Sentinel-1 are a few details of the implementation and I'm now building a The next release should have all the infrastructure to use the algorithms with other products. Note that this development is self-funded during a very busy time so no ETA. |
Thanks for the heads up 😄 I wish you to succeed in this immense task 🙏 Do you plan tu support other satellite constellations in the future ? My roadmap is trivial:
|
@remi-braun I abstracted the current data interface here: https://github.com/bopen/sarsen/blob/abstract-product-computations/sarsen/datamodel.py and moved all Sentinel-1 specific code that implement the generic interface here: https://github.com/bopen/sarsen/blob/abstract-product-computations/sarsen/sentinel1.py Admittedly the data interface is not yet completely specified, and I may have bits of the data access that are still Sentinel-1 specific, but adapting from the EOReader product to the sarsen should be already quite simple. I'll ask a co-worker with more time in hand than me to look into EOReader that looks very interesting! |
Nicely done! I will look into that when a will have more time, but if we can find some synergy this could get exciting 😄 Maybe one day |
Hello,
I would like to use
sarsen
to avoid using ESA SNAP ineoreader
, but since this library lacks an API documentation, I have some questions 😄I already have my own way to load agnostically these SAR constellations:
COSMO-SkyMed
1st GenerationCOSMO-SkyMed
2nd GenerationICEYE
RADARSAT Constellation Mission
RADARSAT-2
Sentinel-1
SAOCOM-1
TerraSAR-X
,TanDEM-X
,PAZ SAR
I would like to use your calibration, terrain correction (and so on) methods in order to avoid calling GPT.
Is this already possible? (are they fundamentally sensor agnostic ?)
Is this a good way to use of your library ?
It seems your algorithms are based on
xarray-sentinel
, but is there a workaround to your functions that would allow anyone to give bands and metadata, allowing the user to easily use your library with other constellations ?The text was updated successfully, but these errors were encountered: