Metadata-Version: 1.1
Name: lsrm
Version: 0.0.5
Summary: land surface recharge model
Home-page: https://github.com/Data-to-Knowledge/lsrm
Author: Mike Kittridge
Author-email: mullenkamp1@gmail.com
License: Apache
Description: lsrm

        ==================================

        

        This git repository contains project code for the land surface recharge models (lsrm) developed at Environment Canterbury (ECan).

        The current lsrm available was originally developed by David Scott in 2013 in Fortran, but has been transcribed and improved by Mike Kittridge into this Python package.

        

        ds module

        ----------

        The ds module contains the LSRM class for running the transcribed David Scott lsrm.

        

        Initialisation does not require any parameters:

        

        .. code::

        

          l1 = LSRM()

        

        Then follow the sequence of methods: soils_import, input_processing, and lsrm.

        

        .. code::

        

          irr1, psw1 = l1.soils_import()

        

          mv, sites = self.input_processing(bound_shp, grid_res, buffer_dis, interp_fun, agg_ts_fun, time_agg)

        

          results1 = self.lsrm()

        

        Documentation on the David Scott's lsrm methods can be found `here <https://github.com/Data-to-Knowledge/lsrm/raw/master/sphinx/source/docs/David_Scott_lsrm_2013.pdf>`_

        
Keywords: lsrm
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
