pyroSAR icon indicating copy to clipboard operation
pyroSAR copied to clipboard

framework for large-scale SAR satellite data processing

Results 45 pyroSAR issues
Sort by recently updated
recently updated
newest added

consider using a dictionary instead of a tuple for passing SQL query insertion arguments. See here: https://docs.python.org/2/library/sqlite3.html#sqlite3.Cursor.execute

enhancement

This file gives a quick access to relevant metadata so that the mixed binary-ascii image file does not need to be read. If it does not exist it could be...

enhancement

currently the product naming is taken from the respective satellites, which in the case of e.g. CEOS_PSR is not very meaningful (1.0, 1.1, 1.5). How to generalize these categories across...

enhancement

This adds some functions to centralize the parameterization of several SNAP nodes: - `pyroSAR.snap.auxil.tc_parametrize` -> `Terrain-Correction` / `SAR-Simulation` + `SARSim-Terrain-Correction` - `pyroSAR.snap.auxil.sub_parametrize` -> `Subset` - `pyroSAR.snap.auxil.mli_parametrize` -> `Multilook` Furthermore, function...