fraccrews#
This function returns frac crew location by wellpad and date. It sends a post request to the Hyperion V4 fraccrews endpoint.
In the Formula Builder, select Hyperion 4.0, then choose the fraccrews function from the Enter Function dropdown. Next, select the required fields and click Insert to automatically add the formula to Excel.
Syntax#
=SMXH4.fraccrews(aggregate_by,county,date_frac_max,date_frac_min,frac_class,operator,region_natgas,service_company,state_code,sub_region_natgas)
Arguments#
Parameter |
Description |
Example |
|---|---|---|
aggregate_by |
Specifies a parameter by which to aggregate data. |
|
county |
Limit search by county where the well is located. |
|
date_frac_max |
A date in MM/DD/YYYY format |
|
date_frac_min |
A date in MM/DD/YYYY format |
|
frac_class |
Oil/Gas classification based on EIA-defined gas/oil production ratios |
|
operator |
Limit search by the name of the operator whose wells to retrieve. |
|
region_natgas |
Region divisions based on natural gas production profiles. |
|
service_company |
Limit search by a list of companies contracted by the operator to perform the frac job. |
|
state_code |
Limit search by the state code where the wells are located. |
|
sub_region_natgas |
Subregion divisions based on natural gas production profiles. |
|
Note
Performance considerations: This function may take some time to retrieve and organize large amounts of data. For best performance, it is recommended to limit the number of input parameters and retrieve only the data needed for analysis.
Examples#
To retrieve monthly dry gas factors for a specific region_natgas:
=SMXH4.fraccrews("","","northeast","","","","","","","")
Input:
Output:
To retrieve frac crew data for a specific operator and sub_region_natgas:
=SMXH4.fraccrews("","EXXON MOBIL","","West - TX","","","","","","")
Input:
Output:
To retrieve frac crews aggregated by operator:
=SMXH4.fraccrews("operator","","","","","","","","","")
Input:
Output:
Output Parameters#
Field |
Type |
Description |
Example |
|---|---|---|---|
count |
|
Number of drilled but uncompleted wells (DUCs) on a specific date within the input date range. |
2 |
county |
|
County in the state where the well is located. |
“BEAUREGARD” |
date_frac |
|
A date in MM/DD/YYYY format |
“11/24/2023” |
frac_class |
|
Classifies wells as either oil or gas wells based on the GOR definition from the EIA. |
“oil” |
lat |
|
The latitude of the location, in decimal degrees; follows the WGS 84/EPSG:4326 coordinate system. |
“32.2483475” |
long |
|
The longitude of the location, in decimal degrees; follows the WGS 84/EPSG:4326 coordinate system. |
“-93.39548666666667” |
operator |
|
A well operator |
“EXXON MOBIL” |
region_natgas |
|
Region divisions based on natural gas production profiles. |
“gulf” |
service_company |
|
Name of the service company associated with the DUCs. |
“Liberty” |
state_code |
|
Abbreviation of the state. |
“TX” |
sub_region_natgas |
|
Subregion divisions based on natural gas production profiles. |
“West - TX” |
wellpad_id |
|
Identifier of the wellpad. |
27248 |
Errors#
Functions may return the following error messages:
Error |
Description |
|---|---|
#VALUE! |
Input parameters are invalid or cannot be parsed. |
#REF! |
The function cannot retrieve data from the SynMaxax API due to a network or connectivity issue. |
!!! EXCEPTION |
Invalid input parameters. Make sure dates are enclosed in quotes. Check if the API key is valid. To know more about how to use an API key, please check the section on authentication. |
#No Data |
Input data is invalid or does not exist. |
Note
You can also check the logs for more information on errors. You can access the logs by clicking on SynMax Commodities on the Excel ribbon and then clicking on Logs.