sigbikes / well_decline_curve_analysis

Decline curve analysis for oil well production logs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Well decline curve analysis

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: 1 - delete all commas from the cvs files

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

Results are saved to ./results

Open Stories: 3. batch-process multiple GPS locations

About

Decline curve analysis for oil well production logs.

License:Apache License 2.0


Languages

Language:Python 100.0%