Asking for help and recommendations #210
-
Dear @johntruckenbrodt, I‘ll like to do a series a questions that have been hard to answer as I can’t barely find any useful information, as always I really appreciate all your hard work and help. Giving some context, I’m working with an Open Data Cube infrastructure, I’m trying to add Sentinel-1 RTC to our archive and make a time-series national wide for the study of Natural Resources. I’m expecting to preprocess all the information to ARD, index and ingest it, so I’m working with the preparation’s scripts and yaml metadata to EO3 format (https://datacube-core.readthedocs.io/en/latest/installation/dataset-documents.html), sadly I haven’t been able to find any good example of Sentinel-1 product registration in the ODC, all information focus on Landsat and the metadata available for both mission have variations. Questions:
An apology if I’m asking for too much help. Saludos. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Dear @alexisahedo,
Cheers |
Beta Was this translation helpful? Give feedback.
Dear @alexisahedo,
thanks for starting this discussion, I'll be glad to answer. Basically all your questions are addressed by the new Sentinel-1 Normalised Radar Backscatter product (S1-NRB) that I've been developing for the last 1.5 years. We are currently in the hot phase of wrapping up the project so excuse me for my brevity. You can have a look at the processor which builds on pyroSAR:
https://github.com/SAR-ARD/S1_NRB
This product comes with extensive metadata in XML and STAC JSON format, which should be quite easy to ingest into ODC.
Some short comments on your questions:
id.meta['orbitNumber_rel']
; a unique frame…