Open cschloss opened 5 years ago
Hi Connor - what do you think of this approach?
Calculate Acres in GIS to make sure acreage is accurate for the projection we are working in Dissolve multipart all CPAD to a single shape Intersect with parcel data Dissolve output from step 3 on APN Calculate Acres of the output from step 4 Join by attribute the output from step 5 onto the output of step 1 (the parcel data). The join field would be the APN Divide protected acreage (from the joined table) by the total parcel acreage, multiply by 100 Remove parcels with >70% protected (this is where we may need to adjust) does this miss some parcels we should have removed? Would >50% remove some we should have left?)
Hand-off from Connor: N:\Projects\Atlas\data\parcels\round2_analysis\scripts
county_loop_test is the current workspace, county_loop has the full list of county abbreviations that will eventually be added to the final script.
Finish Protected Area Removal
Create property rasters
Deal with boundary issues
Populate property data with
Reassess status of property data with Connor Determine if raster based analysis is feasible Determine if area threshold is necessary