Skip to content

Commit 582c399

Browse files
committed
Add STAC tutorial to tutorials page.
Also add link to SpaceNet 5 challenge.
1 parent 886073e commit 582c399

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/tutorials.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Tutorials
22
#########
33

4+
The tutorials below are available on GitHub: https://github.com/azavea/pystac/tree/develop/docs/tutorials
5+
46
PySTAC Introduction
57
-------------------
68

79
:ref:`This notebook </tutorials/pystac-introduction.ipynb>` gives an introduction to PySTAC concepts through code examples.
810

9-
1011
PySTAC SpaceNet tutorial
1112
------------------------
1213

1314
:ref:`This notebook </tutorials/pystac-spacenet-tutorial.ipynb>` shows how to create and manipulate a STAC of `SpaceNet <https://spacenetchallenge.github.io/>`_ data.
15+
16+
How to create STAC Catalogs with PySTAC
17+
---------------------------------------
18+
:ref:`This notebook </tutorials/how-to-create-stac-catalogs.ipynb>` is a tutorial that was part of a 30 minute presentation at the `community STAC sprint <https://github.com/radiantearth/community-sprints/tree/master/11052019-arlignton-va>`_ in Arlington, VA in November 2019. It runs through creating a STAC of image or label items from the `SpaceNet 5 <https://www.topcoder.com/challenges/30099956>`_ dataset.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"cell_type": "markdown",
6161
"metadata": {},
6262
"source": [
63-
"To give us some material to work with, lets download a single image from the Spacenet 5 challenge. We'll use a temporary directory to save off our single-item STAC."
63+
"To give us some material to work with, lets download a single image from the [Spacenet 5 challenge](https://www.topcoder.com/challenges/30099956). We'll use a temporary directory to save off our single-item STAC."
6464
]
6565
},
6666
{
@@ -704,7 +704,7 @@
704704
"cell_type": "markdown",
705705
"metadata": {},
706706
"source": [
707-
"Beyond what a Catalog requires, a Collection requires a license, and an `Extent` that describes the range of space and time that the items it hold occupy."
707+
"Beyond what a Catalog reqiures, a Collection requires a license, and an `Extent` that describes the range of space and time that the items it hold occupy."
708708
]
709709
},
710710
{

0 commit comments

Comments
 (0)