Geoprocessing Module 04
This week we worked on creating and modifying scripts within ArcGIS Pro Notebook. The three scripts that were written within notebook performed Add XY Coordinates, Buffer, and Dissolve. The ESRI ArcGIS pages on these were very helpful in the process of writing these codes.
Add XY Coordinates
The successful script added XY coordinates to the hospital shapefile. When the attribute table was opened the coordinates could be viewed.
1000m Buffer
The successful script added a 1000 meter buffer around each hospital point on the map.
Dissolve
The successful script dissolved the buffer previously created into a single-feature layer.
We were also introduced to ModelBuilder in this module. ModleBuilder takes geoprocessed tools and turns them into flow charts. From this you can also export a Python code that it has written.
Comments
Post a Comment