Homework 5
Contents
Homework 5#
Assignment#
Solve the problem in Homework 1.
However, other than using ModelBuilder, you are asked to tackle the problem using ArcPy functions, just as the instructor did in the second lecture in Module 4.
For criterion (a), i.e., “completely within 6 miles of I-75”, you must use “Select by Location”.
For criterion (b), i.e., “within Alachua County boundary” you must use “Select by Attributes” in ArcPy to select records whose
COUNTY
field equals to'001'
.
Files to Submit#
Put all the codes in this Jupyter Notebook.
Rename this Jupyter Notebook (the .ipynb file) as
HW4_<LASTNAME>.ipynb
, e.g.,HW4_CHEN.ipynb
.Create a short video (5 minutes) to present your work.
Submit both files (e.g.,
HW4_CHEN.ipynb
andHW4_CHEN.mp4
) through canvas.See syllabus for deadline.