Changes between Version 19 and Version 20 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Sep 29, 2011 9:23:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v19 v20 154 154 from rht.rht_bv r, bd_carthage2011.troncon_bv bdc, rht.rht_bretagne300 as r300 where r.the_geom && bdc.the_geom AND ST_Intersects(bdc.the_geom,r300.the_geom) order by id_bdcarth; ---30 lines 359ms 155 155 156 ---essai4 157 select r.*, id_bdcarth as gidbdc, 158 ST_Distance(r.the_geom,bdc.the_geom) as distance, ST_HausdorffDistance(r.the_geom,bdc.the_geom) as st_hausdorffdistance 159 from rht.rht_bv r, bd_carthage2011.troncon_bv bdc, rht.rht_bretagne300 as r300 where r.the_geom && bdc.the_geom AND ST_Intersects(bdc.the_geom,r300.the_geom) 160 AND nature !='Aqueduc, conduite forcée' and num_superp !=1 order by id_bdcarth; ---400 lines 359ms 161 162 156 163 }}} 157 164