Coleman Oil & Gas recorded a decrease of 3.04% in total oil and gas production to 1,345.1 boe/d in May 2020 when compared with the previous month, according to GlobalData’s USL48 database.
The oil and gas production of Coleman Oil & Gas declined 20.16% in May 2020 from 1,684.79 boe/d in May 2019.
On a YTD basis, the company’s total oil and gas production decreased by 16.06% from the same period in 2019.
The company’s oil production declined 45.24% to 2.36 bd in May 2020 from the previous month, while gas production declined by 2.87% to 7.79 mmcf/d. On a YTD basis, oil production increased by 10.34% in 2020 when compared with the same period in 2019, while gas production declined by 16.12%. Out of the total oil and gas production in May 2020, oil production held a 0.18% share, while gas production held a 99.85% share.
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
am4core.options.commercialLicense = true;
var chart = am4core.create(‘chartdiv57780891’, am4charts.XYChart);
chart.responsive.enabled = true;
chart.data = [{“Text”:”May 2019″,”Value”:”1684″},{“Text”:”Jun 2019″,”Value”:”1654″},{“Text”:”Jul 2019″,”Value”:”1595″},{“Text”:”Aug 2019″,”Value”:”1561″},{“Text”:”Sep 2019″,”Value”:”1570″},{“Text”:”Oct 2019″,”Value”:”1586″},{“Text”:”Nov 2019″,”Value”:”1497″},{“Text”:”Dec 2019″,”Value”:”1505″},{“Text”:”Jan 2020″,”Value”:”1459″},{“Text”:”Feb 2020″,”Value”:”1437″},{“Text”:”Mar 2020″,”Value”:”1385″},{“Text”:”Apr 2020″,”Value”:”1387″},{“Text”:”May 2020″,”Value”:”1345″}];
var colorsAmcharts = [‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’,
‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’
];
let categoryAxis = chart.xAxes.push(new am4charts.CategoryAxis());
categoryAxis.title.text = ‘[]’;
categoryAxis.dataFields.category = ‘Text’;
categoryAxis.renderer.labels.template.hideOversized = false;
categoryAxis.renderer.minGridDistance = 20;
categoryAxis.renderer.labels.template.horizontalCenter = ‘middle’;
categoryAxis.tooltip.fontSize = 11;
categoryAxis.fontSize = 11;
categoryAxis.tooltip.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
categoryAxis.title.fontWeight = ‘bold’;
categoryAxis.title.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
categoryAxis.renderer.grid.template.opacity = 0;
categoryAxis.renderer.labels.template.rotation = 90;
categoryAxis.renderer.labels.template.verticalCenter = ‘middle’;
categoryAxis.renderer.labels.template.horizontalCenter = ‘left’;
let valueAxis = chart.yAxes.push(new am4charts.ValueAxis());
valueAxis.title.text = ‘Volume’;
valueAxis.extraMax = 0.01;
valueAxis.title.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
valueAxis.fontSize = 11;
valueAxis.tooltip.fontSize = 11;
valueAxis.tooltip.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
valueAxis.renderer.grid.template.opacity = 0;
valueAxis.renderer.labels.template.verticalCenter = ‘middle’;
valueAxis.unit = ‘%’;
valueAxis.min = 0;
let label = categoryAxis.renderer.labels.template;
label.wrap = true;
label.maxWidth = 120;
var series = chart.series.push(new am4charts.ColumnSeries());
series.dataFields.valueY = ‘Value’;
series.dataFields.categoryX = ‘Text’;
series.name = ‘Value’;
series.tooltipText = ‘[font-size:11px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{categoryX}: [font-size:11px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{valueY}[/]’;
series.columns.template.width = am4core.percent(70);
var valueLabel = series.bullets.push(new am4charts.LabelBullet());
valueLabel.label.text = ‘{valueY}’;
valueLabel.label.fontSize = 11;
valueLabel.label.verticalCenter = ‘left’;
valueLabel.label.dy = -12;
var columnTemplate = series.columns.template;
columnTemplate.strokeWidth = 2;
columnTemplate.strokeOpacity = 0;
columnTemplate.stroke = am4core.color(‘#FFFFFF’);
columnTemplate.adapter.add(‘fill’, function(fill, target) {
return am4core.color(colorsAmcharts[target.dataItem.index]);
})
columnTemplate.adapter.add(‘stroke’, function(stroke, target) {
return chart.colors.getIndex(target.dataItem.index);
})
chart.cursor = new am4charts.XYCursor();
chart.cursor.lineX.strokeOpacity = 0;
chart.cursor.lineY.strokeOpacity = 0;
chart.fontSize = 11;
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
let title = chart.titles.create();
title.text = ‘Coleman Oil & Gas: Total Production boed (Last 12 months) May 2019 to May 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 10;
});
Looking at the states where Coleman Oil & Gas recorded the highest oil and gas production in May 2020, Colorado figured at the top. The company produced 1,175.34 boe/d in the state in May 2020, a decrease of 2.32% from the previous month.
On a YTD basis, the company produced 6,024.62 boe/d in Colorado in 2020, recording a decrease of 27.91% from the same period in 2019.
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv691620770’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”New Mexico”,”Value”:”75.00″},{“Text”:”Arizona”,”Value”:”24.58″},{“Text”:”Colorado”,”Value”:”0.00″},{“Text”:”Texas”,”Value”:”0.00″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Oil Production by State 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv1995210983’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Colorado”,”Value”:”87.55″},{“Text”:”New Mexico”,”Value”:”12.32″},{“Text”:”Arizona”,”Value”:”0.26″},{“Text”:”Texas”,”Value”:”0.00″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Gas Production by State 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
Coleman Oil & Gas witnessed the highest oil and gas production in La Plata county in May 2020. Out of all the counties, La Plata county held a share of 87.38% for the firm. The company produced 1,175.34 boe/d in La Plata county in May 2020, a decrease of 2.32% in production when compared with the previous month.
On a YTD basis, the county produced 6,024.62 boe/d for the company in 2020, a 16.94% decrease from the same period in 2019.
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv2147393766’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”San Juan”,”Value”:”68.22″},{“Text”:”Apache”,”Value”:”24.58″},{“Text”:”Rio Arriba”,”Value”:”6.78″},{“Text”:”Burleson”,”Value”:”0.00″},{“Text”:”Montague”,”Value”:”0.00″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Oil Production by County 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv2004520231’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”La Plata”,”Value”:”87.55″},{“Text”:”San Juan”,”Value”:”11.55″},{“Text”:”Rio Arriba”,”Value”:”0.77″},{“Text”:”Apache”,”Value”:”0.26″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Gas Production by County 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});
Methodology
All publicly announced wells data are included in this analysis, which is drawn from GlobalData’s USL48 database that provides insights into oil and gas permits and wells as disclosed by state ministry sites.
GlobalData collects the latest production data and analyses the trends when it is made available for public disclosure by state ministries. Differences, if any, between the period of activity and the article date may be attributed to delays in the issuance of data.
The post Coleman Oil & Gas records 3.04% decrease in production in May 2020 appeared first on Offshore Technology.