From 1809afc1866c39e3bd67e1d878064293bfb33ae0 Mon Sep 17 00:00:00 2001 From: Paridhi Parajuli Date: Thu, 19 Sep 2024 11:09:55 -0500 Subject: [PATCH 1/4] fix errors --- _quarto.yml | 12 ++++++------ .../influx-testbed-ghg-concentrations.ipynb | 2 +- .../lam-testbed-ghg-concentrations.ipynb | 4 ++-- .../nec-testbed-ghg-concentrations.ipynb | 4 ++-- datatransformationcode.qmd | 3 ++- datausage.qmd | 13 ++++++++----- processingreport.qmd | 2 +- ...x-testbed-ghg-concentrations_User_Notebook.ipynb | 6 +++--- ...m-testbed-ghg-concentrations_User_Notebook.ipynb | 6 +++--- ...c-testbed-ghg-concentrations_User_Notebook.ipynb | 4 ++-- workflow.qmd | 2 +- 11 files changed, 31 insertions(+), 27 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index f922c8ad..0c9fd106 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -58,6 +58,7 @@ website: - user_data_notebooks/tm54dvar-ch4flux-monthgrid-v1_User_Notebook.ipynb - user_data_notebooks/epa-ch4emission-grid-v2express_User_Notebook.ipynb - user_data_notebooks/vulcan-ffco2-yeargrid-v4_User_Notebook.ipynb + - user_data_notebooks/gra2pes-ghg-monthgrid-v1_User_Notebook.ipynb - section: Natural Greenhouse Gas Sources Emissions and Sinks contents: - user_data_notebooks/eccodarwin-co2flux-monthgrid-v5_User_Notebook.ipynb @@ -66,7 +67,6 @@ website: - user_data_notebooks/oco2-mip-co2budget-yeargrid-v1_User_Notebook.ipynb - user_data_notebooks/tm54dvar-ch4flux-monthgrid-v1_User_Notebook.ipynb - user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb - - user_data_notebooks/gra2pes-ghg-monthgrid-v1_User_Notebook.ipynb - section: Large Emissions Events contents: - user_data_notebooks/emit-ch4plume-v1_User_Notebook.ipynb @@ -89,14 +89,14 @@ website: - cog_transformation/odiac-ffco2-monthgrid-v2023.ipynb - cog_transformation/tm54dvar-ch4flux-monthgrid-v1.ipynb - cog_transformation/epa-ch4emission-grid-v2express.ipynb - - cog_transformation/vulcan-ffco2-yeargrid-v4.ipynb + - cog_transformation/vulcan-ffco2-yeargrid-v4.ipynb + - cog_transformation/gra2pes-ghg-monthgrid-v1.ipynb - section: Natural Greenhouse Gas Sources Emissions and Sinks contents: - cog_transformation/eccodarwin-co2flux-monthgrid-v5.ipynb - cog_transformation/gosat-based-ch4budget-yeargrid-v1.ipynb - cog_transformation/oco2-mip-co2budget-yeargrid-v1.ipynb - cog_transformation/tm54dvar-ch4flux-monthgrid-v1.ipynb - - cog_transformation/gra2pes-ghg-monthgrid-v1.ipynb - section: Large Emissions Events contents: - cog_transformation/emit-ch4plume-v1.ipynb @@ -121,6 +121,7 @@ website: - processing_and_verification_reports/tm54dvar-ch4flux-monthgrid-v1_Processing and Verification Report.qmd - processing_and_verification_reports/epa-ch4emission-grid-v2express_Processing and Verification Report.qmd - processing_and_verification_reports/vulcan-ffco2-yeargrid-v4_Processing and Verification Report.qmd + - processing_and_verification_reports/gra2pes-ghg-monthgrid-v1_Processing and Verification Report.qmd - section: Natural Greenhouse Gas Sources Emissions and Sinks contents: - processing_and_verification_reports/eccodarwin-co2flux-monthgrid-v5_Processing and Verification Report.qmd @@ -129,7 +130,6 @@ website: - processing_and_verification_reports/oco2-mip-co2budget-yeargrid-v1_Processing and Verification Report.qmd - processing_and_verification_reports/tm54dvar-ch4flux-monthgrid-v1_Processing and Verification Report.qmd - processing_and_verification_reports/lpjeosim-wetlandch4-grid-v2_Processing and Verification Report.qmd - - processing_and_verification_reports/gra2pes-ghg-monthgrid-v1_Processing and Verification Report.qmd - section: Large Emissions Events contents: - processing_and_verification_reports/emit-ch4plume-v1_Processing and Verification Report.qmd @@ -153,7 +153,8 @@ website: - data_workflow/odiac-ffco2-monthgrid-v2023_Data_Flow.qmd - data_workflow/tm54dvar-ch4flux-monthgrid-v1_Data_Flow.qmd - data_workflow/epa-ch4emission-grid-v2express_Data_Flow.qmd - - data_workflow/vulcan-ffco2-yeargrid-v4_Data_Flow.qmd + - data_workflow/vulcan-ffco2-yeargrid-v4_Data_Flow.qmd + - data_workflow/gra2pes-ghg-monthgrid-v1_Data_Flow.qmd - section: Natural Greenhouse Gas Sources Emissions and Sinks contents: - data_workflow/eccodarwin-co2flux-monthgrid-v5_Data_Flow.qmd @@ -162,7 +163,6 @@ website: - data_workflow/oco2-mip-co2budget-yeargrid-v1_Data_Flow.qmd - data_workflow/tm54dvar-ch4flux-monthgrid-v1_Data_Flow.qmd - data_workflow/lpjeosim-wetlandch4-grid-v2_Data_Flow.qmd - - data_workflow/gra2pes-ghg-monthgrid-v1_Data_Flow.qmd - section: Large Emissions Events contents: - data_workflow/emit-ch4plume-v1_Data_Flow.qmd diff --git a/cog_transformation/influx-testbed-ghg-concentrations.ipynb b/cog_transformation/influx-testbed-ghg-concentrations.ipynb index e87188ca..5e6adac5 100644 --- a/cog_transformation/influx-testbed-ghg-concentrations.ipynb +++ b/cog_transformation/influx-testbed-ghg-concentrations.ipynb @@ -13,7 +13,7 @@ "title: Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX)\n", "description: Documentation of data transformation \n", "author: Paridhi Parajuli \n", - "date: August 28, 2023\n", + "date: September 19, 2024\n", "execute:\n", " freeze: true\n", "---" diff --git a/cog_transformation/lam-testbed-ghg-concentrations.ipynb b/cog_transformation/lam-testbed-ghg-concentrations.ipynb index 5a5e337a..63bf4ec9 100644 --- a/cog_transformation/lam-testbed-ghg-concentrations.ipynb +++ b/cog_transformation/lam-testbed-ghg-concentrations.ipynb @@ -13,7 +13,7 @@ "title: Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project\n", "description: Documentation of data transformation \n", "author: Paridhi Parajuli \n", - "date: August 28, 2023\n", + "date: September 19, 2024\n", "execute:\n", " freeze: true\n", "---" @@ -24,7 +24,7 @@ "id": "e1fc9d19-8d59-4cc4-a858-ba9d65ab324e", "metadata": {}, "source": [ - "This script was used to transform the NIST INFLUX dataset into meaningful csv files for ingestion to vector dataset." + "This script was used to transform the the Los Angeles Megacity Carbon Project dataset into meaningful csv files for ingestion to vector dataset." ] }, { diff --git a/cog_transformation/nec-testbed-ghg-concentrations.ipynb b/cog_transformation/nec-testbed-ghg-concentrations.ipynb index 7ca4afeb..b0fb5c77 100644 --- a/cog_transformation/nec-testbed-ghg-concentrations.ipynb +++ b/cog_transformation/nec-testbed-ghg-concentrations.ipynb @@ -13,7 +13,7 @@ "title: Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed\n", "description: Documentation of data transformation \n", "author: Paridhi Parajuli \n", - "date: August 28, 2023\n", + "date: September 19, 2024\n", "execute:\n", " freeze: true\n", "---" @@ -24,7 +24,7 @@ "id": "e79030fa-6cb0-4612-b5f0-23d42c642b74", "metadata": {}, "source": [ - "This script was used to transform the NIST INFLUX dataset into meaningful csv files for ingestion to vector dataset." + "This script was used to transform the Northeast Corridor (NEC) Urban Test Bed dataset into meaningful csv files for ingestion to vector dataset." ] }, { diff --git a/datatransformationcode.qmd b/datatransformationcode.qmd index aac9a894..cf6bccf3 100644 --- a/datatransformationcode.qmd +++ b/datatransformationcode.qmd @@ -20,13 +20,14 @@ Explore, analyze, and make a difference with the US GHG Center. 3. [TM5-4DVar Isotopic CH₄ Inverse Fluxes](cog_transformation/tm54dvar-ch4flux-monthgrid-v1.ipynb) 4. [U.S. Gridded Anthropogenic Methane Emissions Inventory](cog_transformation/epa-ch4emission-grid-v2express.ipynb) 5. [Vulcan Fossil Fuel CO₂ Emissions](cog_transformation/vulcan-ffco2-yeargrid-v4.ipynb) +6. [GRA²PES Greenhouse Gas and Air Quality Species](cog_transformation/gra2pes-ghg-monthgrid-v1.ipynb) ## Natural Greenhouse Gas Emissions and Sinks 1. [Air-Sea CO₂ Flux, ECCO-Darwin Model v5](cog_transformation/eccodarwin-co2flux-monthgrid-v5.ipynb) 2. [GOSAT-based Top-down Total and Natural Methane Emissions](cog_transformation/gosat-based-ch4budget-yeargrid-v1.ipynb) 3. [OCO-2 MIP Top-Down CO₂ Budgets](cog_transformation/oco2-mip-co2budget-yeargrid-v1.ipynb) 4. [TM5-4DVar Isotopic CH₄ Inverse Fluxes](cog_transformation/tm54dvar-ch4flux-monthgrid-v1.ipynb) -5. [GRA²PES Greenhouse Gas and Air Quality Species](cog_transformation/gra2pes-ghg-monthgrid-v1.ipynb) + ## Large Emissions Events 1. [EMIT Methane Point Source Plume Complexes](cog_transformation/emit-ch4plume-v1.ipynb) diff --git a/datausage.qmd b/datausage.qmd index df3711d5..c1a64a42 100644 --- a/datausage.qmd +++ b/datausage.qmd @@ -22,6 +22,8 @@ Explore, analyze, and make a difference with the US GHG Center. - [Beginner level notebook](user_data_notebooks/epa-ch4emission-grid-v2express_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the U.S. Gridded Anthropogenic Methane Emissions Inventory dataset. 5. Vulcan Fossil Fuel CO₂ Emissions - [Beginner level notebook](user_data_notebooks/vulcan-ffco2-yeargrid-v4_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the Vulcan Fossil Fuel CO₂ Emissions, Version 4 dataset. +6. GRA²PES Greenhouse Gas and Air Quality Species + - [Beginner level notebook](user_data_notebooks/gra2pes-ghg-monthgrid-v1_User_Notebook.ipynb.ipynb) to access, visualize, explore statistics, and create a time series of the GRA2PES, Version 1 dataset. ## Natural Greenhouse Gas Emissions and Sinks 1. Air-Sea CO₂ Flux, ECCO-Darwin Model v5 @@ -37,8 +39,6 @@ Explore, analyze, and make a difference with the US GHG Center. - [Beginner level notebook](user_data_notebooks/tm54dvar-ch4flux-monthgrid-v1_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the TM5-4DVar Isotopic CH₄ Inverse Fluxes dataset. 6. Wetland Methane Emissions, LPJ-EOSIM model - [Beginner level notebook](user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the Wetland Methane Emissions, LPJ-EOSIM model dataset. -7. GRA²PES Greenhouse Gas and Air Quality Species - - [Beginner level notebook](user_data_notebooks/gra2pes-ghg-monthgrid-v1_User_Notebook.ipynb.ipynb) to access, visualize, explore statistics, and create a time series of the GRA2PES, Version 1 dataset. ## Large Emissions Events 1. EMIT Methane Point Source Plume Complexes @@ -49,9 +49,12 @@ Explore, analyze, and make a difference with the US GHG Center. - [Beginner level notebook](user_data_notebooks/noaa-insitu_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the Atmospheric Carbon Dioxide Concentrations from NOAA Global Monitoring Laboratory dataset. 2. OCO-2 GEOS Column CO₂ Concentrations - [Beginner level notebook](user_data_notebooks/oco2geos-co2-daygrid-v10r_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the OCO-2 GEOS Column CO₂ Concentrations dataset. -3. [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX)](user_data_notebooks/influx-testbed-ghg-concentrations_User_Notebook) -4. [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project](user_data_notebooks/lam-testbed-ghg-concentrations_User_Notebook) -5. [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed](user_data_notebooks/nec-testbed-ghg-concentrations_User_Notebook) +3. Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX) + - [Beginner level notebook](user_data_notebooks/influx-testbed-ghg-concentrations_User_Notebook) +4. Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project + - [Beginner level notebook](user_data_notebooks/lam-testbed-ghg-concentrations_User_Notebook) +5. Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed + - [Beginner level notebook](user_data_notebooks/nec-testbed-ghg-concentrations_User_Notebook) ## Socioeconomic 1. SEDAC Gridded World Population Density diff --git a/processingreport.qmd b/processingreport.qmd index 4f285bf9..2dd92bdc 100644 --- a/processingreport.qmd +++ b/processingreport.qmd @@ -19,6 +19,7 @@ Explore, analyze, and make a difference with the US GHG Center. 3. [TM5-4DVar Isotopic CH₄ Inverse Fluxes Processing and Verification Report](processing_and_verification_reports/tm54dvar-ch4flux-monthgrid-v1_Processing and Verification Report.qmd) 4. [U.S. Gridded Anthropogenic Methane Emissions Inventory Processing and Verification Report](processing_and_verification_reports/epa-ch4emission-grid-v2express_Processing and Verification Report.qmd) 5. [Vulcan Fossil Fuel CO₂ Emissions Processing and Verification Report](processing_and_verification_reports/vulcan-ffco2-yeargrid-v4_Processing and Verification Report.qmd) +6. [GRA²PES Greenhouse Gas and Air Quality Species Processing and Verification Report](processing_and_verification_reports/gra2pes-ghg-monthgrid-v1_Processing and Verification Report.qmd) ## Natural Greenhouse Gas Emissions and Sinks 1. [Air-Sea CO₂ Flux, ECCO-Darwin Model v5 Processing and Verification Report](processing_and_verification_reports/eccodarwin-co2flux-monthgrid-v5_Processing and Verification Report.qmd) @@ -27,7 +28,6 @@ Explore, analyze, and make a difference with the US GHG Center. 4. [OCO-2 MIP Top-Down CO₂ Budgets Processing and Verification Report](processing_and_verification_reports/oco2-mip-co2budget-yeargrid-v1_Processing and Verification Report.qmd) 5. [TM5-4DVar Isotopic CH₄ Inverse Fluxes Processing and Verification Report](processing_and_verification_reports/tm54dvar-ch4flux-monthgrid-v1_Processing and Verification Report.qmd) 6. [Wetland Methane Emissions, LPJ-EOSIM model Processing and Verification Report](processing_and_verification_reports/lpjeosim-wetlandch4-grid-v2_Processing and Verification Report.qmd) -7. [GRA²PES Greenhouse Gas and Air Quality Species Processing and Verification Report](processing_and_verification_reports/gra2pes-ghg-monthgrid-v1_Processing and Verification Report.qmd) ## Large Emissions Events 1. [EMIT Methane Point Source Plume Complexes Processing and Verification Report](processing_and_verification_reports/emit-ch4plume-v1_Processing and Verification Report.qmd) diff --git a/user_data_notebooks/influx-testbed-ghg-concentrations_User_Notebook.ipynb b/user_data_notebooks/influx-testbed-ghg-concentrations_User_Notebook.ipynb index 815dee4b..1b01dd26 100644 --- a/user_data_notebooks/influx-testbed-ghg-concentrations_User_Notebook.ipynb +++ b/user_data_notebooks/influx-testbed-ghg-concentrations_User_Notebook.ipynb @@ -8,7 +8,7 @@ "title: Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX) \n", "description: Atmospheric concentrations of carbon dioxide (CO₂) and methane (CH₄) collected at Indianapolis Flux Experiment (INFLUX) tower sites\n", "author: Siddharth Chaudhary, Paridhi Parajuli\n", - "date: 12 September 2024\n", + "date: September 19, 2024\n", "execute:\n", " freeze: true\n", "---" @@ -32,9 +32,9 @@ "source": [ "## About the Data\n", "\n", - "NIST is engaged in research to improve measurement of greenhouse gas emissions in areas containing multiple emission sources and sinks, such as site01ies. NIST's objective is to develop measurement tools supporting independent means to increase the accuracy of greenhouse gas emissions data at urban and regional geospatial scales. NIST has established three test beds in U.S. site01ies to develop and evaluate the performance of advanced measurement capabilities for emissions independent of their origin. Located in Indianapolis, Indiana, the Los Angeles air basin of California, and the U.S. Northeast corridor (beginning with the Baltimore/Washington D.C. region), the test beds have been selected for their varying meteorology, terrain and emissions characteristics. These test beds will serve as a means to independently diagnose the accuracy of emissions data obtained directly from emission or uptake sources.\n", + "NIST is engaged in research to improve measurement of greenhouse gas emissions in areas containing multiple emission sources and sinks, such as cities. NIST's objective is to develop measurement tools supporting independent means to increase the accuracy of greenhouse gas emissions data at urban and regional geospatial scales. NIST has established three test beds in U.S. cities to develop and evaluate the performance of advanced measurement capabilities for emissions independent of their origin. Located in Indianapolis, Indiana, the Los Angeles air basin of California, and the U.S. Northeast corridor (beginning with the Baltimore/Washington D.C. region), the test beds have been selected for their varying meteorology, terrain and emissions characteristics. These test beds will serve as a means to independently diagnose the accuracy of emissions data obtained directly from emission or uptake sources.\n", "\n", - "For more information regarding this dataset, please visit the [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed](https://earth.gov/ghgcenter/data-catalog/nec-testbed-ghg-concentrations) data overview page." + "For more information regarding this dataset, please visit the [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX)](https://earth.gov/ghgcenter/data-catalog/influx-testbed-ghg-concentrations) data overview page." ] }, { diff --git a/user_data_notebooks/lam-testbed-ghg-concentrations_User_Notebook.ipynb b/user_data_notebooks/lam-testbed-ghg-concentrations_User_Notebook.ipynb index 6730fa70..9b66ace1 100644 --- a/user_data_notebooks/lam-testbed-ghg-concentrations_User_Notebook.ipynb +++ b/user_data_notebooks/lam-testbed-ghg-concentrations_User_Notebook.ipynb @@ -8,7 +8,7 @@ "title: Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project\n", "description: Atmospheric concentrations of carbon dioxide (CO₂) and methane (CH₄) collected at NIST Urban Test Bed tower and rooftop sites in California’s South Coast Air Basin\n", "author: Siddharth Chaudhary, Paridhi Parajuli\n", - "date: 12 September 2024\n", + "date: September 19, 2024\n", "execute:\n", " freeze: true\n", "---" @@ -32,9 +32,9 @@ "source": [ "## About the Data\n", "\n", - "NIST is engaged in research to improve measurement of greenhouse gas emissions in areas containing multiple emission sources and sinks, such as sciies. NIST's objective is to develop measurement tools supporting independent means to increase the accuracy of greenhouse gas emissions data at urban and regional geospatial scales. NIST has established three test beds in U.S. sciies to develop and evaluate the performance of advanced measurement capabilities for emissions independent of their origin. Located in Indianapolis, Indiana, the Los Angeles air basin of California, and the U.S. Northeast corridor (beginning with the Baltimore/Washington D.C. region), the test beds have been selected for their varying meteorology, terrain and emissions characteristics. These test beds will serve as a means to independently diagnose the accuracy of emissions data obtained directly from emission or uptake sources.\n", + "NIST is engaged in research to improve measurement of greenhouse gas emissions in areas containing multiple emission sources and sinks, such as ciies. NIST's objective is to develop measurement tools supporting independent means to increase the accuracy of greenhouse gas emissions data at urban and regional geospatial scales. NIST has established three test beds in U.S. ciies to develop and evaluate the performance of advanced measurement capabilities for emissions independent of their origin. Located in Indianapolis, Indiana, the Los Angeles air basin of California, and the U.S. Northeast corridor (beginning with the Baltimore/Washington D.C. region), the test beds have been selected for their varying meteorology, terrain and emissions characteristics. These test beds will serve as a means to independently diagnose the accuracy of emissions data obtained directly from emission or uptake sources.\n", "\n", - "For more information regarding this dataset, please visit the [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed](https://earth.gov/ghgcenter/data-catalog/nec-testbed-ghg-concentrations) data overview page." + "For more information regarding this dataset, please visit the [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project](https://earth.gov/ghgcenter/data-catalog/lam-testbed-ghg-concentrations) data overview page." ] }, { diff --git a/user_data_notebooks/nec-testbed-ghg-concentrations_User_Notebook.ipynb b/user_data_notebooks/nec-testbed-ghg-concentrations_User_Notebook.ipynb index c8b78070..bbff77bc 100644 --- a/user_data_notebooks/nec-testbed-ghg-concentrations_User_Notebook.ipynb +++ b/user_data_notebooks/nec-testbed-ghg-concentrations_User_Notebook.ipynb @@ -8,7 +8,7 @@ "title: Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed\n", "description: Atmospheric concentrations of carbon dioxide (CO₂) and methane (CH₄) collected at NIST Urban Test Bed tower sites in the Northeastern U.S.\n", "author: Siddharth Chaudhary, Paridhi Parajuli\n", - "date: 12 September 2024\n", + "date: September 19, 2024\n", "execute:\n", " freeze: true\n", "---" @@ -32,7 +32,7 @@ "source": [ "## About the Data\n", "\n", - "NIST is engaged in research to improve measurement of greenhouse gas emissions in areas containing multiple emission sources and sinks, such as UNYies. NIST's objective is to develop measurement tools supporting independent means to increase the accuracy of greenhouse gas emissions data at urban and regional geospatial scales. NIST has established three test beds in U.S. UNYies to develop and evaluate the performance of advanced measurement capabilities for emissions independent of their origin. Located in Indianapolis, Indiana, the Los Angeles air basin of California, and the U.S. Northeast corridor (beginning with the Baltimore/Washington D.C. region), the test beds have been selected for their varying meteorology, terrain and emissions characteristics. These test beds will serve as a means to independently diagnose the accuracy of emissions data obtained directly from emission or uptake sources.\n", + "NIST is engaged in research to improve measurement of greenhouse gas emissions in areas containing multiple emission sources and sinks, such as cities. NIST's objective is to develop measurement tools supporting independent means to increase the accuracy of greenhouse gas emissions data at urban and regional geospatial scales. NIST has established three test beds in U.S. cities to develop and evaluate the performance of advanced measurement capabilities for emissions independent of their origin. Located in Indianapolis, Indiana, the Los Angeles air basin of California, and the U.S. Northeast corridor (beginning with the Baltimore/Washington D.C. region), the test beds have been selected for their varying meteorology, terrain and emissions characteristics. These test beds will serve as a means to independently diagnose the accuracy of emissions data obtained directly from emission or uptake sources.\n", "\n", "For more information regarding this dataset, please visit the [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed](https://earth.gov/ghgcenter/data-catalog/nec-testbed-ghg-concentrations) data overview page." ] diff --git a/workflow.qmd b/workflow.qmd index a53f0705..bf58a0f5 100644 --- a/workflow.qmd +++ b/workflow.qmd @@ -17,6 +17,7 @@ Explore, analyze, and make a difference with the US GHG Center. 3. [TM5-4DVar Isotopic CH₄ Inverse Fluxes Data Flow Diagram](data_workflow/tm54dvar-ch4flux-monthgrid-v1_Data_Flow.qmd) 4. [U.S. Gridded Anthropogenic Methane Emissions Inventory Data Flow Diagram](data_workflow/epa-ch4emission-grid-v2express_Data_Flow.qmd) 5. [Vulcan Fossil Fuel CO₂ Emissions Data Flow Diagram](data_workflow/vulcan-ffco2-yeargrid-v4_Data_Flow.qmd) +6. [GRA²PES Greenhouse Gas and Air Quality Species Data Flow Diagram](data_workflow/gra2pes-ghg-monthgrid-v1_Data_Flow.qmd) ## Natural Greenhouse Gas Sources Emissions and Sinks @@ -26,7 +27,6 @@ Explore, analyze, and make a difference with the US GHG Center. 4. [OCO-2 MIP Top-Down CO₂ Budgets Data Flow Diagram](data_workflow/oco2-mip-co2budget-yeargrid-v1_Data_Flow.qmd) 5. [TM5-4DVar Isotopic CH₄ Inverse Fluxes Data Flow Diagram](data_workflow/tm54dvar-ch4flux-monthgrid-v1_Data_Flow.qmd) 6. [Wetland Methane Emissions, LPJ-EOSIM Model Data Flow Diagram](data_workflow/lpjeosim-wetlandch4-grid-v2_Data_Flow.qmd) -7. [GRA²PES Greenhouse Gas and Air Quality Species Data Flow Diagram](data_workflow/gra2pes-ghg-monthgrid-v1_Data_Flow.qmd) ## Large Emissions Events 1. [EMIT Methane Point Source Plume Complexes Data Flow Diagram](data_workflow/emit-ch4plume-v1_Data_Flow.qmd) From b790f3c8229f4a4f8a87cdec1b9b482fd25ace2e Mon Sep 17 00:00:00 2001 From: Paridhi Parajuli Date: Thu, 19 Sep 2024 11:19:33 -0500 Subject: [PATCH 2/4] maake vector data names consistent --- processingreport.qmd | 6 +++--- workflow.qmd | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/processingreport.qmd b/processingreport.qmd index 2dd92bdc..94af0d2c 100644 --- a/processingreport.qmd +++ b/processingreport.qmd @@ -36,9 +36,9 @@ Explore, analyze, and make a difference with the US GHG Center. 1. [Atmospheric Carbon Dioxide Concentrations from NOAA Global Monitoring Laboratory Processing and Verification Report](processing_and_verification_reports/noaa-gggrn-co2-concentrations_Processing and Verification Report.qmd) 2. [Atmospheric Methane Concentrations from NOAA Global Monitoring Laboratory Processing and Verification Report](processing_and_verification_reports/noaa-gggrn-ch4-concentrations_Processing and Verification Report.qmd) 3. [OCO-2 GEOS Column CO₂ Concentrations Processing and Verification Report](processing_and_verification_reports/oco2geos-co2-daygrid-v10r_Processing and Verification Report.qmd) -3. [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX)](processing_and_verification_reports/influx-testbed-ghg-concentrations_Processing and Verification Report.qmd) -4. [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project](processing_and_verification_reports/lam-testbed-ghg-concentrations_Processing and Verification Report.qmd) -5. [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed](processing_and_verification_reports/nec-testbed-ghg-concentrations_Processing and Verification Report.qmd) +3. [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX) Processing and Verification Report]](processing_and_verification_reports/influx-testbed-ghg-concentrations_Processing and Verification Report.qmd) +4. [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project Processing and Verification Report]](processing_and_verification_reports/lam-testbed-ghg-concentrations_Processing and Verification Report.qmd) +5. [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed Processing and Verification Report]](processing_and_verification_reports/nec-testbed-ghg-concentrations_Processing and Verification Report.qmd) ## Socioeconomic 1. [SEDAC Gridded World Population Density Processing and Verification Report](processing_and_verification_reports/sedac-popdensity-yeargrid5yr-v4.11_Processing and Verification Report.qmd) diff --git a/workflow.qmd b/workflow.qmd index bf58a0f5..78747805 100644 --- a/workflow.qmd +++ b/workflow.qmd @@ -35,9 +35,9 @@ Explore, analyze, and make a difference with the US GHG Center. 1. [Atmospheric Carbon Dioxide Concentrations from NOAA Global Monitoring Laboratory Data Flow Diagram](data_workflow/noaa-gggrn-co2-concentrations_Data_Flow.qmd) 2. [Atmospheric Methane Concentrations from NOAA Global Monitoring Laboratory Data Flow Diagram](data_workflow/noaa-gggrn-ch4-concentrations_Data_Flow.qmd) 3. [OCO-2 GEOS Column CO₂ Concentrations Data Flow Diagram](data_workflow/oco2geos-co2-daygrid-v10r_Data_Flow.qmd) -4. [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX)](data_workflow/influx-testbed-ghg-concentrations_Data_Flow.qmd) -5. [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project](data_workflow/lam-testbed-ghg-concentrations_Data_Flow.qmd) -6. [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed](data_workflow/nec-testbed-ghg-concentrations_Data_Flow.qmd) +4. [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX) Data Flow Diagram](data_workflow/influx-testbed-ghg-concentrations_Data_Flow.qmd) +5. [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project Data Flow Diagram](data_workflow/lam-testbed-ghg-concentrations_Data_Flow.qmd) +6. [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed Data Flow Diagram](data_workflow/nec-testbed-ghg-concentrations_Data_Flow.qmd) ## Socioeconomic 1. [SEDAC Gridded World Population Density Data Flow Diagram](data_workflow/sedac-popdensity-yeargrid5yr-v4.11_Data_Flow.qmd) From 6df18f2d360ac166d4966ea09c81c8f9c26efc00 Mon Sep 17 00:00:00 2001 From: Paridhi Parajuli Date: Thu, 19 Sep 2024 11:24:24 -0500 Subject: [PATCH 3/4] remove extra braces --- processingreport.qmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/processingreport.qmd b/processingreport.qmd index 94af0d2c..14fa5c3e 100644 --- a/processingreport.qmd +++ b/processingreport.qmd @@ -36,9 +36,9 @@ Explore, analyze, and make a difference with the US GHG Center. 1. [Atmospheric Carbon Dioxide Concentrations from NOAA Global Monitoring Laboratory Processing and Verification Report](processing_and_verification_reports/noaa-gggrn-co2-concentrations_Processing and Verification Report.qmd) 2. [Atmospheric Methane Concentrations from NOAA Global Monitoring Laboratory Processing and Verification Report](processing_and_verification_reports/noaa-gggrn-ch4-concentrations_Processing and Verification Report.qmd) 3. [OCO-2 GEOS Column CO₂ Concentrations Processing and Verification Report](processing_and_verification_reports/oco2geos-co2-daygrid-v10r_Processing and Verification Report.qmd) -3. [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX) Processing and Verification Report]](processing_and_verification_reports/influx-testbed-ghg-concentrations_Processing and Verification Report.qmd) -4. [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project Processing and Verification Report]](processing_and_verification_reports/lam-testbed-ghg-concentrations_Processing and Verification Report.qmd) -5. [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed Processing and Verification Report]](processing_and_verification_reports/nec-testbed-ghg-concentrations_Processing and Verification Report.qmd) +3. [Carbon Dioxide and Methane Concentrations from the Indianapolis Flux Experiment (INFLUX) Processing and Verification Report](processing_and_verification_reports/influx-testbed-ghg-concentrations_Processing and Verification Report.qmd) +4. [Carbon Dioxide and Methane Concentrations from the Los Angeles Megacity Carbon Project Processing and Verification Report](processing_and_verification_reports/lam-testbed-ghg-concentrations_Processing and Verification Report.qmd) +5. [Carbon Dioxide and Methane Concentrations from the Northeast Corridor (NEC) Urban Test Bed Processing and Verification Report](processing_and_verification_reports/nec-testbed-ghg-concentrations_Processing and Verification Report.qmd) ## Socioeconomic 1. [SEDAC Gridded World Population Density Processing and Verification Report](processing_and_verification_reports/sedac-popdensity-yeargrid5yr-v4.11_Processing and Verification Report.qmd) From 504c075c1851543368810bb2222d6ddb74b6567a Mon Sep 17 00:00:00 2001 From: siddharth0248 Date: Fri, 18 Oct 2024 14:58:34 -0500 Subject: [PATCH 4/4] changes for lpjeosim --- _quarto.yml | 6 +++--- data_usage.qmd | 2 +- ...a_Flow.qmd => lpjeosim-wetlandch4-grid-v1_Data_Flow.qmd} | 0 datausage.qmd | 4 ++-- index.qmd | 2 +- ...tlandch4-grid-v1_Processing and Verification Report.qmd} | 0 processingreport.qmd | 2 +- ...pynb => lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb} | 2 +- ...=> lpjeosim-wetlandch4-monthgrid-v1_User_Notebook.ipynb} | 4 ++-- workflow.qmd | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) rename data_workflow/{lpjeosim-wetlandch4-grid-v2_Data_Flow.qmd => lpjeosim-wetlandch4-grid-v1_Data_Flow.qmd} (100%) rename processing_and_verification_reports/{lpjeosim-wetlandch4-grid-v2_Processing and Verification Report.qmd => lpjeosim-wetlandch4-grid-v1_Processing and Verification Report.qmd} (100%) rename user_data_notebooks/{lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb => lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb} (99%) rename user_data_notebooks/{lpjeosim-wetlandch4-monthgrid-v2_User_Notebook.ipynb => lpjeosim-wetlandch4-monthgrid-v1_User_Notebook.ipynb} (99%) diff --git a/_quarto.yml b/_quarto.yml index 0c9fd106..db11916c 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -66,7 +66,7 @@ website: - user_data_notebooks/gosat-based-ch4budget-yeargrid-v1_User_Notebook.ipynb - user_data_notebooks/oco2-mip-co2budget-yeargrid-v1_User_Notebook.ipynb - user_data_notebooks/tm54dvar-ch4flux-monthgrid-v1_User_Notebook.ipynb - - user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb + - user_data_notebooks/lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb - section: Large Emissions Events contents: - user_data_notebooks/emit-ch4plume-v1_User_Notebook.ipynb @@ -129,7 +129,7 @@ website: - processing_and_verification_reports/gosat-based-ch4budget-yeargrid-v1_Processing and Verification Report.qmd - processing_and_verification_reports/oco2-mip-co2budget-yeargrid-v1_Processing and Verification Report.qmd - processing_and_verification_reports/tm54dvar-ch4flux-monthgrid-v1_Processing and Verification Report.qmd - - processing_and_verification_reports/lpjeosim-wetlandch4-grid-v2_Processing and Verification Report.qmd + - processing_and_verification_reports/lpjeosim-wetlandch4-grid-v1_Processing and Verification Report.qmd - section: Large Emissions Events contents: - processing_and_verification_reports/emit-ch4plume-v1_Processing and Verification Report.qmd @@ -162,7 +162,7 @@ website: - data_workflow/gosat-based-ch4budget-yeargrid-v1_Data_Flow.qmd - data_workflow/oco2-mip-co2budget-yeargrid-v1_Data_Flow.qmd - data_workflow/tm54dvar-ch4flux-monthgrid-v1_Data_Flow.qmd - - data_workflow/lpjeosim-wetlandch4-grid-v2_Data_Flow.qmd + - data_workflow/lpjeosim-wetlandch4-grid-v1_Data_Flow.qmd - section: Large Emissions Events contents: - data_workflow/emit-ch4plume-v1_Data_Flow.qmd diff --git a/data_usage.qmd b/data_usage.qmd index cbc98c75..68347efb 100644 --- a/data_usage.qmd +++ b/data_usage.qmd @@ -21,7 +21,7 @@ On this site, you can find the technical documentation for the services the cent 3. [EMIT Methane Point Source Plume Complexes](user_data_notebooks/emit-ch4plume-v1_User_Notebook.ipynb) 4. [U.S. Gridded Anthropogenic Methane Emissions Inventory](user_data_notebooks/epa-ch4emission-grid-v2express_User_Notebook.ipynb) 5. [GOSAT-based Top-down Total and Natural Methane Emissions](user_data_notebooks/gosat-based-ch4budget-yeargrid-v1_User_Notebook.ipynb) -6. [Wetland Methane Emissions, LPJ-wsl Model](user_data_notebooks/lpjwsl-wetlandch4-grid-v1_User_Notebook.ipynb) +6. [Wetland Methane Emissions, LPJ-wsl Model](user_data_notebooks/lpjeosim-wetlandch4-monthgrid-v1_User_Notebook.ipynb) 7. [OCO-2 MIP Top-Down CO₂ Budgets](user_data_notebooks/oco2-mip-co2budget-yeargrid-v1_User_Notebook.ipynb) 8. [OCO-2 GEOS Column CO₂ Concentrations](user_data_notebooks/oco2geos-co2-daygrid-v10r_User_Notebook.ipynb) 9. [ODIAC Fossil Fuel CO₂ Emissions](user_data_notebooks/odiac-ffco2-monthgrid-v2023_User_Notebook.ipynb) diff --git a/data_workflow/lpjeosim-wetlandch4-grid-v2_Data_Flow.qmd b/data_workflow/lpjeosim-wetlandch4-grid-v1_Data_Flow.qmd similarity index 100% rename from data_workflow/lpjeosim-wetlandch4-grid-v2_Data_Flow.qmd rename to data_workflow/lpjeosim-wetlandch4-grid-v1_Data_Flow.qmd diff --git a/datausage.qmd b/datausage.qmd index c1a64a42..b2e1011b 100644 --- a/datausage.qmd +++ b/datausage.qmd @@ -23,7 +23,7 @@ Explore, analyze, and make a difference with the US GHG Center. 5. Vulcan Fossil Fuel CO₂ Emissions - [Beginner level notebook](user_data_notebooks/vulcan-ffco2-yeargrid-v4_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the Vulcan Fossil Fuel CO₂ Emissions, Version 4 dataset. 6. GRA²PES Greenhouse Gas and Air Quality Species - - [Beginner level notebook](user_data_notebooks/gra2pes-ghg-monthgrid-v1_User_Notebook.ipynb.ipynb) to access, visualize, explore statistics, and create a time series of the GRA2PES, Version 1 dataset. + - [Beginner level notebook](user_data_notebooks/gra2pes-ghg-monthgrid-v1_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the GRA2PES, Version 1 dataset. ## Natural Greenhouse Gas Emissions and Sinks 1. Air-Sea CO₂ Flux, ECCO-Darwin Model v5 @@ -38,7 +38,7 @@ Explore, analyze, and make a difference with the US GHG Center. 5. TM5-4DVar Isotopic CH₄ Inverse Fluxes - [Beginner level notebook](user_data_notebooks/tm54dvar-ch4flux-monthgrid-v1_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the TM5-4DVar Isotopic CH₄ Inverse Fluxes dataset. 6. Wetland Methane Emissions, LPJ-EOSIM model - - [Beginner level notebook](user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the Wetland Methane Emissions, LPJ-EOSIM model dataset. + - [Beginner level notebook](user_data_notebooks/lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb) to access, visualize, explore statistics, and create a time series of the Wetland Methane Emissions, LPJ-EOSIM model dataset. ## Large Emissions Events 1. EMIT Methane Point Source Plume Complexes diff --git a/index.qmd b/index.qmd index e77b2dd9..34935baa 100644 --- a/index.qmd +++ b/index.qmd @@ -13,7 +13,7 @@ On this site, you can find the technical documentation for the services the cent ## Contents 1. **Services** provided for accessing and analyzing the US GHG Center datasets, such as the [JupyterHub](services/jupyterhub.qmd) environment for interactive computing. -2. Dataset **usage** examples, e.g. for the [Wetland Methane Emissions from the LPJ-EOSIM model](user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb) dataset, that shows how to load the dataset in Python in [JupyterHub](services/jupyterhub.qmd). +2. Dataset **usage** examples, e.g. for the [Wetland Methane Emissions from the LPJ-EOSIM model](user_data_notebooks/lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb) dataset, that shows how to load the dataset in Python in [JupyterHub](services/jupyterhub.qmd). 3. Dataset **transformation** scripts, which document the code used to transform datasets for display in the US GHG Center. An example is the [ODIAC Fossil Fuel CO₂ Emissions](cog_transformation/odiac-ffco2-monthgrid-v2023.ipynb) dataset transformation code. 4. Data **processing and verification reports** that openly present the process we used to check and verify that any transformation did not alter the original source data. An example is the [GOSAT-based Top-down Total and Natural Methane Emissions](processing_and_verification_reports/gosat-based-ch4budget-yeargrid-v1_Processing and Verification Report.qmd) dataset. 5. Data **Flow Diagrams**, which provide a high level summary of how each dataset was integrated into the US GHG Center. See the [MiCASA Land Carbon Flux Flow Diagram](data_workflow/micasa-carbonflux-daygrid-v1_Data_Flow.qmd) as an example. diff --git a/processing_and_verification_reports/lpjeosim-wetlandch4-grid-v2_Processing and Verification Report.qmd b/processing_and_verification_reports/lpjeosim-wetlandch4-grid-v1_Processing and Verification Report.qmd similarity index 100% rename from processing_and_verification_reports/lpjeosim-wetlandch4-grid-v2_Processing and Verification Report.qmd rename to processing_and_verification_reports/lpjeosim-wetlandch4-grid-v1_Processing and Verification Report.qmd diff --git a/processingreport.qmd b/processingreport.qmd index 14fa5c3e..84c2bd69 100644 --- a/processingreport.qmd +++ b/processingreport.qmd @@ -27,7 +27,7 @@ Explore, analyze, and make a difference with the US GHG Center. 3. [GOSAT-based Top-down Total and Natural Methane Emissions Processing and Verification Report](processing_and_verification_reports/gosat-based-ch4budget-yeargrid-v1_Processing and Verification Report.qmd) 4. [OCO-2 MIP Top-Down CO₂ Budgets Processing and Verification Report](processing_and_verification_reports/oco2-mip-co2budget-yeargrid-v1_Processing and Verification Report.qmd) 5. [TM5-4DVar Isotopic CH₄ Inverse Fluxes Processing and Verification Report](processing_and_verification_reports/tm54dvar-ch4flux-monthgrid-v1_Processing and Verification Report.qmd) -6. [Wetland Methane Emissions, LPJ-EOSIM model Processing and Verification Report](processing_and_verification_reports/lpjeosim-wetlandch4-grid-v2_Processing and Verification Report.qmd) +6. [Wetland Methane Emissions, LPJ-EOSIM model Processing and Verification Report](processing_and_verification_reports/lpjeosim-wetlandch4-grid-v1_Processing and Verification Report.qmd) ## Large Emissions Events 1. [EMIT Methane Point Source Plume Complexes Processing and Verification Report](processing_and_verification_reports/emit-ch4plume-v1_Processing and Verification Report.qmd) diff --git a/user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb b/user_data_notebooks/lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb similarity index 99% rename from user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb rename to user_data_notebooks/lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb index e29792d6..d1adceca 100644 --- a/user_data_notebooks/lpjeosim-wetlandch4-grid-v2_User_Notebook.ipynb +++ b/user_data_notebooks/lpjeosim-wetlandch4-grid-v1_User_Notebook.ipynb @@ -122,7 +122,7 @@ "\n", "# The collection name is used to fetch the dataset from the STAC API. First, we define the collection name as a variable\n", "# Name of the collection for the wetland methane emissions LPJ-EOSIM Model\n", - "collection_name = \"lpjeosim-wetlandch4-daygrid-v2\"\n", + "collection_name = \"lpjeosim-wetlandch4-daygrid-v1\"\n", "\n", "# Next, we need to specify the asset name for this collection\n", "# The asset name is referring to the raster band containing the pixel values for the parameter of interest\n", diff --git a/user_data_notebooks/lpjeosim-wetlandch4-monthgrid-v2_User_Notebook.ipynb b/user_data_notebooks/lpjeosim-wetlandch4-monthgrid-v1_User_Notebook.ipynb similarity index 99% rename from user_data_notebooks/lpjeosim-wetlandch4-monthgrid-v2_User_Notebook.ipynb rename to user_data_notebooks/lpjeosim-wetlandch4-monthgrid-v1_User_Notebook.ipynb index c860659e..b02d9423 100644 --- a/user_data_notebooks/lpjeosim-wetlandch4-monthgrid-v2_User_Notebook.ipynb +++ b/user_data_notebooks/lpjeosim-wetlandch4-monthgrid-v1_User_Notebook.ipynb @@ -122,7 +122,7 @@ "\n", "# The collection name is used to fetch the dataset from the STAC API. First, we define the collection name as a variable\n", "# Name of the collection for the wetland methane emissions LPJ-EOSIM Model\n", - "collection_name = \"lpjeosim-wetlandch4-monthgrid-v2\"\n", + "collection_name = \"lpjeosim-wetlandch4-monthgrid-v1\"\n", "\n", "# Next, we need to specify the asset name for this collection\n", "# The asset name is referring to the raster band containing the pixel values for the parameter of interest\n", @@ -1874,7 +1874,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6" + "version": "3.9.18" }, "vscode": { "interpreter": { diff --git a/workflow.qmd b/workflow.qmd index 78747805..828d8965 100644 --- a/workflow.qmd +++ b/workflow.qmd @@ -26,7 +26,7 @@ Explore, analyze, and make a difference with the US GHG Center. 3. [GOSAT-based Top-down Total and Natural Methane Emissions Data Flow Diagram](data_workflow/gosat-based-ch4budget-yeargrid-v1_Data_Flow.qmd) 4. [OCO-2 MIP Top-Down CO₂ Budgets Data Flow Diagram](data_workflow/oco2-mip-co2budget-yeargrid-v1_Data_Flow.qmd) 5. [TM5-4DVar Isotopic CH₄ Inverse Fluxes Data Flow Diagram](data_workflow/tm54dvar-ch4flux-monthgrid-v1_Data_Flow.qmd) -6. [Wetland Methane Emissions, LPJ-EOSIM Model Data Flow Diagram](data_workflow/lpjeosim-wetlandch4-grid-v2_Data_Flow.qmd) +6. [Wetland Methane Emissions, LPJ-EOSIM Model Data Flow Diagram](data_workflow/lpjeosim-wetlandch4-grid-v1_Data_Flow.qmd) ## Large Emissions Events 1. [EMIT Methane Point Source Plume Complexes Data Flow Diagram](data_workflow/emit-ch4plume-v1_Data_Flow.qmd)