Changes between Version 2 and Version 3 of CLC download and load
- Timestamp:
- May 19, 2010 4:57:57 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CLC download and load
v2 v3 10 10 unzip the files [[BR]] 11 11 12 == In !ArcGis merge the different layers == 13 Add the differents layers on !ArcGis : clc00_v2_code_111, clc00_v2_code_112,... 14 15 In 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 12 19 {{{ 13 20 REM se placer dans le répertoire ou sont les données 14 21 D: 15 22 cd 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 CLC0 6_FR_L2E.shp CLC06_FR_L2E > CLC06_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_Merge.shp CLC00_FR_L2E > CLC06_FR_L2E.sql 17 24 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f CLC06_FR_L2E.sql 18 25 }}}