Skip to content

Commit 7436a84

Browse files
update landing (#25)
* update landing * update landing * cleanup dir * update ToC
1 parent 2e50370 commit 7436a84

18 files changed

Lines changed: 9 additions & 594 deletions

Assignments/Assignments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This folder contains assignments for the course. Each assignment is designed to help you practice and apply the concepts learned in the tutorials.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ Repository for CDP Mapping Systems summer 2025 course
55
## Important Links
66

77
- [Syllabus](Syllabus/syllabus.md): this is the source of truth for the course. It contains the schedule, learning objectives, and other important information.
8-
- [Assignment Descriptions](Assignment_Descriptions): this folder contains the descriptions for all assignments in the course.
9-
- [Assignments](Assignments): You will submit your assignments here, based on the assignment descriptions.
10-
- [Tutorial Notebooks](Tutorials): this folder contains the tutorial notebooks for the course. These are the notebooks that we will work through in class.
8+
- [Assignments](Assignments/Assignments.md): this folder contains the descriptions for all assignments in the course. You will submit your assignments here.
9+
- [Tutorial Notebooks](Tutorials/Tutorials.md): this folder contains the tutorial notebooks for the course. These are the notebooks that we will work through in class.
1110

1211
## Getting started
1312

Tutorials/05_web_mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Making a web map (part 1)
1+
# 03. Making a web map
22

33
To this point, we have been working with data in Python and (mostly) visualizing it in our Jupyter notebooks. Now we will take the next step and create a series of files that together comprise a web map that we will then publish. This exercise will be done in two parts. In this first part, we will create the files that will be used to display the map and a basic dataset on a web page. In the second part, we will serve more complex data to our site and publish the map to a web server.
44

Tutorials/Tutorials.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This folder contains the tutorial notebooks for the course. These are the notebooks that we will work through in class.
2+
Visit the [01. Setting up your environment](Assignments/00_Getting_Started.md) tutorial notebook to set up your programming environment and get started with the course.

Tutorials/data.geojson

Lines changed: 0 additions & 86 deletions
This file was deleted.

Tutorials/edges.geojson

Lines changed: 0 additions & 105 deletions
This file was deleted.

Tutorials/image-1.png

-6.14 MB
Binary file not shown.

Tutorials/image-2.png

-102 KB
Binary file not shown.

Tutorials/image-3.png

-683 KB
Binary file not shown.

Tutorials/image-4.png

-280 KB
Binary file not shown.

0 commit comments

Comments
 (0)