Skip to content

Commit

Permalink
Merge pull request carpentries-incubator#161 from esciencecenter-digi…
Browse files Browse the repository at this point in the history
…tal-skills/fix-bullet-points

Fix formatting issues in episode 5
  • Loading branch information
fnattino authored Aug 29, 2023
2 parents 8db3ca7 + 8033971 commit 013a5df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episodes/05-access-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ linked assets are available only for registered users (the thumbnail is publicly

The authentication procedure for dataset with restricted access might differ depending on the data provider. For the
NASA CMR, follow these steps in order to access data using Python:

* Create a NASA Earthdata login account [here](https://urs.earthdata.nasa.gov);

Check warning on line 436 in episodes/05-access-data.md

View workflow job for this annotation

GitHub Actions / Build Full Site

[uninformative link text]: [here](https://urs.earthdata.nasa.gov)

Check warning on line 436 in episodes/05-access-data.md

View workflow job for this annotation

GitHub Actions / Build Full Site

[uninformative link text]: [here](https://urs.earthdata.nasa.gov)

Check warning on line 436 in episodes/05-access-data.md

View workflow job for this annotation

GitHub Actions / Build Full Site

[uninformative link text]: [here](https://urs.earthdata.nasa.gov)
* Set up a netrc file with your credentials, e.g. by using [this script](https://git.earthdata.nasa.gov/projects/LPDUR/repos/daac_data_download_python/browse/EarthdataLoginSetup.py);
* Define the following environment variables:
Expand All @@ -447,4 +448,4 @@ os.environ["GDAL_HTTP_COOKIEJAR"] = "./cookies.txt"
- Accessing satellite images via the providers' API enables a more reliable and scalable data retrieval.
- STAC catalogs can be browsed and searched using the same tools and scripts.
- `rioxarray` allows you to open and download remote raster files.
:::
:::

0 comments on commit 013a5df

Please sign in to comment.