Skip to main content

A python package to easily access COGCC data.

Project description

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

Project details


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 hashes)

Uploaded Source

Built Distribution

COGCCpy-0.0.4-py3.7.egg (9.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page