Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property Data #18

Open
cschloss opened this issue Feb 6, 2019 · 6 comments
Open

Property Data #18

cschloss opened this issue Feb 6, 2019 · 6 comments
Assignees

Comments

@cschloss
Copy link
Collaborator

cschloss commented Feb 6, 2019

Reassess status of property data with Connor
Determine if raster based analysis is feasible
Determine if area threshold is necessary

@cschloss cschloss self-assigned this Feb 6, 2019
@cschloss
Copy link
Collaborator Author

cschloss commented Apr 5, 2019

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?)

@cschloss
Copy link
Collaborator Author

cschloss commented Apr 5, 2019

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.

@cschloss
Copy link
Collaborator Author

cschloss commented Apr 15, 2019

Finish Protected Area Removal

  • Check all joins by calculating difference
  • Export table with PARCEL_ID, PA_ACRES, and pa_percent
  • arcpy join small table to lg_par shapefile attribute
  • decide on cutoff - explore SD county
  • export non-pa parcels

@cschloss
Copy link
Collaborator Author

cschloss commented Apr 15, 2019

Create property rasters

  • Dissolve non pa parcels on owner
  • Give unique ID
  • convert to raster, keep extent identical (in R)

@cschloss
Copy link
Collaborator Author

cschloss commented Apr 15, 2019

Deal with boundary issues

  • select parcels within 5m of county boundary
  • export as shapes
  • merge to one shape - all counties
  • dissolve on owner (singlepart - max acreage_
  • subset to just parcels that changed size by calculating new size and identifying those with larger size than the MAX_acreage)
  • covert to raster

@cschloss
Copy link
Collaborator Author

cschloss commented Apr 15, 2019

Populate property data with

  • acres within each category
  • mean, min, max of each SDM
  • acres of each connectivity category
  • average HMI
  • dist to PA
  • Acres of ICLUS
  • dist to ICLUS
  • dist to DAC
  • mean carbon
  • acres of 100yr flood
  • drinking water watershed
  • acres in fmmp cats
  • average crop value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant