Skip to content

Commit b37bfce

Browse files
committed
add geoda cheatsheet page
1 parent ab1f844 commit b37bfce

21 files changed

+185
-29
lines changed

cheatsheet.html

+137
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en-us">
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>Download | GeoDa on Github</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<style>
9+
*{margin:0;padding:0;}
10+
.shadowfilter {
11+
-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
12+
filter: url(shadow.svg#drop-shadow);
13+
}
14+
.intro1 { margin-left: -45px;}
15+
</style>
16+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
17+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
18+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
19+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
20+
<link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css">
21+
<style>
22+
figcaption {
23+
top: .70em;
24+
left: .35em;
25+
bottom: auto!important;
26+
right: auto!important;
27+
}
28+
.water {
29+
fill: #deebf7;
30+
}
31+
32+
.land {
33+
fill: #A98B6F;
34+
stroke: #FFF;
35+
stroke-width: 0.7px;
36+
}
37+
38+
.land:hover {
39+
stroke: #FFF;
40+
stroke-width: 2.5px;
41+
}
42+
43+
.focused {
44+
fill: #33CC33;
45+
}
46+
47+
select {
48+
position: absolute;
49+
top: 20px;
50+
left: 580px;
51+
border: solid #ccc 1px;
52+
padding: 3px;
53+
box-shadow: inset 1px 1px 2px #ddd8dc;
54+
}
55+
56+
.countryTooltip {
57+
position: absolute;
58+
display: none;
59+
pointer-events: none;
60+
background: #fff;
61+
padding: 5px;
62+
text-align: left;
63+
border: solid #ccc 1px;
64+
color: #666;
65+
font-size: 14px;
66+
font-family: sans-serif;
67+
}
68+
69+
.q0-11 { fill:rgb(255,255,255); }
70+
.q1-11 { fill:rgb(240,240,240); }
71+
.q2-11 { fill:rgb(255,247,236); }
72+
.q3-11 { fill:rgb(254,232,200); }
73+
.q4-11 { fill:rgb(253,212,158); }
74+
.q5-11 { fill:rgb(253,187,132); }
75+
.q6-11 { fill:rgb(252,141,89); }
76+
.q7-11 { fill:rgb(239,101,72); }
77+
.q8-11 { fill:rgb(215,48,31); }
78+
.q9-11 { fill:rgb(179,0,0); }
79+
.q10-11 { fill:rgb(127,0,0); }
80+
</style>
81+
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
82+
<script src="//d3js.org/d3.v3.min.js"></script>
83+
<script src="//d3js.org/topojson.v1.min.js"></script>
84+
<script src="//d3js.org/queue.v1.min.js"></script>
85+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
86+
<script src="javascripts/simple_statistics.js"></script>
87+
</head>
88+
<body>
89+
90+
<!-- Google Analytics -->
91+
<script>
92+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
93+
ga('create', 'UA-72724100-1', 'auto');
94+
ga('send', 'pageview');
95+
</script>
96+
<script async src='https://www.google-analytics.com/analytics.js'></script>
97+
<!-- End Google Analytics -->
98+
<!-- Google Tag Manager -->
99+
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-53RVF8"
100+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
101+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
102+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
103+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
104+
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
105+
})(window,document,'script','dataLayer','GTM-53RVF8');</script>
106+
<!-- End Google Tag Manager -->
107+
108+
<section class="page-header">
109+
<h1 class="project-name">GeoDa</h1>
110+
<h2 class="project-tagline">GeoDa Cheat Sheet</h2>
111+
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
112+
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
113+
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
114+
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
115+
<a href="documentation.html" class="btn">Documentation</a>
116+
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
117+
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
118+
</section>
119+
120+
121+
122+
<section class="main-content">
123+
124+
<p>Navigate GeoDa's functionality with this cheat sheet. The dots indicate the number of variables used in each tool. Icons and labels link to tutorials for more information.</p>
125+
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSfER3ejdJ9heJx_6fYcAnNX-RE8x56Ql7LsPUIsseHOi8c4jHUdpJxcy4tatFhJbGOWyB_BraBiamA/embed?start=false&loop=false&delayms=3000" frameborder="0" width="890" height="919" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
126+
127+
128+
<footer class="site-footer">
129+
<span class="site-footer-owner"><a href="https://github.com/lixun910/geoda">GeoDa</a> is maintained by <a href="https://github.com/lixun910">lixun910</a>.</span>
130+
131+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
132+
</footer>
133+
134+
</section>
135+
136+
</body>
137+
</html>

