2nd commit
This commit is contained in:
@@ -69,7 +69,7 @@ BEGIN
|
||||
geom,
|
||||
CASE
|
||||
WHEN intmethod=1 THEN cdb_crankshaft._interp_in_tin(geomin, colin, tin, ST_Centroid(geom))
|
||||
ELSE db_crankshaft.CDB_SpatialInterpolation(geomin, colin, ST_Centroid(geom), intmethod)
|
||||
ELSE cdb_crankshaft.CDB_SpatialInterpolation(geomin, colin, ST_Centroid(geom), intmethod)
|
||||
END as val
|
||||
FROM grid
|
||||
),
|
||||
|
||||
@@ -11,4 +11,4 @@ SELECT
|
||||
foo.*
|
||||
FROM
|
||||
a,
|
||||
CDB_contour(a.g, a.vals, 500, 0.0, 1,3,5) foo;
|
||||
cdb_crankshaft.CDB_contour(a.g, a.vals, 500, 0.0, 1,3,5) foo;
|
||||
|
||||
Reference in New Issue
Block a user