datacarpentry / geospatial-workshop

Geospatial Workshop Overview
https://datacarpentry.org/geospatial-workshop
Other
35 stars 44 forks source link

Feedback from Instructors on pilot workshops #31

Open ErinBecker opened 5 years ago

ErinBecker commented 5 years ago

This issue is meant to collect feedback from Instructors (and helpers, etc) running pilot workshops. Leave open through December 2018.

Instructors, please add any comments you have about how your pilot workshop went. In particular:

You don't need to answer all of the questions above! Please share any and all information that you think will be helpful for future Instructors of these lessons. I will be reading through this issue before the Curriculum Advisory Committee meeting in November and will raise issues to that committee for discussion. Please also feel free to leave specific issues on the individual lessons. The Maintainers and Curriculum Advisors really appreciate your feedback!

ErinBecker commented 5 years ago

These notes are from Michael Culshaw-Maurer from a pilot workshop in August. Some of the curriculum rearrangements might have already addressed some of these comments, but I will include the full set here for reference.

Thoughts After Teaching 1st DC Geospatial Workshop

Intro to R

Overall Thoughts

Fine-Scale Points

Intro to R/RStudio

Data Structures

Exploring Data Frames

Subsetting Data

Creating Publication-Quality Graphics

Writing Data

Dataframe Manipulation with dplyr

Writing Good Software

Proposed Order of Concepts for Intro to R

  1. R as calculator (plus comments)
  2. Object assignment
  3. Basic vectors (define atomic)
  4. Vector creation with c()
  5. Functions and arguments
  6. Data types and coercion
  7. typeof() and class()
  8. Subsetting vectors
  9. Lists
  10. download.file() and read.csv()
  11. data.frame intro
  12. Rows = lists, columns = vectors
  13. str(), dim(), etc.
  14. Subsetting data.frames
  15. Adding/removing
  16. write.csv()

From here, either a comprehensive tidyverse treatment, or jump to "Writing Good Software". I think you could get through this "Intro R" lesson pretty quickly and even get into some of the first Geospatial chapters on Day 1. I think our Day 1 structure had little to no geospatial payoff, which seemed to leave some people frustrated.

General Thoughts

chris-prener commented 5 years ago

These are great notes. FWIW I start GIS students in R without covering much of this at all - jump right to making maps with an sf object and then back fill much of these fundamental aspects as we progress through the semester. I think Michael's suggestion about either (a) speeding up our coverage of R fundamentals or (b) starting with spatial data is something we should take really seriously.

Tabular data is the default for many fields, and that means that realistic data fits into the basic R lessons easily. However, geospatial data is different, so the workshop has to introduce what geospatial data is, in addition to covering basic tabular data in R

The beauty of sf objects is that the things that we would think of as "tabular" data operations also work on sf objects - I see less of a difference here than I may have in the past. Just my two cents.

MCMaurer commented 5 years ago

@chris-prener thanks Chris, I'm glad you found the notes useful! I figured I'd tag myself in here just in case anyone wanted to ask for any clarification on these notes.

jebyrnes commented 5 years ago

For the next few comments, here is some info from the Geospatial Data Carpentry Class we taught at UMass Boston from January 22-23, 2019. https://jebyrnes.github.io/2019-01-22-UMB/

FYI, code generated is in https://github.com/jebyrnes/r-spatial_dc_workshop_2019-01-22 and if you want to check out our ether pad, it's at https://pad.carpentries.org/2019-01-22-umb-geospatial

To start with, to answer @ErinBecker's questions

jebyrnes commented 5 years ago

Notes on Geospatial Lesson from Workshop at UMB

2019-01-22 and 23

From @jebyrnes, @DrK-Lo, and @KlausVigo

General:

Intro to Geospatial

Intro to R

Raster Lessons

jebyrnes commented 5 years ago

One up, One Downs from UMB Geospatial Data Carpentry Workshop

2019-01-22 and 23

I'm including the one up one downs as they say a lot about how our learners preceived the class. I'll also italicize a few to highlight them.

Day 1

One Up ++++Shortcuts to make our lives easier. Everyone helping out was extremely patient with me intro to R had many clear examples of structure of code. And shortcuts!!!!! Great pace++ +++frendly and helpfull staff the assistants were really dynamic and helpful - they were invaluable to understanding the lessons ++ Having challenges and making sufre everyone was able to accomplish and understand I appreciated the help from the assistants and patience as they helped me with my learning curve. + Etherpad Superhelpful!+ +having all of the materials and examples organized on the website, allowing me to reference them and follow along ++ highlighting good coding practices++ Great use of practical examples to get an adequate understanding of how to use this on my own outside of the workshop +Exercises were really helpful! + organized layout/flow of intro to R and geospatial technical termology + Live assistant was the most helpful. Thanks for being patient w me!! having downloaded everything prior streamlined the course +Good pace; and I even learned a few new things I like the carpentry green and red stickers good reintroduction to data and file organization, which is especially helpful with spatial data! good step-wise rundown of pipeline function of dplyr

