back to first page [..] == Corine Land Cover == [[BR]]http://www.ifen.fr/bases-de-donnees/occupation-des-sols-corine-land-cover/telechargement-des-donnees.html [[BR]]http://www.eea.europa.eu/publications/COR0-landcover/at_download/file [[BR]]http://www.eea.europa.eu/publications/COR0-part1/at_download/file [[BR]]http://www.eea.europa.eu/publications/COR0-part2/page001.html [[BR]]To download the data :http://www.eea.europa.eu/data-and-maps/data/corine-land-cover-2006-clc2006-250-m-version-12-2009 Corine Land Cover is a database on soil occupation in 32 european country. The CORINE Land Cover (CLC) Map of France is a pan-European product showing 44 land cover types of the 3-level Corine nomenclature at a minimum mappable unit of 25 ha and a minimum feature width of 100 m(for linear features). The CLC map is provided in vector format and is designed specifically to be viewed and used at a 1:10000 scale or a 1:25000. Data are available at 250/100 meters resolution and categorized using the 44 classes . Land cover class 523 Sea and ocean (GRID_CODE 44 in the raster data): in order to provide consistency with earlier releases of CLC data, category 523 has been masked in the raster data. Geographical coverage with Corine land cover 2006 (CLC2006) 250 m - version 12/2009[[BR]] http://map.eea.europa.eu/getmap.asp?Fullextent=1&size=W200&PredefShade=Dataservice&Q=al:2,at:2,ba:2,be:2,bg:2,cy:2,cz:2,dk:2,ee:2,fr:2,hr:2,hu:2,ie:2,is:2,li:2,lt:2,lu:2,lv:2,me:2,mk:2,nl:2,pl:2,pt:2,ro:2,rs:2,si:2,sk:2[[BR]] Mode raster (fichier .tif) - à voir avec !PostgreSql pour l'intégration des données. A voir sous postgres : {{{ REM Ouvrir ce fichier avec notepad++ et copier coller les commandes dans une invite de commande REM================================================ REM Script pour Céline (la connexion change - p 5432) REM================================================ REM Création de la base de donnée REM correspond au point 1 de http://62.160.92.241:8066/trac/wiki/CookBook%20shptopostgres C:\"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;" C:\Program Files\PostgreSQL\8.2\bin>pgsql2shp -f D:\CLC\clc00_europe_v2.shp clc2000 -u postgres clc2000_europe }}}