KGS Home Page Oil and Gas Index Page Lease Production Page

SHORE A 1-28 Lease


Lease: SHORE A 1-28
Operator: Trans Pacific Oil Corporation
Location: T25S, R13W, Sec. 28
Cumulative Production: 23128.94 barrels (from 2000 to 2019)
KS Dept. of Revenue Lease Code: 135493
KS Dept. of Revenue Lease Name: SHORE A 1-28
     

Adjust the Years Displayed

Start Year:
End Year:
     

Options

Click on the Legend Boxes
to display or hide curves.
Change production scale to...
Linear



count 93
inverse count .01075
Sx 4371
Sxx 272459
Sy 23128.94
Syy 10161289.276
Sxy 748017.88
Beta1 -31530933.9
Beta2 6233046
Beta -5.05867
alpha 486.33416
>// Our labels along the x-axis var years = [ "5-2000", "10-2001", "11-2001", "12-2001", "1-2002", "2-2002", "3-2002", "4-2002", "5-2002", "6-2002", "7-2002", "8-2002", "9-2002", "10-2002", "11-2002", "12-2002", "1-2003", "2-2003", "3-2003", "4-2003", "5-2003", "6-2003", "7-2003", "8-2003", "9-2003", "10-2003", "11-2003", "12-2003", "1-2004", "2-2004", "3-2004", "4-2004", "5-2004", "6-2004", "7-2004", "8-2004", "9-2004", "10-2004", "11-2004", "1-2005", "2-2005", "3-2005", "4-2005", "5-2005", "6-2005", "7-2005", "9-2005", "10-2005", "12-2005", "2-2006", "3-2006", "5-2006", "7-2006", "9-2006", "11-2006", "12-2006", "1-2007", "3-2007", "5-2007", "7-2007", "8-2007", "10-2007", "11-2007", "1-2008", "3-2008", "6-2008", "9-2008", "12-2008", "3-2009", "6-2009", "9-2009", "12-2009", "3-2010", "5-2010", "8-2010", "11-2010", "3-2011", "6-2011", "9-2011", "1-2012", "5-2012", "10-2012", "3-2013", "5-2013", "9-2013", "3-2014", "9-2014", "4-2015", "11-2015", "6-2016", "3-2017", "4-2018", "8-2019" ]; // For drawing the lines var CH_prod = [ 16, 165, 1008, 1000, 988, 832, 834, 996, 639, 651, 485, 488, 488, 497, 334, 330, 339, 330, 319, 329, 178, 329, 326, 163, 328, 330, 167, 168, 163, 315, 170, 166, 167, 180, 166, 164, 329, 3, 325, 153, 164, 164, 155, 157, 156, 165, 165, 166, 159, 163, 151, 159, 162, 168, 10, 142, 166, 157, 160, 156, 16, 154, 6, 167, 163, 154, 163, 164, 162, 160, 161, 158, 167, 162, 160, 164, 161, 165, 161, 169, 156, 161, 154, 20, 165, 160, 166, 158, 158, 161, 159, 149, 24 ]; // For drawing the best fit var lines = [ 481, 476, 471, 466, 461, 455, 450, 445, 440, 435, 430, 425, 420, 415, 410, 405, 400, 395, 390, 385, 380, 375, 369, 364, 359, 354, 349, 344, 339, 334, 329, 324, 319, 314, 309, 304, 299, 294, 289, 283, 278, 273, 268, 263, 258, 253, 248, 243, 238, 233, 228, 223, 218, 213, 208, 203, 197, 192, 187, 182, 177, 172, 167, 162, 157, 152, 147, 142, 137, 132, 127, 122, 117, 111, 106, 101, 96, 91, 86, 81, 76, 71, 66, 61, 56, 51, 46, 41, 36, 31, 25, 20, 15 ]; var CH_cume = [ 16, 181, 1189, 2189, 3177, 4009, 4843, 5839, 6478, 7129, 7614, 8102, 8590, 9087, 9421, 9751, 10090, 10420, 10739, 11068, 11246, 11575, 11901, 12064, 12392, 12722, 12889, 13057, 13220, 13535, 13705, 13871, 14038, 14218, 14384, 14548, 14877, 14880, 15205, 15358, 15522, 15686, 15841, 15998, 16154, 16319, 16484, 16650, 16809, 16972, 17123, 17282, 17444, 17612, 17622, 17764, 17930, 18087, 18247, 18403, 18419, 18573, 18579, 18746, 18909, 19063, 19226, 19390, 19552, 19712, 19873, 20031, 20198, 20360, 20520, 20684, 20845, 21010, 21171, 21340, 21496, 21657, 21811, 21831, 21996, 22156, 22322, 22480, 22638, 22799, 22958, 23107, 23131 ]; var ctx = document.getElementById("myChart"); var myChart = new Chart(ctx, { type: 'line', data: { labels: years, datasets: [ { data: CH_prod, borderWidth: 1, label: "Oil, barrels", borderColor: "#FF0000", fillColor: "#FF0000", lineTension: 0, fill: false, yAxisID: "first-y-axis" }, { data: CH_cume, borderWidth: 1, label: "Cumulative Oil, barrels", borderColor: "#FF9A9A", fillColor: "#FF9A9A", lineTension: 0, fill: false, yAxisID: "second-y-axis" }, { data: lines, borderWidth: 1, label: "Best Fit", borderColor: "#66CCFF", fillColor: "#66CCFF", lineTension: 0, fill: false, yAxisID: "first-y-axis" } ] }, options: { scales: { yAxes: [{ id: "first-y-axis", type: "logarithmic", scaleLabel: { display: true, labelString: "Production", }, position: "left" }, { id: "second-y-axis", type: "logarithmic", scaleLabel: { display: true, labelString: "Cumulative", }, position: "right" } ] } } });
Kansas Geological Survey
Comments to webadmin@kgs.ku.edu
URL=http://www.kgs.ku.edu/Magellan/Field/lease.html
Programs Updated Dec. 2002.
Data from Kansas Dept. of Revenue files quarterly.