From 3ea088b197643ee68887a572ee61bc7ba8bea6df Mon Sep 17 00:00:00 2001 From: siddharth0248 Date: Fri, 22 Nov 2024 09:21:40 -0600 Subject: [PATCH] edits --- LICENSE | 2 +- _quarto.yml | 2 ++ cog_transformation/goes-ch4plume-v1.ipynb | 23 +++++++++++++++++++++++ datatransformationcode.qmd | 1 + 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3e6e1ff6..185432e2 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 U.S.GHG Center + Copyright 2024 U.S. Greenhouse Gas Center Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/_quarto.yml b/_quarto.yml index a73212ed..1ed1edb9 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -101,6 +101,8 @@ website: - section: Large Emissions Events contents: - cog_transformation/emit-ch4plume-v1.ipynb + - cog_transformation/goes-ch4plume-v1.ipynb + - section: Greenhouse Gas Concentrations contents: - cog_transformation/noaa-gggrn-concentrations.ipynb diff --git a/cog_transformation/goes-ch4plume-v1.ipynb b/cog_transformation/goes-ch4plume-v1.ipynb index c8360a86..41aaf83a 100644 --- a/cog_transformation/goes-ch4plume-v1.ipynb +++ b/cog_transformation/goes-ch4plume-v1.ipynb @@ -1,5 +1,28 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "d8c644b3", + "metadata": {}, + "source": [ + "---\n", + "title: Geostationary Satellite Observations of Extreme and Transient Methane Emissions from Oil and Gas Infrastructure\n", + "description: Documentation of data transformation\n", + "author: Paridhi Parajuli \n", + "date: November 15, 2024\n", + "execute:\n", + " freeze: true\n", + "---" + ] + }, + { + "cell_type": "markdown", + "id": "1ace4dc7", + "metadata": {}, + "source": [ + "This script was used to transform the GOES Methane Point Source Plume dataset from netCDF to Cloud Optimized GeoTIFF (COG) format for display in the Greenhouse Gas (GHG) Center." + ] + }, { "cell_type": "code", "execution_count": 85, diff --git a/datatransformationcode.qmd b/datatransformationcode.qmd index f245615c..53dae8b9 100644 --- a/datatransformationcode.qmd +++ b/datatransformationcode.qmd @@ -31,6 +31,7 @@ Explore, analyze, and make a difference with the US GHG Center. ## Large Emissions Events 1. [EMIT Methane Point Source Plume Complexes](cog_transformation/emit-ch4plume-v1.ipynb) +2. [Geostationary Satellite Observations of Extreme and Transient Methane Emissions from Oil and Gas Infrastructure](cog_transformation/goes-ch4plume-v1.ipynb) ## Greenhouse Gas Concentrations 1. [Atmospheric Carbon Dioxide and Methane Concentrations from NOAA Global Monitoring Laboratory](cog_transformation/noaa-gggrn-concentrations.ipynb)