Whitebox Geospatial Analysis Tools

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