Zum Inhalt springen

English:Advanced Map and GIS Skills

Aus MOOCsWiki Staging
Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.
aiMOOC-Siegel

Advanced Map and GIS Skills



Introduction

Maps do more than show where places are. A modern geographic information system (GIS) links locations to data so that you can ask spatial questions, test explanations, and communicate evidence. In this aiMOOC for Grades 9–10, you will move from advanced map reading to practical GIS thinking. You will work with layers, coordinates, scale, vector and raster data, projections, GPS, remote sensing, spatial analysis, map design, data quality, and ethical decision-making.

A GIS is useful because many questions include a where component. Where are the safest walking routes to school? Which neighborhoods are far from parks? Where has vegetation changed? Which locations are within a flood-risk zone? GIS helps you combine location-based datasets, analyze their relationships, and present the result as a map or other visual product.

Datei:Map overlays.svg

The image above illustrates a central GIS idea: different kinds of geographic information can be stored as separate layers and overlaid for analysis.

By the end of the course, you should be able to select suitable spatial data, explain coordinate reference systems, compare map projections, perform basic spatial analysis, evaluate data quality, design an effective thematic map, and justify conclusions with geographic evidence.


From Map Reading to GIS Thinking


Location, attributes, and layers

A paper map is a finished representation. A GIS is a system in which you can organize, query, analyze, edit, and display geographically referenced information. A GIS feature normally combines geometry with attributes. Geometry tells you where a feature is and what shape it has. Attributes describe it with text, categories, dates, or numbers.

A school, for example, can be stored as a point with attributes such as name, student capacity, or year opened. A road can be stored as a line with attributes such as road class or speed limit. A park can be stored as a polygon with attributes such as area, vegetation type, or opening hours.

Layers let you separate themes. You might place roads, rivers, buildings, elevation, land cover, and population in different layers. Turning layers on and off helps you compare patterns without changing the original data.

Datei:QGIS Software Interface.png

This QGIS interface shows how a desktop GIS combines a map canvas, layer list, menus, toolbars, and data controls.


Attribute tables and spatial questions

An attribute table contains one record for each feature in a vector layer. You can sort and filter records or select features that meet a condition. A non-spatial query might ask for all schools with more than a certain number of students. A spatial query adds location, such as finding all schools within walking distance of a bus stop.

Advanced GIS work often combines both forms of questioning. For example, you could select parks larger than a chosen area and then determine which of them are within a specified distance of a cycle route. The power comes from linking descriptive information to location.


Vector and Raster Data


Vector data: points, lines, and polygons

Vector data represent distinct objects with coordinates. Points are useful for compact locations such as trees or bus stops. Lines represent connected features such as roads, rivers, or trails. Polygons represent enclosed areas such as lakes, school grounds, land parcels, or administrative districts.

Choosing a geometry type depends on your question and scale. A city may be a point on a world map but a polygon on a detailed regional map. This means that spatial data are models of reality rather than perfect copies of it.

Good vector datasets also need correct topology. Topology describes spatial relationships such as connection, adjacency, and containment. If road lines fail to meet at an intersection, a routing analysis may break. If neighboring polygons overlap by mistake, area calculations may be wrong.


Raster data: cells and continuous surfaces

Raster data use a grid of cells, often called pixels. Each cell stores a value. Raster data are well suited to continuous phenomena such as elevation, temperature, rainfall, or satellite imagery.

Spatial resolution describes the ground area represented by each raster cell. Smaller cells can show finer detail but create larger datasets and do not automatically guarantee higher accuracy. A very detailed-looking raster can still be outdated, poorly measured, or misaligned.

You should choose between vector and raster data according to the phenomenon and the analysis. Roads are often easier to analyze as vector lines, while elevation is often easier to analyze as a raster surface.


Coordinates, Reference Systems, and Projections


Latitude, longitude, and coordinate reference systems

Latitude and longitude describe positions on the curved Earth. Latitude measures north–south position relative to the Equator, while longitude measures east–west position relative to a prime meridian. GIS software also uses projected coordinates, often measured in meters or feet on a flat coordinate grid.

