Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 806 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 806 Bytes

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