Update 8. Automatisations rédigé par Antoine RIVIERE's avatar Antoine RIVIERE
......@@ -171,7 +171,14 @@ DROP table IF EXISTS r020_territoire_physique.t_mnt_rge_r3_slope_temp ;
### 1.1.2) Segments théoriques calculés à partir d'un MNT surcreusé par réseau hydro réel (idéalement calculés avec GRASS) avec différents threshold :
* Les tables doivent contenir les colonnes suivantes :
cf. [Private] https://gitlab.com/atelier-cartographique1/forum-des-marais-atlantique/-/wikis/2-D%C3%A9limitation-des-TBV#pr%C3%A9-requis
Metodo :
1. cf. [Private] https://gitlab.com/atelier-cartographique1/forum-des-marais-atlantique/-/wikis/2-D%C3%A9limitation-des-TBV#pr%C3%A9-requis
1. SQL ajout flow_accum_km2
SQL
ALTER TABLE m060_milieux_continuite_tetes_de_bv.t_mnt_sc_sk_stream_4000 ADD COLUMN flow_accum_km2 numeric;
COMMENT ON COLUMN m060_milieux_continuite_tetes_de_bv.t_mnt_sc_sk_stream_4000.flow_accum_km2 IS 'champ additionnel flow_accum en km2 : flow_accum*25. / 1000 000.';
* wkb_geometry --nom de la colonne geom du réseau hydro theo
* ogc_fid --nom de la colonne primary key
......@@ -179,7 +186,7 @@ cf. [Private] https://gitlab.com/atelier-cartographique1/forum-des-marais-atlant
* shreve -- indice de rang shreve
* Liste des 3 tables différentes et leur chemin en base
* threshold 4000 : m060_milieux_continuite_tetes_de_bv.t_mnt_sc_sk_stream_4000
* threshold 500 : m060_milieux_continuite_tetes_de_bv.t_mnt_sc_ddtm_sk_stream_500
* threshold 500 : m060_milieux_continuite_tetes_de_bv.t_mnt_sc_sk_stream_v_500
* threshold 50 : m060_milieux_continuite_tetes_de_bv.t_mnt_sc_sk_stream_v_50
## 1.2) Activation au niveau du code source
......
......