Changes between Version 9 and Version 10 of PATE Anguille


Ignore:
Timestamp:
Feb 1, 2012 6:09:46 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PATE Anguille

    v9 v10  
    55}}} 
    66 
     7== Integration des données brutes == 
    78Access puis : 
    89{{{ 
     
    1314select count(*) from rht.roe_pate_bv11axes limit 7 
    1415 
     16== Ajout des variables du RHT == 
     17{{{ 
    1518---Ajout d'une colonne a_conserver pour ne conserver que les obstacles non aqueduc et bien projetés 
    1619alter table rht.roe_pate_bv11axes add column a_conserver boolean default TRUE; 
     
    2427(select id_drain, id_roe from rht.rhtvs2_roev2) as sub 
    2528where sub.id_roe=roe_pate_bv11axes.id_roe; 
     29 
     30---Intégration des barrages non disponibles dans la version publique d'avril 2011 - voir mail Laurent 
     31update rht.roe_pate_bv11axes set id_drain='122703' where id_roe='ROE64290'; 
     32update rht.roe_pate_bv11axes set id_drain='121476' where id_roe='ROE64330'; 
     33update rht.roe_pate_bv11axes set id_drain='100382' where id_roe='ROE65180'; 
     34update rht.roe_pate_bv11axes set id_drain='104526' where id_roe='ROE66096'; 
     35update rht.roe_pate_bv11axes set id_drain='20379' where id_roe='ROE67681'; 
     36---Projection des barrages sur le bon id_drain 
     37update rht.roe_pate_bv11axes set id_drain='122946' where id_roe='ROE47373'; 
     38update rht.roe_pate_bv11axes set id_drain='123005' where id_roe='ROE47412'; 
     39update rht.roe_pate_bv11axes set id_drain='122667' where id_roe='ROE47382'; 
     40 
     41 
    2642 
    2743drop table if exists rht.rhtvs2_roe_pate_bv11axes; 
     
    7793}}} 
    7894 
    79 {{{ 
    80 #!sql 
    81 ---Intégration des barrages non disponibles dans la version publique d'avril 2011 - voir mail Laurent 
    82 insert into rht.pate(id_roe,id_drain) values ('ROE64290','122703'),('ROE64330','121476'),('ROE65180','100382'),('ROE66096','104526'),('ROE67681','20379'); 
    83 ---Projection des barrages sur le bon id_drain 
    84 insert into rht.pate(id_roe,id_drain) values ('ROE47373','122946'),('ROE47412','123005'),('ROE47382','122667'); 
    85 }}} 
    8695||id_roe|||| id_drain|| 
    8796||ROE64290              ||pas dans la version ROE publique d'avril 2011||       122703|| 
     
    92101 
    93102 
    94  
     103#A FINIR !! 
    95104Ajout un barrage[[BR]] 
    96105id_drain in ('122703','122946','123005','122667')[[BR]]