Metadata-Version: 1.1
Name: rios_preprocessor
Version: 0.1.7
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: Modified BSD License
Description: Homepages
        ---------
        
        Visit the ``Landmark Ecoservices`` homepage at
        `landmark.co.uk <http://www.landmark.co.uk/landmark-energy-and-sustainability/ecoservices/>`__
        
        Visit the home of ``RIOS`` on the web at
        `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 <http://forums.naturalcapitalproject.org/index.php?p=/categories/rios>`_!
        
        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``
        
        Changelog
        ---------
        
        Version 0.1.7
        ~~~~~~~~~~~~~
        
        -  Minor bug fixes
        
        Version 0.1.6
        ~~~~~~~~~~~~~
        
        -  Implemented logging
        -  PEP8 fixes
        
        Version 0.1.5
        ~~~~~~~~~~~~~
        
        -  Python 3 style print statement fixing
        -  Cleaned up documentation
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
