SliDEM-python
SliDEM-python copied to clipboard
Python package for the SliDEM project
(xdem-dev) root@d41d881b76b9:/home# python3.6 scripts/0_query_s1.py --download_dir data/s1/ --query_result s1_scenes.csv --date_start 2016/06/01 --date_end 2022/06/10 --aoi_path data/area.geojson Connecting to API and searching images, depending on your AOI size and time period, this process...
Hello, I am discovering your pipeline as I would like to generate DEMs for a glacier in Alaska. I tried different AOIs, different times and sizes, and I am always...
As mentioned in [this forum entry](https://forum.step.esa.int/t/interferogram-or-coherence-tool-in-snappy/29991), `snappy` is currently not recommended for a SNAP and Python implementation by SNAP developers due to performance issues. Current solution is to use [`snapista`](https://snap-contrib.github.io/snapista/)....
As mentioned in #4, we should automate the search only to summer months. We should be careful to make this transferable since summer months in the summer are different in...
When doing the unwrapping, with a single tile, Snaphu fails with the following: ``` snaphu v1.4.2 27 parameters input from file snaphu.conf (84 lines total) only one tile--disregarding multiprocessor option...
For Norway, the SRTM does not cover the northern areas, hence the use of the DEM should default to the Copernicus DEM `"demName", "Copernicus 30m Global DEM"`. For Austria, the...
Suitable image pairs are now found in [1_find_suitable_pairs](https://github.com/SliDEM-project/SliDEM-python/blob/main/scripts/1_find_suitable_pairs.py), based on Sentinel-1 metadata information and baseline between master/slave pairs. IT would be good if we could include information about weather conditions...
So far, because it is what has worked best for me, the script only allows downloads from ASF. We should also enable the Copernicus servers, including any national mirrors, and...
Currently, if multiple subswaths are detected to intersect the AOI, then we raise an error since this is not supported yet. **The selection happens internally so if the AOI matches...