Skip to content

Commit 1af1724

Browse files
docs(paper): add citation for NASA ESDS data metrics claim
1 parent 5691bf8 commit 1af1724

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

paper/paper.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ @misc{nasa_edl
7272
note = {Accessed: 2026-03-05}
7373
}
7474

75+
@misc{nasa_esds_data_metrics,
76+
title = {{ESDS} Data Metrics},
77+
author = {{National Aeronautics and Space Administration}},
78+
year = {2026},
79+
url = {https://www.earthdata.nasa.gov/about/data-metrics},
80+
note = {Accessed: 2026-03-31}
81+
}
82+
7583
@misc{nasa_cmr,
7684
title = {{Common Metadata Repository (CMR})},
7785
author = {{National Aeronautics and Space Administration}},

paper/paper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ either HTTPS download or direct S3 access when running in the Amazon Web Service
121121
`us-west-2` region -- where data within NASA's Earthdata Cloud reside. `earthaccess` also supports
122122
streaming data directly into analysis-ready formats using `fsspec` [@fsspec] and
123123
constructing virtual Zarr stores from archival formats (e.g., HDF5 and NetCDF4) using
124-
DMR++ metadata [@dmrpp], powered by VirtualiZarr [@virtualizarr] and kerchunk [@kerchunk], enabling drastic improvements in access performance.
124+
DMR++ metadata [@dmrpp], powered by VirtualiZarr [@virtualizarr] and kerchunk [@kerchunk], enabling drastic improvements in access performance.
125125

126126

127127
# Statement of need
128128

129129
NASA's Earth science data archive is one of the largest and most diverse collections of
130-
Earth observation data in the world, used by tens of thousands of researchers, educators,
131-
and decision-makers globally. However, the complexity of the underlying data infrastructure
130+
Earth observation data in the world, used by over ten million researchers, educators,
131+
and decision-makers globally [@nasa_esds_data_metrics]. However, the complexity of the underlying data infrastructure
132132
presents a significant barrier to scientific productivity. A typical data access workflow
133133
requires a researcher to: (1) authenticate with NASA Earthdata Login; (2) discover
134134
relevant datasets and granules through the CMR API; (3) parse metadata to obtain download
@@ -141,8 +141,8 @@ NASA's ongoing migration to the Earthdata Cloud adds further complexity, as rese
141141
must now contend with two possible access paradigms, traditional HTTPS downloads and S3-based
142142
access. These both may even occur within a single analysis workflow. During workshops organized by NASA
143143
Openscapes [@nasa_openscapes; @lowndes2019], the need for simpler tools became evident.
144-
`earthaccess` was created to address this gap: it provides uniform access to NASA
145-
Earthdata regardless of data storage location and handles authentication, credentials, and tokening behind the scenes, enabling researchers to focus more on scientific interpretation and discovery.
144+
`earthaccess` was created to address this gap: it provides uniform access to NASA
145+
Earthdata regardless of data storage location and handles authentication, credentials, and tokening behind the scenes, enabling researchers to focus more on scientific interpretation and discovery.
146146
The target audience includes Earth scientists, remote sensing researchers, climate modelers,
147147
hydrologists, ecologists, and any researcher, application developer, or educator who needs
148148
to work with NASA Earth science data. The library is designed to be approachable for those new to Python -- with a

0 commit comments

Comments
 (0)