Changes between Version 9 and Version 10 of CLC download and load
- Timestamp:
- May 27, 2010 12:04:49 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CLC download and load
v9 v10 21 21 D: 22 22 cd D:\Celine Jouanin\CLC\CLC00_v2_Europe_mai_2010\ 23 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -c -g the_geom -I clc00_v2_europe.shp clc00_v2_europe > clc00_v2_europe.sql 23 --cedric 24 cd C:\Documents and Settings\cedric\Mes documents\Migrateur\eda\CLC\CLC00_v2_Europe_mai_2010 25 26 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -c -g the_geom -I clc00_v2_code_521.shp clc00_v2_europe> clc00_v2_europe_521.sql 27 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -a -g the_geom clc00_v2_code_522.shp clc00_v2_europe> clc00_v2_europe_522.sql 28 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -a -g the_geom clc00_v2_code_111.shp clc00_v2_europe> clc00_v2_europe_111.sql 24 29 }}} 25 Problem : 0 ko into the sql file 30 26 31 27 32 {{{ 28 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f clc00_v2_Europe.sql 33 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5433 -f clc00_v2_europe_521.sql 34 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5433 -f clc00_v2_europe_522.sql 35 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5433 -f clc00_v2_europe_111.sql 29 36 }}} 30 37