-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_quarto.yml
136 lines (127 loc) · 6.2 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
project:
type: website
render:
- "*.{qmd,m,py,ipynb}"
execute:
freeze: true # never re-execute computational content during project render, needed for .qmd and .rmd since quarto does not render .ipynb by default
website:
page-navigation: true
title: "ASDC Data and User Services"
site-url: "https://nasa.github.io/ASDC_Data_and_User_Services/"
repo-url: https://github.com/nasa/ASDC_Data_and_User_Services
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "Atmospheric Science Data Center"
sidebar:
logo: "https://archive.ph/Np7yS/b8ad2ce6e0dc2019a56b06908e6a31d0dbb1d544.png"
pinned: true
align: center
tools:
- icon: globe
href: https://eosweb.larc.nasa.gov/
text: "NASA ASDC Website"
- icon: github
href: https://github.com/nasa/ASDC_Data_and_User_Services
text: "ASDC Data and User Services GitHub Repository"
style: "docked"
search: true
collapse-level: 2
contents:
- section: "Mission-specific guidance"
href: index.qmd
contents:
- section: "**CALIPSO** (Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observations)"
contents:
- section: "How do I..."
contents:
- text: Plot ozone number densities
href: CALIPSO/how_to_plot_ozone_number_densities.ipynb
- section: "**CERES** (Clouds and the Earth's Radiant Energy System)"
contents:
- section: "Scripts"
contents:
- text: MATLAB script for downloading an HDF file
href: https://github.com/nasa/ASDC_Data_and_User_Services/blob/main/CERES/script_for_downloading_hdf.m
- section: "**DSCOVR** (Deep Space Climate Observatory)"
contents:
- section: "How do I..."
contents:
- text: Explore aerosol data from EPIC and EPA-AQS
href: DSCOVR/how_to_explore_aerosol_data_from_EPIC_and_EPA-AQS.ipynb
- text: Compare TEMPO and DSCOVR aerosol data (spatially)
href: DSCOVR/how_to_compare_spatially_TEMPO_with_DSCOVR_uvai.ipynb
- text: Compare TEMPO, DSCOVR, and AERONET aerosol data
href: DSCOVR/how_to_compare_TEMPO_with_DSCOVR_and_AERONET_uvai.ipynb
- text: Compute daily averages of EPIC Level-2 total ozone (TO3) using OPeNDAP
href: DSCOVR/how_to_compute_daily_averages_of_DSCOVR_EPIC_Level-2_TO3_total_ozone_using_OPeNDAP.ipynb
- text: Compute daily averages of EPIC Level-4 TrO3 using OPeNDAP
href: DSCOVR/how_to_compute_daily_averages_of_DSCOVR_EPIC_Level-4_TrO3_Using_OPeNDAP.ipynb
- text: Plot Level-2 ozone product parameters
href: DSCOVR/how_to_plot_ozone_product_parameters.ipynb
- section: "**MAIA** (Multi-Angle Imager for Aerosols)"
contents:
- section: "How do I..."
contents:
- text: Plot map using a local file
href: MAIA/how_to_plot_map_of_MAIA_data_using_a_local_file.ipynb
- text: Convert data from NetCDF to CSV format
href: MAIA/how_to_convert_data_from_netCDF_to_csv_format.ipynb
- section: "**MISR** (Multi-Angle Imaging SpectroRadiometer)"
contents:
- section: "How do I..."
contents:
- text: Calculate and visualize Aerosol Optical Depths (AOD)
href: MISR/how_to_compute_and_visualize_aerosol_optical_depths.ipynb
- section: "**MOPITT** (Measurements Of Pollution In The Troposphere)"
contents:
- section: "How do I..."
contents:
- text: Plot carbon monoxide mixing ratios
href: MOPITT/how_to_plot_carbon_monoxide_mixing_ratio.ipynb
- section: "**PREFIRE** (Polar Radiant Energy in the Far-InfraRed Experiment)"
contents:
- section: "How do I..."
contents:
- text: Generate tiled images using HyBIG
href: PREFIRE/how_to_generate_tiled_images_for_PREFIRE_using_HyBIG.ipynb
- section: "**SAGEIII-ISS** (Stratospheric Aerosol and Gas Experiment III, mounted on the International Space Station)"
contents:
- section: "Scripts"
contents:
- text: Python script for retrieving Monthly Zonal Mean images from SAGE III-ISS' Browse Imagery Service
href: https://github.com/nasa/ASDC_Data_and_User_Services/blob/main/SAGEIII-ISS/script_for_quicklook.py
- section: "**TEMPO** (Tropospheric Emissions: Monitoring of Pollution)"
contents:
- section: "How do I..."
contents:
- text: Examine data details using `earthaccess` and `harmony-py`
href: TEMPO/how_to_examine_TEMPO_data_using_earthaccess_and_harmony-py.ipynb
- text: Visualize data using `harmony-py`
href: TEMPO/how_to_visualize_TEMPO_data_using_harmony-py.ipynb
- text: Use the Remote Sensing Information Gateway (RSIG) to access and analyze TEMPO data
href: TEMPO/tempo_geoxo_meeting_haqast.ipynb
- section: "**TOLNet** (Tropospheric Ozone Lidar Network)"
contents:
- section: "Tutorials"
contents:
- text: The TOLNet API - with examples of plotting and using GEOS-CF
href: TOLNet/tutorial_for_TOLNet_API_with_examples_of_plotting_and_GEOS-CF.ipynb
- section: "Scripts"
contents:
- text: Python script for comparing ozone measurements of TOLNet lidar against Pandora and DSCOVR EPIC
href: https://github.com/nasa/ASDC_Data_and_User_Services/blob/main/TOLNet/script_for_DSCOVR_EPIC_L4_TrO3_vs_tolnet_clim_vs_pandora.py
- text: Python script for creating a TOLNet API instance
href: https://github.com/nasa/ASDC_Data_and_User_Services/blob/main/TOLNet/script_for_tolnet_v01.py
- learning-more.qmd
format:
html:
theme:
light: cosmo # from https://quarto.org/docs/output-formats/html-themes.html
dark: darkly
code-copy: true
code-overflow: wrap
toc: true
# filters:
# - include-files.lua
# - quarto