Closed robinkraft closed 12 years ago
Good point. We can do this fairly quickly, once everything is up and running. Thanks.
CartoDB query for all ecoregions in the humid tropical biome. The humid tropical biome has id 1, per WWF page and checked via CartoDB map.
(def humid-tropics-ids
#{10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
30101
30102
30103
30104
30105
30106
30107
30108
30109
30110
30111
30112
30113
30114
30115
30116
30117
30118
30119
30120
30121
30122
30123
30124
30125
30126
30127
30128
30129
30130
40101
40102
40103
40104
40105
40106
40107
40108
40109
40110
40111
40112
40113
40114
40115
40116
40117
40118
40119
40120
40121
40122
40123
40124
40125
40126
40127
40128
40129
40130
40131
40132
40133
40134
40135
40136
40137
40138
40139
40140
40141
40142
40143
40144
40145
40146
40147
40148
40149
40150
40151
40152
40153
40154
40155
40156
40157
40158
40159
40160
40161
40162
40163
40164
40165
40166
40167
40168
40169
40170
40171
40172
60101
60102
60103
60104
60105
60106
60107
60108
60109
60110
60111
60112
60113
60114
60115
60116
60117
60118
60119
60120
60121
60122
60123
60124
60125
60126
60127
60128
60129
60130
60131
60132
60133
60134
60135
60136
60137
60138
60139
60140
60141
60142
60143
60144
60145
60146
60147
60148
60149
60150
60151
60152
60153
60154
60155
60156
60157
60158
60159
60160
60161
60162
60163
60164
60165
60166
60167
60168
60169
60170
60171
60172
60173
60174
60175
60176
60177
60178
60179
60180
60181
60182
70101
70102
70103
70104
70105
70106
70107
70108
70109
70110
70111
70112
70113
70114
70115
70116
70117
80101
80102}
Fixed in #249
At one time we used the boundary of the humid tropical biome to screen out pixels. Currently I only see screening by VCF value. So I have to assume that we are hitting some of the non-humid tropical forests in the countries we're looking at. I don't want to add yet another step to the workflow just yet, but since we're proposing to focus just on the humid tropics, for the paper at least we might want to consider postprocessing that would eliminate pixels with ecoids that aren't subsets of the humid tropical biome.
We should at least look at the difference in accuracy inside and outside the biome to see whether accuracy assessment of the paper will be skewed by this.