forked from mapschool/mapschool
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfurtherreading.html
85 lines (83 loc) · 4.59 KB
/
furtherreading.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>mapschool: further reading: a free introduction to geo</title>
<link rel='stylesheet' type='text/css' href='css/site.css' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta name='viewport' content='initial-scale=1.0 maximum-scale=1.0'>
<meta name='description' content='a brief introduction to map and geospatial concepts'>
<link rel='shortcut icon' href='img/library-24.png'>
</head>
<body>
<div class='header'>
<h1><a href='./'>mapschool: further reading</a></h1>
<p>a free introduction to geo.</p>
<nav>
<a href='./'>home</a>
<a href='https://github.com/tmcw/mapschool'>code</a>
<a href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a>
<a href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
<a href='./furtherreading.html'>further reading</a>
</nav>
</div>
<div class='wrap'>
<div class='content'>
<h2 id="lecture-notes">Lecture Notes</h2>
<ul>
<li><a href="http://www.nuim.ie/staff/dpringle/gis/lectures.shtml">Nui Maynooth GIS Lecture Notes</a></li>
<li><a href="http://courses.ncsu.edu/mea582/common/GIS_anal_lecture/GIS_Anal_Lectall.html">NC State University Geospatial Analysis and Modeling Lecture Notes</a></li>
</ul>
<h2 id="educational-websites">Educational Websites</h2>
<ul>
<li><a href="https://github.com/veltman/learninglunches/tree/master/maps">Learning Lunches: How to Make a Map</a> - focused on teaching fundamentals in order to get to the point of
creating and understanding dynamic web maps.</li>
<li><a href="http://www.geog.ubc.ca/courses/klink/gis.notes/ncgia/toc.html">NCGIA Core Curriculum</a></li>
</ul>
<h2 id="video">Video</h2>
<ul>
<li><a href="https://archive.org/details/CaughtMa1940">Caught Mapping</a>: an educational film
from 1940 about hand-produced road maps.</li>
</ul>
<h2 id="software-centered">Software-Centered</h2>
<ul>
<li><a href="http://www.qgis.org/en/docs/gentle_gis_introduction/index.html">QGIS: Gentle GIS Introduction</a> - a guide to doing GIS with <a href="http://qgis.org/en/site/">QGIS</a>, a popular open source application.</li>
</ul>
<h2 id="books">Books</h2>
<ul>
<li><a href="http://www.amazon.com/Thematic-Cartography-Geovisualization-3rd-Edition/dp/0132298341">Slocum's Thematic Cartography & Geovisualization</a></li>
<li><a href="http://www.amazon.com/GIS-Cartographic-Modeling-Dana-Tomlin/dp/158948309X">GIS and Cartographic Modeling, Tomlin</a></li>
<li><a href="http://www.amazon.com/Geographic-Information-Systems-Science-Longley/dp/0470721448">GIS, Longley</a></li>
<li><a href="http://www.amazon.com/Map-Use-Reading-Analysis-Interpretation/dp/1589482794">Map Use Reading Analysis Intepretation</a></li>
<li><a href="http://wwwkpaulbolstad.net/gisbook.html">GIS Fundamentals, 4th Edition</a></li>
</ul>
<div id='disqus_thread'></div>
<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'mapschool'; // required: replace example with your forum shortname
/* * * 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="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
<script type='text/javascript'>
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '528a6fcff5a1f56dc400009f');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>