A package to read in geology data from wells and create a layered, gridded hydrogeologic model of a study region, all within a python environment, automating and performing tasks often carried out in a dedicated GIS software.
Project description
Wells 4 Hydrogeology (w4h)
The w4h Python package is a package designed jointly by the Illinois State Geological Survey and Illinois State Water Survey.
It is designed to read in geology data from wells and create a layered, gridded hydrogeologic model of a study region, all within a python environment, automating and performing tasks often carried out in a dedicated GIS software.
The w4h package contains all the functions needed for getting N layers of a hydrogeology grid. Though the source code is split into separate modules, all functions are designed to be accessed directly from the w4h module (example: w4h.read_study_area())
The w4h module is designed to be flexible and customizable, allowing various kinds of data to be read in, with many different kinds of initial structures.
Using well descriptions from these database tables, the code contained here extracts, manipulates, and organizes the data to be used for hydrogeologic modeling. The scripts here can be used for specific regions of interests/study areas within the state, or for the state as a whole.
API Documentation
API Documentation here
Dependencies
The w4h module has the following dependencies:
- numpy
- geopandas (and therefore pandas)
- rioxarray (and therefore xarray)
- matplotlib
- scipy
- owslib
Inputs
Required Inputs
Required inputs include are shown herewiki
Organization
Modules
The package is organized by module, but all functions can be accessed directly using w4h.function_name() as well.
- core: general utility functions used throughout
- classify: functions for classifying the data
- clean: functions for cleaning the data
- export: functions for exporting the data, both as tables and rasters
- layers: functinos for generating layer(ed) models
- mapping: functions for mapping or performing geospatial analysis
- read: functions for reading in various files
Intended workflow
Diagram for workflow available here.
Disclaimers
wells4hydrogeology is a python tool developed jointly by the Illinois State Water Survey and the Illinois State Geological Survey, both part of the Prairie Research Institute at the University of Illinois. By using this repository, you agree to the Terms of Use contained in the Data Use License Agreement.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wells4hydrogeology-0.0.24.dev0.tar.gz
.
File metadata
- Download URL: wells4hydrogeology-0.0.24.dev0.tar.gz
- Upload date:
- Size: 100.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ab195a245c538b5c7cdd996804401faccec88b91e5271a15abcd2d17ea1e168 |
|
MD5 | 612a765d10dab82f482b689050cf995a |
|
BLAKE2b-256 | a5ad6c7743513375f538adbd4f84383d876a45bd8df64eff9b5d85935885eb24 |
File details
Details for the file wells4hydrogeology-0.0.24.dev0-py3-none-any.whl
.
File metadata
- Download URL: wells4hydrogeology-0.0.24.dev0-py3-none-any.whl
- Upload date:
- Size: 100.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 915f7e36cdaf53e7ba1250e16c4875a5ab0038701819fa704e1abdd208a03dbe |
|
MD5 | 0d5ccc31036077ab3c80bf00a0634dd8 |
|
BLAKE2b-256 | 92f6f45d564a14ae070ad568e1f3326f4989b714c4258ee3702c8fdb7d4714e9 |