Giter Club home page Giter Club logo

well_decline_curve_analysis's Introduction

Well decline curve analysis

This program reads well header data and production logs (e.g. exported from Drilling Info as .csv files) and walks the user through the genreation of decline curves for each well provided in the input data. Decine curves are fit with a the hyperbolic curve that is estimated using an iterative least squares method.

ENVIRONMENT

Python 2.7
Required Libraries

  • sys
  • os
  • numpy
  • pandas
  • matplotlib version 1.5.3
  • geopy
  • mpl_toolkits.basemap

0.0 Provide .csv of Well production data and .csv of well header data

Examples in ./data prepare data by deleting all the commas from the values in the 'Well production data' and 'well header data' files This can be done easily in excel with find-and-replace.

1.0 Select wells based on critieria available in well data

Follow the prompts after starting program

2.0 Compute type curve

Based on https://www.uky.edu/KGS/emsweb/devsh/production/decline_obj.py

3.0 plot type curve

Results are saved to ./results

4.0 Plot map of wells used in type curve

NOTE: this function will only work if shapefiles are provided in a folder located at '../well_decline_curve_shapefiles/*'
The shapefiles used in this function are:

  1. map.readshapefile('../well_decline_curve_shapefiles/PB_County/PB_County', 'PB_County', drawbounds = False)
  2. map.readshapefile('../well_decline_curve_shapefiles/PB_County/PB_County', 'PB_State', drawbounds = False)
  3. map.readshapefile('../well_decline_curve_shapefiles/PB_County/PB_County', 'PB_survey', drawbounds = False)

Mapping results are saved to ./results

Open Stories: 3. batch-process multiple GPS locations

well_decline_curve_analysis's People

Contributors

jeffalltogether avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.