One Down Pre-workshop practice of basics would make it smoother Downtime between exercises seems like it was waiting on challenges, when thats in my mind the "reach" goal and time doesn't need to be spent on it More challenges would be helpful to practice manipulating the commands and troubleshooting errors Make it more clear that the first day of "geospatial workshop in R" will barely cover any geospatial data in R A bit confusing on the intro to Rasters the lecture didn't always follow the online materials so I sometimes got lost going back and forth +Too fast too much info. Brain fried! But the frequent break was helpful. Maybe just use tidyverse from the start A lot of info in one day +It was hard to see the screen sometimes, which resulted in the symbols coming across incorrectly- please make it bigger! ++Would be nice to have etherpad-esque feacture with the code lectures felt slow The last segment of class was difficult to follow and I don't feel like I was able to retain much information. +JEKB - we did the first raster lesson at the end of the day, but their brains were fried by the intro to R by the time we got there. We repeated it more slowly the next morning a little rushed at end. would also like a good source to learn how to keep up with packages. Last segment was hard to follow, but it was also end of the day so that makes it hard. i am not really sure what the example raster data means, it is great to be able to polt and code the data, but without the context it is a little abstract This was a bit too fast pased for me but that could be because I am a beginner and we are only doing a 2 day workshop I'm not sure if I downloaded everything properly (I guess I'll find that out tomorrow!); so I'm still a bit confused as to what programs/packages we NEED and WHY little bit more review of R and dplyr than I was expecting (but never bad to get a reminder)

Day 2

One up Vectors Challenges + I am no longer as intimidated by geospatial analysis in R as I was before; I feel like I can do it now Positive environment for learning! + ++++ The vector examples and source code were super helpful, and I will definitely use them in the future+ the online resources and cheat sheets were a great resource++ Staff help was very helpful Thank you!! +++++++++ Laid back atmosphere (instruction without a "classroom" feel that allowed tangents to assist on open questions goodintro to new packages! ++ vector portion was great! arithmetic function building for raster datasets will be super helpful for me! I actually can do R! patience by all was amazing, teachers and assistant and students!! thanks to all! the additional resources and cheatsheets are super good as well. I enjoyed broader context, noticed that Jarrett often times gave us the "transitional statements" that filled the gap between code nice pacing of breaks! helped me not feel burnt out

One down Rasters We sholud have 3 day instead of 2 day so we don't have to hurry so much++++ Too much information to quick- need more on what parts of code actually doing behind the scenes- would like to see work flow for field collected GPS data into R+++ I feel that seperating the geospatial theory, coding and learning R and then the manipulaiton of data in a different way would be hrelpful - coding and R first --> then geospatial concepts with vector data handling ---> then raster data handling. this i show the knowledge was presented in Intro. to GIS and I found it to be more cohesive, even having zero background in that case. Although it may not be the carpentry way, learning R and the geospatial work must be seperated out into different courses or days more manipulation of raster data+ pacing of the morning section was too fast to be able to do in action - easiest just to follow the notes did not like repeating the material from the end of the day yesterday - wanted to move on to cover more/new material+ rename the raster files to something simpler and less cumbersome (and easier to follow along) ++++would have loved to have reached time-series stuff +++ the instructors had different styles, which made it hard to follow sometimes (I had a hard time following raster). Not everyone followed livecoding style+ Either extend the workshop to 3 days or shorten the R review from day 1 (so we have more time for geospatial!)

Comments from sticky notes with number of sticky notes that echoed the same theme:

I thought these were also insightful - we summarized our sticky note feedback with # of notes per general theme -

Q: What was your favorite part of the course?
13: liked overlaying vector and raster data
7: liked R/sf (general appreciation)
2: versatility of ggplot2
1: quick plotting in R (vs ArcGIS)
1: liked the reference materials for further self-learning

Q: What one thing would you like to change in this course?
6: get into spatial materials earlier
5: 3 day course / adjust balance of base R material vs. spatial material
4: logistics of time to copy code, files were a bit difficult to read in because of file names, number of files, files nested in folders (clean up provided data)
2: more general R material
1: more break points
1: more geospatial calculations and stats
1: example of spreadsheet of field collected data brought into R
1: combine R tutorials into the spatial parts to allow more time to focus one spatial components.

jebyrnes commented 5 years ago

Notes on Geospatial Lesson from Workshop at UMB

2019-01-22 and 23

From @DrK-Lo

Intro to Raster Data in R: 1 hour

Plot Raster Data in R: 1 hour (start 11am)

Mistake?" The bin intervals are shown using ( to mean inclusive and ] to mean exclusive. For example: (305, 342] means “from 305 through 341”." Challenge: Plot Using Custom Breaks - students need hint on new options: ggtitle, xlab, and ylab

Reproject Raster Data in R and Raster Calculations in R: 1 hr 30 min (start 1pm)

The instructor skimmed over some things and focused on the core lines of code. We did the last activity for 30 min over a coffee break

Open and Plot Shapefiles in R start 2:30pm end 2:50 pm, spent 20-30 min on activity

Explore and Plot by Shapefile Attributes start 3:15 pm

Challenge: Subset Spatial Line Objects Part 1 and Part 2: did challenge

Alternate timeline:

Morning 1: Intro to R

After lunch 1: set up project, dplyr, ggplot (1.5 hr)

Morning 2: plot raster

Afternoon 2: open shapefile

plot shapefile and customize project shapefile (from US map excercise could move straight to Handling Spatial Projection & CRS in R and add example of plotting raster and shapefile together) using online databases to get shapefile for your field site map

Other thoughts:

A lot of the challenges could be faster if we provide the code for the students to load the files, and provide the functions that they haven't learned before