88for detailed information on how Earthdata Download works.
99
1010Routes supporting the EDD can be found in
11- [ ./src/dat_backend/routes/earthdata_download/] ( ./src/dat_backend/routes/earthdata_download/ ) .
11+ ` ./src/dat_backend/routes/earthdata_download/ ` .
1212
1313## EDD interaction overview
1414
@@ -32,7 +32,7 @@ between the DAT UI, the backend, and Earthdata Download.
3232 the last couple of steps until the results are exhausted. The user now has all
3333 of the granules they requested downloaded to their computer.
3434
35- ``` mermaid
35+ ``` { mermaid}
3636sequenceDiagram
3737 actor user
3838 participant DAT-UI
@@ -64,18 +64,21 @@ To authenticate on behalf of users, the DAT must be registered with the
6464Earthdata Login system. To manage the DAT EDL app, visit this page:
6565< https://urs.earthdata.nasa.gov/apps/data_access_tool > .
6666
67- > [ !NOTE] You must have admin access to the application via your personal
68- > Earthdata Login account to manage the DAT app. Reach out to NSIDC tech
69- > services or another DAT developer to add you as an admin if needed.
67+ ::: {.callout-note}
68+
69+ You must have admin access to the application via your personal Earthdata Login
70+ account to manage the DAT app. Reach out to NSIDC tech services or another DAT
71+ developer to add you as an admin if needed.
72+
73+ :::
7074
7175The ` data_access_tool ` EDL app page provides the ability to manage application
7276admins, set redirection URIs, reset the application password, and more.
7377
7478The DAT backend requires that the ` EARTHDATA_APP_USERNAME ` ,
7579` EARTHDATA_APP_PASSWORD ` , and ` EARTHDATA_APP_CLIENT_ID ` envvars be set with
76- values provided by the EDL app. These are stored in NSIDC's vault instance and
77- provided as envvars in VMs provisioned by the
78- [ data-access-tool-vm] ( https://github.com/nsidc/data-access-tool-vm ) project.
80+ values provided by the EDL app. See [ Environment Variables] ( envvars.md ) for more
81+ information about environment variables used by the DAT backend.
7982
8083## Running the EDD in dev
8184
@@ -88,9 +91,13 @@ nvm use
8891npm run start
8992```
9093
91- > [ !NOTE] On Linux, starting the EDD in dev mode may not properly associate
92- > ` earthdata-download:// ` deep links with the dev instance of the EDD. See
93- > https://github.com/nasa/earthdata-download/issues/62
94+ ::: {.callout-note}
95+
96+ On Linux, starting the EDD in dev mode may not properly associate
97+ ` earthdata-download:// ` deep links with the dev instance of the EDD. See
98+ https://github.com/nasa/earthdata-download/issues/62
99+
100+ :::
94101
95102## get-links service
96103
0 commit comments