Skip to content

Commit 793a0ff

Browse files
Update creating-a-landsat-stac.ipynb
Minor edits
1 parent eaf7056 commit 793a0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/creating-a-landsat-stac.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@
18881888
"source": [
18891889
"### Write the catalog locally\n",
18901890
"\n",
1891-
"Now that we have our complete, validated STAC in memory, let's write it out. This is a simple as calling `save` on the Collection. We need to specify the type of catalog in order to property write out links - these types are described again in the STAC [Best Practices](https://github.com/radiantearth/stac-spec/blob/master/best-practices.md#use-of-links) documentation.\n",
1891+
"Now that we have our complete, validated STAC in memory, let's write it out. This is as simple as calling `save` on the Collection. We need to specify the type of catalog in order to property write out links - these types are described again in the STAC [Best Practices](https://github.com/radiantearth/stac-spec/blob/master/best-practices.md#use-of-links) documentation.\n",
18921892
"\n",
18931893
"We'll use the \"self contained\" type, which uses relative paths and does not specify absolute \"self\" links to any object. This makes the catalog more portable, as it remains valid even if you copy the STAC to new locations."
18941894
]
@@ -2242,7 +2242,7 @@
22422242
"source": [
22432243
"### Acknowledgements\n",
22442244
"\n",
2245-
"Credit to [sat-stac-landsat](https://github.com/sat-utils/sat-stac-landsat) off of which a lot of this code was based."
2245+
"Credit to [sat-stac-landsat](https://github.com/sat-utils/sat-stac-landsat) from which a lot of this code was based."
22462246
]
22472247
}
22482248
],

0 commit comments

Comments
 (0)