OGIM: Oil and Gas Infrastructure Mapping Database v2.5.1 (2024)

  • Home
  • Earth Engine Data Catalog
  • View all datasets
Stay organized with collections Save and categorize content based on your preferences.

OGIM: Oil and Gas Infrastructure Mapping Database v2.5.1 (1)

Dataset Availability
2024-05-15T00:00:00Z–2024-05-15T00:00:00Z
Dataset Provider
Environmental Defense Fund - MethaneSAT
Earth Engine Snippet
FeatureCollection
ee.FeatureCollection("EDF/OGIM/current") open_in_new
FeatureView new_releases
ui.Map.FeatureViewLayer("EDF/OGIM/current_FeatureView") open_in_new
Tags
climate edf emissions ghg methane methaneair methanesat

Description

This dataset provides the locations of oil and gas (O&G) relatedinfrastructure globally.

The Oil and Gas Infrastructure Mapping (OGIM) database is a projectdeveloped by the Environmental Defense Fund (EDF) and MethaneSAT LLC,a wholly-owned subsidiary of EDF. The primary objective of developinga standardized O&G infrastructure database such as OGIM is to supportMethaneSAT's emission quantification, source characterization, and otherscientific- or advocacy-relevant analyses of methane emissions from the oiland gas sector. The OGIM database is developed based on the acquisition,analysis, and quality assurance of publicly available geospatial datasources of O&G facilities, which are combined within one standard dataschema and coordinate reference system.

This dataset contains the spatial locations of the following types ofinfrastructure assets:

  • oil and natural gas wells,
  • oil and gas pipelines,
  • natural gas compressor stations,
  • gathering and processing facilities,
  • tank batteries,
  • offshore platforms,
  • liquified natural gas (LNG) facilities,
  • crude oil refineries,
  • petroleum terminals,
  • injection and disposal facilities,
  • equipment and component locations,
  • satellite detections of oil and gas flares,
  • and "other" oil and gas related infrastructure, such as metering stations

Records in the OGIM are consolidated from numerous publicly-availablegovernmental and academic sources. This list of sources is available in theOGIM_v2.5.1_Data_Source_References.pdfdocument. For more information on each source, refer to the "Data_Catalog"table that accompanies Omara et al (2023).

Important notes about the attributes associated with these facility locations:

  • Missing values (i.e., values missing or not reported by the original datasource) are handled by assigning "N/A" to string attributes, -999 tonumerical attributes, and a generic date of "1900-01-01" to date/datetimeattributes.

  • Facility operator names have not been altered in any way from the originalsource of data and are assumed to be accurate as of the original source'spublication date.

For more information about the OGIM database, including methods used in itsdevelopment and key applications of the database, please refer to the recentpublication by Omara et al, 2023.

Contact the data provider for more information about the project at this link:https://www.methanesat.org/contact/

This dataset will be updated in-place with the new versions.

Table Schema

Table Schema

NameTypeDescription
CATEGORYSTRING

Category of O&G infrastructure to which the facility belongs.

Values:

  • CRUDE OIL REFINERIES
  • EQUIPMENT AND COMPONENTS
  • INJECTION AND DISPOSAL
  • GATHERING AND PROCESSING
  • LNG FACILITIES
  • NATURAL GAS COMPRESSOR STATION
  • NATURAL GAS FLARING DETECTIONS
  • OFFSHORE PLATFORMS
  • OIL AND NATURAL GAS WELLS
  • OIL AND NATURAL GAS PIPELINES
  • PETROLEUM TERMINALS
  • STATIONS - OTHER
  • TANK BATTERIES
OGIM_IDINT

Unique identifier for each facility in the dataset. Values do notrepeat across infrastructure categories.

SRC_DATESTRING

Original publication date of the data source from which the record wasacquired, in YYYY-MM-DD format.

SRC_REF_IDINT

ID number(s) linking the record to its corresponding original datasource(s). To look up the citation for a given SRC_REF_ID value, referto the Data Source Reference list (PDF) here, or the "Data_Catalog"table in the GeoPackage that accompanies Omara et al (2023).

COUNTRYSTRING

Country in which the record resides. Where possible, country namematches the UN Member State list.

If features are located in more than one country, COUNTRY fieldcontains a comma-separated list of these countries in alphabeticalorder.

STATE_PROVSTRING

State or province in which the facility resides.

FAC_IDSTRING

Unique ID used by the original source agency to identify the facility.

FAC_NAMESTRING

Name of the facility.

FAC_STATUSSTRING

Operational status of the infrastructure asset, according to theoriginal source e.g. 'ACTIVE'; 'SUSPENDED'; 'TEMPORARILY CLOSED'.

FAC_STATUS of "N/A" cannot be assumed to mean active or inactive.

FAC_TYPESTRING

Detailed information on type of facility.

OGIM_STATUSSTRING

