Skip to content

Commit

Permalink
Add doc about known SNAP errors and update sertit to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Jan 2, 2024
1 parent d5fe32d commit 3e3c5f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
```

#### 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))
3 changes: 3 additions & 0 deletions docs/sar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e3c5f7

Please sign in to comment.