Changes between Version 45 and Version 46 of WKTRasterTutorial01
- Timestamp:
- 06/11/10 12:38:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRasterTutorial01
v45 v46 219 219 CREATE TABLE cariboupoints AS 220 220 SELECT generate_series(1,1000) id, 221 ST_RandomPoint (the_geom, 1000) the_geom222 FROM (SELECT ST_Transform(ST_ Extent(rast::geometry), 32198)221 ST_RandomPoints(the_geom, 1000) the_geom 222 FROM (SELECT ST_Transform(ST_SetSRID(ST_Extent(rast::geometry), 3426), 32198) the_geom 223 223 FROM srtm_tiled 224 224 ) foo;