Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Geopandas Tutorial | 351 | 7 months ago | 1 | bsd-3-clause | Jupyter Notebook | |||||
Tutorial on geospatial data manipulation with Python | ||||||||||
Scipy2018 Geospatial Data | 226 | 4 years ago | 9 | bsd-3-clause | Jupyter Notebook | |||||
Python_geospatial | 83 | 8 years ago | Python | |||||||
Geospatial Data in Python Tutorial Materials | ||||||||||
Python Aos Lesson | 55 | 2 years ago | 19 | other | Python | |||||
Python for Atmosphere and Ocean Scientists | ||||||||||
Scipy2019 Intermediate Gds | 51 | 3 years ago | 4 | bsd-3-clause | Jupyter Notebook | |||||
This is the Intermediate Data Science Workshop for the 2019 Scientific Python conference in Austin, TX. | ||||||||||
R Intro Geospatial | 39 | 5 months ago | 25 | other | Python | |||||
Introduction to R for Geospatial Data | ||||||||||
Bcgov R Geo Workshop | 24 | 2 years ago | 16 | other | R | |||||
Some lessons & resources supporting an R geospatial workshop & hackathon | ||||||||||
Geospaar | 19 | 4 days ago | 5 | apache-2.0 | R | |||||
Geospatial Analysis with R class repo | ||||||||||
Solaris_tutorials | 17 | 3 years ago | mit | Jupyter Notebook | ||||||
Tutorials and workshop materials for solaris | ||||||||||
Foss4g2019_geoprocessing_with_r_workshop | 13 | 4 years ago | 1 | other | TeX | |||||
This is the training materials for the **R for Geospatial Processing** workshop at FOSS4G 2019, Bucarest (Romania). |
This repository contains lessons & resources supporting a FLNRO-sponsored bcgov North Area R Geospatial Workshop & Hackathon staff-driven training event in Prince George, British Columbia (November 5-8, 2019).
Here, you will find:
If you are a course attendee, please note that course materials should be downloaded after November 5th
To download course materials and open an instance of RStudio, please run this code:
if (requireNamespace("usethis")) {
install.packages("usethis")
}
library(usethis)
use_course("bcgov/bcgov-r-geo-workshop")
The course materials are by default downloaded to your desktop. If you would like to download to a different location you can set it via the destdir
argument.
We expect attendees to have at least the following level of experience:
install.packages(c("tidyverse","dplyr","sf", "sp","raster","rasterVis","RStoolbox","fasterize","mapedit","purrr","geosphere","measurements","RColorBrewer","smoothr","magick","stars", "lwgeom", "mapview", "ggplot2","lidR", "gdalcubes", "ggspatial", "bcdata","bcmaps"))
Some Best Practices for Code Sharing - Tuesday Nov. 5 (1pm - 5pm)
Introduction to Geospatial in R - Wednesday Nov. 6 (8:30am - 4:30pm)
Geocomputation & Machine Learning in R - Thursday Nov. 7 (8:30am - 4:30pm): [Instructor: Tomislav Hengl]
Hackathon - Friday Nov. 8 (8:30am - 4:30pm)
Registration is closed. Please contact alexandre.bevington [at] gov.bc.ca for questions or concerns.
In the interest of ensuring a safe environment for all, all attendees, speakers and organisers of the r-geospatial-workshop-hackathon (Prince George, November 2019) must agree to follow the bcgov standards of conduct and the day's code of conduct.
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Unless otherwise stated, Copyright 2019 Province of British Columbia
This work is licensed under the Creative Commons Attribution 4.0 International License.
To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.
This project was created using the bcgovr package.