tilezilla.products.registry module

Products available to ingest by this package

class tilezilla.products.registry.ProductRegistry(products)[source]

Bases: object

A registry of product types

sniff_product_type(path)[source]

Return an initialized product located a given path

Parameters:path (str) – the path to the directory containing the product
Returns:a product to work with
Return type:object
Raises:ProductNotFoundException – Raise if product cannot be opened