reader
titiler.pgstac.reader ¶
Custom STAC reader.
PgSTACReader ¶
Bases: STACReader
Custom version of rio_tiler.io.STACReader.
Only accept pystac.Item
as input (while rio_tiler.io.STACReader accepts url or pystac.Item)
SimpleSTACReader ¶
Bases: MultiBaseReader
Simplified STAC Reader.
Inputs should be in form of:
{
"id": "IAMASTACITEM",
"collection": "mycollection",
"bbox": (0, 0, 10, 10),
"assets": {
"COG": {
"href": "https://somewhereovertherainbow.io/cog.tif"
}
}
}