Skip to main content

CAOM-2.4 repo access and tools

Project description

https://img.shields.io/pypi/v/caom2repo.svg

Client caom2-repo

caom2Repo provides a client (caom2-repo) to perform CRUD (Create, Read, Update, Delete) on an observation in a collection in a repository.

Visitor Plugin

The client also provides a visitor function which accepts a plugin. The visitor function iterates the observations of a collection and updates them according to the algorithm of the plugin function. The following is an example plugin to add a ‘PREVIEW’ Plane to an observation. More plugin examples can be found in caom2repo/tests/.

from __future__ import (absolute_import, division, print_function,
                        unicode_literals)

from caom2.observation import Observation
from caom2.plane import Plane


class ObservationUpdater(object):
    """ObservationUpdater that adds a plane to the observation."""

    def update(self, observation, **kwargs):
        """
        Processes an observation and updates it
        """
        assert isinstance(observation, Observation), (
            "observation %s is not an Observation".format(observation))
        observation.planes.add(Plane('PREVIEW'))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

caom2repo-1.6.tar.gz (40.6 kB view details)

Uploaded Source

Built Distribution

caom2repo-1.6-py3-none-any.whl (46.5 kB view details)

Uploaded Python 3

File details

Details for the file caom2repo-1.6.tar.gz.

File metadata

  • Download URL: caom2repo-1.6.tar.gz
  • Upload date:
  • Size: 40.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for caom2repo-1.6.tar.gz
Algorithm Hash digest
SHA256 83ad38dc21709873a80becc2059f18914c5fce80f0c8122f0bd7953da24fcfac
MD5 589659572529f033e1425a6a414e6d54
BLAKE2b-256 4e873393c35c085fdc5539aff10da32196810cbecebaa1d0a72f92fcd7855d0a

See more details on using hashes here.

File details

Details for the file caom2repo-1.6-py3-none-any.whl.

File metadata

  • Download URL: caom2repo-1.6-py3-none-any.whl
  • Upload date:
  • Size: 46.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for caom2repo-1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bb557e87b9ecd3fdfc6327ded746148d31f8c31e322b55e3dd6046d00b78001b
MD5 f950d4b4183dcebc66f187aac7b9ba3b
BLAKE2b-256 7ebfda08534f37af45e4b558170fcc1212a2a8ce66d5b9783d0b465ff77d37db

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page