Changes between Version 3 and Version 4 of CLC download and load


Ignore:
Timestamp:
May 20, 2010 2:16:46 PM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CLC download and load

    v3 v4  
    2121D: 
    2222cd 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.sql 
    24 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f CLC06_FR_L2E.sql  
     23C:\"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 
     24C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f CLC00_v2_Europe.sql  
    2525}}} 
    2626 
     
    2828--- In sql editor  
    2929CREATE SCHEMA CLC; 
    30 ALTER TABLE clc06_fr_l2e SET SCHEMA CLC; 
    31 select SRID (the_geom) FROM CLC.clc06_fr_l2e; 
     30ALTER TABLE clc00_v2_europe SET SCHEMA CLC; 
     31select SRID (the_geom) FROM CLC.clc00_v2_europe; 
    3232}}}