Changes between Version 17 and Version 18 of Cookbook CCM21_EcologicalRegion
- Timestamp:
- Oct 3, 2012 4:47:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cookbook CCM21_EcologicalRegion
v17 v18 48 48 ON ST_Intersects(sub.singlegeom,r.the_geom); 49 49 50 UPDATE ecoregion2003.wso1 set ecoregion='Southern Temperate Atlantic' where ecoregion IS NULL -- 20485 li gnes50 UPDATE ecoregion2003.wso1 set ecoregion='Southern Temperate Atlantic' where ecoregion IS NULL -- 20485 lines 51 51 52 52 … … 58 58 ON ST_Intersects(sub.singlegeom,r.the_geom); 59 59 60 UPDATE ecoregion2003.wso1 set ecoregion='Western European broadleaf forests' where ecoregion IS NULL -- 58387 li gnes60 UPDATE ecoregion2003.wso1 set ecoregion='Western European broadleaf forests' where ecoregion IS NULL -- 58387 lines 61 61 62 62 --Northeastern Spain & Southern France Mediterranean … … 67 67 ON ST_Intersects(sub.singlegeom,r.the_geom); 68 68 69 UPDATE ecoregion2003.wso1 set ecoregion='Northeastern Spain & Southern France Mediterranean' where ecoregion IS NULL -- 20813 li gnes69 UPDATE ecoregion2003.wso1 set ecoregion='Northeastern Spain & Southern France Mediterranean' where ecoregion IS NULL -- 20813 lines 70 70 71 71 … … 77 77 ON ST_Intersects(sub.singlegeom,r.the_geom); 78 78 79 UPDATE ecoregion2003.wso1 set ecoregion='Cantabrian mixed forests' where ecoregion IS NULL -- 26327 li gnes79 UPDATE ecoregion2003.wso1 set ecoregion='Cantabrian mixed forests' where ecoregion IS NULL -- 26327 lines 80 80 81 81 --North Atlantic moist mixed forests … … 86 86 ON ST_Intersects(sub.singlegeom,r.the_geom); 87 87 88 UPDATE ecoregion2003.wso1 set ecoregion='North Atlantic moist mixed forests' where ecoregion IS NULL -- 1649 li gnes88 UPDATE ecoregion2003.wso1 set ecoregion='North Atlantic moist mixed forests' where ecoregion IS NULL -- 1649 lines 89 89 90 90 --Celtic broadleaf forests … … 95 95 ON ST_Intersects(sub.singlegeom,r.the_geom); 96 96 97 UPDATE ecoregion2003.wso1 set ecoregion='Celtic broadleaf forests' where ecoregion IS NULL -- 7186 li gnes97 UPDATE ecoregion2003.wso1 set ecoregion='Celtic broadleaf forests' where ecoregion IS NULL -- 7186 lines 98 98 99 99 --Corsican montane broadleaf and mixed forests … … 104 104 ON ST_Intersects(sub.singlegeom,r.the_geom); 105 105 106 UPDATE ecoregion2003.wso1 set ecoregion='Corsican montane broadleaf and mixed forests' where ecoregion IS NULL -- 2848 li gnes106 UPDATE ecoregion2003.wso1 set ecoregion='Corsican montane broadleaf and mixed forests' where ecoregion IS NULL -- 2848 lines 107 107 108 108 --Appenine deciduous montane forests … … 113 113 ON ST_Intersects(sub.singlegeom,r.the_geom); 114 114 115 UPDATE ecoregion2003.wso1 set ecoregion='Appenine deciduous montane forests' where ecoregion IS NULL -- 27 li gnes115 UPDATE ecoregion2003.wso1 set ecoregion='Appenine deciduous montane forests' where ecoregion IS NULL -- 27 lines 116 116 117 117 --Appenine deciduous montane forests … … 122 122 ON ST_Intersects(sub.singlegeom,r.the_geom); 123 123 124 UPDATE ecoregion2003.wso1 set ecoregion='Appenine deciduous montane forests' where ecoregion IS NULL -- 46 li gnes124 UPDATE ecoregion2003.wso1 set ecoregion='Appenine deciduous montane forests' where ecoregion IS NULL -- 46 lines 125 125 126 126 --Tyrrhenian-Adriatic sclerophyllous and mixed forests … … 131 131 ON ST_Intersects(sub.singlegeom,r.the_geom); 132 132 133 UPDATE ecoregion2003.wso1 set ecoregion='Tyrrhenian-Adriatic sclerophyllous and mixed forests' where ecoregion IS NULL -- 2079 li gnes133 UPDATE ecoregion2003.wso1 set ecoregion='Tyrrhenian-Adriatic sclerophyllous and mixed forests' where ecoregion IS NULL -- 2079 lines 134 134 135 135 --Pyrenees conifer and mixed forests … … 140 140 ON ST_Intersects(sub.singlegeom,r.the_geom); 141 141 142 UPDATE ecoregion2003.wso1 set ecoregion='Pyrenees conifer and mixed forests' where ecoregion IS NULL -- 15222 li gnes142 UPDATE ecoregion2003.wso1 set ecoregion='Pyrenees conifer and mixed forests' where ecoregion IS NULL -- 15222 lines 143 143 144 144 --Alps conifer and mixed forests … … 149 149 ON ST_Intersects(sub.singlegeom,r.the_geom); 150 150 151 UPDATE ecoregion2003.wso1 set ecoregion='Alps conifer and mixed forests' where ecoregion IS NULL -- 69641 li gnes151 UPDATE ecoregion2003.wso1 set ecoregion='Alps conifer and mixed forests' where ecoregion IS NULL -- 69641 lines 152 152 153 153 --Italian sclerophyllous and semi-deciduous forests … … 158 158 ON ST_Intersects(sub.singlegeom,r.the_geom); 159 159 160 UPDATE ecoregion2003.wso1 set ecoregion='Italian sclerophyllous and semi-deciduous forests' where ecoregion IS NULL -- 27451 li gnes160 UPDATE ecoregion2003.wso1 set ecoregion='Italian sclerophyllous and semi-deciduous forests' where ecoregion IS NULL -- 27451 lines 161 161 162 162 --Celtic broadleaf forests … … 167 167 ON ST_Intersects(sub.singlegeom,r.the_geom); 168 168 169 UPDATE ecoregion2003.wso1 set ecoregion='Celtic broadleaf forests' where ecoregion IS NULL -- 11407 li gnes169 UPDATE ecoregion2003.wso1 set ecoregion='Celtic broadleaf forests' where ecoregion IS NULL -- 11407 lines 170 170 171 171 --Tyrrhenian-Adriatic sclerophyllous and mixed forests … … 176 176 ON ST_Intersects(sub.singlegeom,r.the_geom); 177 177 178 UPDATE ecoregion2003.wso1 set ecoregion='Tyrrhenian-Adriatic sclerophyllous and mixed forests' where ecoregion IS NULL -- 3797 li gnes178 UPDATE ecoregion2003.wso1 set ecoregion='Tyrrhenian-Adriatic sclerophyllous and mixed forests' where ecoregion IS NULL -- 3797 lines 179 179 180 180 --English Lowlands beech forests … … 185 185 ON ST_Intersects(sub.singlegeom,r.the_geom); 186 186 187 UPDATE ecoregion2003.wso1 set ecoregion='English Lowlands beech forests' where ecoregion IS NULL -- 2822 li gnes187 UPDATE ecoregion2003.wso1 set ecoregion='English Lowlands beech forests' where ecoregion IS NULL -- 2822 lines 188 188 189 189 --Northen Temperate Atlantic … … 194 194 ON ST_Intersects(sub.singlegeom,r.the_geom); 195 195 196 UPDATE ecoregion2003.wso1 set ecoregion='Northen Temperate Atlantic' where ecoregion IS NULL -- 3878 li gnes196 UPDATE ecoregion2003.wso1 set ecoregion='Northen Temperate Atlantic' where ecoregion IS NULL -- 3878 lines 197 197 198 198 --Central European mixed forests … … 203 203 ON ST_Intersects(sub.singlegeom,r.the_geom); 204 204 205 UPDATE ecoregion2003.wso1 set ecoregion='Central European mixed forests' where ecoregion IS NULL -- 26863 li gnes205 UPDATE ecoregion2003.wso1 set ecoregion='Central European mixed forests' where ecoregion IS NULL -- 26863 lines 206 206 207 207 --Northen Temperate Atlantic … … 212 212 ON ST_Intersects(sub.singlegeom,r.the_geom); 213 213 214 UPDATE ecoregion2003.wso1 set ecoregion='Northen Temperate Atlantic' where ecoregion IS NULL -- 63 li gnes214 UPDATE ecoregion2003.wso1 set ecoregion='Northen Temperate Atlantic' where ecoregion IS NULL -- 63 lines 215 215 216 216 --Southern Temperate Atlantic … … 221 221 ON ST_Intersects(sub.singlegeom,r.the_geom); 222 222 223 UPDATE ecoregion2003.wso1 set ecoregion='Southern Temperate Atlantic' where ecoregion IS NULL -- 265 li gnes223 UPDATE ecoregion2003.wso1 set ecoregion='Southern Temperate Atlantic' where ecoregion IS NULL -- 265 lines 224 224 225 225 }}}