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

Adds geospatial syllabus with links #613

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions _includes/dc/syllabus.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,51 @@ <h3 id="syllabus-socialsci-r">Introduction to R</h3>
</div>
-->

<!--
Geospatial
-->
<!--
<div class="col-md-6">
<h3 id="syllabus-geospatial">Introduction to Geospatial Concepts</h3>
<ul>
<li><a href="https://datacarpentry.org/organization-geospatial/01-intro-raster-data/index.html">Introduction to Raster Data</a></li>
<li><a href="https://datacarpentry.org/organization-geospatial/02-intro-vector-data/index.html">Introduction to Vector Data</a></li>
<li><a href="https://datacarpentry.org/organization-geospatial/03-crs/index.html">Coordinate Reference Systems</a></li>
<li><a href="https://datacarpentry.org/organization-geospatial/04-geo-landscape/index.html">The Geospatial Landscape</a></li>
</ul>
</div>
<div class="col-md-6">
<h3 id="syllabus-socialsci-openrefine">Introduction to R for Geospatial Data</h3>
<ul>
<li><a href="https://datacarpentry.org/r-intro-geospatial/01-rstudio-intro/index.html">Introduction to R and RStudio</a></li>
<li><a href="https://datacarpentry.org/r-intro-geospatial/02-project-intro/index.html">Project Management With RStudio</a></li>
<li><a href="https://datacarpentry.org/r-intro-geospatial/03-data-structures-part1/index.html">Data Structures</a></li>
<li><a href="https://datacarpentry.org/r-intro-geospatial/04-data-structures-part2/index.html">Exploring Data Frames</a></li>
<li><a href="https://datacarpentry.org/r-intro-geospatial/05-data-subsetting/index.html">Subsetting Data</a></li>
<li><a href="https://datacarpentry.org/r-intro-geospatial/06-dplyr/index.html">Data frame Manipulation with dplyr</a></li>
<li><a href="https://datacarpentry.org/r-intro-geospatial/07-plot-ggplot2/index.html">Introduction to Visualization</a></li>
<li><a href="https://datacarpentry.org/r-intro-geospatial/08-writing-data/index.html">Writing Data</a></li>
</ul>
</div>
<div class="col-md-6">
<h3 id="syllabus-socialsci-r">Introduction to Geospatial Raster and Vector Data with R</h3>
<ul>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/01-raster-structure/index.html">Intro to Raster Data in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/02-raster-plot/index.html">Plot Raster Data in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/03-raster-reproject-in-r/index.html">Reproject Raster Data in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/04-raster-calculations-in-r/index.html">Raster Calculations in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/05-raster-multi-band-in-r/index.html">Work With Multi-Band Rasters in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/06-vector-open-shapefile-in-r/index.html">Open and Plot Shapefiles in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/07-vector-shapefile-attributes-in-r/index.html">Explore and Plot by Shapefile Attributes</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/08-vector-plot-shapefiles-custom-legend/index.html">Plot Multiple Shapefiles in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/09-vector-when-data-dont-line-up-crs/index.html">Handling Spatial Projection & CRS in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/10-vector-csv-to-shapefile-in-r/index.html">Convert from .csv to a Shapefile in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/11-vector-raster-integration/index.html">Manipulate Raster Data in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/12-time-series-raster/index.html">Raster Time Series Data in R</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/13-plot-time-series-rasters-in-r/index.html">Create Publication-quality Graphics</a></li>
<li><a href="https://datacarpentry.org/r-raster-vector-geospatial/14-extract-ndvi-from-rasters-in-r/index.html">Derive Values from Raster Time Series</a></li>
</ul>
</div>
-->

</div>