Skip to content

Fast & easy summarizing of MODFLOW data and export to GIS file formats

License

Notifications You must be signed in to change notification settings

ntdosch/modflow-export

 
 

Repository files navigation

modflow-export

Fast & easy summarizing of MODFLOW data and export to GIS file formats.

Version 0.1

Build Status codecov PyPI version

Getting Started

Example Notebook

Bugs

If you think you have discovered a bug in modflow-export in which you feel that the program does not work as intended, then we ask you to submit a Github issue.

Installation

Python versions:

modflow-export requires Python 3.6 (or higher)

Dependencies:
pyyaml
numpy
pandas
gdal
fiona
rasterio
shapely
pyproj
flopy
gis-utils

Install python and dependency packages

Download and install the Anaconda python distribution. Open an Anaconda Command Prompt on Windows or a terminal window on OSX. From the root folder for the package (that contains requirements.yml), install the above packages from requirements.yml.

conda env create -f requirements.yml

activate the environment:

conda activate mfexport

Install to site_packages folder

python setup.py install

Install in current location (to current python path)

(i.e., for development)

pip install -e .

MODFLOW Resources

Disclaimer

This software is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The software has not received final approval by the U.S. Geological Survey (USGS). No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. The software is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the software.

About

Fast & easy summarizing of MODFLOW data and export to GIS file formats

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%