Changes between Version 45 and Version 46 of CLC Join


Ignore:
Timestamp:
Jun 1, 2010 12:38:03 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified CLC Join

    v45 v46  
    130130Finally we use this dataset to extract data for a new table which will give one value per catchment id. Note that the gid is the gid of the ''' catchment ''' and the table will have to be joined to the ''' riversegments ''' table. We are not using percentage of cover but surface so that we will be able to calculate for any basin, for instance, the cumulated urban area for the whole catchment upstream from one riversegment. 
    131131We have chosen to group the Corinne Land Cover variables as following 
    132          * urban.gid, 
     132 
    133133         * urban_11_13, 
    134134         * green_urban_14, 
     
    149149DROP TABLE IF EXISTS clc.pourc_area; 
    150150CREATE TABLE clc.pourc_area AS ( 
    151 SELECT urban.gid, 
    152         urban_11_13, 
     151SELECT   init.gid, 
     152         urban_11_13, 
    153153         green_urban_14, 
    154154         arable_land_21,