Skip to content

Add tutorial for creating Landsat 8 STAC #181

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

Merged
merged 1 commit into from
Sep 8, 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
10 changes: 9 additions & 1 deletion docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@ How to create STAC Catalogs with PySTAC

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.

Creating a Landsat 8 STAC
-------------------------

- :tutorial:`GitHub version <creating-a-landsat-stac.ipynb>`
- :ref:`Docs version </tutorials/creating-a-landsat-stac.ipynb>`

This tutorial was presented at [Cloud Native Geospatial Outreach Day](https://sites.google.com/radiant.earth/cng-agenda/) on September 8th, 2020. It shows how to create a STAC collection from a subset of Landsat 8 scenes over a location.

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

- :tutorial:`GitHub version <how-to-create-stac-catalogs.ipynb>`
- :tutorial:`GitHub version <adding-new-and-custom-extensions.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
Expand Down
Loading