-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path_quarto.yml
More file actions
191 lines (182 loc) · 9.38 KB
/
Copy path_quarto.yml
File metadata and controls
191 lines (182 loc) · 9.38 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
project:
type: website
render:
- "*.{qmd,m,py,ipynb}"
- "additional_quarto_docs/*.{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: [source, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "Atmospheric Science Data Center"
sidebar:
logo: "https://www.earthdata.nasa.gov/s3fs-public/2024-06/Earthdata-graphic-identifier-stacked-NASA-blue.png"
title: "ASDC Data and User Services"
pinned: true
align: center
tools:
- icon: globe
href: https://www.earthdata.nasa.gov/centers/asdc-daac
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: "<strong>CALIPSO</strong> (Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observations)"
href: CALIPSO/index.qmd
contents:
- section: "An introduction to.."
contents:
- text: Plotting ozone number densities
href: CALIPSO/how_to_plot_ozone_number_densities.ipynb
- text: Plotting CALIPSO Backscatter
href: CALIPSO/how_to_plot_backscatter_for_CALIPSO.ipynb
- text: Plotting CALIPSO-NVF Backscatter
href: CALIPSO/how_to_plot_backscatter_for_CALIPSO_NVF.ipynb
- section: "<strong>CERES</strong> (Clouds and the Earth's Radiant Energy System)"
href: CERES/index.qmd
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: "<strong>DSCOVR</strong> (Deep Space Climate Observatory)"
href: DSCOVR/index.qmd
contents:
- section: "An introduction to..."
contents:
- text: Plotting Level-2 ozone product parameters
href: DSCOVR/how_to_plot_ozone_product_parameters.ipynb
- section: "How do I..."
contents:
- 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: 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: Visualize UV Aerosol Index from EPIC
href: DSCOVR/how_to_visualize_DSCOVR-UVAI.ipynb
- section: "<strong>MAIA</strong> (Multi-Angle Imager for Aerosols)"
href: MAIA/index.qmd
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: "<strong>MISR</strong> (Multi-Angle Imaging SpectroRadiometer)"
href: MISR/index.qmd
contents:
- section: "An introduction to..."
contents:
- text: Calculating and visualizing Aerosol Optical Depths (AOD)
href: MISR/how_to_compute_and_visualize_aerosol_optical_depths.ipynb
- section: "<strong>MOPITT</strong> (Measurements Of Pollution In The Troposphere)"
href: MOPITT/index.qmd
contents:
- section: "An introduction to..."
contents:
- text: Plotting carbon monoxide mixing ratios
href: MOPITT/how_to_plot_carbon_monoxide_mixing_ratio.ipynb
- section: "<strong>POWER</strong> (Prediction Of Worldwide Energy Resources) Project"
href: POWER/index.qmd
contents:
- section: "How do I..."
contents:
- text: Plotting a map of temperature data
href: POWER/how_to_plot_temperature_from_POWER.ipynb
- section: "<strong>PREFIRE</strong> (Polar Radiant Energy in the Far-InfraRed Experiment)"
href: PREFIRE/index.qmd
contents:
- section: "How do I..."
contents:
- text: Plot spatial maps of Level-2 cloud data for a polar region
href: PREFIRE/plot_PREFIRE_L2_CLD_with_earthaccess_and_Harmony.ipynb
- text: Plot time series of data for points of interest
href: PREFIRE/PREFIRE_timeseries_with_earthaccess_and_Harmony.ipynb
- text: Generate and read virtual datacube for PREFIRE
href: PREFIRE/how_to_generate_and_read_virtual_datacube-for-PREFIRE.ipynb
- section: "<strong>SAGEIII-ISS</strong> (Stratospheric Aerosol and Gas Experiment III, mounted on the International Space Station)"
href: SAGEIII-ISS/index.qmd
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: "<strong>STAQS</strong> (Synergistic TEMPO Air Quality Science)"
href: STAQS/index.qmd
contents:
- section: "tutorial"
contents:
- text: Python workflow for STAQS GCAS netCDF files in ArcGIS Pro
href: STAQS/how_to_access_and_display_netcdf_format_data_in_ArcGIS_Pro.ipynb
- section: "<strong>TEMPO</strong> (Tropospheric Emissions: Monitoring of Pollution)"
href: TEMPO/index.qmd
contents:
- section: "How do I..."
contents:
- text: Examine data details and download TEMPO files using `earthaccess`
href: TEMPO/how_to_examine_TEMPO_data_using_earthaccess.ipynb
- text: Subset and visualize data using `harmony-py`
href: TEMPO/how_to_examine_TEMPO_data_using_harmony-py.ipynb
- text: Download TEMPO data as CSV files
href: TEMPO/how_to_download_TEMPO_data_as_CSV.ipynb
- text: Work with TEMPO Level-3 data as a virtual dataset in the cloud, using `earthaccess` [external]
href: https://earthaccess.readthedocs.io/en/latest/tutorials/virtual_dataset_tutorial_with_TEMPO_Level3/
- section: "Tutorials"
contents:
- text: Working with TEMPO observations of the Madre wildfire, via `Harmony-py` (from TEMPO trainings)
href: TEMPO/TEMPO_training_August2025.ipynb
- text: Working with TEMPO data through ArcGIS Image Services programmatically (from TEMPO trainings)
href: TEMPO/Utilizing_TEMPO_ArcGIS_Image_Services_ARSET_Training.ipynb
- text: Using the Remote Sensing Information Gateway (RSIG) to access and analyze TEMPO data (HAQAST meeting)
href: TEMPO/tempo_geoxo_meeting_haqast.ipynb
- section: "<strong>TOLNet</strong> (Tropospheric Ozone Lidar Network)"
href: TOLNet/index.qmd
contents:
- section: "How do I..."
contents:
- text: Plot ozone mixing ratio from multiple lidars
href: TOLNet/how_to_plot_ozone_mixing_ratio_from_multiple_lidars.ipynb
- 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 and API module"
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 module for creating a TOLNet API instance
href: https://github.com/nasa/ASDC_Data_and_User_Services/blob/main/TOLNet/tolnet_v01.py
- text: "Learning more"
href: additional_quarto_docs/learning-more.qmd
- text: "Contributing"
href: additional_quarto_docs/contributing.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