title: “USACE 3 factor vs NWI wetlands” subtitle: “Vector analysis – combining new and AAv11” author: “E Gage” date: “2016-12-02” output: tint::tintHtml: self_contained: TRUE bibliography: skeleton.bib link-citations: yes —
Compare the number and area of wetlands mapped by 3-factor and NWI wetlands across study sites
Evaluate correlates of differences in mapping outcomes
Perhaps the most straigfoward calculation. The simple sum of all wetland polygons for a given mapping protocol.
The formulation for 3-factor wetlands: \[{A_{3f}} = 100*\sum_{i=1}^{n}A_{i}\]
The formulation for NWI wetlands: \[{A_{NWI}} = 100*\sum_{i=1}^{n}A_{i}\]
The count of all wetland polygons for a given mapping protocol.
The formulation for 3-factor wetlands: \[{n_{3f poly}} = 100*\sum_{i=1}^{n}n_{i}\]
The formulation for NWI wetlands: \[{A_{NWI poly}} = 100*\sum_{i=1}^{n}n_{i}\]
\[NDAI = \frac{({A_{3f}} - {A_{NWI}})}{({A_{3f}} + A_{NWI})}\]
## OGR data source with driver: ESRI Shapefile
## Source: "data/Final_shapefile", layer: "AA_v11_centroids"
## with 769 features
## It has 13 fields
## OGR data source with driver: ESRI Shapefile
## Source: "data/Final_shapefile", layer: "AAv11centr_DivDist_Join"
## with 769 features
## It has 21 fields
## Joining, by = "DIVISION"
** plot of AA area by omerL3 **
## OGR data source with driver: ESRI Shapefile
## Source: "data/Final_shapefile", layer: "UnionFin_3fNWI_fAAv12_v2"
## with 92382 features
## It has 41 fields