Skip to main content

Tools for processing geospatial data

Project description

raster_tools

RMRS Raster Utility Project

Dependencies

Contributing

  1. Fork the raster_tools repo.

  2. Clone your fork.

  3. Move to the raster_tools project root:

    $ cd raster_tools
    
  4. Create a python virtual environment

    With conda:

    $ conda env create -f requirements/dev.yml
    $ conda activate rstools
    

    With python:

    $ python -m venv venv
    $ . venv/bin/activate
    $ pip install -r ./requirements/dev.txt
    
  5. Install the project into the virtual environment:

    $ pip install -e .
    
  6. Setup pre-commit hooks

    $ pre-commit install
    
  7. Create your development branch:

    $ git checkout -b my-dev-branch
    
  8. Run the tests and fix anything that broke:

    $ pytest
    
  9. (Optional) Run pre-commit to find/fix any formatting and flake8 issues:

    $ pre-commit run --all-files
    

    This will run isort, black, and flake8 on the repo's files. It is recommended to do this and fix any errors that are flagged so that the changes can be cleanly commited.

  10. Commit your changes to your branch and push to your remote repo:

    $ git add .
    $ git commit -m "A detailed description of the changes."
    $ git push origin my-dev-branch
    
  11. Submit a pull request through GitHub.

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

raster-tools-0.1.0a4.tar.gz (67.7 kB view details)

Uploaded Source

Built Distribution

raster_tools-0.1.0a4-py3-none-any.whl (74.0 kB view details)

Uploaded Python 3

File details

Details for the file raster-tools-0.1.0a4.tar.gz.

File metadata

  • Download URL: raster-tools-0.1.0a4.tar.gz
  • Upload date:
  • Size: 67.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/0.0.0 CPython/3.8.13

File hashes

Hashes for raster-tools-0.1.0a4.tar.gz
Algorithm Hash digest
SHA256 a9e5f85d6507aa6a9734c0db67a9769414450a49fc9dfd12f3e66ac1a1138f97
MD5 3ebb60f3393b3fcde080a97f50ae8b6f
BLAKE2b-256 961d58b513257bcb0293c73ea13ff0ae7af9c92d7dedc2e236b59f70753a2a75

See more details on using hashes here.

File details

Details for the file raster_tools-0.1.0a4-py3-none-any.whl.

File metadata

File hashes

Hashes for raster_tools-0.1.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 64df1ad87bf0cabd29e723f2108af10381ee3228aa0e128ba30cd47f4cadc5c0
MD5 f9c1d3ab4765ff4b12d0c73bfd35f28a
BLAKE2b-256 fe583ac3c8baac8c3bb990ed12c6da77acfdda9803872099d3cad83a60d316a3

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