From 3e3c5f719b6b7273eb9916a7eeb7914f3f6e3ae5 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Tue, 2 Jan 2024 17:31:12 +0100 Subject: [PATCH] Add doc about known SNAP errors and update sertit to 1.33.0 --- docs/faq.md | 8 +++++++- docs/sar.md | 3 +++ requirements.txt | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index c087aacd..4f297301 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -99,4 +99,10 @@ Even if the product won't be calibrated, you will be able to work with some orth import os os.env["EOREADER_PP_GRAPH"] = "/home/eoreader/data/cplx_no_calib_preprocess_default.xml" prod.load(VV) -``` \ No newline at end of file +``` + +#### Other bugs reported to SNAP forum + +- [Error in Terrain Correction with PAZ ScanSAR SSC with multiple strips](https://forum.step.esa.int/t/error-in-terrain-correction-with-paz-scansar-ssc-with-multiple-strips/41259) +- [Error in Terrain Correction with CSG ScanSAR DGM](https://forum.step.esa.int/t/error-in-terrain-correction-with-csg-scansar-dgm/41261) +- [Missing swaths for multiswaths Cosmo-SkyMed SCS data](https://forum.step.esa.int/t/missing-swaths-for-multiswaths-cosmo-skymed-scs-data/38672) (a workaround is ready in EOReader, see [this issue](https://github.com/sertit/eoreader/issues/78)) \ No newline at end of file diff --git a/docs/sar.md b/docs/sar.md index d644e575..f5adcdd4 100644 --- a/docs/sar.md +++ b/docs/sar.md @@ -301,6 +301,9 @@ Available DEMs are: If `External DEM` is set, you must specify the DEM you want by positioning the `EOREADER_DEM_PATH` to a DEM that can be read by SNAP. +## Known SNAP bugs + +See the [FAQ](https://eoreader.readthedocs.io/en/latest/faq.html#snap-known-bugs) for known SNAP bugs. ### What to know if you are changing a graph diff --git a/requirements.txt b/requirements.txt index 3568866f..e9ff7ca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ geopandas>=0.11.0 spyndex>=0.3.0 # SERTIT libs -sertit[full]>=1.32.4 +sertit[full]>=1.33.0 # Optimizations dask[complete]>=2021.10.0