generated from ubc-library-rc/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ parent: Determining Output | |
# Static Maps | ||
{: .no_toc} | ||
|
||
What are static maps? Different kinds of static maps (remember, speaking to non geospatial experts)for each, give description and image example, as well as reasons you might make one or the other. The following breaks down some possible reasons to make a static map... | ||
There a variety of spatial stories you can tell with a static map. Static maps can be as simple as to provide geographic reference for your story, or they can be as elaborate as to visualize the results of spatial analysis. This page describes both **reference** and **thematic** static maps, and provides illustrative examples. | ||
|
||
<details open markdown="block"> | ||
<summary> | ||
|
@@ -22,53 +22,87 @@ What are static maps? Different kinds of static maps (remember, speaking to non | |
---- | ||
|
||
## Reference Maps | ||
What are reference maps? When is it useful? | ||
Reference maps are useful for providing spatial context, such as identifying the location of a city or region of interest. | ||
Reference maps are useful to show the lay of the land, such as geospatial context surrounding your area of interest. Read more about different kinds of reference maps [here](https://www.mapize.com/reference-maps-a-complete-guide/). | ||
|
||
Examples (embed some and then link to more) | ||
|
||
- map of city of vancouver, with osm or qgis | ||
- map drop pin of a park with inset of where in vancouver it is | ||
Reference maps can be as simple as a drop pin location, with an optional inset. Insets either zoom-in on a select area in order to show it in greater detail, or they zoom-out to put a select area in wider context. | ||
<img src="./reference/jr-park.jpeg" style="width:100%;"> | ||
|
||
Reference maps can also display a single data layer, such as Vancouver Parks: | ||
<img src="./reference/reference-example.jpeg" style="width:100%"> | ||
|
||
Reference maps can simply show urban infrastructure in a specific area: | ||
|
||
<img src="./reference/myosm-granville-bridge.png" style="width:50%"><img src="./reference/myosm-local-area-map.png" style="width:50%"> | ||
|
||
<img src="./reference/jr-park.jpeg" style="width:100%"> | ||
<!-- See [Vancouver's bike map](https://vancouver.ca/files/cov/map-cycling-vancouver.pdf) for a handy reference guide to all the bike-friendly streets around the city. | ||
<img src="./images/map-cycling-vancouver.png" style="width:100%"> --> | ||
|
||
### More reference map examples | ||
{: .no_toc} | ||
- | ||
- | ||
- | ||
- | ||
|
||
|
||
|
||
---- | ||
|
||
|
||
|
||
## Thematic Maps & Spatial Analysis | ||
Static maps can also render the results of **Spatial anlaysis**. Spatial analysis - done in geographic information system (GIS). desktop software applications downloaded from web to local computer. -- if your data questions are spatial, relative density of feature, if you want to xyz, you'll likely need to perform some kind of spatial analysis. remember, you can always book consult with gis team if you're not sure. | ||
Writes _Statistics Canada_: "A thematic map shows the spatial distribution of one or more specific data themes for standard geographic areas." | ||
[Thematic maps](https://en.wikipedia.org/wiki/Thematic_map) render the results of **Spatial anlaysis**. | ||
|
||
Spatial analysis --> output thematic maps. Use GIS to perform spatial analysis and create static thematic maps. Statistics Canada: "A thematic map shows the spatial distribution of one or more specific data themes for standard geographic areas." [Understanding Thematic Maps](https://mapscaping.com/what-is-a-thematic-map/) Let's take a look at some examples of different kinds of thematic maps. | ||
>> **Spatial analysis** is the process of manipulating spatial information to extract new information and meaning from the original data. Usually spatial analysis is carried out with a Geographic Information System (GIS). A GIS usually provides spatial analysis tools for calculating feature statistics and carrying out geoprocessing activities as data interpolation. -- [QGIS](https://docs.qgis.org/2.18/en/docs/gentle_gis_introduction/spatial_analysis_interpolation.html#:~:text=Overview,Geographic%20Information%20System%20(GIS).) | ||
If you have spatial questions you want to explore with your data, you'll likely need to perform some kind of spatial analysis with GIS. here are a couple GIS applications out there that can be downloaded from the web directly to your personal computer; these will be further described in **Assembling Resources**. Remember, you can alway email `[email protected]` or [book a consult](https://libcal.library.ubc.ca/appointments/research_commons#s-lc-public-pt) with the Research Commons' GIS team if you are not sure what your project will require. | ||
|
||
### Choropleth Map | ||
[axis map intro to choropleth map design](https://www.axismaps.com/guide/choropleth) | ||
Let's take a look at some examples of different kinds of thematic maps. You can read more about the pros and cons of different kinds of thematic maps [here](https://mapscaping.com/what-is-a-thematic-map/). | ||
|
||
Showing two variables at once? try making[bivariate choropleth map in QGIS](https://bnhr.xyz/2019/09/15/bivariate-choropleths-in-qgis.html) | ||
### Choropleth Maps | ||
|
||
Choropleth maps symbolize data by a gradient of intensity or occurrence relative to bounded areas such as neighborhoods, municipalities, our countries. Axis Maps has a great introduction to [choropleth maps](https://www.axismaps.com/guide/choropleth). Showing two variables at once? try making a [bivariate choropleth map](https://bnhr.xyz/2019/09/15/bivariate-choropleths-in-qgis.html) in QGIS. | ||
|
||
<img src="./reference/choropleth-example.jpeg" style="width:100%"> | ||
|
||
### Heatmap | ||
> or distance to a library or community center | ||
<!-- <img src="./reference/dougfirmap.jpeg" style="width:100%"> --> | ||
|
||
If you have a substantial amount of time, you can create elaborate, aesthetic maps using both a GIS and illustration software. The following map was made by the workshop author, Lily Demet, for UBC Disaster Resilience Research Network Report. | ||
<img src="./reference/choropleth-example-lilydemet.png" style="width:100%"> | ||
|
||
<br> | ||
|
||
|
||
### Heatmap | ||
<!-- > or distance to a library or community center --> | ||
A heatmap visualizes point data by occurrences. | ||
<img src="./reference/heatmap-example2.jpeg" style="width:100%"> | ||
|
||
[making a heatmap in QGIS](https://www.qgistutorials.com/en/docs/3/creating_heatmaps.html) | ||
|
||
|
||
<!-- cartogram and dot density require plugins in qgis--> | ||
|
||
### Proportional Symbol map | ||
[Axis Maps](https://www.axismaps.com/guide/proportional-symbols) | ||
(can also be made using inkscape or adobe illustrator) | ||
> parks per vancouver neighborhood | ||
>- [Multi variable proportional symbol maps](https://www.axismaps.com/guide/proportional-symbols) | ||
|
||
### Dot Density Maps | ||
|
||
http://www.axismaps.com.s3-website-us-east-1.amazonaws.com/guide/univariate/dot-density/ | ||
|
||
### More examples | ||
{: .no_toc} | ||
|
||
Give some other examples from the web etc. | ||
|
||
|
||
You can read more about the pros and cons of different kinds of thematic maps [here](https://mapscaping.com/what-is-a-thematic-map/). | ||
<br> | ||
<br> | ||
---- | ||
|