A coordinate reference system (CRS) defines how coordinates relate to real locations. It includes assumptions about the Earth's shape, a datum or reference frame, and sometimes a map projection. Two layers can contain valid coordinates yet fail to align if their CRS information differs or is missing.

A common GIS troubleshooting habit is to inspect a layer's CRS before assuming the data are wrong.


Why projections distort

A map projection transforms locations from a curved surface to a flat map. No flat world map can preserve every property perfectly. A projection may preserve local angles, area, some distances, or certain directions while distorting other properties.

Datei:Winkel-tripel-projection.jpg

The Winkel Tripel projection shown above is designed as a compromise: it reduces several kinds of global distortion rather than preserving one property perfectly.

For route direction, local shape, area comparison, or global display, different projections may be more appropriate. The projection should therefore be selected for the purpose of the map, not because one projection is always "best."


Scale, Resolution, Accuracy, and Uncertainty


Reading and calculating scale

Map scale expresses the relationship between distance on a map and distance on the ground. A representative fraction such as 1:50,000 means one unit on the map represents 50,000 of the same units on the ground. If two points are 4 cm apart on that map, the ground distance is 200,000 cm, which is 2 km.

Large-scale maps show smaller areas in greater detail. Small-scale maps show larger areas with less detail. The words "large" and "small" refer to the size of the representative fraction, not the physical size of the map sheet.


Accuracy is not the same as precision

Accuracy is closeness to the true or accepted value. Precision is the level of detail or repeatability in a measurement. Coordinates with many decimal places can look precise without being accurate.

Every geographic dataset contains uncertainty. Possible causes include measurement error, outdated information, classification mistakes, positional shifts, missing features, inconsistent definitions, and changes in the real world. Responsible GIS users make uncertainty visible when it could affect a conclusion.

Metadata help you judge fitness for use. Useful metadata include who created the dataset, when it was collected, how it was measured, what CRS it uses, what units are used, and what limitations are known.


Spatial Analysis


Buffer, clip, intersect, and dissolve

Spatial analysis turns a map into a problem-solving tool.

A buffer creates a zone at a chosen distance around a feature. You could create a 500-meter buffer around a school to study nearby crossings or services. A clip keeps only the parts of a dataset that fall inside a selected boundary. An intersect operation finds locations where features from different layers overlap. A dissolve operation merges features that share a chosen attribute.

The most important step is not clicking a tool but defining a valid question. Before running an analysis, ask whether your distance units, CRS, data quality, and assumptions match the problem.


Overlay and suitability analysis

A suitability analysis combines several criteria to identify locations that meet a goal. Imagine choosing a site for a community garden. You might look for land that is close to residents, outside flood-prone zones, sufficiently large, and exposed to adequate sunlight.

In a simple vector workflow, you could buffer residential areas, exclude hazard polygons, and intersect the remaining land with available parcels. In a raster workflow, you could reclassify factors such as slope and sunlight and combine them into a suitability surface.

A result is only as strong as its criteria. Different priorities can produce different maps, so your final explanation should identify the assumptions behind the analysis.


Network analysis

Network analysis models movement through connected lines such as roads, footpaths, or transit routes. "Nearest" by straight-line distance is not always nearest by travel route. Barriers, one-way streets, slope, speed, and crossings can change the best path.

For a school travel project, you could compare the shortest route with the safest route. This encourages you to distinguish a mathematical optimum from a socially appropriate decision.


GPS and Field Data Collection


From satellite signals to a position

The Global Positioning System (GPS) is one satellite navigation system within the wider family of global navigation satellite systems. A receiver estimates its position from precisely timed radio signals sent by satellites. A simplified classroom model uses trilateration: distances from known points narrow down the possible location.

Datei:GPS-constellation-3D-NOAA.jpg

In real positioning, receivers use multiple satellites and must account for timing and other sources of error. Buildings, terrain, the atmosphere, reflected signals, and satellite geometry can reduce accuracy.


