carpentries-incubator / geospatial-python

Introduction to Geospatial Raster and Vector Data with Python
https://carpentries-incubator.github.io/geospatial-python/
Other
159 stars 57 forks source link

Setup boogaloo #123

Open kristi-sara opened 2 years ago

kristi-sara commented 2 years ago

Just a recommendation but its worked for us when we've done geospatial R.

I thought python would be easier but pip and conda are just as cumbersome as dealing with CRAN even with environments. To mitigate possible install problems, we added a test code to the setup to make sure learners were actually prepared for the workshop. https://ucsbcarpentry.github.io/2022-08-09-ucsb-r-geospatial/ We created an install test with some lines of code to make a mini map utilizing all the packages. And If the map wasn't created at the end, learners would email us for help.

test r
rbavery commented 2 years ago

Gotcha, I think this is particularly useful when running remote workshops and this would be a great addition to the lesson.