Chuangwu Deng
Chuangwu Deng
Using pygeos.STRtree method will be more efficient than scipy.spatial.cKDTree when searching for the index of the nearest node and element. Closes #889
In the opendrift/readers/basereader/unstructured.py ,I found the method _build_ckdtree_ and _nearest_ckdtree_ take a long time when running the openoil, so I made the following changes in the method which find the...
It's very slow when I use the program to read TPXO9-atlas-v5 and compute tidal elevations. So I check the profile of the code and found that the most time-consuming function...