Monday, June 27, 2022

Module 6 GIS Programming: Working with Rasters

 


This module involved using python to create rasters. We covered how to list and describe rasters, use raster object in geoprocessing, use operators in Map Algebra, and work with classes to define raster tool paramaters. The screenshot above is my final raster output derived from my script. The raster are forest landcovers all set to the same band value, with a slope between 5 and 20 degrees, and an aspect between 150 and 270 degrees.5
° and 20

Module 4: Explore and Manipulate Data

 


This week we covered how to explore and manipulate data. I was unable to created the required final output of the module, but this week I learned how to copy data into a .gdb from python. Additionally, we started working with cursors. The above screenshot details my code printing the required fields for the script, but the final output would put these into a list.

Wednesday, June 22, 2022

GIS Programming: Geometries

 

This week involved programming with geometries in python. The program involved wrote the object ID, vertex number, xy values, and name of each river segment within the provided rivers shapefile. The screenshot above is the final result of the program.

Wednesday, June 8, 2022

Module 3: Geoprocessing

 



This is a script that I wrote for Module 3. It adds XY values to the hospitals shapefile, creates a 1000 Meter buffer around each hospitals feature, and then dissolves the created buffers into a single feature.

Mod 3.1 Scale Effect and Spatial Data Aggregation

  Scale effects the number of features that are depicted in a map, the overall length of these features, and if the feature is a polygon the...