Tutorials#
PySTAC-Client Introduction#
This tutorial gives an introduction to using pystac-client with a STAC API
STAC Metadata Visualization#
This tutorial gives an introduction to using hvplot to visualize STAC metadata and Item geometries on a map.
CQL2 Filtering#
This tutorial gives an introduction to using CQL2-JSON filtering in searches to search by arbitrary STAC Item properties.
Item Search with Intersects#
This tutorial demonstrates the use of different Python library object types that can be used for the intersects search parameter.
Calculating Coverage Percentage of the AOI by an Item#
This tutorial demonstrates the use of pystac-client to calculate the percentage an Item’s geometry that intesects with the area of interest (AOI) specified in the search by the intersects parameter.
Authentication#
This tutorial demontrates different ways the pystac-client can be used to access a private stac api, when protected with various authentication mechanisms.