How to Access DSCOVR_EPIC_L2_TO3 Data using OPeNDAP with Python3 and Calculate Daily Statistics from Instantaneous Data

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
ASDC - ingridgs
Posts: 197
Joined: Fri Apr 23, 2021 9:14 am America/New_York
Answers: 1
Has thanked: 25 times
Been thanked: 7 times

How to Access DSCOVR_EPIC_L2_TO3 Data using OPeNDAP with Python3 and Calculate Daily Statistics from Instantaneous Data

by ASDC - ingridgs » Tue Aug 06, 2024 3:11 pm America/New_York

Description:
This notebook shows the user how to access the DSCOVR_EPIC_L2_TO3_03 dataset archived at ASDC using the Open-source Project for a Network Data Access Protocol (OPeNDAP) web service and how to process the total ozone column variable.

The user can edit the desired Temporal Extent as input, and the code will find the granules available for that specific Temporal Extent. The notebook selects the ozone variable for analysis; however, users can easily select another variable for analysis. The user can also select the desired Spatial Extent and the desired grid box size, and the notebook will grid the O3 columns and compute daily averages.
  • The notebook will return a series of images of daily averages as output.
Link to Notebook:
https://asdc.larc.nasa.gov/data-recipe/how-to-access-dscovr_epic_l2_to3-data-using-opendap-with-python-and-calculate-daily-statistics

Example Output:
avg_Ozone.jpeg
avg_Ozone.jpeg (53.75 KiB) Not viewed yet

Filters:

Post Reply