Changes between Version 51 and Version 52 of Cookbook CCM21_UGA


Ignore:
Timestamp:
Oct 3, 2012 4:48:17 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook CCM21_UGA

    v51 v52  
    2222    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    2323 
    24     UPDATE uga2010.wso set uga='Bretagne' where uga IS NULL --166 lignes 
     24    UPDATE uga2010.wso set uga='Bretagne' where uga IS NULL --166 lines 
    2525 
    2626--Loire 
     
    3131    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    3232 
    33     UPDATE uga2010.wso set uga='Loire' where uga IS NULL; -- 39 lignes 
     33    UPDATE uga2010.wso set uga='Loire' where uga IS NULL; -- 39 lines 
    3434 
    3535--Garonne 
     
    4040    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    4141 
    42     UPDATE uga2010.wso set uga='Garonne' where uga IS NULL; --60 lignes 
     42    UPDATE uga2010.wso set uga='Garonne' where uga IS NULL; --60 lines 
    4343 
    4444--Adour 
     
    4949    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    5050 
    51     UPDATE uga2010.wso set uga='Adour' where uga IS NULL; --19 lignes 
     51    UPDATE uga2010.wso set uga='Adour' where uga IS NULL; --19 lines 
    5252     
    5353--Artois-Picardie 
     
    5858    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    5959 
    60     UPDATE uga2010.wso set uga='ArtoisPicardie' where uga IS NULL; --26 lignes 
     60    UPDATE uga2010.wso set uga='ArtoisPicardie' where uga IS NULL; --26 lines 
    6161 
    6262--Rhône-Méditerranée 
     
    6767    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    6868 
    69     UPDATE uga2010.wso set uga='RhoneMediterranee' where uga IS NULL; --133 lignes 
     69    UPDATE uga2010.wso set uga='RhoneMediterranee' where uga IS NULL; --133 lines 
    7070 
    7171--Corse 
     
    7676    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    7777 
    78     UPDATE uga2010.wso set uga='Corse' where uga IS NULL; --177 lignes 
     78    UPDATE uga2010.wso set uga='Corse' where uga IS NULL; --177 lines 
    7979 
    8080--Seine-Normandie 
     
    8585    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    8686 
    87     UPDATE uga2010.wso set uga='SeineNormandie' where uga IS NULL;--89 lignes 
     87    UPDATE uga2010.wso set uga='SeineNormandie' where uga IS NULL;--89 lines 
    8888 
    8989--Rhin 
     
    9494    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    9595 
    96     UPDATE uga2010.wso set uga='Rhin' where uga IS NULL; --2 lignes 
     96    UPDATE uga2010.wso set uga='Rhin' where uga IS NULL; --2 lines 
    9797 
    9898--Meuse 
     
    104104    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    105105 
    106     UPDATE uga2010.wso set uga='Meuse' where uga IS NULL; --3 lignes     
     106    UPDATE uga2010.wso set uga='Meuse' where uga IS NULL; --3 lines     
    107107}}} 
    108108