You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "constructor" family of functions accepts SRID arguments in PostGIS; however, our kernels don't support that yet.
We might be able to do this generically with something like
structSRIDifiedKernel{inner:ScalarKernelRef,}implSedonaScalarKernelforSRIDifiedKernel{// Wrap the self.inner implementations but ensure we also accept the extra argument}
We do have ST_SetSRID() as a workaround (where we could perhaps lift or integrate the input SRID handling).