Skip to content

Conversation

omarkawach
Copy link
Member

No description provided.

Copy link

vercel bot commented Aug 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
interactivelearner-gis Ready Ready Preview Comment Aug 27, 2025 2:33am

Copy link
Member Author

@omarkawach omarkawach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@njsandburg

The branch is looking good! Let's start with these comments. I might need your help adding images to this PR to see why your images arent showing up for you.

Comment on lines +52 to +53
{ text: "QGIS Basics", link: "/lessons/qgis-basics" },
{ text: "Vector to Raster", link: "/lessons/vector-raster" },
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken links

Suggested change
{ text: "QGIS Basics", link: "/lessons/qgis-basics" },
{ text: "Vector to Raster", link: "/lessons/vector-raster" },
{ text: "QGIS Basics", link: "/exercises/qgis-basics" },
{ text: "Vector to Raster", link: "/exercises/vector-raster" },

@@ -0,0 +1,46 @@
---
title: QGIS Basics
description: In this section we will be using vector data in QGIS. We will also be learning basic things in QGIS.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: In this section we will be using vector data in QGIS. We will also be learning basic things in QGIS.
description: In this section we will be learning basic tasks in QGIS using vector data.

Comment on lines +10 to +13
::: warning
This exercise is a work in progress.
:::

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
::: warning
This exercise is a work in progress.
:::
::: warning
This exercise is a work in progress.
:::
In this exercise, we'll be covering a few basic tasks in QGIS using vector data.

@@ -0,0 +1,46 @@
---
title: QGIS Basics
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: QGIS Basics
title: 1. QGIS basics

@@ -0,0 +1,34 @@
---
title: Implementing Vector and Raster Data
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Implementing Vector and Raster Data
title: 2. Vector and raster

This exercise is a work in progress.
:::

<h1>Categorized Data</h1>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h1>Categorized Data</h1>
<h1>Categorized data</h1>

Sentence casing style

<h1>Categorized Data</h1>
<p>Double click your "<b>SDG Indicator...</b>" layer. A new window should pop up. Click "<b>Symbology</b>" on the left side. Towards the top there should be a drop-down menu that currently says "<b>Single Symbol</b>." Click this and go down to "<b>Categorized</b>." In here, we can color our data based on the category data or value that we select. Directly under, there is a "<b>Value</b>" drop-down. Click the down arrow and select "<b>drinking_water_percentile</b>." This will organize the selected data by color. In the lower left click "<b>Classify</b>." We can uncheck certain values by unselecting them in the checkbox on the left side. We can also double click the one of the current colors. This will open up another window where you can change the color, opacity, etc. We are going to click cancel for now. This just shows you how we can color the categorized data.</p>

<h1>Graduated Data</h1>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h1>Graduated Data</h1>
<h1>Graduated data</h1>


<p><b>TODO:</b> Next, right click the Refractored layer and go to "<b>Export</b>" and then "<b>Save Features As...</b>" Click the 3 dots to the left of "<b>File name</b>" and select the save path. Next name the file and then click save. Doesnt't save correctly?</p>

<h1>Rasterize (Vector to Raster)</h1>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h1>Rasterize (Vector to Raster)</h1>
<h1>Rasterize (vector to raster)</h1>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants