An advanced geospatial data analysis platform
Project description
whitebox
An advanced geospatial data analysis platform
Authors: Dr. John Lindsay (http://www.uoguelph.ca/~hydrogeo/index.html)
GitHub repos: https://github.com/jblindsay/whitebox-tools | https://github.com/giswqs/whitebox
Documentation: https://whitebox.readthedocs.io.
Free software: MIT license
Features
TODO
Using It
Install the Python package using the following command:
pip install whitebox
And use:
import os
import pkg_resources
import whitebox
wbt = whitebox.WhiteboxTools()
print(wbt.version())
print(wbt.help())
# identify the sample data directory of the package
data_dir = os.path.dirname(pkg_resources.resource_filename("whitebox", 'testdata/'))
wbt.set_working_dir(data_dir)
wbt.verbose = False
wbt.feature_preserving_denoise("DEM.tif", "smoothed.tif", filter=9)
wbt.breach_depressions("smoothed.tif", "breached.tif")
wbt.d_inf_flow_accumulation("breached.tif", "flow_accum.tif")
Check the example.py for more details.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2018-06-06)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file whitebox-0.1.1.tar.gz
.
File metadata
- Download URL: whitebox-0.1.1.tar.gz
- Upload date:
- Size: 45.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3daffb7cf0f54107a188459e398e418f69b27f4ea187c76d2e382f5f0ce600 |
|
MD5 | 053ca3a51230340c0616de498a96d523 |
|
BLAKE2b-256 | 00e9681298803737b8d63e15bf1c998f938d94aac306792fd581d2b82c7171d9 |
File details
Details for the file whitebox-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: whitebox-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 40.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26de8034d920640b6e4743e481e8b3c4f9c8b3cf61503db4819509a9eba5b93a |
|
MD5 | b4b2e707abfffa9f09cf82463e6b346f |
|
BLAKE2b-256 | f49fd155a7b47f07b4c9b26a9d899a35af1c3976d3f81108fde75661ed7d4e71 |