Hi, I am getting this message after running an instance of tropo_icams_sar.py
File "/home/erikr/miniconda3/envs/mintpy/lib/python3.11/site-packages/scipy/interpolate/_rgi.py", line 27, in _check_points
raise ValueError(
ValueError: The points in dimension 1 must be strictly ascending or descending
Apparently the issue points to this line:
fP = RGI((latv[::-1], lonv), Presi0[::-1,:],method='linear',bounds_error=False,fill_value=None)
EDIT:
I feel there is an issue with areas that have the prime meridian in it
Hi, I am getting this message after running an instance of tropo_icams_sar.py
Apparently the issue points to this line:
EDIT:
I feel there is an issue with areas that have the prime meridian in it