a schedule parser for standard style input data files.
Project description
schedule_reader
A set of functions to read eclipse format DATA file and include files and extract well data from SCHEDULE section; like WELSPECS, COMPDAT, WCONHIST, WCONPROD or WLIST keywords.
Using the following functions, the corresponding keywords are recognized and the corresponding parameters names are set as columns labels:
- DATES and TSTEP with
dates2df(TSTEP are transformed into the corresponding datetime) - WELSPECS with
welspec2df - COMPDAT with
compdat2df - WCONHIST with
wconhist2df - WCONPROD with
wconprod2df - WCONINJH with
wconinjh2df - WCONINJE with
wconinje2df - WLIST with
wlist2df
These functions must be provided with the path to .DATA file or include file as argument.
Any other SCHEDULE section keyword can be extracted, but the columns will not be labelled, using the function keyword2df providing the path to the file and requested keyword as arguments.
Returns a DataFrame with the extracted data, associated to its respective date from DATES keyword.
To install this package:
Install it from the pypi.org repository:
pip install schedule-reader
or upgrade to the latest version:
pip install --upgrade schedule-reader
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file schedule_reader-0.7.10.tar.gz.
File metadata
- Download URL: schedule_reader-0.7.10.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1790a79ed937610071e4875e2cbc4bd8461cb77cc18d680972bcfdf04caef549
|
|
| MD5 |
ed3eea21974041a0d4baba854d6a3fb4
|
|
| BLAKE2b-256 |
46e53f627ee260ad3836d69a09859fbeb09b9f58c9c35da2470247a4f2ca5a3c
|
File details
Details for the file schedule_reader-0.7.10-py3-none-any.whl.
File metadata
- Download URL: schedule_reader-0.7.10-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce2ac65b19859282a05d5a05b28a76588f61295c79cbe1884057ce954f3d61db
|
|
| MD5 |
145e7bcc9bc3289d4305754c848ceef0
|
|
| BLAKE2b-256 |
6223e12b518d10fe02c877314fee0a3d1b99b7a29f7bed57c369139b3777b968
|