-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.Rmd
More file actions
38 lines (24 loc) · 2.11 KB
/
index.Rmd
File metadata and controls
38 lines (24 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: Spatial SQL
author: [Michele Tobias, Naomi Kalman, Alex Mandel]
date: "`r Sys.Date()`"
github-repo: ucdavisdatalab/Spatial_SQL
url: "https://github.com/ucdavisdatalab/Spatial_SQL"
lang: en-us
site: "bookdown::bookdown_site"
knit: "bookdown::render_book"
---
# Overview {-}
## Workshop Description
This workshop is intended to give participants an introduction to working with **spatial data** using SQL. We will work with a graphical user interface (GUI) and explore some examples of common analysis processes as well as present participants with resources for continued learning. This workshop will give participants a solid foundation on which to build further learning.
### Learning Objectives
By the end of this workshop, participants will be able to
* Import data into an spatialite database
* Write queries to answer questions about spatial data
* Understand the difference between attribute queries and geometry queries
* View spatial tables and views in QGIS
* Use terminology related to spatial databases to facilitate future learning
### Prerequisites
An introductory understanding of SQL is recommended, but not mandatory. For example, knowing how to compose a SELECT statement using SQL and the general concept of joining tables will serve learners well. For learners without a foundation in SQL, we recommend attending or reviewing the materials for DataLab's [Introduction to Databases and Data Storage Technologies](https://ucdavisdatalab.github.io/workshop_intro_to_databases/), which introduces the concept of databases, and [Intro to SQL for Querying Databases](https://ucdavisdatalab.github.io/workshop_intro_to_sql/), which teaches the basics of querying data using SQL. These are, however, not mandatory and attendees can attend without previous knowledge of databases or spatial data.
### Software
Download and install QGIS from the [QGIS Website](https://qgis.org/). QGIS is a free and open source geographic information system (GIS) that is available for all major computing operating systems. This workshop was proofed with version 3.44.7 "Solothurn". The workflows described here do not work with older versions.