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.2.tar.gz (45.1 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file whitebox-0.1.2.tar.gz.

File metadata

  • Download URL: whitebox-0.1.2.tar.gz
  • Upload date:
  • Size: 45.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for whitebox-0.1.2.tar.gz
Algorithm Hash digest
SHA256 243ffdefe12cd2482a9d947d6f236289dac9997876cc3a4b3942247a9899fb0f
MD5 bf8807b26a4a0702c9ff586c148d78a2
BLAKE2b-256 7c7b2201474f5f6dd40a3d523d5d71aad045d9c7d7c47d1a7147c9d410a502d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for whitebox-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 66504172adce6797e26870d5007ad14d29cdac27613418ab4d10e8c8c8960886
MD5 38bea40272ab7a66cd38aeb2ed0a6370
BLAKE2b-256 5aedaa2e949c134eaf2b21d90aa76c79e200d54fd3936988c63960e6161c76bb

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