You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this workshop, attendees will be introduced to building an interactive web map to display spatial data using the Leaflet javascript library.
12
+
13
+
## Learning Objectives
14
+
In this workshop, attendees will learn
15
+
16
+
* Introductory HTML skills, in particular, the tags that are most commonly used to format text on a webpage
17
+
* How to load javascript libraries into a web page
18
+
* An introduction to the Leaflet javascript library
19
+
* Where to get additional help with HTML and Leaflet
20
+
* Best practices for communicating data distributions with a web map
21
+
22
+
## Skills
23
+
In this workshop, participants will be introduced to the following skills:
24
+
25
+
* HTML
26
+
* Javascript
27
+
* Leaflet Javascript Library
28
+
29
+
## Prerequisites
30
+
Learners should have a basic understanding of spatial data formats such as vector and raster data, as well as experience with any coding language. Learners with previous experience with coding in HTML and javascript will have an easier time learning, but these skills are not required.
31
+
1
32
# Template: Workshop Reader
2
33
3
34
This repository is a template for workshop readers for the UC Davis DataLab.
@@ -56,16 +87,7 @@ repo:
56
87
7. `git add` all changed files, then `git commit` and `git push`.
57
88
58
89
59
-
# Workshop: YOUR WORKSHOP TITLE
60
-
61
-
_[UC Davis DataLab](https://datalab.ucdavis.edu/)_
YOUR DESCRIPTION, LEARNING GOALS, PREREQUISITES, ETC
28
+
# Description
29
+
In this workshop, attendees will be introduced to building an interactive web map to display spatial data using the Leaflet javascript library.
30
+
31
+
## Learning Objectives
32
+
In this workshop, attendees will learn
33
+
34
+
* Introductory HTML skills, in particular, the tags that are most commonly used to format text on a webpage
35
+
* How to load javascript libraries into a web page
36
+
* An introduction to the Leaflet javascript library
37
+
* Where to get additional help with HTML and Leaflet
38
+
* Best practices for communicating data distributions with a web map
39
+
40
+
## Skills
41
+
In this workshop, participants will be introduced to the following skills:
42
+
43
+
* HTML
44
+
* Javascript
45
+
* Leaflet Javascript Library
46
+
47
+
## Prerequisites
48
+
Learners should have a basic understanding of spatial data formats such as vector and raster data, as well as experience with any coding language. Learners with previous experience with coding in HTML and javascript will have an easier time learning, but these skills are not required.
0 commit comments