Understand GIS concepts, coordinate systems, and spatial data types.
Set up Python environment for geospatial analysis
Analyze vector data using GeoPandas
Manage geospatial data and apply quality checks
Earn a shareable certificate to add to your LinkedIn profile.
Learn new concepts from industry experts
Gain a foundational understanding of a subject or tool
Develop job-relevant skills with hands-on projects
Earn a shareable career certificate
In this module, you are introduced to the foundational idea that maps require a reference system to represent the Earth accurately. They will explore what coordinate reference systems are and why components such as datums and projections are necessary. Using familiar map examples, learners will build an understanding of how projecting a three-dimensional Earth onto a flat surface introduces distortion, setting the stage for clear explanations of common issues such as area distortion in Web Mercator maps.
This module focuses on how geographic information is stored and represented digitally. Learners will examine the two primary spatial data structures, vector and raster, and understand how each models real-world features differently. Through practical comparisons, learners will develop the ability to distinguish between these data types and recognize how the choice of data structure affects mapping tasks such as visualizing population density.
In this module, you explore how GIS is applied across a range of industries and problem domains. They will review real-world examples to see how spatial data supports decision-making in areas such as urban planning, environmental management, public health, and business. By the end of the module, learners will be able to identify common industry applications of GIS and recognize where spatial thinking adds value beyond traditional data analysis.
In this module, you will set up a reliable Python environment for geospatial work. You explore why environment consistency matters, learn how Anaconda manages dependencies, understand conda channels, and install core geospatial libraries. By the end, you will confidently build a clean, reproducible geo stack foundation for professional projects.
In this module, you move from installation to structured environment management. You create and activate isolated GeoPandas environments, apply reproducibility best practices, and provision a clean, project-ready setup. By the end, you can confidently prepare organized, shareable Python environments that support scalable geospatial analysis.
In this module, you develop the professional habit of verification. You run version-check scripts, diagnose common setup errors, and validate your GeoPandas installation against project standards. By the end, you can systematically confirm environment readiness, troubleshoot confidently, and ensure your geospatial workflows are reliable and production-ready.
In this module, you will explore spatial joins in GeoPandas by connecting cities to their corresponding counties. Through a planning-focused scenario, learners practice selecting the appropriate spatial predicate, validating join results, and identifying common issues that can affect service-territory analysis.
In this module, you will explore how coordinate reference systems affect spatial accuracy and why reprojection to EPSG:3857 is required for web mapping. Through videos, readings, reflection, and hands-on practice, you will prepare spatial data that aligns correctly with web maps and supports planning-ready analysis.
In this module, you will analyze how to group spatial data into territory-level totals, evaluate how aggregation choices affect interpretation, and validate results to produce planning-ready insights.
In this module, you will explore why metadata matters in geospatial projects and how ISO-19115 supports data trust and reuse. Through videos, reflective coaching, a reading, and a hands-on activity, you will practice identifying essential metadata elements and applying ISO-19115 to document a real-world dataset. The module frames metadata as a practical professional habit that supports collaboration and confident reuse of geospatial data.
You will explore why geometry validity matters for spatial analysis and the decisions that depend on it. Through videos, reflective coaching, a reading, and a scenario-based hands-on activity, learners practice identifying geometry issues that may not be visually obvious and understand how they can silently affect analytical results. The module reinforces the habit of routinely questioning geometry quality and recognizing when checks are necessary to protect real-world outcomes.
You will focus on organizing geospatial project directories using best practices that support clarity and collaboration. Through video instruction, a coach dialogue, a reading, and a hands-on activity, learners apply standard folder structures and naming conventions while developing a project handoff mindset. The lesson frames organization as a professional habit that reduces errors and prepares geospatial work for confident reuse by others.