measurements
Last updated
Was this helpful?
Was this helpful?
SELECT CARTO.CARTO.ST_MINKOWSKIDISTANCE(
ARRAY_CONSTRUCT(
ST_ASGEOJSON(ST_POINT(10,10))::STRING,
ST_ASGEOJSON(ST_POINT(13,10))::STRING
),
2
);
-- [ [ 0, 3.333333333333333e-01 ], [ 3.333333333333333e-01, 0 ] ]