Developer Interface

Catalog

class koordinates.catalog.CatalogEntry(**kwargs)

Bases: koordinates.base.Model

class koordinates.catalog.CatalogManager(client)

Bases: koordinates.base.Manager

Accessor for querying across the site via the Catalog API.

Access via the catalog property of a koordinates.client.Client instance.

list()

The published version of each layer, table, set, document or source. If something hasn’t been published yet, it won’t appear here.

list_latest()

A filterable list view of layers, tables, sets, documents and sources, similar to list(). This returns the latest version of each item, regardless of whether or not it has been published.