@@ -74,14 +74,29 @@ This Notebook is pre-populated with some code.
7474
75751. Run all the cells (_TODO: Details_).
76761. Add a new cell which adds more data into the GeoDataFrame.
77+ Start with the address of a location that is meaningful to you:
78+ Your favorite coffee shop?
79+ The shelter where you adopted your pet?
80+ The town where you grew up?
77811. Add another new cell which saves the GeoDataFrame with a new filename.
7882
7983
80- # ## Step 4: Push to GitHub (WIP)
84+ # ## Step 4: Collaborate!
85+
86+ 1. Break in to groups of 2-3. (_TODO: How? _)
87+ 1. Introduce yourselves!
88+ 1. Write down a couple of norms/rules for your group.
89+ A good place to start might be " What concerns do you have about collaboration?"
90+ 1. Share a link to your JupyterLab instance with your group. (_TODO: How? _ Shared tool?
91+ Miro, FigJam, something else? )
92+ 1. Visualize and explore your data together.
93+
94+
95+ # ## Step 5: Push to GitHub (WIP)
8196
82971. ` git add .`
83- 2 . ` git commit --message=" Add new data to GeoJSON" `
98+ 1 . ` git commit --message=" Add new data to GeoJSON" `
8499 This step may fail.
85100 If it does, you need to tell Git your name and e-mail, then try again.
86101 Git will print out the commands you need to execute to fix this problem.
87- 3 . ` git push --set-upstream origin main`
102+ 1 . ` git push --set-upstream origin main`
0 commit comments