miroine / petrodc

Petroleum Data Collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

PetroDC is a LGPL licensed tool to get datasets from public sources. New sources are added as they are tested; suggestions and contributions of all kinds are very welcome.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Get petrodc

  • Users: Wheels for Python from PyPI
    • pip install petrodc
  • Developers: Source code from Github
    • git clone https://github.com/pro-well-plan/petrodc

Quick Use

import petrodc.npd as dc

dataframe = dc.wellbore(3)

  • 3 is the dataset with lithostratigraphy, check here to see the respective number for the different datasets.

License

This project is licensed under the GNU Lesser General Public License v3.0 - see the LICENSE file for details

for further information contact juan@prowellplan.com

About

Petroleum Data Collector

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%