squid_py.ocean.ocean_services module

Ocean module.

class squid_py.ocean.ocean_services.OceanServices

Bases: object

Ocean services class.

static create_access_service(attributes, service_endpoint)

Publish an asset with an Access service according to the supplied attributes.

Parameters
  • attributes – attributes of the access service, dict

  • service_endpoint – str URL for initiating service access request

Returns

Service instance or None

static create_compute_service(attributes, service_endpoint)