create_event_catalog

Project.create_event_catalog(name, description='')[source]

Create an event catalog in the database.

Parameters
  • name (String) – The name of the catalog.

  • description (String) – The description of the catalog.

Returns

cat – The created catalog.

Return type

mss_dataserver.event.core.Catalog