-
Notifications
You must be signed in to change notification settings - Fork 0
Split exercises into sections #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
{ text: "QGIS Basics", link: "/lessons/qgis-basics" }, | ||
{ text: "Vector to Raster", link: "/lessons/vector-raster" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken links
{ 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
::: warning | ||
This exercise is a work in progress. | ||
::: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
::: 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: QGIS Basics | |
title: 1. QGIS basics |
@@ -0,0 +1,34 @@ | |||
--- | |||
title: Implementing Vector and Raster Data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Implementing Vector and Raster Data | |
title: 2. Vector and raster |
This exercise is a work in progress. | ||
::: | ||
|
||
<h1>Categorized Data</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h1>Rasterize (Vector to Raster)</h1> | |
<h1>Rasterize (vector to raster)</h1> |
No description provided.