Geoprocessing

part 1
 

part 2

    In this week's lab, I learned how to preform geoprocessing tasks with Python. In the first part of the lab, I used the clip tool to clip soils within the basin shape file. In the second part of the lab, I wrote a Python script that preformed three tasks: adding XY coordinates, creating a buffer, and dissolving. In Notebooks, I first defined the workspace to be my Module 4 Data folder, and set overwriteOutput to True. After that, I used arcpy.management.AddXY to add XY coordinates for the hospitals shapefile. After that part passed, I then used arcpy.analysis.Buffer to create the 1000 meter buffer around the hospitals. Finally, I used arcpy.management.Dissolve on the hospitals_buffer shapefile to dissolve overlapping buffers. It was interesting to learn how to complete ArcGIS tasks using Python.

Comments

Popular posts from this blog

Waypoints and Positions

Data Quality - Standards

GIS Programming