documentation.html

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h2 class="project-tagline">Documentation</h2>
4242
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
4343
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
4444
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
45+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
4546
<a href="documentation.html" class="btn">Documentation</a>
4647
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4748
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>

download.html

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h2 class="project-tagline">Download GeoDa Software</h2>
112112
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
113113
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
114114
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
115+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
115116
<a href="documentation.html" class="btn">Documentation</a>
116117
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
117118
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>

download_cn.html

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ <h2 class="project-tagline">空间数据分析软件</h2>
2727
<a href="//geodacenter.github.io/download_cn.html" class="btn">下载</a>
2828
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">在GitHub上查看该项目</a>
2929
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">数据</a>
30+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
3031
<a href="//geodacenter.github.io/documentation.html" class="btn">&#25991;&#26723;</a>
3132
<a href="//geodacenter.github.io/support.html" class="btn">&#25216;&#26415;&#25903;&#25345;</a>
3233
<a href="//geodacenter.github.io/" class="btn">English Version</a>

download_linux.html

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h2 class="project-tagline">Download GeoDa Software</h2>
3838
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3939
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
4040
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
41+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
4142
<a href="documentation.html" class="btn">Documentation</a>
4243
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4344
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>

download_mac.html

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h2 class="project-tagline">Download GeoDa Software</h2>
3838
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3939
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
4040
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
41+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
4142
<a href="documentation.html" class="btn">Documentation</a>
4243
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4344
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>

download_nightly.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h2 class="project-tagline">Download GeoDa Software</h2>
3838
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3939
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
4040
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
41+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
4142
<a href="documentation.html" class="btn">Documentation</a>
4243
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4344
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
@@ -57,7 +58,7 @@ <h4>5/16/2019 GeoDa 1.12.1.241</h4>
5758
<li><a href="https://github.com/GeoDaCenter/geoda/releases/download/1.12.1.241/GeoDa1.12.1.241-Installer.dmg" onclick="ga('send', 'event', 'GeoDaOSXNighlty', 'GeoDaDownload', 'GeoDa Software Downloads Count');">Mac OSX Download</a></li>
5859
<li><a href="https://github.com/GeoDaCenter/geoda/releases/download/1.12.1.241/GeoDa-1.12.1.241-Windows-64bit.exe" onclick="ga('send', 'event', 'GeoDaOSXNighlty', 'GeoDaDownload', 'GeoDa Software Downloads Count');">Windows (64-bit) Download</a></li>
5960
</ul>
60-
61+
6162
<h4>5/16/2019 GeoDa 1.12.1.237</h4>
6263
<ul style="margin-left: 20px">
6364
<li><a href="https://github.com/GeoDaCenter/geoda/releases/download/1.12.1.237/GeoDa1.12.1.237-Installer.dmg" onclick="ga('send', 'event', 'GeoDaOSXNighlty', 'GeoDaDownload', 'GeoDa Software Downloads Count');">Mac OSX Download</a></li>

download_windows.html

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ <h2 class="project-tagline">Download GeoDa Software</h2>
3737
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3838
<a href="//github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
3939
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
40+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
4041
<a href="documentation.html" class="btn">Documentation</a>
4142
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4243
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>

faq.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ <h2 class="project-tagline">Frequently Asked Questions</h2>
3535
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
3636
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3737
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
38-
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
38+
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
39+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
3940
<a href="documentation.html" class="btn">Documentation</a>
40-
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
41+
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4142
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
4243
</section>
4344

4445

4546
<section class="main-content">
46-
47+
4748
<ul>
4849
<li><a href="#geoda">What is GeoDa?</a></li>
4950
<li><a href="#url">What websites are related to GeoDa?</a></li>

formats.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ <h2 class="project-tagline">Data Formats Supported in GeoDa</h2>
4545
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
4646
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
4747
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
48-
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
48+
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
49+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
4950
<a href="documentation.html" class="btn">Documentation</a>
50-
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
51+
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
5152
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
5253
</section>
5354

glossary.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@ <h2 class="project-tagline">Terms Used in GeoDa</h2>
3535
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
3636
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3737
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
38-
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
38+
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
39+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
3940
<a href="documentation.html" class="btn">Documentation</a>
40-
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
41+
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4142
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
4243
</section>
4344

4445

