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


Ignore:
Timestamp:
May 19, 2010 4:57:57 PM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CLC download and load

    v2 v3  
    1010unzip the files [[BR]] 
    1111 
     12== In !ArcGis merge the different layers == 
     13Add the differents layers on !ArcGis : clc00_v2_code_111, clc00_v2_code_112,... 
     14 
     15In Data Management Tools > General > Merge 
     16   - Input Datasets : clc00_v2_code_111, clc00_v2_code_112,... 
     17   - Output Dataset : change the directory if it's necessary and change the name of the shape file : clc00_v2_Merge.shp 
     18 
    1219{{{ 
    1320REM se placer dans le répertoire ou sont les données 
    1421D: 
    1522cd D:\Celine Jouanin\CLC\CLC06_FR_L2E_SHP 
    16 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 4326 -c -g the_geom -I -W UTF-8 -N skip CLC06_FR_L2E.shp CLC06_FR_L2E > 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_Merge.shp CLC00_FR_L2E > CLC06_FR_L2E.sql 
    1724C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f CLC06_FR_L2E.sql  
    1825}}}