Metadata-Version: 1.1
Name: rios_preprocessor
Version: 0.1.0
Summary: Preprocessor for the Natural Capital Project's RIOS software package
Home-page: http://github.com/leonbaruah/rios_preprocessor
Author: Leon Baruah
Author-email: leon.s.baruah@gmail.com
License: Copyright (c) 2016, Landmark Information Group

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the
   distribution.

 * Neither the name of Landmark Information Group nor the names of
   its contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Description: Homepages
        ---------
        
        Visit the ``Landmark Information Group`` homepage here:
        `landmark.co.uk <http://www.landmark.co.uk/>`__.
        ``Landmark Ecoservices`` page coming soon! Visit the home of ``RIOS`` on
        the web:
        `naturalcapitalproject.org <http://www.naturalcapitalproject.org/software/#rios>`__
        
        Discuss
        -------
        
        Looking for a place to ask questions about RIOS? Check out the Natural
        Capital Project forums!
        
        Documentation
        -------------
        
        ``rios_preprocessor`` is meant as a replacement for the ArcGIS python
        code that currently produces the inputs for the main RIOS program.
        
        ``rios_preprocessor`` produces rasters of:
        
        -  Downslope retention index
        -  Upslope source
        -  Riparian index
        -  Slope index
        
        that are used as input for the following RIOS objectives:
        
        -  Erosion Control
        -  Nitrogen Retention
        -  Phosphorus
        -  Flood Mitigation
        -  Groundwater Recharge/Baseflow
        
        Along the way, there are some additional tricks ``rios_preprocessor``
        uses that may be useful in other contexts:
        
        -  rasterizes an input shapefile river network and matches it to a
           (raster) DEM/DTM
        -  identifies discontinuous river banks along a rasterized river
        -  identifies the end points of rasterized rivers
        
        Dependencies
        ------------
        
        -  numpy
        -  pandas
        -  geopandas
        -  fiona
        -  rasterio
        -  shapely
        -  pygeoprocessing
        
        Installation
        ~~~~~~~~~~~~
        
        ``pip install rios_preprocessor``
        
        Contact Details
        ---------------
        
        Questions about ``RIOS`` are picked up at the Natural Capital Project
        forums.
        
        If you have any questions or comments about ``rios_preprocessor``
        specifically, you can contact me at leon.baruah@landmark.co.uk.
        
        Changelog
        =========
        
        Version 0.1.0
        -------------
        
        -  Hello World!
        
Keywords: RIOS
Platform: any
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
