-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
185 lines (163 loc) · 9.95 KB
/
about.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html class="no-js" lang="zh">
<head>
<title>GeoPyTool</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" id="responsive-style-css" href='/theme/css/style.css' type="text/css" media="all" />
<link rel="stylesheet" id="responsive-style-css" href='/theme/css/highlight.css' type="text/css" media="all" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="GeoPyTool Full Atom Feed" />
<link href="/feeds/doc.atom.xml" type="application/atom+xml" rel="alternate" title="GeoPyTool Categories Atom Feed" />
</head>
<body id="index" class="blog">
<div id="container" class="hfeed">
<header id="header" >
<div id="logo">
<h1><img src="/theme/image/default-logo.png" width="300" height="100" alt="ChinaGeology" />
GeoPyTool</h1>
</div> <!-- /#logo-->
<nav id="menu" class="main-nav"><ul class="menu">
<li class="active"><a href="http://geopytool.com">Homepage</a></li>
<li class="active"><a href="http://geopytool.com/about.html">About</a></li>
<li class="active"><a href="http://geopytool.com/archives.html">Archives</a></li>
<li class="active"><a href="https://zhuanlan.zhihu.com/python-kivy">ZhiHu</a></li>
<li class="active"><a href="https://github.com/GeoPyTool/GeoPyTool">Github</a></li>
</ul></nav><!-- /#menu -->
</header>
<section id="wrapper" class="clearfix">
<section id="content" class="grid col-620" >
<section class="breadcrumb-list">
<a href="">Blog</a> ›<a href="category/doc.html">Doc</a> ›About
</section>
<section id="post" class="post hentry">
<header>
<h2 class="post-title" >About</h2>
<div class="post-meta">
<span class="meta-prep">Post in</span>
<abbr class="date" title="2017-11-15T00:00:00+08:00">
<a href="/archive/2017/11/index.html">三 15 十一月 2017 </a>
</abbr>
<span class="meta-prep"> |Tags</span>
<a href="/tag/doc.html">Doc</a>
<a href="/tag/english.html">English</a>
<a href="/tag/chinese.html">Chinese</a>
<!-- TOBE COMMENTS -->
</div>
</header>
<div class="post-entry">
<h1>Welcome to GeoPyTool</h1>
<h2>Introduction</h2>
<p>GeoPyTool is an application based on Python and designed as a solution for geology related daily work. <strong>It can run on alomost all mainstream operating systems</strong>, such as Windows 7 SP1, Windows 8, Windows 10, macOS Sierra, macOS High Sierra, Ubuntu Linux, Debian Linux, Fedora Linux, and alomost all other widely used desktop platforms.</p>
<p><strong>GeoPyTool doesn't rely on any other software</strong>, such as MS Excel or CorelDraw, it can directly transport your data into the plot as vector graphic files and the calculation results into data sheets such as Xlsx or CSV files.</p>
<p>It is a <strong>free software</strong>: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
<p>GeoPyTool contains both traditional routines and newly developed methods。</p>
<h2>简介</h2>
<p>GeoPyTool 是一个基于 Python 实现的开源应用,针对的是地质学研究中的日常用途。由于使用了 Python,天生跨平台天赋加持,所以几乎能运行于所有主流操作系统,比如 Windows 7 SP1, Windows 8, Windows 10, macOS Sierra, macOS High Sierra, Ubuntu Linux, Debian Linux, Fedora Linux 等等几乎全部主流的桌面操作系统。</p>
<p>GeoPyTool 不需依赖任何其他软件,不像 GeoKit 那样依赖特定版本的 32bit 的 Office,也不像 CGDK 那样需要依赖 CorelDRAW 的安装,单独有 GeoPyTool 一个,就可以实现从原始数据到出矢量图,以及导出各种计算的结果为 Xlsx 或者 CSV 这种表格文件。</p>
<p>GeoPyTool 是一个自由软件:您可以根据自由软件基金会发布的GNU通用公共许可证的条款重新发布或者对其进行修改,但必须也基于同样的 GPLV3(GNU通用公共许可证第三版 ) ,或者更新版本的 GNU General Public License。</p>
<p>GeoPyTool 包含了一些常用的传统方法,也实现了一些近年来新诞生的研究成果。</p>
<h1>捐助支持</h1>
<p>如果你希望支持 GeoPyTool 的开发,可以扫描下面的二维码进行捐助。
<img alt="" src="https://raw.githubusercontent.com/GeoPyTool/GeoPyTool/master/img/WeChatQrCode.png"></p>
</div><!-- /.entry-content -->
<footer class="post-meta">
<span class="meta-prep">Category:</span>
<abbr class="category">
<a href="/category/doc.html">Doc</a>
</abbr>
</footer>
<section id="respond">
<div id="disqus_thread">
<script type="text/javascript">
var disqus_identifier = "about.html";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://cycleuser.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
<script id='nodebb-comments-script' ourl="https://v2mm.tech" ocid="53" blogger='cycleuser' src="https://v2mm.tech/plugins/nodebb-plugin-blog-comments2/lib/simple-pelican.js"></script>
</section>
</section>
</section><!-- #content -->
<section id="widgets" class="grid col-300 fit" >
<!--
<section id="widget-search" class="widget-wrapper widget_search">
<form id="searchform" action="http://www.google.com/search" method="get">
<input id="q" class="field" type="text" placeholder="Search Blog" name="q" ></input>
<input id="ie" name="ie" type="hidden" value="utf-8" ></input>
<input id="oe" name="oe" type="hidden" value="utf-8" ></input>
<input id="channel" name="channel" type="hidden" value="suggest" ></input>
<input id="searchsubmit" class="submit" type="submit" value="">
</form>
</section>
-->
<section id="widget-links" class="widget-wrapper widget_archive">
<div class="widget-title">
Links
</div>
<ul>
<li><a href="http://geopytool.com/about.html">About</a></li>
<li><a href="http://geopytool.com/functions.html">Functions</a></li>
<li><a href="http://geopytool.com/milestones.html">Milestones</a></li>
<li><a href="http://geopytool.com/installation.html">Installation</a></li>
<li><a href="http://geopytool.com/demonstration.html">Demonstration</a></li>
<li><a href="http://geopytool.com/download.html">Download</a></li>
<li><a href="http://geopytool.com/archives.html">Archives</a></li>
<li><a href="http://geopytool.com/about.html">简要介绍</a></li>
<li><a href="http://geopytool.com/gong-neng-lie-biao.html">功能列表</a></li>
<li><a href="http://geopytool.com/kai-fa-ji-lu.html">开发记录</a></li>
<li><a href="http://geopytool.com/an-zhuang-zhi-nan.html">安装指南</a></li>
<li><a href="http://geopytool.com/yan-shi-shi-pin.html">功能演示</a></li>
<li><a href="http://geopytool.com/download.html">下载链接</a></li>
<li><a href="http://geopytool.com/archives.html">存档整理</a></li>
</ul>
</section>
<section id="widget-category" class="widget-wrapper widget_archive">
<div class="widget-title">
Category
</div>
<ul>
<li><a href="/category/doc.html" >Doc </a></li>
<li><a href="/category/python.html" >Python </a></li>
</ul>
</section>
<section id="widget-tagcloud" class="widget-wrapper widget_archive">
<div class="widget-title">
Tagcloud
</div>
<div>
<span><a href="/tag/wen-dang.html">文档</a></span>
<span><a href="/tag/doc.html">Doc</a></span>
<span><a href="/tag/chinese.html">Chinese</a></span>
<span><a href="/tag/zhong-wen.html">中文</a></span>
<span><a href="/tag/english.html">English</a></span>
</div>
</section>
</section><!-- widgets -->
</section><!-- /#wrapper -->
<footer id="footer" class="clearfix"><section class="footer-wrapper">
<div class="grid col-940" >
<div class="grid col-540"></div>
<div class="grid col-380 fit" >
<ul class="social-icons">
<!-- TO BE CONTINUED -->
</ul>
</div>
</div>
<div class="grid col-300 copyright" >
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="license">
<img src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="border-width:0" alt="知识共享许可协议"></img>
</a>
</div>
<div class="grid col-300 ">
</div>
<div class="grid col-300 fit powered">
Powered by <a href="http://getpelican.com/">Pelican</a> <br />
which takes great advantage of <a href="http://python.org">Python</a>
</div>
</section></footer>
</div>
</body>
</html>