Skip to main content

An advanced geospatial data analysis platform

Project description

whitebox

https://img.shields.io/pypi/v/whitebox.svg https://img.shields.io/travis/giswqs/whitebox.svg Documentation Status https://img.shields.io/badge/License-MIT-yellow.svg

An advanced geospatial data analysis platform

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whitebox-0.1.1.tar.gz (45.1 kB view details)

Uploaded Source

Built Distribution

whitebox-0.1.1-py2.py3-none-any.whl (40.8 kB view details)

Uploaded Python 2 Python 3

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

Hashes for whitebox-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ab3daffb7cf0f54107a188459e398e418f69b27f4ea187c76d2e382f5f0ce600
MD5 053ca3a51230340c0616de498a96d523
BLAKE2b-256 00e9681298803737b8d63e15bf1c998f938d94aac306792fd581d2b82c7171d9

See more details on using hashes here.

File details

Details for the file whitebox-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for whitebox-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 26de8034d920640b6e4743e481e8b3c4f9c8b3cf61503db4819509a9eba5b93a
MD5 b4b2e707abfffa9f09cf82463e6b346f
BLAKE2b-256 f49fd155a7b47f07b4c9b26a9d899a35af1c3976d3f81108fde75661ed7d4e71

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page