Module 6: Geometries
In module 6 we covered Geometries. This module provided a foundational understanding of how geospatial data is represented and managed within computational environments. Geometries serve as the abstract mathematical constructs defining the spatial characteristics of real-world phenomena, enabling their digital portrayal. Gaining insight into the intricacies of these representations, particularly how complex features like rivers are translated into definable shapes, significantly enhanced my conceptual grasp of spatial data modeling and its practical application in mapping.
In the lab portion we wrote a TXT file and also covered nested loops. This hands-on part was key to turning what I learned into practical skills, especially for getting specific details from spatial data. The main goal was to use programming to break down geographic datasets and pull out all the coordinates and other info for every point that makes up a feature. Nested loops were super important for going through the data step-by-step, from a whole feature down to its individual parts and then each exact point. Also, using the getPart()
method made this whole process much smoother, letting me directly grab the X and Y coordinates needed for our organized output file. Below are the results of my script.
Comments
Post a Comment