Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial Data 2: Vector Spatial Analysis in R #15

Open
oharac opened this issue May 12, 2016 · 3 comments
Open

Spatial Data 2: Vector Spatial Analysis in R #15

oharac opened this issue May 12, 2016 · 3 comments

Comments

@oharac
Copy link
Contributor

oharac commented May 12, 2016

Hi all! In a couple of weeks, I'd like to follow up Jamie's recent R spatial workshop with round 2, in which we will focus on manipulating vector spatial objects, especially polygons and shapefiles. If you're interested, please visit this link to let us know when you would be available.

You don't need to have attended Jamie's workshop to get useful ideas from this workshop, though it would be helpful (you can always work through her tutorial to catch up). In addition to working with shapefiles and spatial polygons, we will do some work with rasters, some more on projections and coordinate reference systems, and a few simple analyses. We may also try out the TMap package for plotting cool maps in R!

Once we have a date and time and location, we'll post it to the group, and post it on our eco-data-science.github.io page; we'll also give you details on accessing the workshop materials. Again - please visit this link and let us know when you would be available - and if you have questions in advance, or topics you'd like to know more about, you can respond directly here (via e-mail or by visiting the issue directly on our github repository).

This workshop will be similar to the one I presented a few months ago, but if you attended that one, don't worry - I'll find some new things to add in this time to keep it interesting for you.

Cheers,

Casey

@oharac
Copy link
Contributor Author

oharac commented May 19, 2016

Hey all! Thanks for responses to the "whenisgood" poll, looks like Thursday, June 2 is a good day for most people. Info for the Vector Spatial Data in R workshop:

Vector Spatial Analysis in R

  • Thursday, June 2
  • 2 pm to 3:30 pm (probably will only go until 3 but time for questions and co-coding)
  • Bren Hall room 1510

Please fill out this Google form to RSVP!!! (even if you're just a maybe).

We'll learn about loading, manipulating, analyzing, and writing vector spatial data (polygons and shape files) including some tricks with rasters and visualizations. Raster Spatial Data in R workshop is NOT a prerequisite! As the date gets closer, we'll post a list of resources and instructions (packages to install, etc) here (on this GitHub issue) as well as linked to our eco-data-science.github.io page.

@oharac
Copy link
Contributor Author

oharac commented May 31, 2016

Greetings Eco Data Scientists! We're looking forward to seeing you all at Thursday's workshop.

Vector Spatial Analysis in R

  • Thursday, June 2
  • 2 pm to 3:30 pm (probably will only go until 3 but time for questions and co-coding)
  • Bren Hall room 1510
  • If you have not yet RSVPed, please do so on this Google Form!

Set up for the workshop:

  • Please set up packages and such ahead of time: please visit this Readme.md for instructions on loading packages and other software for the workshop.
  • Please also visit the repository and fetch a copy of the workshop materials in whichever way you prefer:
    • Fork your own copy into your GitHub account (recommended) and then clone it to your laptop. Click the "fork" icon in the upper right.
    • Download the repository as a .zip file to your laptop. Click the big green "clone or download" button and then click "download zip".
  • Here is a web version of the documentation for the workshop.
  • We'll be looking at TMap a little bit toward the end; to get you excited, here's an example of what you can do with it:

world_map

@grantmcdermott
Copy link

Just a heads up for those on Linux... You'll probably need to install the libgeos-dev, libproj-dev and libgdal-dev libraries on your computer before installing the list of R packages that Casey will be using for this workshop. In Ubuntu, you can do this by opening up the terminal (CTRL-ALT-t) and typing:

sudo apt-get install libgeos-dev libproj-dev libgdal-dev

I haven't tried it myself, but I imagine the process is similar for Fedora (replacing apt-getwith yum) and other Linux flavours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants