Hello everybody,
I have attempted to process some Insar interferograms from Hyp3 by using a jupyter notebook using from this github:
More specifically I am using the
hyp3_insar_stack_for_ts_analysis.ipynb in order to process the data and only part 3 of the code: Time-series analysis with Mintpy, since I've already downloaded my data from Hyp3. However I've run into problems with the code specifcially the part where you run mintpy within the notebook. Whenever I try to run it I get this error:
apparently I'm missing some files within my dataset that mintpy requires in order to function. My question is how do I create these files and what is specifically wrong with my code?
For context:
-I tried to run this with the example dataset given in the original notebook however I got a similar error message when I ran mintpy for it
-I'm unsure if my conda environment has the dependencies enabled to run this software becasue whenever I try to createa a new environment with them I get an error saying that I don't have those dependencies
Here is my full code:
I apologize for this rather long question and thank you all for your time.