Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth0248 committed Nov 22, 2024
1 parent aad53b8 commit 3ea088b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions cog_transformation/goes-ch4plume-v1.ipynb
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
1 change: 1 addition & 0 deletions datatransformationcode.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ea088b

Please sign in to comment.