Skip to content

Commit

Permalink
Finish sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Jan 4, 2024
1 parent 14b65fa commit c0547b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To give a more concrete example: the red band of a single Landsat image would be

This explanation is a very simplified overview of the STAC family of standards -- for instance, items may also be grouped into _catalogs_, and collections and catalogs may themselves be grouped into other collections and catalogs. For all practical purposes however, if your main interest is downloading data from STAC APIs, the simplified explanation is pretty decent.

For instance, we can see this organization in the wild by using rstac to explore a public STAC API. Microsoft hosts a STAC API as part of their [Planetary Computer](https://planetarycomputer.microsoft.com/); we
For instance, we can see this organization in the wild by using rstac to explore a public STAC API. Microsoft hosts a STAC API as part of their [Planetary Computer](https://planetarycomputer.microsoft.com/); we'll use their API for the rest of this tutorial.

To start downloading data, we’ll first need to let rstac know what STAC
API we want to query and download from. To do so, we’ll pass the URL of
Expand Down

0 comments on commit c0547b7

Please sign in to comment.