Metadata-Version: 1.0
Name: flopy
Version: 3.2.4
Summary: FloPy is a Python package to create, run, and post-process MODFLOW-based models.
Home-page: https://github.com/modflowpy/flopy/
Author: Mark Bakker, Vincent Post, Chris Langevin, Joe Hughes, Jeremy White, Jeff Starn, Mike Fienen, and Alain Frances
Author-email: mark.bakker@tudelft.nl, vincent.post@flinders.edu.au, langevin@usgs.gov, jdhughes@usgs.gov, jwhite@usgs.gov, jjstarn@usgs.gov, mnfienen@usgs.gov, frances.alain@gmail.com
License: New BSD
Description: Version 3.2.4
        ~~~~~~~~~~~~~
        
        |Build Status| |PyPI Version| |PyPI Downloads|
        
        Introduction
        ------------
        
        FloPy includes support for MODFLOW-2000, MODFLOW-2005, MODFLOW-NWT, and
        MODFLOW-USG. Other supported MODFLOW-based models include MODPATH
        (version 6), MT3D and SEAWAT.
        
        For general modeling issues, please consult a modeling forum, such as
        the `MODFLOW Users
        Group <https://groups.google.com/forum/#!forum/modflow>`__. Other
        MODFLOW resources are listed in the `MODFLOW
        Resources <https://github.com/modflowpy/flopy#modflow-resources>`__
        section.
        
        If you think you have found a bug in FloPy, or if you would like to
        suggest an improvement or enhancement, please submit a new Issue through
        the Github Issue tracker toward the upper-right corner of this page.
        Pull requests will only be accepted on the develop branch of the
        repository.
        
        Documentation
        -------------
        
        FloPy code documentation is available at
        http://modflowpy.github.io/flopydoc/
        
        Examples
        --------
        
        `IPython Notebook Examples <docs/notebook_examples.md>`__
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        `Python Script Examples <docs/script_examples.md>`__
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        `Tutorials <http://modflowpy.github.io/flopydoc/tutorials.html>`__
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Installation
        ------------
        
        **Python versions:**
        
        FloPy requires **Python** 2.7 or **Python** 3.3 (or higher)
        
        **Dependencies:**
        
        FloPy requires **NumPy** 1.9 (or higher) and **matplotlib** 1.4 (or
        higher). The mapping and cross-section capabilities in the
        ``flopy.plot`` submodule and shapefile export capabilities
        (``to_shapefile()``) require **Pyshp** 1.2 (or higher). The NetCDF
        export capabilities in the ``flopy.export`` submodule require
        **python-dateutil** 2.4 (or higher), **netcdf4** 1.1 (or higher), and
        **pyproj** 1.9 (or higher). Other NetCDF dependencies are detailed on
        the `UniData <http://unidata.github.io/netcdf4-python/>`__ website. The
        ``get_dataframes`` method in the ``ListBudget`` class in the
        ``flopy.utils`` submodule require **pandas** 0.15 (or higher).
        
        **For base Python distributions:**
        
        To install FloPy type:
        
        ::
        
            pip install flopy
        
        To update FloPy type:
        
        ::
        
            pip install flopy --upgrade
        
        To uninstall FloPy type:
        
        ::
        
            pip uninstall flopy
        
        **Installing from the git repository:**
        
        ***Current Version of FloPy:***
        
        To install the current version of FloPy from the git repository type:
        
        ::
        
            pip install https://github.com/modflowpy/flopy/zipball/master
        
        To update your version of FloPy with the current version from the git
        repository type:
        
        ::
        
            pip install https://github.com/modflowpy/flopy/zipball/master --upgrade
        
        ***Development version of FloPy:***
        
        To install the bleeding edge version of FloPy from the git repository
        type:
        
        ::
        
            pip install https://github.com/modflowpy/flopy/zipball/develop
        
        To update your version of FloPy with the bleeding edge code from the git
        repository type:
        
        ::
        
            pip install https://github.com/modflowpy/flopy/zipball/develop --upgrade
        
        FloPy Supported Packages
        ------------------------
        
        A list of supported packages in FloPy is available in
        `docs/supported\_packages.md <docs/supported_packages.md>`__ on the
        github repo.
        
        FloPy Model Checks
        ------------------
        
        A table of the supported and proposed model checks implemented in FloPy
        is available in `docs/checks.md <docs/checks.md>`__ on the github repo.
        
        FloPy Changes
        -------------
        
        A summary of changes in each FloPy version is available in
        `docs/version\_changes.md <docs/version_changes.md>`__ on the github
        repo.
        
        MODFLOW Resources
        -----------------
        
        -  `MODFLOW and Related Programs <http://water.usgs.gov/ogw/modflow/>`__
        -  `Online guide for
           MODFLOW-2000 <http://water.usgs.gov/nrp/gwsoftware/modflow2000/Guide/index.html>`__
        -  `Online guide for
           MODFLOW-2005 <http://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/>`__
        -  `Online guide for
           MODFLOW-NWT <http://water.usgs.gov/ogw/modflow-nwt/MODFLOW-NWT-Guide/>`__
        
        .. |Build Status| image:: https://travis-ci.org/modflowpy/flopy.svg?branch=master
           :target: https://travis-ci.org/modflowpy/flopy
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/flopy.png
           :target: https://pypi.python.org/pypi/flopy
        .. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/flopy.png
           :target: https://pypi.python.org/pypi/flopy
        
Platform: Windows
Platform: Mac OS-X
