Whitebox Geospatial Analysis Tools

一个开放源码的地理信息系统和遥感软件包。「An open-source GIS and remote sensing package」

Github星跟蹤圖

Whitebox 地理空间分析工具

本页与开源 GIS Whitebox GAT 有关。如果您对用于地理空间分析的独立命令行程序和 Python 脚本 API、WhiteboxTools 感兴趣,请看这个 链接

概述

Whitebox GAT 是一个开放源码的地理信息系统和遥感软件包(http://www.uoguelph.ca/~hydrogeo/Whitebox/)。GAT 项目始于 2009 年,被设想为地形分析系统的替代品。Whitebox GAT 的目的是要比其前身有更广泛的重点,将其定位为一个开放源码的桌面 GIS 和遥感软件包,用于地理空间分析和数据可视化的一般应用。Whitebox GAT 旨在为高级地理空间数据分析提供一个平台,并广泛地应用于环境研究和地理信息产业。它从一开始就被设想为提供一个理想的平台,用于实验新的地理空间分析方法。同样重要的是,项目的目标是提供一个可用于地理信息学教育的工具。

入门

Whitebox GAT 的编译版本可以从 Whitebox 主页(http://www.uoguelph.ca/~hydrogeo/Whitebox/)获得。要使用源代码,请使用 git 克隆 Github 仓库。要构建项目,打开一个命令提示符,更改目录('cd')到包含 Whitebox 代码的目录,然后运行构建脚本(python build.py)。这需要安装 Java 开发工具包(JDK)第8版,同时安装 Python。可执行的 jar 文件将包含在一个新创建的 release 文件夹中。

截图

(恕删略。请参见自述文件)

贡献

  1. Fork it ( https://github.com/jblindsay/whitebox-geospatial-analysis-tools/fork )
  2. 创建您的特性分支(git checkout -b my-new-feature)。
  3. 提交你的修改(git commit -am 'Add some feature')。
  4. 推送到分支 (git push origin my-new-feature)
  5. 创建一个新的拉请求

许可证

Whitebox GAT 以 GNU 通用公共许可证 (GPL) 第 3 版发布。

贡献者

John Lindsay -- 创建者、维护者。


主要指標

概覽
名稱與所有者jblindsay/whitebox-geospatial-analysis-tools
主編程語言Java
編程語言Java, HTML, CSS, Groovy, Python, JavaScript, Batchfile (語言數: 7)
平台Linux, Mac, Windows
許可證GNU General Public License v3.0
所有者活动
創建於2015-08-18 15:55:58
推送於2020-10-16 06:01:53
最后一次提交2019-10-20 14:45:38
發布數0
用户参与
星數167
關注者數30
派生數81
提交數519
已啟用問題?
問題數39
打開的問題數9
拉請求數25
打開的拉請求數1
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Whitebox Geospatial Analysis Tools

This page is related to the open-source GIS Whitebox GAT. If you are instead interested in the stand-alone command-line program and Python scripting API for geospatial analysis, WhiteboxTools, please see this link.

Description

Whitebox GAT is an open-source geographical information system (GIS) and remote sensing package (http://www.uoguelph.ca/~hydrogeo/Whitebox/). The Whitebox GAT project began in 2009 and was conceived as a replacement for the Terrain Analysis System (TAS). Whitebox GAT was intended to have a broader focus than its predecessor, positioning it as an open-source desktop GIS and remote sensing software package for general applications of geospatial analysis and data visualization. Whitebox GAT is intended to provide a platform for advanced geospatial data analysis with applications in both environmental research and the geomatics industry more broadly. It was envisioned from the outset as providing an ideal platform for experimenting with novel geospatial analysis methods. Equally important is the project’s goal of providing a tool that can be used for geomatics-based education.

Getting Started

Compiled versions of Whitebox GAT are available from the Whitebox homepage (http://www.uoguelph.ca/~hydrogeo/Whitebox/). To work with the source code, clone the Github repository using git. To build the project, open a command prompt, change directory ('cd') to the directory containing the Whitebox code, and run the build script (python build.py). This will require having the Java Development Kit (JDK) version 8 installed, along with a Python installation. The executable jar file will be contained in a newly created release folder.

Screenshots

Whitebox GAT screenshot.

Whitebox GAT screenshot.

Contributing

  1. Fork it ( https://github.com/jblindsay/whitebox-geospatial-analysis-tools/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

Whitebox GAT is distributed under the GNU General Public License (GPL) version 3.

Contributors