Changes between Version 1 and Version 2 of Import impact data to dbeel


Ignore:
Timestamp:
Jan 3, 2019 9:22:56 AM (6 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Import impact data to dbeel

    v1 v2  
    77The different data from data providers are imported in the schema sudoang of the dbeel database. [[BR]] 
    88You can see the code in: source:eda/EDAcommun/sql/sudoang/dbeel_sudoang_obstruction.sql  [[BR]] 
     9 
     10It has been necessary to reproject some of the layers 
     11{{{#!sql 
     12SELECT UpdateGeometrySRID('sudoang','catalonia_obstruction','geom', 25831);  
     1336      SELECT UpdateGeometrySRID('sudoang','minho_obstruction','geom', 25829);  
     14SELECT UpdateGeometrySRID('sudoang','spain_obstruction_hpp','geom', 4326);  
     15SELECT UpdateGeometrySRID('sudoang','catalonia_obstruction_dams','geom', 25831);  
     16SELECT UpdateGeometrySRID('sudoang','galicia_obstruction','geom', 3041);  
     17}}} 
     18[[Image(source:eda/data/Docs/trac/sudoang/dam01.png, 400px)]] 
     19 
     20== Create the dbeel database == 
     21 
     22The script is there : source:eda/EDAcommun/sql/sudoang/dbeel_sudoang_obstruction.sql  [[BR]]