Hello
I am preprocessing Sentinel-1 data with SNAP. I want to continue the processing with Python, does anyone know haow can I read the output of SNAP with python ?
marpet
March 26, 2019, 9:01am
2
You can use snappy.
A are short introduction and some links for further reading is given here:
Put your question regarding the usage of snappy, the snap-python interface or anything else related to Python and SNAP into this category. This could be questions regarding the access of the SNAP API from Python or implementing an operator in Python, all questions like this are best suited here.
Question regarding Sen2Cor should go into the sen2cor category.
General documentation about snappy can be found in How to use the SNAP API from Python of the Developer Guide . There is also a page which…