From 1822b5a1700895d0137bd46d79b46d323c8b45cb Mon Sep 17 00:00:00 2001 From: Sherwin-14 Date: Tue, 20 Aug 2024 13:27:41 +0530 Subject: [PATCH 1/2] Removed broken link named introduction to nasa earthaccess --- CHANGELOG.md | 1 + docs/howto/search-granules.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369af789..01dcbc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ `earthaccess.get_s3_filesystem` and `Store.get_s3_filesystem`, respectively, instead ([#766](https://github.com/nsidc/earthaccess/issues/766))([**@Sherwin-14**](https://github.com/Sherwin-14)) - Added Issue Templates([#281](https://github.com/nsidc/earthaccess/issues/281))([**@Sherwin-14**](https://github.com/Sherwin-14)) +- Removed Broken Link ([#779](https://github.com/nsidc/earthaccess/issues/779))([**@Sherwin-14**](https://github.com/Sherwin-14)) diff --git a/docs/howto/search-granules.md b/docs/howto/search-granules.md index 2926dfa2..fa74e9aa 100644 --- a/docs/howto/search-granules.md +++ b/docs/howto/search-granules.md @@ -16,7 +16,7 @@ results = earthaccess.search_data( ### **Searching for data** Once we have selected our dataset we can search for the data granules using *doi*, *short_name* or *concept_id*. -If we are not sure or we don't know how to search for a particular dataset, we can start with the ["Introducing NASA earthaccess"](https://nsidc.github.io/earthaccess/tutorials/demo/#querying-for-datasets) tutorial or through the [NASA Earthdata Search portal](https://search.earthdata.nasa.gov/). For a complete list of search parameters we can use visit the extended [API documentation](https://earthaccess.readthedocs.io/en/latest/user-reference/api/api/). +If we are not sure or we don't know how to search for a particular dataset, we can start with the [NASA Earthdata Search portal](https://search.earthdata.nasa.gov/). For a complete list of search parameters we can use visit the extended [API documentation](https://earthaccess.readthedocs.io/en/latest/user-reference/api/api/). ```python From 1589eb8387415ea3eaff33ea73f5ec944f744b05 Mon Sep 17 00:00:00 2001 From: Sherwin-14 Date: Tue, 20 Aug 2024 13:29:38 +0530 Subject: [PATCH 2/2] Added details to CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01dcbc1a..972910d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ `earthaccess.get_s3_filesystem` and `Store.get_s3_filesystem`, respectively, instead ([#766](https://github.com/nsidc/earthaccess/issues/766))([**@Sherwin-14**](https://github.com/Sherwin-14)) - Added Issue Templates([#281](https://github.com/nsidc/earthaccess/issues/281))([**@Sherwin-14**](https://github.com/Sherwin-14)) -- Removed Broken Link ([#779](https://github.com/nsidc/earthaccess/issues/779))([**@Sherwin-14**](https://github.com/Sherwin-14)) +- Removed Broken Link "Introduction to NASA earthaccess" ([#779](https://github.com/nsidc/earthaccess/issues/779))([**@Sherwin-14**](https://github.com/Sherwin-14))