Skip to main content

Generate distance raster using arbitrary sets of spatial features

Project description

distance-rasters

build badge Coverage Status

Generate distance raster using arbitrary sets of spatial features

Install

Using pip

The latest version of distance-rasters is available on PyPi, so you can install it with pip:

pip install distancerasters

If you'd like to install the latest development (alpha) release, there may be a newer version on TestPyPi:

pip install -i https://test.pypi.org/simple/ distancerasters

From source

To install this package from source, first clone this repository, then use pip to install it:

git clone git@github.com:sgoodm/python-distance-rasters.git
cd python-distance-rasters
pip install .

Contribute

Issues and pull requests are welcome!

Testing

If you submit code, please make sure it passes our pytest tests:

pip install pytest shapely
pytest

Code Coverage

We use Coveralls to track the code coverage of our tests. If you clone this repository, you can sign in to Coveralls with your GitHub account, and see code coverage reports for your own copy. To do this, you'll need to add the repository's token to your repository as a GitHub Secret (see below).

GitHub Secrets

In a cloned repository, there are three GitHub Secrets required to enable all of our GitHub Actions:

  1. COVERALLS_REPO_TOKEN - this is the API token for Coveralls, used for publishing code coverage reports
  2. TEST_PYPI_API_TOKEN - this is the API token for TestPyPi, needed for publishing alpha releases
  3. PYPI_API_TOKEN - this is the API token for PyPi, needed for publishing releases

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

distancerasters-0.3.0b1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

distancerasters-0.3.0b1-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

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