Changes between Version 35 and Version 36 of Noeud - parcours RHT


Ignore:
Timestamp:
Jan 5, 2012 3:32:39 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v35 v36  
    197197CREATE INDEX indexbdmap_rhtvs2 ON bdmap2009.bdmap_rhtvs2 
    198198  USING GIST ( the_geom GIST_GEOMETRY_OPS ); 
     199 
     200select count(*) from bdmap2009.bdmap_rhtvs2  ---10849 
     201select count(*) from bdmap2009.station_geography  ---11379 
     202select count(*) from bdmap2009.station_geography where a_conserver='t' ---9323 
     203select count(*) from bdmap2009.bdmap_rhtvs2 where a_conserver='t'  ---9020 
     204select count(*) from bdmap2009.station_geography where id_drain is not null and a_conserver='t' ---9144  (version 1 avec projection spatiale et id_bdcarthage) 
    199205}}} 
    200206