Changes between Version 3 and Version 4 of CLC download and load
- Timestamp:
- May 20, 2010 2:16:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CLC download and load
v3 v4 21 21 D: 22 22 cd D:\Celine Jouanin\CLC\CLC06_FR_L2E_SHP 23 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -c -g the_geom -I -W UTF-8 -N skip CLC00_v2_ Merge.shp CLC00_FR_L2E > CLC06_FR_L2E.sql24 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f CLC0 6_FR_L2E.sql23 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -c -g the_geom -I -W UTF-8 -N skip CLC00_v2_Europe_Merge.shp CLC00_v2_Europe > CLC00_v2_Europe.sql 24 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f CLC00_v2_Europe.sql 25 25 }}} 26 26 … … 28 28 --- In sql editor 29 29 CREATE SCHEMA CLC; 30 ALTER TABLE clc0 6_fr_l2e SET SCHEMA CLC;31 select SRID (the_geom) FROM CLC.clc0 6_fr_l2e;30 ALTER TABLE clc00_v2_europe SET SCHEMA CLC; 31 select SRID (the_geom) FROM CLC.clc00_v2_europe; 32 32 }}}