Database Reference
In-Depth Information
Ourcode is simple.
DROP TABLE IF EXISTS chp07.uas_voronoi CASCADE;
CREATE TABLE chp07.uas_voronoi AS
SELECT * FROM voronoi('chp07.uas_subset',
'the_geom') AS (id integer, the_geom geometry);
ALTER TABLE chp07.uas_voronoi ADD COLUMN gid
serial NOT NULL PRIMARY KEY;
Search WWH ::




Custom Search