Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorial on implementing extensions in PySTAC. #150

Merged
merged 1 commit into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ How to create STAC Catalogs with PySTAC
- :ref:`Docs version </tutorials/how-to-create-stac-catalogs.ipynb>`

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.

Adding New and Custom Extensions
--------------------------------

- :tutorial:`GitHub version <how-to-create-stac-catalogs.ipynb>`
- :ref:`Docs version </tutorials/adding-new-and-custom-extensions.ipynb>`

This tutorial goes over how to contribute new extensions to PySTAC as well as how to implement
your own custom extensions.
Loading