-
Notifications
You must be signed in to change notification settings - Fork 6
/
faq.html
123 lines (94 loc) · 8.11 KB
/
faq.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>FAQs | GeoDa on Github</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
*{margin:0;padding:0;}
.shadowfilter {
-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
filter: url(shadow.svg#drop-shadow);
}
.intro1 { margin-left: -45px;}
</style>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css">
<style>
figcaption {
top: .70em;
left: .35em;
bottom: auto!important;
right: auto!important;
}
</style>
</head>
<body>
<section class="page-header">
<h1 class="project-name">GeoDa</h1>
<h2 class="project-tagline">Frequently Asked Questions</h2>
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
<a href="documentation.html" class="btn">Documentation</a>
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
</section>
<section class="main-content">
<ul>
<li><a href="#geoda">What is GeoDa?</a></li>
<li><a href="#url">What websites are related to GeoDa?</a></li>
<li><a href="#name">What does GeoDa stand for?</a></li>
<li><a href="#phil">What is the philosophy behind GeoDa?</a></li>
<li><a href="#dev">What are the current GeoDa-related developments?</a></li>
<li><a href="#not">What is GeoDa NOT designed to do?</a></li>
<li><a href="#team">Who develops GeoDa?</a></li>
<li><a href="#users">How many people use GeoDa?</a></li>
<li><a href="#fund">Who funds GeoDa?</a></li>
<li><a href="#cite">GeoDa citations: How do I cite the use of GeoDa?</a></li>
<li><a href="#support">Where to go for GeoDa-related support?</a></li>
<li><a href="#bugs">I think I found a bug - Where do I report it?</a></li>
<li><a href="#training">Where do I find out about GeoDa-related training?</a></li>
</ul>
<h2><a name="geoda">What is GeoDa?</a></h2>
<p>GeoDa is a free software program that acts as an introduction to spatial analysis, designed to implement techniques for <a href="glossary.html#esda">ESDA</a> on lattice data (points and polygons). It is intended to provide a user friendly and graphical interface to methods of descriptive spatial data analysis, such as spatial autocorrelation statistics, as well as basic spatial regression functionality.</p>
<ul></ul>
<h2><a name="url">What websites are related to GeoDa?</a></h2>
<p>GeoDa's home on Github is <a href="//geodacenter.github.io/">http://geodacenter.github.io/</a>. The Github pages for its sister programs GeoDaSpace and CAST can be accessed at <a href="https://github.com/GeoDaCenter">https://github.com/GeoDaCenter</a>. Additional information is available at its home institution, the University of Chicago's <a href="https://spatial.uchicago.edu">Center for Spatial Data Science</a>.</p>
<h2><a name="name">What does GeoDa stand for?</a></h2>
<p>GeoDa stands for <i>Geographic Data Analysis (pronounced geo-dah)</i>.</p>
<h2><a name="phil">What is the philosophy behind GeoDa?</a></h2>
<p>GeoDa is designed to implement specialized spatial analytic functionality like spatial autocorrelation test and spatial regression modeling. It is developed as a supplement rather than a substitute to existing <a href="glossary.html#gis">geographic information systems (GIS)</a> and statistics programs. As a result, it only implements basic GIS functions. If needed, users can save results to analyze them further in statistical packages or in CartoDB.</p>
<h2><a name="dev">What are the current GeoDa-related developments?</a></h2>
<p>We are currently working on <a href="https://spatial.uchicago.edu/geoda-web">GeoDa-Web</a>, a cyberGIS extension of GeoDa</p>
<h2><a name="not">What is GeoDa NOT designed to do?</a></h2>
<p>GeoDa is not designed for geostatistical analysis with data of a continuous surface or for analysis of categorical data.</p>
<h2><a name="team">Who develops GeoDa?</a></h2>
<p>GeoDa is developed by <a href="https://spatial.uchicago.edu/directory/luc-anselin-phd">Dr. Luc Anselin</a> and members of his team, <a href="https://spatial.uchicago.edu/directories/full/all">Dr. Xun Li and Dr. Julia Koschinsky</a>. As of July 2016, the GeoDa development moved from the GeoDa Center for Geospatial Analysis and Computation at Arizona State University to the <a href="https://spatial.uchicago.edu">Center for Spatial Data Science</a> at the <a href="http://www.uchicago.edu/">University of Chicago</a>.
<h2><a name="users">How many people use GeoDa?</a></h2>
<p>GeoDa's user numbers have increased exponentially from 3 users in 2003 to 40,000 in 2009 to over 160,000 in June 2016.</p>
<h2><a name="fund">Who funds GeoDa?</a></h2>
<p>GeoDa has been funded by several federal research grants, including an initial spatial analysis infrastructure grant by the National Science Foundation and awards from the National Institutes of Health, the National Institute of Justice, and the Agency for Healthcare Research and Quality..</p>
<h2><a name="copyr">What are the key components of GeoDa's license agreement?</a></h2>
<p>GeoDa uses a <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL license</a>, which ensures free and open-source access to the software. It restricts code modifications to non-commercial use.</p>
<h2><a name="cite">GeoDa citations: How do I cite the use of GeoDa?</a></h2>
<p>You can cite GeoDa as:</p>
<p>Anselin, Luc, Ibnu Syabri and Youngihn Kho (2006). GeoDa: An Introduction to Spatial Data Analysis. Geographical Analysis 38 (1), 5-22.</p>
<h2><a name="support">Where to go for GeoDa-related support?</a></h2>
<p>GeoDa does not come with any support. However, the <a href="support.html">Openspace listserv</a> provides a forum where users can post questions and answers. The listserv is monitored by the GeoDa development team. Archived messages can be searched.</p>
<h2><a name="bugs">I think I found a bug - Where do I report it?</a></h2>
<p>Please <a href="mailto:[email protected]">email</a> us with the GeoDa version number and the steps you took that preceded the bug. If we can replicate the bug, we try to address it right away in a software update that can be installed in GeoDa through Help-Check Updates.</p>
<h2><a name="training">Where do I find out about GeoDa-related training?</a></h2>
<p>No trainings are scheduled yet but we will announce upcoming trainings on the <a href="support.html">Openspace list</a>, the website of the <a href="https://spatial.uchicago.edu">Center for Spatial Data Science</a>, and our <a href="https://twitter.com/GeodaCenter">Twitter</a> and <a href="https://www.facebook.com/geodacenter/">Facebook</a> pages. You can also sign up for updates <a href="https://spatial.uchicago.edu/get-updates-training-tutorials">here</a>.</p>
<h3>
<a id="intro-contact" class="anchor" href="#intro-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>Questions? Contact <a href="mailto:[email protected]">us</a>.</p>
<footer class="site-footer">
<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>
<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>
</footer>