4546
<section class="main-content">
46-
47+
4748
<p>This glossary explains spatial analysis terms related to methods and tools that are implemented in GeoDa.</p>
4849
<h3>
4950
<a href="#a">A</a> <a href="#b">B</a> <a href="#c">C</a> <a href="#d">D</a> <a href="#e">E</a> <a href="#f">F</a> <a href="#g">G</a> <a href="#h">H</a> <a href="#i">I</a> <a href="#j">J</a> <a href="#k">K</a> <a href="#l">L</a> <a href="#m">M</a> <a href="#n">N</a> <a href="#o">O</a> <a href="#p">P</a> <a href="#q">Q</a> <a href="#r">R</a> <a href="#s">S</a> <a href="#t">T</a> <a href="#u">U</a> <a href="#v">V</a> <a href="#w">W</a> <a href="#x">X</a> <a href="#y">Y</a> <a href="#z">Z</a></h3>

index-cn.html

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ <h2 class="project-tagline">空间数据分析软件</h2>
5454
<a href="//geodacenter.github.io/download_cn.html" class="btn">下载</a>
5555
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">在GitHub上查看该项目</a>
5656
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">数据</a>
57+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
5758
<a href="//geodacenter.github.io/documentation.html" class="btn">&#25991;&#26723;</a>
5859
<a href="//geodacenter.github.io/support.html" class="btn">&#25216;&#26415;&#25903;&#25345;</a>
5960
<a href="//geodacenter.github.io/" class="btn">English Version</a>

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ <h2 class="project-tagline">An Introduction to Spatial Data Analysis</h2>
5252
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
5353
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
5454
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
55+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
5556
<a href="documentation.html" class="btn">Documentation</a>
5657
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
5758
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>

questions.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ <h1 class="project-name">GeoDa</h1>
3434
<h2 class="project-tagline">Answers to Technical GeoDa Questions</h2>
3535
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3636
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
37-
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
37+
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
38+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
3839
<a href="documentation.html" class="btn">Documentation</a>
39-
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
40+
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4041
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
4142
</section>
4243

4344

4445
<section class="main-content">
45-
46+
4647
<ul>
4748
<li><a href="#data">What characteristics should my data have?</a></li>
4849
<li><a href="#datasize">What are data size limits in GeoDa?</a></li>
@@ -112,7 +113,7 @@ <h2><a name="isle">What to do with islands?</a></h2>
112113
https://s3.amazonaws.com/geoda/software/docs/geoda093.pdf" target="_self">GeoDa 0.9.3 User&#39;s Guide</a>, pp. 80-81). You will need to assign a mainland area ID to the island ID, and vice versa, assign the island ID to the mainland ID.</p>
113114

114115
<h2><a name="projection">How do I assign projections and coordinate systems to my spatial file?</a></h2>
115-
<p>GeoDa does not contain any tools to set or change map projections or geographic coordinate systems. Geographic coordinate systems are relevant for adding a basemap to your map (you need WGS84). They can be relevant when using GeoDa&#39;s distance weights, which are based on the distances between points. You can set the distance units displayed in the weights distance dialog (e.g., feet, meters, or miles) by first projecting the spatial file in a <a href="glossary.html#gis">GIS</a> outside of GeoDa.
116+
<p>GeoDa does not contain any tools to set or change map projections or geographic coordinate systems. Geographic coordinate systems are relevant for adding a basemap to your map (you need WGS84). They can be relevant when using GeoDa&#39;s distance weights, which are based on the distances between points. You can set the distance units displayed in the weights distance dialog (e.g., feet, meters, or miles) by first projecting the spatial file in a <a href="glossary.html#gis">GIS</a> outside of GeoDa.
116117

117118
<h2><a name="lisactr">LISA maps only show cluster center</a></h2>
118119
<p>Note that the LISA cluster map only shows the <i>center</i> of the cluster in color (e.g., red for a high-high cluster). The actual extend of the cluster includes the center and the surrounding neighbors as defined by the <a href="glossary.html#wghts">weights matrix</a>. If you are not sure which units are neighbors, use the connectivity map in the Weights Editor.</p>

refs.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ <h2 class="project-tagline">References for Main Algorithms Used in GeoDa</h2>
3535
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
3636
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
3737
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
38-
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
38+
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
39+
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
3940
<a href="documentation.html" class="btn">Documentation</a>
40-
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
41+
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
4142
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
4243
</section>
4344

0 commit comments

Comments
 (0)