Downloads:
4,542
Downloads of v 3.4.0.20170530:
459
Last Update:
30 May 2017
Package Maintainer(s):
Software Author(s):
- John Lindsay
Tags:
whitebox gis geomatics geopspatial- Software Specific:
- Software Site
- Software Source
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Whitebox Geospatial Analysis Tools (Portable)
This is not the latest version of Whitebox Geospatial Analysis Tools (Portable) available.
- 1
- 2
- 3
3.4.0.20170530 | Updated: 30 May 2017
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,542
Downloads of v 3.4.0.20170530:
459
Maintainer(s):
Software Author(s):
- John Lindsay
Whitebox Geospatial Analysis Tools (Portable) 3.4.0.20170530
This is not the latest version of Whitebox Geospatial Analysis Tools (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by John Lindsay. The inclusion of John Lindsay trademark(s), if any, upon this webpage is solely to identify John Lindsay goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Whitebox Geospatial Analysis Tools (Portable), run the following command from the command line or from PowerShell:
To upgrade Whitebox Geospatial Analysis Tools (Portable), run the following command from the command line or from PowerShell:
To uninstall Whitebox Geospatial Analysis Tools (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download whitebox.portable --internalize --version=3.4.0.20170530 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade whitebox.portable -y --source="'INTERNAL REPO URL'" --version="'3.4.0.20170530'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade whitebox.portable -y --source="'INTERNAL REPO URL'" --version="'3.4.0.20170530'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install whitebox.portable
win_chocolatey:
name: whitebox.portable
version: '3.4.0.20170530'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'whitebox.portable' do
action :install
source 'INTERNAL REPO URL'
version '3.4.0.20170530'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller whitebox.portable
{
Name = "whitebox.portable"
Version = "3.4.0.20170530"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'whitebox.portable':
ensure => '3.4.0.20170530',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 15 May 2018.
Whitebox GAT is an open-access, well documented, and extendable software for geomatics with its roots originating from Terrain Analysis System (TAS). It as a 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.
Open-access software can be viewed as a complimentary extension to the traditional open-source software (OSS) model of development. Open-access software is distinct from other OSS in that it has an explicitly stated design goal of reducing barriers to the transfer of knowledge to the user community. Direct insight into the workings of algorithm design and implementation allows for educational opportunities and increases the potential for rapid innovation, experimentation with algorithms, and community-directed development. This is particularly important in geomatics because many geospatial algorithms are complex and are strongly affected by implementation details. Also, there are often multiple competing algorithms for accomplishing the same task and the choice of one method over another can greatly impact the outcome of a workflow.
$shortcut = Join-Path ([Environment]::GetFolderPath('Desktop')) 'WhiteBoxGAT.lnk'
if (Test-Path $shortcut) {
Write-Debug "Found the desktop shortcut. Deleting it..."
Remove-Item $shortcut -Force
}
Log in or click on link to see number of positives.
- whitebox.portable.3.4.0.20170530.nupkg (6fbb0f00dc21) - ## / 58
- WhiteBox Launcher.exe (4597296fa5e2) - ## / 61
- go-spatial.exe (0b3fbbbb889c) - ## / 59
- lidar_elevation_slice.exe (9d658df32e64) - ## / 61
- lidar_ground_point_separation.exe (1799f2b436db) - ## / 61
- lidar_join.exe (ea734b275af0) - ## / 60
- lidar_segmentation.exe (6cc034f35efe) - ## / 61
- remove_off_terrain_objects.exe (f531a9ade469) - ## / 60
- WhiteboxGAT-win.zip (d530e48822cd) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Whitebox Geospatial Analysis Tools (Portable) 3.4.0.20180608 | 688 | Friday, June 8, 2018 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.4.0.20170530 | 459 | Tuesday, May 30, 2017 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.4.0 | 447 | Wednesday, March 8, 2017 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.3.0 | 423 | Wednesday, July 27, 2016 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.2.2.20160510 | 409 | Tuesday, May 10, 2016 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.2.2.20160427 | 362 | Wednesday, April 27, 2016 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.2.2 | 389 | Tuesday, April 19, 2016 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.2.1 | 753 | Monday, October 20, 2014 | Approved | |
Whitebox Geospatial Analysis Tools (Portable) 3.2.0 | 510 | Wednesday, June 11, 2014 | Approved |
Copyright © John Lindsay, 2015-2016
Whitebox 3.4.0 Has Been Released
The following additions/modifications have been made:
- This is the first release of Whitebox GAT that includes some plugin tools that are compiled to native code rather than running on the Java Runtime Environment. The plan is to develop most tools going forward using natively compiled programming languages and to redevelop some of the existing tools in future releases. The native compiled tools in this release have been developed using the Rust and Go programming languages. Importantly, this change requires that we now distribute versions of Whitebox that include these tools compiled specifically for Windows, Mac, and Linux OSs.
- Fixed bug that falsely reported the use of 32-bit Java on 64-bit computers.
- Added an ExportGeoTIFF tool, after many requests. This tool is part of the GoSpatial library. This tool currently only works on MacOS and Linux. Windows users need to access the 'whitebox2geotiff' tool directly from the go-spatial library, until this is rectified in the next release.
- Added new tools for joining (LiDAR Join), segmenting (LiDAR Segment), and separating ground points within LiDAR point clouds. Each tool outputs in LAS format and are native-compiled plugin tools.
- Updated and improved the algorithm used by the Remove Off-terrain Objects tool. It is also now a native-complied plugin tool.
- Added the LiDAR Elevation Slice tool, which can be used to remove points from a LAS file that are above or below specified elevations thresholds. This is a native-compiled plugin tool.
- Added tools for the mathematical morphology operators Opening and Closing and the white top-hat transform.
- Added the Isolate Vector Features by Attribute tool.
- Fixed bug that removed line feeds when copying code snippets from help documentation into the Scripter.
- Updated the RetrieveSRTMDEMData tool to optionally fix ocean elevation values by replacing them with nodata.
- You can now hillshade raster images by specifying a hillshade source image in a raster's display properties. This provides better colour saturation than the previous approach of overlaying the raster transparently overtop a hillshade image.
- Added the Stream Slope (Continuous) tool in contrast to the Stream Link Slope tool.
- Updated the save map procedure to include the raster/vector cartographic generalization and the scale type (Standard = 0, Simple = 1, Complex = 2).
- Numerous other bug fixes and enhancements.
Date: 2017-01-25
-
- jre8 (≥ 8.0.20)
Ground Rules:
- This discussion is only about Whitebox Geospatial Analysis Tools (Portable) and the Whitebox Geospatial Analysis Tools (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Whitebox Geospatial Analysis Tools (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.