Dan Baston
Dan Baston
> Otherwise a new interface is needed... not necessarily a bad thing, but more machinery to write and document. There's always `BiPredicate`... https://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html
I thought it just defaulted to `Object` if you omitted it.
Related: https://github.com/locationtech/jts/issues/146
GEOS has `Geometry::getCoordinateDimension` that could be ported back.
A related request is to emit these messages only once per operation. For example, the following call to `summarize` emits `although coordinates are longitude/latitude, st_union assumes that they are planar`...
> @dbaston Dan: do you know whether the choice of GEOS_MAKE_VALID_ORIGINAL or GEOS_MAKE_VALID_BUFFERED also runs through GEOSMakeValid_r() controlled say by an environment variable, or only GEOSMakeValidWithOptions_r(). If the former, reverse...
That's a good question. It seems like `GEOSClipByRect` (which I don't think `sf` is using) ought to handle infinite coordinates even if the general overlay does not. I can look...
> I am not sure if it's now possible to do exact_extract(rast,vect,fun=sum) ? You would need to do `exact_extract(rast, st_as_sf(vect), fun = 'sum')`.
I can revisit this if/after #721 is merged.
I'm happy to look into it but don't want to duplicate effort. Let me know.