back to first page..
back to Gis Structures
Go to Estimkart?
RHT Réseau Hydrographique Théorique
http://www.irstea.fr/rht
Archive à décompresser avec Powerarchiver : http://www.powerarchiver.com/fr
Integrating data into postgre (rht.shp and Attributs_RHT_fev_2011.txt)
select count(*) from rht.rht ---114601 lines select count(*) from rht.attributs_rht_fev_2011 ---114600 lines --nb de lignes différent !! A voir
Integrating the topology into Postgre
Download and load RHT topology
Create a view
ALTER TABLE rht.attributs_rht_fev_2011 RENAME COLUMN id_drain TO id_drainattr; CREATE VIEW rht.rht_attribut AS SELECT * from rht.rht r left join rht.attributs_rht_fev_2011 a on r.id_drain=a.id_drainattr select * from rht.rht_attribut where id_drainattr is null --un id_drain sans attribut (correspond au lac léman)
Joining RHT-BDMAP
Joining RHT-UGA
CookBook RHT_UGA
CookBook BDCarthage_UGA
Joining RHT-ROE
Joining RHT-Corine Land Cover
CookBook join Corine Land Cover-RHT
Verification with BDCarthage and RHT
To verify roe projection on rht
BDCarthage2011 into eda2.0_RHT
Verification BDCarthage-ROE
Noeuds mer
Noeud - parcours RHT Integration d'une nouvelle topologie et calcul des parcours, distance mer
Surface en eau
Parcours source
Largeur
Module by month
RHE
Comment on table-RHT database
Export shape - Backup schema
Export shape RHT
Backup schema RHT
Export table RHT
Model Results
Last modified 7 years ago
Last modified on Jun 1, 2018 5:53:15 PM