Revision 7497
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/FIA/_src/_README.TXT | ||
---|---|---|
12 | 12 |
|
13 | 13 |
A final issue is that we should probably try to capture the complete floristics data that are available for the 1/16th of the plots that are designated as "forest health" plots. This is a rather recent innovation and not fully implemented yet, but where these data are available, we should try to capture them. However, the taxonomic challenges for full floristics are enormous relative to trees and we need some assessment as to whether these data are of sufficiently quality to want to bother with. |
14 | 14 |
----- |
15 |
|
|
16 |
Note that the refresh is missing some PLT_CN values present in the original version, making COND_unique and Organism incompatible [1]. |
|
17 |
|
|
18 |
[1] The following query returns 180,215 rows: |
|
19 |
----- |
|
20 |
SELECT "PLT_CN"::text FROM "FIA"."FIA_COND_unique" |
|
21 |
EXCEPT |
|
22 |
SELECT "PLT_CN" FROM "FIA"."COND_unique" |
|
23 |
----- |
Also available in: Unified diff
inputs/FIA/_src/_README.TXT: Documented that the refresh is missing some PLT_CN values present in the original version