Changes between Initial Version and Version 1 of IMPORT roe
- Timestamp:
- Jun 8, 2018 3:51:47 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IMPORT roe
v1 v1 1 Back to top [[..]] 2 3 = Script to integrate ROE = 4 5 download shape from http://carmen.carmencarto.fr/66/ka_roe_current_metropole.map 6 7 {{{#!sh 8 F: 9 cd F:/IAV/eda/ROE/ 10 shp2pgsql -I -s 2154 -g geom ObstEcoul.shp roe_v4.roe>roe.sql 11 psql -U postgres -p 5432 -W -c "create schema roe_v4" eda2.2 12 psql -U postgres -f roe.sql eda2.2 13 psql -U postgres -c "Comment on table roe_v4.roe IS 'Version Mai 2014'" 14 }}}