Changes between Version 4 and Version 5 of River width Anglian


Ignore:
Timestamp:
Aug 2, 2011 3:55:04 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • River width Anglian

    v4 v5  
    1212Alter table ccm_width set schema anglian 
    1313}}} 
     14 
     15{{{ 
     16select count(*) from anglian.ccm_width ---1558 lines 
     17select count(*) from anglian.anglian_station_ccm_500 ---6059 lines 
     18select count(wso1_id) from anglian.anglian_station_ccm_500 group by wso1_id ---2968 lines 
     19 
     20select * from anglian.anglian_station_ccm_500 s join anglian.ccm_width c on c.wso1_id=s.wso1_id ---1438 lines donc 6059-1438=4621 lines sans width 
     21select * from ccm21.riversegments s join anglian.ccm_width c on c.wso1_id=s.wso1_id where s.wso1_id in (select wso1_id from europe.wso1 where area='Anglian')  ---1091 
     22select * from ccm21.riversegments s where s.wso1_id in (select wso1_id from europe.wso1 where area='Anglian')  ---1171 
     23select count(s.wso1_id), min(mean_width) from anglian.anglian_station_ccm_500 s left join anglian.ccm_width c on c.wso1_id=s.wso1_id group by s.wso1_id order by min(mean_width) ---2453 sans river width 
     24}}} 
     25 
     26Il manque des river width pour 4621 opérations (soit 2453 wso1_id) donc un modèle reste à calibrer 
     27Il manque des river width pour 80 wso1_id sur la ccm pour Anglian.