COGCCpy

A python package to easily access COGCC data.


License
MIT
Install
pip install COGCCpy==0.0.4

Documentation

COGCCpy

License

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