Fixed ST_Area_Spheroid not handling holes properly
Fixed GEOS relation functions not handling constant null vectors properly
ST_Transform will no longer log to stdout when erroring
Relaxed ST_GeomFromGeoJSON to accept coordinate arrays with more than two elements. Since DuckDB spatial does not yet support multidimensional geometries additional elements are ignored.
ST_GeomFromGeoJSON
to accept coordinate arrays with more than two elements. Since DuckDB spatial does not yet support multidimensional geometries additional elements are ignored.Closes #224 Closes #204 Closes #205