GIS - Geographic Information System Geospatial Data Fundamentals Questions and Answers — Questions and Answers
Question 1: A GIS analyst is preparing data for a regional watershed analysis project. The analysis requires precise area calculations and distance measurements in meters. The source data is currently stored in a Geographic Coordinate System (GCS). Which of the following steps is essential for the analyst to perform before conducting the analysis?
- Assign a new datum to the existing GCS.
- Convert the data's angular units from degrees to radians.
- Project the data into a suitable Projected Coordinate System (PCS). (Correct answer)
- Increase the resolution of the raster data layers.
Correct answer: Project the data into a suitable Projected Coordinate System (PCS).
Geographic Coordinate Systems (GCS) use a 3D spherical surface and angular units (degrees) to locate points on the Earth. [13, 17] These angular units are not suitable for accurate measurements of distance and area. A Projected Coordinate System (PCS) translates the 3D GCS onto a 2D flat surface, using linear units like meters or feet. [24, 31, 45] Therefore, to perform accurate area and distance calculations, the data must be in a PCS.
Question 2: Which of the following statements most accurately describes a key difference between the vector and raster data models?
- Vector data is better suited for representing continuous phenomena like elevation, while raster data excels at representing discrete features like property lines.
- Raster data structures are generally more compact and require less storage space than vector data for representing large, simple polygons.
- Vector data uses points, lines, and polygons to represent features, making it ideal for network analysis and representing discrete boundaries. (Correct answer)
- Raster data is resolution-independent, meaning features retain their clarity and precision regardless of the map scale.
Correct answer: Vector data uses points, lines, and polygons to represent features, making it ideal for network analysis and representing discrete boundaries.
The vector data model uses coordinates to define points, lines, and polygons, which represent discrete geographic features with clear boundaries. [9, 26, 40] This structure is highly effective for tasks like network analysis (e.g., finding the best route) and precisely defining features such as parcels or administrative boundaries. [2, 26] Raster data, conversely, uses a grid of cells and is better for continuous data. [2, 20] Raster files can be very large, and their resolution is fixed. [2, 14]
Question 3: A cartographer is creating a detailed map of a small city park, intended for use in a brochure. The map needs to show features like individual benches, pathways, and flower beds with high accuracy. Which map scale would be most appropriate for this purpose?
- 1:500,000
- 1:250,000
- 1:50,000
- 1:5,000 (Correct answer)
Correct answer: 1:5,000
Map scale represents the ratio of a distance on the map to the corresponding distance on the ground. A large-scale map (e.g., 1:5,000) shows a small area with a high level of detail. A small-scale map (e.g., 1:500,000) shows a large area with less detail. [3, 22, 27] For a detailed map of a small area like a park, a large scale is required. [38]
Question 4: In geospatial data management, what is the primary purpose of topology?
- To define the map projection and coordinate system of a dataset.
- To store attribute information in a relational database for vector features.
- To describe the data's origin, accuracy, and lineage for user evaluation.
- To define and enforce spatial relationships between adjacent or connected features. (Correct answer)
Correct answer: To define and enforce spatial relationships between adjacent or connected features.
Topology explicitly defines the spatial relationships between features, such as adjacency (which polygons share a border), connectivity (which lines are connected), and containment. [5] By enforcing rules like 'parcels must not overlap' or 'street centerlines must connect at intersections', topology ensures data integrity and is crucial for many types of spatial analysis, such as network routing and polygon overlay. [5, 7, 25]
Question 5: A GIS user downloads a shapefile of national park boundaries. To understand the data's source, its collection date, attribute definitions, and any use constraints, the user should look for which of the following?
- The attribute table
- The projection file (.prj)
- The metadata (Correct answer)
- The topological rules
Correct answer: The metadata
Metadata is 'data about data'. It provides a comprehensive description of a dataset, including its identification (who created it), data quality, spatial reference system, entity and attribute information, and distribution details. [4, 6, 18, 36] This information is essential for users to determine if the data is fit for their intended use. [4, 36]
Question 6: Which of the following is a primary disadvantage of the raster data model?
- It is inefficient for performing overlay analysis and mathematical modeling.
- It represents linear features and boundaries with high precision regardless of scale.
- File sizes can become very large, especially for high-resolution data. (Correct answer)
- It cannot represent continuous data, such as elevation or temperature.
Correct answer: File sizes can become very large, especially for high-resolution data.
A significant disadvantage of the raster data model is that file sizes can be very large. [2, 14] This is because a value must be stored for every cell in the grid, and increasing the spatial resolution (making cells smaller to show more detail) dramatically increases the total number of cells, thus enlarging the file size. [14, 40]
A GIS analyst is preparing data for a regional watershed analysis project.
The analysis requires precise area calculations and distance measurements in meters.
The source data is currently stored in a Geographic Coordinate System (GCS).
Which of the following steps is essential for the analyst to perform before conducting the analysis?