A python package to easily access COGCC data.
Project description
COGCCpy
This is a distribution for pulling data from Colorado Oil and Gas Conservation Commission (COGCC). This package is not authored, or maintained, by COGCC or the State of Colorado.
Currently it can be used for production data and formation tops.
Installation
$ pip install COGCCpy
Production Example
from COGCCpy import production
apis = ['05-013-40002','0501305023']
prod = production(apis)
#Preview
prod.df.head()
Formation Tops Example
from COGCCpy import formation_tops
apis = ['0501306049','05-013-06457']
tops = formation_tops(apis)
tops.df.head()
License
MIT
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
COGCCpy-0.0.4.tar.gz
(3.9 kB
view details)
Built Distribution
COGCCpy-0.0.4-py3.7.egg
(9.0 kB
view details)
File details
Details for the file COGCCpy-0.0.4.tar.gz
.
File metadata
- Download URL: COGCCpy-0.0.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c177245ad10bb0b2e71f6465a9685f5c54c2d4a3108bbff347b84e50863f5e27 |
|
MD5 | 68601897e7ea2b8c04e30de1875d1891 |
|
BLAKE2b-256 | cb0d2b1589f708cfb4e848b2080b9f623140c982c535883da348d97db2d8c809 |
File details
Details for the file COGCCpy-0.0.4-py3.7.egg
.
File metadata
- Download URL: COGCCpy-0.0.4-py3.7.egg
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f85430d93535dfe2f12908e489363b02372bba3428ace7127b55945c89f7cce |
|
MD5 | 42f35b253b8da4986380ceb2aeba1a1a |
|
BLAKE2b-256 | 075ebb09399453edaa4449265753d6d60a47f8a1c133d42ce736409c84863131 |