Metadata-Version: 2.1 Name: InowasFlopyAdapter Version: 1.5.0 Summary: A FLOPY wrapper for the INOWAS-platform Home-page: https://github.com/inowas/InowasFlopyAdapter Author: Ralf Junghanns Author-email: ralf.junghanns@gmail.com License: UNKNOWN Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Requires-Python: >=3.7 Description-Content-Type: text/markdown Requires-Dist: flopy (==3.3.2) Requires-Dist: geojson (>=2.5) Requires-Dist: nose (>=1.3) Requires-Dist: numpy (>=1.9) Requires-Dist: pyproj (>=2.6) Requires-Dist: rasterio (>=1.1) Requires-Dist: scipy (>=1.4) Requires-Dist: shapely (>=1.7) Requires-Dist: sklearn (>=0.0) Requires-Dist: setuptools (>=50.0) Requires-Dist: twine (>=3.2) Requires-Dist: utm (>=0.5.0) # InowasFlopyAdapter This library is used as a Flopy-Wrapper on the INOWAS-Platform. More information will follow shortly. ## For developers 1. clone this 2. create a new environment 3. run `pip install .` to get all packages installed ## Run tests There is a makefile provided to run the tests