Russell
Russell
It looks like it cannot find fetchOrbit.py and you probably need to add the topStack tools to your path like ``` export PATH=/home/iirs/anaconda3/envs/new_env/share/isce2/contrib/stack/topsStack:$PATH; ``` following advice at https://github.com/isce-framework/isce2/tree/main/contrib/stack You could...
Depending on your needs you could just use conda - https://anaconda.org/conda-forge/isce2 I am not sure if this is maintained by the core ISCE team. If so maybe it needs a...
It looks like you need to define the interferogram workflow with the `-W` argument to `stackStripMap.py`. Good luck!
Cutting back on the inputs to `dem.py` per documentation seems to work ``` dem.py -a stitch -b 24 25 117 119 -r -s 1 --correct This is the Open Source...
I also had this issue. Some of the early captures in my areas of interest in 2015 & 2016 have 10 bursts and/or the scene is shifted along the relative...
Thanks @bjmarfito I am not sure the actual behaviour agrees with that forum post. I have the two consecutive SLCs in my source folder and, pushing through the warning, the...
Hi @bjmarfito This came together quicker than I had anticipated. Thanks for your interest. I made a clean conda environment, did the install and then `pip install shapely` per https://github.com/isce-framework/isce2/issues/275...
Thanks @hfattahi Changing the bounding box in the above example to `-b '-33.9 -33.7 151.0 151.2' ` solves the issue over those three dates. Given your knowledge of the common...
Very sympathetic to this. We use #init files for different offices, and it used to take 1.5 minutes or more to load. The _solution_ was to suggest people leave the...
If you have a Cesium Ion account you can set `cesiumIonAccessToken` and `useCesiumIonBingImagery` following https://docs.terria.io/guide/customizing/client-side-config/#parameters See also https://community.cesium.com/t/bing-maps-end-of-life-timeline-in-cesium-ion/40002