This semester I am tasked with finding an internship in the GIS community to further develop my skills and abilities in GIS. As of writing this the teacher advisor for the course Ms. Bloechle is helping me find an internship by emailing people, she knows around the area that might have an available spot for me. Two places she said might be available are the Escambia County GIS Manager and SRC. I have also on my end tried to reach out or find connections to get myself an internship but have had no luck with either no response or they have no positions open/available. As a backup plan in case, I cannot find or acquire and internship, I will join group 2 and work through the virtual campus on ESRI to complete my internship requirements. The GIS user group I was invited to join was the Northwest Florida GIS User Group. I am excited to learn and maybe get involved in the group to further my knowledge in GIS and learn more about the Northwest Florida area.
Sunday, September 3, 2023
Monday, June 26, 2023
Module 6: Working with Geometries
Module 6: Working with Geometries
- Points, polylines, and polygons are geometry objects. Working with geometry objects and their properties by setting a cursor on shape field of a feature class. You can work with the full geometry object including all its properties such as length area, but you can also use geometry tokens (SHAPE@XY) as shortcuts to specific properties.
- Reading geometries can be accomplished using search cursor. Specific approaches are necessary to read the properties of multipart features and polygons with holes.
- The spatial reference can be set on cursors to work with geometries in a coordinate system that is different from that of the feature class.
Wednesday, June 21, 2023
Module 5 Assignment: Exploring & Manipulating Data
Module 5: Exploring and Manipulating Data
Tuesday, June 6, 2023
Module 4: Geoprocessing
Module 4: Geoprocessing
-It is recommended to use arcpy.env.workspace instead of
from arcpy import env followed by env.workspace.
-arcpy.<class>.<property>
-arcpy.<toolname>_<toolboxalias>(<parameters>)
-You can use the "\n" character to add a space
after each message, making messages easier to read.
Monday, June 5, 2023
Module 3: Debugging and Error Handling
Module 3 Debugging and Error Handling
- The try-except statement is like the if statement but can be more useful working over errors and handling them.
- Error messages you receive in python can be very useful in figuring out where your code crashed, as well as, what the error type is.
- Using the ArcGIS website to see what useful features are already in python can be used in your code or even see if the feature is spelled wrong or if a letter is case sensitive.
Wednesday, May 31, 2023
Module 2: Python Fundamentals
Module 2: Python Fundamentals
1
Import math and random should be at the top
of code to work correctly.
2
Indexing is very useful to find certain
words or letters in a statement.
3
Breaks can end loops when they reach certain
conditions designated in your code.
4
Str(var)+, +str(var)+ is how to add strings
to statements that hold variables.
Wednesday, May 24, 2023
Module 1
- CreateModFolders.py script creates 6 module folders each containing sub folders data, script, and results for this class to keep folders organized. (I ran it accidentally before starting the lab and noticed the folders before I started and just figured UWF added them to my folder somehow, but after reading through the lab I realized that it was me.)
- Print(“hello world”)- to print words you need “__” .
- Print (sum)- variables do not need “__”
- Flowcharts use certain symbols for each process of your code.
- Pi is not known by computer so you must assign its value first before assuming the program knows pi.
Module 7 Google Earth
Google Earth For this week's lab we were tasked with creating a dot density map of south Florida in Google Earth. The map also includes...

-
This map displays the land use classification area for Germantown, Maryland. Over the past 30 years, Maryland’s population has increased by...
-
Map Critique Module: 1 This week's class was an introduction to Cartography and Map design principles. We covered some basic cartography...