Tom New

Results 2 comments of Tom New

The approach that was used to densify line segments/polygons (i.e. using `shapely.segmentize` will not correctly generate points which along great circles. `shapely.segmentize` operates on **R**2, and so using it on...

Yes, it is supported. It's the way [the tutorials](https://docs.xarray.dev/en/stable/user-guide/interpolation.html#advanced-interpolation) suggest to interpolate along a lower-dimensional space than the parent data (in the tutorial, `x` and `y` are associated with a...