Collecting your own data

A field survey can add locally relevant information that is missing from published datasets. You might record benches, bicycle racks, shade trees, curb ramps, litter, or surface conditions.

Before collecting data, define a clear data dictionary: what each field means, which units to use, what categories are allowed, and how uncertain observations will be recorded. Use consistent methods so that measurements from different students can be compared.

Do not collect or publish sensitive personal information. Avoid mapping private information about individuals, and consider whether exact locations could create risk for vulnerable people, wildlife, or protected sites.


Remote Sensing and Change Detection


Seeing Earth from a distance

Remote sensing collects information about objects or areas without direct physical contact. Earth-observing sensors can detect reflected or emitted electromagnetic energy. Satellite and aircraft data can reveal patterns that are difficult to observe from the ground.

Datei:Nile delta landsat false color.jpg

This Landsat false-color image of the Nile Delta shows how satellite bands can be combined into a visual product. False color does not mean false data. It means that measured wavelengths are assigned display colors to make certain patterns easier to distinguish.


Comparing images through time

Change detection compares observations from different dates. You might investigate urban growth, shoreline movement, burned area, vegetation change, or seasonal water extent.

To make a fair comparison, check whether images differ in cloud cover, season, spatial resolution, sensor type, viewing geometry, or processing. A visible difference is not automatically a real-world change.

A strong change-detection claim links the visual pattern to evidence and discusses alternative explanations.


Cartographic Design and Communication


Designing a thematic map

A good thematic map guides attention to the information that matters. Most maps need an informative title, a clear legend, readable labels, suitable symbols, source information, and enough location context to orient the reader. A north arrow and scale bar can be useful, but they should be included because they help the map's purpose rather than as decoration.

For quantitative data, choose a classification method carefully. Changing class boundaries can make a pattern look stronger or weaker. Avoid implying that a smooth color transition exists when the data are categorical.

Color choices should remain readable for people with common color-vision differences. Contrast, line weight, pattern, labels, and symbol shape can carry information in addition to hue.


Choropleth maps and normalization

A choropleth map shades areas according to values. Raw counts can be misleading when areas have very different population sizes. For questions about rates, proportions, or intensity, you may need to normalize the data.

For example, mapping the number of bicycle crashes by district could make larger or more populated districts appear more dangerous simply because more people travel there. A rate based on population, trips, road length, or another relevant denominator may support a fairer comparison.


Open Data, Crowdsourcing, and Data Ethics


Open geographic data

Open geographic datasets allow learners and researchers to study real places without creating every feature from scratch. Sources may include national mapping agencies, local governments, scientific institutions, and community projects.

Datei:OpenStreetMap Screenshot.jpg

OpenStreetMap is a collaborative mapping project. Like any source, volunteered geographic information should be checked for completeness, date, consistency, and suitability for your specific question.

When you reuse data, record the source and license. Attribution is part of responsible GIS practice.


Bias, privacy, and persuasive maps

Maps are selective. They include some variables, categories, boundaries, and scales while leaving others out. Choices about classification, color, projection, extent, labels, and data sources can influence interpretation.

Ask who created the data, who is represented, who may be missing, and what decisions the map could affect. A map can be technically correct yet socially misleading if its categories hide important differences or if it presents uncertain data as certain.

For school projects, avoid publishing exact home locations, personal routines, or identifiable sensitive data. When appropriate, aggregate data to larger areas or remove identifying details.


A Reproducible GIS Workflow


Plan before you map

An effective GIS investigation follows a traceable workflow. Begin with a question that can be answered using geographic evidence. Identify the datasets you need, then inspect their coordinate systems, units, dates, resolution, attributes, and limitations.

Keep original data unchanged. Work on copies or derived layers. Use clear file names and organize related data in a project folder. Record important processing choices so another learner can understand how you reached the result.


Analyze, validate, and communicate

After processing your data, inspect the result for impossible shapes, missing records, unexpected values, and projection problems. Compare a sample against another trustworthy source or field observations when possible.

