Hello,
I would like to use sarsen to avoid using ESA SNAP in eoreader, but since this library lacks an API documentation, I have some questions 😄
I already have my own way to load agnostically these SAR constellations:
| Constellations |
COSMO-SkyMed 1st Generation |
COSMO-SkyMed 2nd Generation |
ICEYE |
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 ?
Hello,
I would like to use
sarsento 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-SkyMed1st GenerationCOSMO-SkyMed2nd GenerationICEYERADARSAT Constellation MissionRADARSAT-2Sentinel-1SAOCOM-1TerraSAR-X,TanDEM-X,PAZ SARI 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 ?