Changes between Version 75 and Version 76 of CookBook join BDMAP_CCM v2


Ignore:
Timestamp:
Nov 11, 2010 8:59:27 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM v2

    v75 v76  
    4848load(paste(datawd,"/dataEDAcommun/chainage/parcours_source/noeud&troncon_final.RData",sep=""))  
    4949write.table(noeuds_final,file=paste(datawd,"/dataEDAcommun/chainage/parcours_source/noeud&troncon_final.csv",sep=""),sep=";",row.names=FALSE,col.names=TRUE) 
     50# below changes from version 1, adding dist_source_max_aval from first calculations 
     51load(paste(datawd,"/dataEDAcommun/chainage/parcours_source/noeud&troncon_final.RData",sep="")) 
     52ex(colnames(noeuds_final)) 
     53noeuds_1<-read.delim(paste(datawd,"/dataEDAcommun/amorce_mer/bassin final/source/troncon_parcouru_source.txt",sep=""),sep="\t") 
     54write.table(noeuds_final,file=paste(datawd,"/dataEDAcommun/chainage/parcours_source/noeud&troncon_final.csv",sep=""),sep=";",row.names=FALSE,col.names=TRUE) 
     55str(noeuds_final) 
     56str(noeuds_1) 
     57noeuds_final.1<-merge(noeuds_1[,c("Id_BDCARTHAGE","dist_source_max_aval")],noeuds_final,by="Id_BDCARTHAGE") 
     58plot(noeuds_final.1$dist_source_max_aval,noeuds_final.1$distance_source) # inquiétant non ? 
     59str(noeuds_final.1) 
     60write.table(noeuds_final.1,file=paste(datawd,"/dataEDAcommun/chainage/parcours_source/noeud&troncon_final_1.csv",sep=""),sep=";",row.names=FALSE,col.names=TRUE) 
    5061}}} 
    5162{{{ 
     
    383394}}} 
    384395There is a problem of distance source too short for bd_carthage this trouble was already seen on the first figure on this page [[BR]] [[Image(source:data/Docs/trac/BDMAP/stations_selection_1.jpg,700px)]]  
    385 It looks like  
    386  
     396When checking however there seems to have been no problems with Cédric first calculation of distance source. 
     397