Then design a map that directly answers the question. Your written explanation should distinguish observation from interpretation. An observation describes what the data show. An interpretation explains what the pattern might mean. A conclusion should also mention uncertainty and limits.

English-language communication is part of GIS work: use precise map titles, concise legend labels, source notes, captions, and evidence-based explanations so that another person can understand your reasoning.


Interactive Tasks


Quiz: Test Your Knowledge

Which statement best describes a GIS? (A system that stores analyzes and displays geographically referenced data) (!A device used only to measure altitude) (!A paper map with no linked data) (!A camera that records only visible light)




Which vector geometry is usually best for representing a road? (Line) (!Point) (!Pixel) (!Polygon)




What is a raster dataset mainly made of? (Cells arranged in a grid) (!Only connected line segments) (!Only written place names) (!Paper contour sheets)




Why must map projections be chosen carefully? (Every flat projection distorts some properties of the curved Earth) (!All projections preserve area and shape perfectly) (!Projections are needed only for satellite images) (!A projection changes attribute values into text)




What does a buffer operation create? (A zone at a chosen distance around a feature) (!A new satellite image of a feature) (!A list of map sources) (!A table with no geographic information)




What is metadata used for in GIS? (To describe a dataset and help judge its fitness for use) (!To guarantee that every coordinate is exact) (!To remove all uncertainty from a map) (!To replace the coordinate reference system)




What is the main purpose of trilateration in a simplified GPS model? (To estimate position from distances to known points) (!To convert a raster into a polygon) (!To classify satellite images by color) (!To calculate map symbol sizes)




Why might raw counts be misleading on a choropleth map? (Areas may differ greatly in population or another relevant denominator) (!Choropleth maps cannot show geographic areas) (!Counts cannot be stored in attribute tables) (!All districts always have equal size and population)




Which check is most important before overlaying two GIS layers? (Confirm that their coordinate reference systems are compatible) (!Make every symbol the same shape) (!Delete all attribute fields) (!Convert every feature into a point)




Which statement shows responsible GIS communication? (Explain data limits and uncertainty when they affect the conclusion) (!Hide the source so the map looks simpler) (!Use exact home locations whenever possible) (!Choose class boundaries only to exaggerate a pattern)





Memory Game

Vector data Represents discrete features with points lines or polygons
Raster data Stores values in a grid of cells
Buffer Creates a distance zone around a feature
Georeferencing Links an image or dataset to real-world coordinates
Projection Transforms locations from a curved surface to a flat map
Metadata Describes a dataset source date method and limitations
Trilateration Estimates position using distances from known locations





Drag and Drop

Match the correct terms. Topic
Point feature A bus stop shown as one location
Line feature A river represented as a connected path
Polygon feature A park represented as an enclosed area
Raster surface Elevation stored as a grid of cells
Attribute field A column that stores descriptive information




...


Crossword Puzzle

Raster Which data model stores values in a grid of cells?
Vector Which data model represents discrete points lines and polygons?
Buffer Which analysis creates a distance zone around a feature?
Geocoding What process converts a place description such as an address into a mapped location?
Projection What transformation represents the curved Earth on a flat map?
Topology What concept describes spatial relationships such as connection and adjacency?





LearningApps


Cloze Text

Complete the text.

A GIS links descriptive information to a geographic

. Discrete objects such as roads and parks are often represented with

data. Continuous surfaces such as elevation are often represented with

data. A coordinate reference system explains how coordinates relate to

. Every flat map projection introduces some form of

. A distance zone around a feature is called a

. Information about a dataset's source and limitations is recorded as

. Satellite observations are an important source of

data. Responsible GIS communication should explain important sources of

.




Open-Ended Tasks


Easy

  1. Map legend: Examine a printed or digital map and redesign its legend so that symbols and labels are easier for a Grade 9–10 audience to understand.
  2. Vector data: Photograph or sketch five features around your school and decide whether each should be represented as a point, line, or polygon, giving one reason for each choice.
  3. Map scale: Choose two locations on a map, measure the map distance, use the stated scale to estimate ground distance, and explain each unit conversion.
  4. Metadata: Find an open geographic dataset and write a short metadata card that records its source, date, coordinate system if available, license, and one limitation.


