Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lab 7 - Coggle Diagram
Lab 7
find what fields represent lot size, market value, and land type
calculate new field that is $/area
get the top and bottom percentiles of the data and make into new layers
summary statistics on PRICEAR
std, max and min
calc 2 std from max and min
the top and bottom 5%
calc field to label top or bottom
Select values less than low, assign 1- select values more than high, assign 2
1 more item...
subset the data that is park OR open space and make into new layer
calc distance from each lot to open space, make new field in lot layer
summarize fields, average lot distance for
arcpy.analysis.Statistics(in_table, out_table, {statistics_fields}, {case_field})
arcpy.analysis.Near(in_features, near_features, {search_radius}, {location}, {angle}, {method}, {field_names})
!ZONE! that contain 'OS' distinction
calc new field function
parcels:
!MARKET_VAL! , !ACRES!
zoning:
!ZONE!