Changes between Version 4 and Version 5 of Corine Land Cover


Ignore:
Timestamp:
Mar 15, 2010 10:42:58 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Corine Land Cover

    v4 v5  
    1616 
    1717Mode raster (fichier .tif) - à voir avec !PostgreSql pour l'intégration des données. 
    18  
     18A voir sous postgres : 
     19{{{ 
     20REM Ouvrir ce fichier avec notepad++ et copier coller les commandes dans une invite de commande 
     21REM================================================ 
     22REM Script pour Céline (la connexion change - p 5432) 
     23REM================================================ 
     24REM Création de la base de donnée 
     25REM correspond au point 1 de http://62.160.92.241:8066/trac/wiki/CookBook%20shptopostgres 
     26C:\"Program Files"\PostgreSQL\8.4\bin\psql -p 5432 -U postgres -c "CREATE DATABASE CLCv2_EDA  WITH OWNER = postgres  template=postgis ENCODING = 'UTF8'  LC_COLLATE = 'French_France.1252'  LC_CTYPE = 'French_France.1252' CONNECTION LIMIT = -1;" 
     27C:\Program Files\PostgreSQL\8.2\bin>pgsql2shp -f D:\CLC\clc00_europe_v2.shp clc2000 -u postgres clc2000_europe 
     28}}}