docs
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="pandoc" /> <title>readme.utf8.md</title> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fjquery-1.11.3%2Fjquery.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fbootstrap-3.3.5%2Fcss%2Fcosmo.min.css" rel="stylesheet" /> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fbootstrap-3.3.5%2Fjs%2Fbootstrap.min.js"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fbootstrap-3.3.5%2Fshim%2Fhtml5shiv.min.js"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fbootstrap-3.3.5%2Fshim%2Frespond.min.js"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fjqueryui-1.11.4%2Fjquery-ui.min.js"></script> <link href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Ftocify-1.9.1%2Fjquery.tocify.css" rel="stylesheet" /> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Ftocify-1.9.1%2Fjquery.tocify.js"></script> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fnavigation-1.1%2Ftabsets.js"></script> <link href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fhighlightjs-9.12.0%2Ftextmate.css" rel="stylesheet" /> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fsite_libs%2Fhighlightjs-9.12.0%2Fhighlight.js"></script> <style type="text/css">code{white-space: pre;}</style> <style type="text/css"> pre:not([class]) { background-color: white; } </style> <script type="text/javascript"> if (window.hljs) { hljs.configure({languages: []}); hljs.initHighlightingOnLoad(); if (document.readyState && document.readyState === "complete") { window.setTimeout(function() { hljs.initHighlighting(); }, 0); } } </script> <style type="text/css"> h1 { font-size: 34px; } h1.title { font-size: 38px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 12px; } .table th:not([align]) { text-align: left; } </style> <link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fstyles.css" type="text/css" /> </head> <body> <style type = "text/css"> .main-container { max-width: 940px; margin-left: auto; margin-right: auto; } code { color: inherit; background-color: rgba(0, 0, 0, 0.04); } img { max-width:100%; height: auto; } .tabbed-pane { padding-top: 12px; } .html-widget { margin-bottom: 20px; } button.code-folding-btn:focus { outline: none; } </style> <style type="text/css"> /* padding for bootstrap navbar */ body { padding-top: 51px; padding-bottom: 40px; } /* offset scroll position for anchor links (for fixed navbar) */ .section h1 { padding-top: 56px; margin-top: -56px; } .section h2 { padding-top: 56px; margin-top: -56px; } .section h3 { padding-top: 56px; margin-top: -56px; } .section h4 { padding-top: 56px; margin-top: -56px; } .section h5 { padding-top: 56px; margin-top: -56px; } .section h6 { padding-top: 56px; margin-top: -56px; } </style> <script> // manage active state of menu based on current page $(document).ready(function () { // active menu anchor href = window.location.pathname href = href.substr(href.lastIndexOf('/') + 1) if (href === "") href = "index.html"; var menuAnchor = $('a[href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%27+%2B+href+%2B+%27"]'); // mark it active menuAnchor.parent().addClass('active'); // if it's got a parent navbar menu mark it active as well menuAnchor.closest('li.dropdown').addClass('active'); }); </script> <div class="container-fluid main-container"> <!-- tabsets --> <script> $(document).ready(function () { window.buildTabsets("TOC"); }); </script> <!-- code folding --> <script> $(document).ready(function () { // move toc-ignore selectors from section div to header $('div.section.toc-ignore') .removeClass('toc-ignore') .children('h1,h2,h3,h4,h5').addClass('toc-ignore'); // establish options var options = { selectors: "h1,h2", theme: "bootstrap3", context: '.toc-content', hashGenerator: function (text) { return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase(); }, ignoreSelector: ".toc-ignore", scrollTo: 0 }; options.showAndHide = true; options.smoothScroll = true; // tocify var toc = $("#TOC").tocify(options).data("toc-tocify"); }); </script> <style type="text/css"> #TOC { margin: 25px 0px 20px 0px; } @media (max-width: 768px) { #TOC { position: relative; width: 100%; } } .toc-content { padding-left: 30px; padding-right: 40px; } div.main-container { max-width: 1200px; } div.tocify { width: 20%; max-width: 260px; max-height: 85%; } @media (min-width: 768px) and (max-width: 991px) { div.tocify { width: 25%; } } @media (max-width: 767px) { div.tocify { width: 100%; max-width: none; } } .tocify ul, .tocify li { line-height: 20px; } .tocify-subheader .tocify-item { font-size: 0.90em; padding-left: 25px; text-indent: 0; } .tocify .list-group-item { border-radius: 0px; } </style> <!-- setup 3col/9col grid for toc_float and main content --> <div class="row-fluid"> <div class="col-xs-12 col-sm-4 col-md-3"> <div id="TOC" class="tocify"> </div> </div> <div class="toc-content col-xs-12 col-sm-8 col-md-9"> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Findex.html">GEO 503: Spatial Data Science</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Findex.html">Home</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSyllabus.html">Syllabus</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FSchedule.html">Schedule</a> </li> <li class="dropdown"> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Content <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FCourseContent.html">About Course Content</a> </li> <li class="dropdown-header">Module 1: Introduction to R</li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F00_CourseIntroductionFrame.html">00 Course Introduction</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F01_Rintro.html">01 First Steps</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F02_graphics.html">02 Graphics</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F03_DataWrangling.html">03 Data Wrangling</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F03b_DataWrangling.html">03 Data Wrangling 2</a> </li> <li class="divider"></li> <li class="dropdown-header">Module 2: Spatial Analyses</li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F04_Spatial_with_sf.html">04 Spatial Data with sf</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F05_Raster.html">05 Spatial Raster Data</a> </li> <li class="divider"></li> <li class="dropdown-header">Module 3: Advanced Programming</li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F06_CreatingWorkflows.html">06 Creating Workflows</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F07_Reproducibile.html">07 Reproducible Research</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F08_WeatherData.html">08 Weather Data Processing</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F09_RemoteSensing_appeears.html">09 Satellite Data Processing</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F11_ParallelProcessing.html">11 Parallel Processing</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F12_DynamicVisualization.html">12 Dynamic Visualization</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F13_SDM_Exercise.html">13 Species Distribution Modeling</a> </li> <li class="divider"></li> </ul> </li> <li class="dropdown"> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Assignments <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FTasklist.html">Task list</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FDataCamp.html">DataCamp</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FPackageIntro.html">Package Introduction</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FProject.html">Final Project</a> </li> </ul> </li> <li class="dropdown"> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%23" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Resources <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FProvenance.html">Provenance</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FProjects_2017.html">2017 Final Projects</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FResources.html">Resources</a> </li> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FGitSSHNotes.html">Setting up Github</a> </li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://github.com/adammwilson/RDataScience">https://github.com/adammwilson/RDataScience"> <span class="fa fa-github fa-lg"></span> </a> </li> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> <div class="fluid-row" id="header"> </div> <div id="geo-spatial-data-science" class="section level1"> <h1>GEO Spatial Data Science</h1> <p>Repository for the course website of Geography 503.</p> </div> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-2684666-2', 'auto'); ga('send', 'pageview'); </script> <!-- disqus --> <div id="disqus_thread" class="standardPadding"></div> <script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fjs%2Fdisqus.js"></script> <noscript>Please enable JavaScript to view the <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"http://disqus.com/?ref_noscript">comments" rel="nofollow">http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <!-- disqus <div id="disqus_thread" style="margin-top: 45px;"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'rdataanalysis'; // required: replace example with your forum shortname var disqus_identifier = "{{ page.url }}"; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq ); })(); </script> <noscript>Please enable JavaScript to view the <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"http://disqus.com/?ref_noscript" rel="nofollow">http://disqus.com/?ref_noscript"> comments powered by Disqus.</a> </noscript> --> <!-- give the footer some space --> <br/> <br/> <footer id="site-footer"> <div id="footer1"> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"http://www.adamwilson.us"><img" rel="nofollow">http://www.adamwilson.us"><img src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fimg%2Fwilson.png" alt="logo" width=40px></a> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"http://adamwilson.us/#contact"><i" rel="nofollow">http://adamwilson.us/#contact"><i class="fa fa-envelope fa-2x"></i></a> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://twitter.com/AdamWilsonLab"><i" rel="nofollow">https://twitter.com/AdamWilsonLab"><i class="fa fa-twitter fa-2x"></i></a> <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://github.com/AdamMWilson"><i">https://github.com/AdamMWilson"><i class="fa fa-github fa-2x"></i></a> </div> <div id="footer2"> <a rel="license" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"http://creativecommons.org/licenses/by-nc-sa/4.0/"><img" rel="nofollow">http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" rel="nofollow">https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> </div> </footer> </div> </div> </div> <script> // add bootstrap table styles to pandoc tables function bootstrapStylePandocTables() { $('tr.header').parent('thead').parent('table').addClass('table table-condensed'); } $(document).ready(function () { bootstrapStylePandocTables(); }); </script> </body> </html>