Standardized version of the facility status reported by the originaldata source. The original statuses were binned into one of 12categories defined by EDF.

OPERATORSTRING

Name of the facility's operator, according to the original source attime of publication.

Terms of Use

Terms of Use

CC-BY-4.0

Citations

Citations:

  • Omara, M., Gautam, R., O'Brien, M., Himmelberger, A., Franco, A.,Meisenhelder, K., Hauser, G., Lyon, D., Chulakadaba, A., Miller, C. andFranklin, J., 2023. Developing a spatially explicit global oil and gasinfrastructure database for characterizing methane emission sources at highresolution. Earth System Science Data Discussions, 2023, pp.1-35.doi:10.5194/essd-15-3761-2023,

DOIs

Explore with Earth Engine

Code Editor (JavaScript)

var dataset = ee.FeatureCollection("EDF/OGIM/current");var datasetVis = dataset.style({ color: 'black', fillColor: 'yellow', pointSize: 2, width: 0.5});Map.setCenter(-96, 40, 4);Map.setOptions("SATELLITE");Map.addLayer(datasetVis, {}, 'oil and gas infrastructure');

Open in Code Editor

Visualize as a FeatureView

A FeatureView is a view-only, accelerated representation of a FeatureCollection. For more details, visit the FeatureView documentation.

Code Editor (JavaScript)

var fvLayer = ui.Map.FeatureViewLayer('EDF/OGIM/current_FeatureView');var visParams = { pointSize: 2, width: 0.5, color: { property: 'CATEGORY', categories: [ ['GATHERING AND PROCESSING', 'red'], ['NATURAL GAS COMPRESSOR STATION', 'green'], ['NATURAL GAS FLARING DETECTIONS', 'blue'], ['OIL AND NATURAL GAS WELLS', 'purple'], ['OFFSHORE PLATFORMS', 'yellow'] ], defaultValue: 'white' }};fvLayer.setVisParams(visParams);fvLayer.setName('Oil and gas infrastructure database');Map.setCenter(-96, 40, 4);Map.setOptions("SATELLITE");Map.add(fvLayer);

Open in Code Editor

OGIM: Oil and Gas Infrastructure Mapping Database v2.5.1

This dataset provides the locations of oil and gas (O&G) related infrastructure globally. The Oil and Gas Infrastructure Mapping (OGIM) database is a project developed by the Environmental Defense Fund (EDF) and MethaneSAT LLC, a wholly-owned subsidiary of EDF. The primary objective of developing a standardized O&G infrastructure database such …

EDF/OGIM/current, climate,edf,emissions,ghg,methane,methaneair,methanesat,table

2024-05-15T00:00:00Z/2024-05-15T00:00:00Z

Google Earth Engine

https://developers.google.com/earth-engine/datasets

OGIM: Oil and Gas Infrastructure Mapping Database v2.5.1 (2024)

References

Top Articles
2020 NFL Draft: When/how to watch; every pick for all 32 teams
Everything you need to know about the 2020 NFL Draft
Four Brothers 123Movies
Supreme Source Dog Food Walmart
Panorama Charter Portal
Temu Beanies
Unveiling The Voice Behind Maui: The Actor Behind The Demigod
Evo Unblocked
Joe Jonas Lpsg
Irissangel
Tinyzonetv.to Unblocked
Tyreek Hill admits some regrets but calls for officer who restrained him to be fired | CNN
Chittenden County Family Court Schedule
Stone Eater Bike Park
Video Program: Intermediate Rumba
The Woman King Showtimes Near Cinemark 14 Lancaster
Omni Id Portal Waconia
Ebony Pyt Twerk
Aaf Seu
Apria Healthcare - 26 Reviews - Sacramento, CA
Blue Beetle Showtimes Near Regal Independence Plaza & Rpx
How to order half and half pizza dominoʼs online? - Chef's Resource
Fungal Symbiote Terraria
Female Same Size Vore Thread
Peloton Guide Stuck Installing Update
2014 Chevy Malibu Belt Diagram
Better Health Solutions Bridal Package
Claw Machine Random Name Picker
Newton Chevrolet Of Russellville Photos
Methstreams Boxing Live
Remembering the names of those who died on 9/11
Petco Clinic Hours
Mudfin Village Questline
Accident On 215
Lenscrafters Westchester Mall
Expend4bles | Rotten Tomatoes
Chars Boudoir
Rubmd.com.louisville
North Haven Power School
Winding Road Ahead for China’s EV Growth
Slushy Leaks
Vidcloud Membed
Portmanteau Structure Built With Cans
Online-Shopping bei Temu: Solltest du lieber die Finger davon lassen?
About Data | Weather Underground
Joann Stores Near Me
Toothio Login
Saratoga Otb Results
Dean Dome Seating Chart With Rows And Seat Numbers
Watch It Horror Thriller movies | Crystal panel
Tetris Google Sites
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 6197

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.