Skip to content

Commit a34e161

Browse files
authored
Merge pull request stac-utils#51 from azavea/rde/link-fix
Fix a link in the STAC Workshop tutorial notebook.
2 parents 7170eab + 24071b7 commit a34e161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/how-to-create-stac-catalogs.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
"source": [
10301030
"### Creating an EO Item\n",
10311031
"\n",
1032-
"In the code above, we encapsulated our imagery as a core STAC item. However, there's more information that we can encapsulate, given that we know this is a World View 3 image. We can do this by creating an `EOItem`, which is an Item that is extended via the [eo extension](https://github.com/radiantearth/stac-spec/tree/v0.8.1/extensions/eohttps://github.com/radiantearth/stac-spec/tree/v0.8.1/extensions/eo):"
1032+
"In the code above, we encapsulated our imagery as a core STAC item. However, there's more information that we can encapsulate, given that we know this is a World View 3 image. We can do this by creating an `EOItem`, which is an Item that is extended via the [eo extension](https://github.com/radiantearth/stac-spec/tree/v0.8.1/extensions/eo):"
10331033
]
10341034
},
10351035
{

0 commit comments

Comments
 (0)