|
| 1 | +project: |
| 2 | + type: website |
| 3 | + resources: |
| 4 | + - password-protect.html |
| 5 | + - auth-check.js |
| 6 | + |
| 7 | +website: |
| 8 | + page-navigation: true |
| 9 | + back-to-top-navigation: true |
| 10 | + title: "NASA Disasters Documentation" |
| 11 | + site-url: "https://us-ghg-center.github.io/ghgc-docs" #should I change these |
| 12 | + repo-url: https://github.com/us-ghg-center/ghgc-docs |
| 13 | + repo-actions: [edit, issue] |
| 14 | + |
| 15 | + page-footer: |
| 16 | + right: "This page is built with [Quarto](https://quarto.org/)." |
| 17 | + left: "© CC-By US GHG Center, 2022-2023" #how should I change this |
| 18 | + |
| 19 | + sidebar: |
| 20 | + logo: "logo/disasters_logo.png" |
| 21 | + pinned: true |
| 22 | + align: center |
| 23 | + tools: |
| 24 | + # - icon: info-circle |
| 25 | + # href: https://www.earthdata.nasa.gov/esds/veda |
| 26 | + # text: "earthdata.nasa.gov/esds/veda" |
| 27 | + - icon: globe-americas |
| 28 | + href: https://disasters.openveda.cloud/ |
| 29 | + text: "NASA Disasters Portal" |
| 30 | + - icon: github |
| 31 | + href: https://github.com/Disasters-Learning-Portal |
| 32 | + text: "Repository home" |
| 33 | + |
| 34 | + style: "docked" |
| 35 | + search: true |
| 36 | + collapse-level: 1 |
| 37 | + contents: |
| 38 | + - href: index.qmd |
| 39 | + text: Welcome |
| 40 | + - section: aws.qmd |
| 41 | + text: AWS |
| 42 | + contents: |
| 43 | + - AWS/AWS_SSO_Setup_Guide.qmd |
| 44 | + - AWS/AWS_SSO_Remote_Server.qmd |
| 45 | + - AWS/aws-mfa-setup.qmd |
| 46 | + - AWS/aws-s3-commands-guide.qmd |
| 47 | + - section: git-github-comprehensive-guide.qmd |
| 48 | + text: GitHub |
| 49 | + contents: |
| 50 | + - text: "The VEDA Project" |
| 51 | + href: GitHub/veda-preview.qmd |
| 52 | + - GitHub/setup.qmd |
| 53 | + - GitHub/commands.qmd |
| 54 | + - GitHub/resources.qmd |
| 55 | + - section: jupyterhub.qmd |
| 56 | + text: JupyterHub |
| 57 | + contents: |
| 58 | + - Jupyterhub/jupyterhub-training-guide.qmd |
| 59 | + - Jupyterhub/setup-disaster-repo.qmd |
| 60 | + - Jupyterhub/convert_to_geotiff.qmd |
| 61 | + - Jupyterhub/simple_disaster_template.ipynb |
| 62 | + - section: workflow2.qmd |
| 63 | + text: Data Workflow Diagrams |
| 64 | + contents: |
| 65 | + - data_workflow2/NRT_data_download.qmd |
| 66 | + - data_workflow2/NRT_directory_structure.qmd |
| 67 | + - section: Documentation |
| 68 | + contents: |
| 69 | + - text: "Quarto Guide for Beginners" |
| 70 | + href: quarto-guide.qmd |
| 71 | + - section: User Services |
| 72 | + contents: |
| 73 | + - services/apis.qmd |
| 74 | + - services/jupyterhub.qmd |
| 75 | + - section: Presentations |
| 76 | + contents: |
| 77 | + - section: PowerPoints |
| 78 | + contents: |
| 79 | + - text: "Disasters Logo and Template Overview" |
| 80 | + href: Presentations/disasters-powerpoint-template.qmd |
| 81 | + - text: "AWS and Grafana Monitoring Tutorial" |
| 82 | + href: Presentations/aws-grafana-tutorial.qmd |
| 83 | + - text: "JupyterHub and Data Conversions Tutorial" |
| 84 | + href: Presentations/jupyterhub-data-conversions-tutorial.qmd |
| 85 | + - text: "STAC Database and Apache Airflow Tutorial" |
| 86 | + href: Presentations/stac-airflow-tutorial.qmd |
| 87 | + # - href: datausage.qmd |
| 88 | + # text: Data Usage Notebooks |
| 89 | + # - href: datatransformation.qmd |
| 90 | + # text: Data Transformation Documentation |
| 91 | + # - href: processingreport.qmd |
| 92 | + # text: Processing and Verification Reports |
| 93 | + # - href: workflow.qmd |
| 94 | + # text: Data Workflow |
| 95 | + # - href: advanceduser.qmd |
| 96 | + # text: Advanced User Notebooks |
| 97 | + - section: datausage.qmd |
| 98 | + text: Data Usage Notebooks |
| 99 | + contents: |
| 100 | + - section: Disaster Case Studies |
| 101 | + contents: |
| 102 | + - text: "Texas Flood 2025" |
| 103 | + href: user_data_notebooks/Texas_Flood_2025.ipynb |
| 104 | + - text: "New Mexico Fire 2025" |
| 105 | + href: user_data_notebooks/New_Mexico_Fire_2025.ipynb |
| 106 | + - section: Community-Contributed Tutorials |
| 107 | + contents: |
| 108 | + - section: datatransformationcode.qmd |
| 109 | + text: Data Transformation Notebooks |
| 110 | + contents: |
| 111 | + - cog_transformation/eccodarwin-co2flux-monthgrid-v5.ipynb |
| 112 | + - text: Atmospheric Carbon Dioxide and Methane Concentrations from the NOAA Global Monitoring Laboratory |
| 113 | + href: cog_transformation/noaa-gggrn-concentrations.ipynb |
| 114 | + - cog_transformation/influx-testbed-ghg-concentrations.ipynb |
| 115 | + - cog_transformation/lam-testbed-ghg-concentrations.ipynb |
| 116 | + - cog_transformation/nec-testbed-ghg-concentrations.ipynb |
| 117 | + - cog_transformation/ct-ch4-monthgrid-v2023.ipynb |
| 118 | + - cog_transformation/emit-ch4plume-v1.ipynb |
| 119 | + - cog_transformation/goes-ch4plume-v1.ipynb |
| 120 | + - cog_transformation/gosat-based-ch4budget-yeargrid-v1.ipynb |
| 121 | + - cog_transformation/gra2pes-ghg-monthgrid-v1.ipynb |
| 122 | + - cog_transformation/oco2geos-co2-daygrid-v10r.ipynb |
| 123 | + - cog_transformation/oco2-mip-co2budget-yeargrid-v1.ipynb |
| 124 | + - cog_transformation/odiac-ffco2-monthgrid-v2024.ipynb |
| 125 | + - text: "SEDAC Gridded World Population Density" |
| 126 | + href: cog_transformation/sedac-popdensity-yeargrid5yr-v4.11.ipynb |
| 127 | + - cog_transformation/epa-ch4emission-grid-v2express.ipynb |
| 128 | + - cog_transformation/vulcan-ffco2-yeargrid-v4.ipynb |
| 129 | + - section: processingreport.qmd |
| 130 | + text: Processing and Verification Reports |
| 131 | + contents: |
| 132 | + - processing_and_verification_reports/eccodarwin-co2flux-monthgrid-v5_Processing and Verification Report.qmd |
| 133 | + - text: "Atmospheric Carbon Dioxide Concentrations from the NOAA Global Monitoring Laboratory" |
| 134 | + href: processing_and_verification_reports/noaa-gggrn-co2-concentrations_Processing and Verification Report.qmd |
| 135 | + - processing_and_verification_reports/noaa-gggrn-ch4-concentrations_Processing and Verification Report.qmd |
| 136 | + - processing_and_verification_reports/influx-testbed-ghg-concentrations_Processing and Verification Report.qmd |
| 137 | + - processing_and_verification_reports/lam-testbed-ghg-concentrations_Processing and Verification Report.qmd |
| 138 | + - processing_and_verification_reports/nec-testbed-ghg-concentrations_Processing and Verification Report.qmd |
| 139 | + - processing_and_verification_reports/ct-ch4-monthgrid-v2023_Processing and Verification Report.qmd |
| 140 | + - processing_and_verification_reports/emit-ch4plume-v1_Processing and Verification Report.qmd |
| 141 | + - processing_and_verification_reports/goes-ch4plume-v1_Processing and Verification Report.qmd |
| 142 | + - processing_and_verification_reports/gosat-based-ch4budget-yeargrid-v1_Processing and Verification Report.qmd |
| 143 | + - processing_and_verification_reports/gra2pes-ghg-monthgrid-v1_Processing and Verification Report.qmd |
| 144 | + - processing_and_verification_reports/micasa-carbonflux-daygrid-v1_Processing and Verification Report.qmd |
| 145 | + - processing_and_verification_reports/oco2geos-co2-daygrid-v10r_Processing and Verification Report.qmd |
| 146 | + - processing_and_verification_reports/oco2-mip-co2budget-yeargrid-v1_Processing and Verification Report.qmd |
| 147 | + - processing_and_verification_reports/odiac-ffco2-monthgrid-v2024_Processing and Verification Report.qmd |
| 148 | + - processing_and_verification_reports/sedac-popdensity-yeargrid5yr-v4.11_Processing and Verification Report.qmd |
| 149 | + - processing_and_verification_reports/epa-ch4emission-grid-v2express_Processing and Verification Report.qmd |
| 150 | + - processing_and_verification_reports/vulcan-ffco2-yeargrid-v4_Processing and Verification Report.qmd |
| 151 | + - processing_and_verification_reports/lpjeosim-wetlandch4-grid-v1_Processing and Verification Report.qmd |
| 152 | + - section: workflow.qmd |
| 153 | + text: Data Flow Diagrams |
| 154 | + contents: |
| 155 | + - data_workflow/eccodarwin-co2flux-monthgrid-v5_Data_Flow.qmd |
| 156 | + - data_workflow/noaa-gggrn-co2-concentrations_Data_Flow.qmd |
| 157 | + - data_workflow/noaa-gggrn-ch4-concentrations_Data_Flow.qmd |
| 158 | + - data_workflow/influx-testbed-ghg-concentrations_Data_Flow.qmd |
| 159 | + - data_workflow/lam-testbed-ghg-concentrations_Data_Flow.qmd |
| 160 | + - data_workflow/nec-testbed-ghg-concentrations_Data_Flow.qmd |
| 161 | + - data_workflow/ct-ch4-monthgrid-v2023_Data_Flow.qmd |
| 162 | + - data_workflow/emit-ch4plume-v1_Data_Flow.qmd |
| 163 | + - data_workflow/goes-ch4plume-v1_Data_Flow.qmd |
| 164 | + - data_workflow/gosat-based-ch4budget-yeargrid-v1_Data_Flow.qmd |
| 165 | + - data_workflow/gra2pes-ghg-monthgrid-v1_Data_Flow.qmd |
| 166 | + - data_workflow/micasa-carbonflux-daygrid-v1_Data_Flow.qmd |
| 167 | + - data_workflow/oco2geos-co2-daygrid-v10r_Data_Flow.qmd |
| 168 | + - data_workflow/oco2-mip-co2budget-yeargrid-v1_Data_Flow.qmd |
| 169 | + - data_workflow/odiac-ffco2-monthgrid-v2024_Data_Flow.qmd |
| 170 | + - text: "SEDAC Gridded World Population Density" |
| 171 | + href: data_workflow/sedac-popdensity-yeargrid5yr-v4.11_Data_Flow.qmd |
| 172 | + - text: "U.S. Gridded Anthropogenic Methane Emissions Inventory" |
| 173 | + href: data_workflow/epa-ch4emission-grid-v2express_Data_Flow.qmd |
| 174 | + - data_workflow/vulcan-ffco2-yeargrid-v4_Data_Flow.qmd |
| 175 | + - data_workflow/lpjeosim-wetlandch4-grid-v1_Data_Flow.qmd |
| 176 | + |
| 177 | +format: |
| 178 | + html: |
| 179 | + grid: |
| 180 | + sidebar-width: 25vw |
| 181 | + body-width: 900px |
| 182 | + theme: |
| 183 | + light: [flatly] |
| 184 | + dark: [darkly] |
| 185 | + css: styles.css |
| 186 | + code-copy: true |
| 187 | + code-overflow: wrap |
| 188 | + toc: true |
| 189 | + toc-depth: 3 |
| 190 | + include-in-header: |
| 191 | + - text: | |
| 192 | + <script src="auth-check.js"></script> |
| 193 | +filters: |
| 194 | + - quarto |
0 commit comments