-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup-pgeo.html
98 lines (83 loc) · 4.49 KB
/
setup-pgeo.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Plugins | 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>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-53RVF8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-53RVF8');</script>
<!-- End Google Tag Manager -->
<section class="page-header">
<h1 class="project-name">GeoDa</h1>
<h2 class="project-tagline">Plugins | Setup ESRI Personal Geodatabase Plugin</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">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true">
<span class="octicon octicon-link"></span></a>Plugins | Setup ESRI Personal Geodatabase Plugin</h3>
<p>
<p>In 32-bit Windows, you should be able to directly open ESRI Personal Geodatabase (*.mdb) files.</p>
<p>But in 64-bit Windows, GeoDa only accepts the DSN name of an ESRI Personal Geodatabase (*.mdb) file that is created in the ODBC Data Source Administrator dialog box.</p>
<p><img alt="" src="images/pgeo_1.png" /></p>
<p>To make your ESRI Personal Geodatabase (.mdb file) accessible in GeoDa, you need to create a DSN name for it (Microsoft Access Driver (*.mdb, *.accdb) in the ODBC Data Source Administrator (Control Panel). </p>
<p><img alt="" src="images/pgeo_2.png" /></p>
<p>Next you can enter the name of this DSN to open this ESRI Personal Database.</p>
<p> </p>
</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>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-72724100-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>