Standard

  1. Field survey: Create a small field-data project for features such as benches, bicycle racks, shade trees, or curb ramps, collect a sample safely, and map the results without recording personal data.
  2. Map projection: Compare two world map projections and produce an annotated image or short video explaining how shape, area, distance, or direction changes between them.
  3. Spatial analysis: Use a GIS tool to create a buffer around a school, park, or transit stop, then identify which selected features fall inside the buffer and explain what the result means.
  4. Remote sensing: Compare satellite images of the same place from different dates, identify one possible change, and write a cautious explanation that considers season, clouds, resolution, and other alternative causes.


Advanced

  1. Suitability analysis: Design a GIS project to identify suitable locations for a community garden, emergency meeting point, or similar facility by combining at least three spatial criteria and justifying each criterion.
  2. Network analysis: Compare a shortest route with a route designed for safety or accessibility, produce a map, and explain why the two routes may differ.
  3. Data journalism: Create a thematic map from public data, write a 250-word evidence-based news explanation, and include a note on normalization, uncertainty, and the choices that shape interpretation.
  4. GIS investigation: Conduct an interview with a planner, surveyor, environmental scientist, logistics worker, emergency manager, or other GIS user, then create a presentation or video connecting the interview to at least three course concepts.



Learning Assessment

  1. Spatial reasoning: Given a school-access problem, choose suitable vector and raster layers, explain why each data model fits the question, and identify one dataset that could introduce bias.
  2. Coordinate reference system: Diagnose a scenario in which two valid-looking layers do not align, propose a sequence of checks, and explain why changing the displayed projection is not the same as repairing incorrect CRS information.
  3. Map projection: Recommend a projection property for a global area-comparison map and a different priority for a local navigation map, then defend both decisions using distortion concepts.
  4. Data quality: Evaluate a GIS conclusion made from an old high-resolution dataset and a newer low-resolution dataset, explaining which source is more suitable for a stated purpose and what further evidence you would request.
  5. Cartography: Critique a thematic map for classification, normalization, symbol choice, accessibility, source information, and uncertainty, then redesign one element to improve the map's fairness and clarity.
  6. Transfer of learning: Propose how GIS could support a real decision in environmental science, transport, public health, business, or emergency planning, and identify both a useful spatial analysis and an ethical risk.




Evidence of Learning

Knowledge
You can explain layers, vector and raster models, coordinates, CRS, projections, scale, GPS, remote sensing, spatial analysis, cartographic design, metadata, and uncertainty.
Skills
You can inspect spatial data, choose an appropriate data model, organize layers, interpret attributes, calculate map distance, create or explain a buffer, compare projections, evaluate imagery, and communicate a spatial pattern.
Products
Strong evidence may include an annotated map, a GIS project file, a field-data table, a thematic map, a change-detection comparison, a route analysis, a short video, or a written geographic argument.
Reasoning
You can justify why a dataset, projection, classification, analysis method, or symbol choice is suitable for a particular question and explain how assumptions influence the result.
Transfer
You can apply GIS thinking to a new problem, identify uncertainty and ethical concerns, and explain how geographic evidence could support a real-world decision.




OERs on the Topic


Useful reliable resources for further learning include U.S. Geological Survey: What is a GIS?, QGIS Training Manual, GPS.gov: Trilateration, and NASA: Remote Sensing.


Linked Learning Areas

GIS connects geography with several other learning areas. In Earth science, you can map terrain, hazards, and environmental change. In Computer science, you can work with databases, algorithms, and geospatial software. In Mathematics, you use scale, coordinates, distance, geometry, rates, and quantitative comparisons. In Environmental science, you can analyze land cover and risk. In Civics, GIS can support discussion about planning, access, public resources, and fair representation. In English-language learning, map captions, source notes, evidence-based explanations, interviews, and presentations build precise academic communication.


aiMOOC Projects