Skip to content

A python package to easily access COGCC data.

License

Notifications You must be signed in to change notification settings

dianaceroallard/COGCCpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python package to easily access COGCC data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%