Changes between Version 5 and Version 6 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Sep 21, 2011 5:44:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v5 v6 37 37 select ST_IsClosed(the_geom), id_bdcarth from bd_carthage2011.troncon_hydrographique order by ST_IsClosed(the_geom); ---5 fermés 38 38 39 create table rht.rht_300 as select id_drain, gid, st_buffer(the_geom, 300) as the_geom from rht.rht;40 CREATE INDEX indexrht_300 ON rht.rht_ 30039 create table rht.rht_300 as select id_drain, gid, st_buffer(the_geom,200) as the_geom from rht.rht; 40 CREATE INDEX indexrht_300 ON rht.rht_200 41 41 USING GIST ( the_geom GIST_GEOMETRY_OPS ); 42 42