csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Add Convention.strtree, deprecate Convention.spatial_index #103

Closed mx-moth closed 10 months ago

mx-moth commented 10 months ago

Convention.spatial_index was a compatibility shim for shapely.strtree.STRtree, which changed considerably between versions 1.8 and 2.0. Version 2.0 is considerably improved, and can be used directly now. This PR deprecates the shim. Users should instead use the strtree directly.