Changes between Version 34 and Version 35 of Cookbook CCM21_UGA


Ignore:
Timestamp:
Sep 3, 2010 4:56:22 PM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook CCM21_UGA

    v34 v35  
    1919    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    2020 
    21     UPDATE uga2010.wso set uga='Loire' where uga IS NULL --40 sea nodes 
     21    UPDATE uga2010.wso set uga='Loire' where uga IS NULL --60 lignes 
    2222 
    2323--Garonne 
     
    2828    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    2929 
    30     UPDATE uga2010.wso set uga='Garonne' where uga IS NULL --60 sea nodes 
     30    UPDATE uga2010.wso set uga='Garonne' where uga IS NULL --19 lignes 
    3131 
    3232--Adour 
     
    3737    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    3838 
    39     UPDATE uga2010.wso set uga='Adour' where uga IS NULL --19 sea nodes 
    40  
     39    UPDATE uga2010.wso set uga='Adour' where uga IS NULL --26 lignes 
     40     
    4141--Artois-Picardie 
    4242    insert into uga2010.wso(wso_id)  
     
    4646    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    4747 
    48     UPDATE uga2010.wso set uga='ArtoisPicardie' where uga IS NULL --26 sea nodes 
     48    UPDATE uga2010.wso set uga='ArtoisPicardie' where uga IS NULL --133 lignes 
    4949 
    5050--Rhône-M‚diterranée 
     
    5555    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    5656 
    57     UPDATE uga2010.wso set uga='RhoneMediterranee' where uga IS NULL --133 sea nodes 
     57    UPDATE uga2010.wso set uga='RhoneMediterranee' where uga IS NULL --177 lignes 
    5858 
    5959--Corse 
     
    6464    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    6565 
    66     UPDATE uga2010.wso set uga='Corse' where uga IS NULL --177 sea nodes 
     66    UPDATE uga2010.wso set uga='Corse' where uga IS NULL --89 lignes 
    6767 
    6868--Seine-Normandie 
     
    7373    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    7474 
    75     UPDATE uga2010.wso set uga='SeineNormandie' where uga IS NULL --89 sea nodes 
     75    UPDATE uga2010.wso set uga='SeineNormandie' where uga IS NULL --166 lignes 
    7676 
    7777--Bretagne 
     
    8282    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    8383 
    84     UPDATE uga2010.wso set uga='Bretagne' where uga IS NULL --166 sea nodes 
     84    UPDATE uga2010.wso set uga='Bretagne' where uga IS NULL --2 lignes 
    8585 
    8686--Rhin 
     
    9191    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    9292 
    93     UPDATE uga2010.wso set uga='Rhin' where uga IS NULL --2 sea nodes 
     93    UPDATE uga2010.wso set uga='Rhin' where uga IS NULL --3 lignes 
    9494 
    9595--Meuse 
     
    101101    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    102102 
    103     UPDATE uga2010.wso set uga='Meuse' where uga IS NULL --3 sea nodes 
     103    UPDATE uga2010.wso set uga='Meuse' where uga IS NULL --39 lignes 
    104104}}} 
    105105