-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup-esri-fgdb.html
155 lines (141 loc) · 8.6 KB
/
setup-esri-fgdb.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!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 File 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 File Geodatabase Plugin</h3>
<p>
<p><a href="#win32">Windows (32-bit)</a> <a href="#win64">Windows (64-bit)</a> <a href="#osx64">Mac OSX (64-bit)</a> <a href="#ubu32">Ubuntu (32-bit)</a> <a href="#ubu64">Ubuntu (64-bit)</a></p>
<hr />
<p><a name="win32"></a></p>
<h2>For Windows (32-bit):</h2>
<p>1. Download ESRI File Geodatabase API 1.3 for Windows 32-bit from http://www.esri.com/apps/products/download/</p>
<p><a href="http://www.esri.com/apps/products/download/">(</a>Note: You have to register to get ESRI File Geodatabase API)</p>
<p>2. Unzip the downloaded ZIP package to your local hard drive. For example: C:\FileGDB_API</p>
<p>3. Setup your Windows system environment for File Geodatabase</p>
<div> Add the path of ESRI File Geodatabase (e.g. C:\FileGDB_API\bin) to PATH system variable in "System Properties" dialog (see following example)<br />
(Note: you need to add ; before the File Geodatabase Path)</div>
<div> </div>
<div>
<p>4. Restart GeoDa, then you should be able to open a .gdb dataset.</p>
<hr />
<p> </p>
<a name="win64"></a>
<h2>For Windows (64-bit):</h2>
<p>1. Download ESRI File Geodatabase API 1.3 for Windows 64-bit from http://www.esri.com/apps/products/download/</p>
<p><a href="http://www.esri.com/apps/products/download/">(</a>Note: You have to register to get ESRI File Geodatabase API)</p>
<p>2. Unzip the downloaded ZIP package to local hard drive. For example: C:\FileGDB_API</p>
<p>3. Setup your Windows system environment for File Geodatabase</p>
<div> Add the path of ESRI File Geodatabase (e.g. C:\FileGDB_API\bin64) to PATH system variable in "System Properties" dialog (see following example)</div>
<div> (Note: you need to add ; before the File Geodatabase Path)</div>
<div> </div>
<div>
<p>4. Restart GeoDa, then you should be able to open a .gdb dataset.</p>
</div>
<hr />
<p> </p>
<a name="osx64"></a>
<h2>For Mac OSX ≥10.6 (64-bit):</h2>
<p>1. Download ESRI File Geodatabase API 1.3 for Mac 64-bit from ESRI Downloads http://www.esri.com/apps/products/download/<br />
<a href="http://www.esri.com/apps/products/download/">(</a>Note: You have to regiester to get ESRI File Geodatabase)</p>
<p>2. Unzip the downloaded ZIP package to your local hard drive. For example: /Users/yourname/Downloads/FileGDB_API</p>
<p>3. Click here to download <a href="install_plugins.zip">install_plugins.sh</a> script. Unzip it.</p>
<p>4. Open a new terminal, run the following 3 commands to configure the ESRI File Geodatabase library for GeoDa.</p>
<div style="margin: 20px; padding: 5px; background-color: black; color: rgb(0, 204, 0);"> cd /path/to/install_plugins.sh <br/> export FileGDB_HOME=/Users/yourname/Downloads/FileGDB_API/lib<br />
./install_plugins.sh /path/to/downloaded_GeoDa.app/</div>
<p>5. Restart GeoDa, then you should be able to open a .gdb dataset.</p>
<hr />
<p> </p>
<a name="ubu32"></a>
<h2>For Ubuntu ≥14.04 (32-bit):</h2>
<p>1. Download ESRI File Geodatabase API 1.3 for Linux 32-bit from http://www.esri.com/apps/products/download/</p>
<p><a href="http://www.esri.com/apps/products/download/">(</a>Note: You have to register to get ESRI File Geodatabase API)</p>
<p>2. Unzip the downloaded ZIP package to your local hard drive. For example: /home/yourname/Downloads/FileGDB_API</p>
<p>3. Setup your Ubuntu system environment forESRI File Geodatabase API</p>
<p> Run the following command in a terminal (Note: remember to replace "yourname" ) </p>
<div style="margin: 20px; padding: 5px; background-color: black; color: rgb(0, 204, 0);"> echo "export FileGDB_HOME=/home/yourname/Downloads/FileGDB_API" >> ~/.bashrc</div>
<p>4. Restart GeoDa, then you should be able to open a .gdb dataset.</p>
<hr />
<p> </p>
<a name="ubu64"></a>
<h2>For Ubuntu ≥14.04 (64-bit):</h2>
<div>
<p>1. Download ESRI File Geodatabase API 1.3 for Linux 64-bit from http://www.esri.com/apps/products/download/</p>
<p><a href="http://www.esri.com/apps/products/download/">(</a>Note: You have to register to get ESRI File Geodatabase API)</p>
<p>2. Unzip the downloaded ZIP package to local hard drive. For example: /home/yourname/Downloads/FileGDB_API</p>
<p>3. Setup your Ubuntu system environment forESRI File Geodatabase API</p>
<p> Run the following command in a terminal (Note: remember to replace "yourname" ) </p>
<div style="margin: 20px; padding: 5px; background-color: black; color: rgb(0, 204, 0);"> echo "export FileGDB_HOME=/home/yourname/Downloads/FileGDB_API" >> ~/.bashrc</div>
<p>4. Restart GeoDa, then you should be able to open a .gdb dataset.</p>
</div>
</div>
<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>