Steffan Davies

Results 29 comments of Steffan Davies

Your suggestion solves the pathing issue. However, sbas.compute_ps() throws the following error, which is probably related to simultaneous access: # use the only selected dates for the pixels stability analysis...

The same for computing interferograms: OSError: [Errno 5] Can't synchronously read data (file read failed: time = Tue Apr 30 18:12:40 2024 , filename = '[/home/steffan/raw_sarez2017_desc/S1_20170511_ALL_F2.grd](http://localhost:8889/home/steffan/raw_sarez2017_desc/S1_20170511_ALL_F2.grd)', file descriptor = 18,...

> It seems that you have not configured your Dask cluster for parallel access to the network-shared data. Do you have any idea what options they might be? I have...

> There are many ways to begin; you could start here: https://docs.dask.org/en/stable/deploying.html Yes, I followed the dask docs for setting up the cli scheduler on A and workers on A...

> @SteffanDavies See the example of PS+SBAS processing: https://www.linkedin.com/feed/update/urn:li:activity:7089507310389121024/ I am currently testing this and in your example sbas.ps_parallel() is called before merging, however doing so will cause: `AssertionError: ERROR:...

> It should work for all the subswaths. Are you sure SBAS.ps_parallel() does not work for multiple subswaths? If I change to only 1 subswath it works fine, otherwise it...

More issues, topo_ra error and empty interferograms: Dem is fine: ![image](https://github.com/mobigroup/gmtsar/assets/50405969/94984807-bd31-43c4-b8b3-da5372e7e592) topo_ra error seems dask related? ![image](https://github.com/mobigroup/gmtsar/assets/50405969/e845f492-fa2b-4df8-add2-a0ae7470490c) Empty intf and corr (only plot 1 but all the same): ![image](https://github.com/mobigroup/gmtsar/assets/50405969/3d236f50-e5fc-410e-a2db-8608ad348010)

Dask is running, I've never had this error before. ![image](https://github.com/mobigroup/gmtsar/assets/50405969/4acbc30e-ce6b-493d-a643-8a18a5aae68b) ![image](https://github.com/mobigroup/gmtsar/assets/50405969/0a8f4b11-23b2-436f-ba8f-3dc5fc4f1ab7) ![image](https://github.com/mobigroup/gmtsar/assets/50405969/cf298d3d-d598-46ea-bafa-dc595a22e66d)

I reverted to PyGMTSAR pygmtsar-2023.5.3 and it is working. Something has broken in latest code. ![image](https://github.com/mobigroup/gmtsar/assets/50405969/3dbec8b5-33a3-4716-9023-979d32df16c8) ![image](https://github.com/mobigroup/gmtsar/assets/50405969/52e38599-ce6c-4998-98a9-26728ed9d80a)

> The Dask issue can be related to disconnected client or maybe Dask version change (when Dask or distributed libraries upgraded and inconsistent to the running cluster). > > >...