Changes between Initial Version and Version 1 of IMPORT roe


Ignore:
Timestamp:
Jun 8, 2018 3:51:47 PM (7 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IMPORT roe

    v1 v1  
     1Back to top [[..]] 
     2 
     3= Script to integrate ROE = 
     4 
     5download shape from http://carmen.carmencarto.fr/66/ka_roe_current_metropole.map 
     6 
     7{{{#!sh 
     8F: 
     9cd F:/IAV/eda/ROE/ 
     10shp2pgsql -I -s 2154 -g geom ObstEcoul.shp roe_v4.roe>roe.sql 
     11psql -U postgres -p 5432 -W -c "create schema roe_v4" eda2.2 
     12psql -U postgres -f roe.sql eda2.2 
     13psql -U postgres -c "Comment on table roe_v4.roe IS 'Version Mai 2014'" 
     14}}}