Skip to content

Commit

Permalink
edit internship project description
Browse files Browse the repository at this point in the history
  • Loading branch information
complxalgorithm committed Jun 22, 2023
1 parent 09e51d1 commit 1909479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h5 class="proj-yrs">Spring 2023</h5>
<div class="project-description">
<p class="proj-info">A systematic review of the city's centerline (road) GIS layer in relation to other datasets (e.g., Right of Way, parcels, County road data, aerial imagery) to flag issues or areas that need additional clarification. The main issues that needed to be marked are those concerning spatial accuracy, topology, dangles/gaps, missing data, and attribution. Any issue or anomaly was marked up using the provided mark-up layers with an issue type and comment, or they are identified in other output layers that would necessitate looking at certain attribution values to determine which features have certain issues (e.g., dangles/gaps, address continuity issues, railroad intersection points). The final deliverables will help the city assess the QA/QC after it has been delivered and make appropriate data changes to the Centerline layer.</p><br />
<p class="proj-info"></p>
<p class="proj-info">Included is a Python script called Intersect_By_Attribute_Merge.py. The script allows the user to intersect an input layer based on a specified field and field values with a polygon layer. An example usage is to figure out which City Local or Private roads intersect with the parcel data as a means of pinpointing issues pertaining to "Maintained By" attribution issues in the Centerline master layer. This is a fairly limited script that <i>requires</i> specifying the field (e.g., MAINTAS) and target values of the field (e.g., City Local, Private) from the input layer (e.g., the Centerline layer) that are to be intersected in relation to a polygon layer (e.g., Parcels). If more than 1 field value is targeted, then the script will merge the resulting intersect layers into a single merge layer. You can then change the symbology of the merge layer to a graduated color scheme to visualize the features based on the targeted field values. This script may be converted into an ArcGIS Pro toolbox at some point in the future.</p><br />
<p class="proj-info">Included is a Python script called Intersect_By_Attribute_Merge.py. The script allows the user to intersect an input layer based on a specified field and attribution values with a polygon layer. An example usage is to figure out which City Local or Private roads intersect with the parcel data as a means of pinpointing issues pertaining to "Maintained By" attribution issues in the Centerline master layer. This is a fairly limited script that <i>requires</i> specifying the field (e.g., MAINTAS) and target attribution values of the field (e.g., City Local, Private) from the input layer (e.g., the Centerline layer) that are to be intersected in relation to a polygon layer (e.g., Parcels). If more than 1 attribution value is targeted, then the script will merge the resulting intersect layers into a single merge layer. You can then change the symbology of the merge layer to a graduated color scheme to visualize the features based on the targeted field values. This script may be converted into an ArcGIS Pro toolbox at some point in the future.</p><br />
<p class="proj-info" style="color: black;"><b>This was my capstone experience/internship through Monroe Community College in collaboration with the City of Traverse City, Michigan.</b></p>
</div>
</div>
Expand Down

0 comments on commit 1909479

Please sign in to comment.