Skip to content

Commit 2605f27

Browse files
authored
Merge pull request #150 from azavea/feature/rde/extension-tutorial
Add tutorial on implementing extensions in PySTAC.
2 parents b4e612d + 7804c8d commit 2605f27

File tree

2 files changed

+551
-0
lines changed

2 files changed

+551
-0
lines changed

docs/tutorials.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ How to create STAC Catalogs with PySTAC
2626
- :ref:`Docs version </tutorials/how-to-create-stac-catalogs.ipynb>`
2727

2828
This was 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.
29+
30+
Adding New and Custom Extensions
31+
--------------------------------
32+
33+
- :tutorial:`GitHub version <how-to-create-stac-catalogs.ipynb>`
34+
- :ref:`Docs version </tutorials/adding-new-and-custom-extensions.ipynb>`
35+
36+
This tutorial goes over how to contribute new extensions to PySTAC as well as how to implement
37+
your own custom extensions.

0 commit comments

Comments
 (0)