Skip to content

Python CLI utilities to calculate slope, aspect, curvature rasters, and perform various convenience operations

License

Notifications You must be signed in to change notification settings

trvsysadmin/rio-terrain

 
 

Repository files navigation

rio-terrain

Rio-terrain provides a set of rasterio CLI plugins to perform common raster operations, and can write slope, aspect and curvature rasters.

Python Package Conda Package Documentation Status https://coveralls.io/repos/github/mrahnis/rio-terrain/badge.svg?branch=main

Installation

To install from the Python Package Index:

$pip install rio-terrain

To install from Anaconda Cloud:

If you are starting from scratch the first thing to do is install the Anaconda Python distribution, add the necessary channels to obtain the dependencies and install rio-terrain.

$conda config --append channels conda-forge
$conda install rio-terrain -c mrahnis

To install from the source distribution execute the setup script in the rio-terrain directory:

$python setup.py install

Examples

TODO

License

BSD

Documentation

Latest html

About

Python CLI utilities to calculate slope, aspect, curvature rasters, and perform various convenience operations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • PowerShell 0.4%