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

Hi, just a quick question. Why does pyroSAR install matplotlib, jupyter, notebook and other such dependencies when doing a pip3 install? Is there a way to make it more lean,...

enhancement

Just did a small example for stacking Sentinel-1 images, but something is still wrong! The method is mostly what is presented in this repository's example: ``` def stack_images(images_path, aoi): """...

GAMMA has it's own way of defining coordinate reference systems, which is extremely inconvenient to use. How to automatically convert between these and international standards like EPSG, WKT and PROJ4?...

enhancement

Hello, I have installed pyroSAR and trying to process sentinel-1 data with gamma geocode, I got an error like this : > unpacking scene.. > removing border noise.. > border...

While for Sentinel-1 there is only one source of files, for other sensors different datasets are available. E.g. DELFT and PRARE for ERS. This needs further investigation. Which dataset is...

enhancement

This issue deals with introducing an option to write GeoTiff files optimized for cloud handling as described e.g. [here](http://www.cogeo.org/) and [here](https://trac.osgeo.org/gdal/wiki/CloudOptimizedGeoTIFF). modules affected: - snap.auxil.gpt - snap.util.geocode - gamma.util.geocode -...

enhancement

At the moment the coordinates are those of the outer ground control points. Thus, this is likely incorrect by at least half a pixel (if the GCP is in the...

enhancement

This class converts between latlon to UTM coordinates, which is something very general which should go into the spatial module and not the gamma module.

enhancement

I found a way to improve our Storage class. With this we could allow only particular keys. this could help not to mess around with this class (look at `__setattr__`)...

enhancement

All this functionality has grown substantially and might also be used outside of the pyroSAR environment. Let's make this easier by providing it in a separate package without all the...