Skip to main content

CAOM-2.3 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.5.2.tar.gz (40.2 kB view details)

Uploaded Source

Built Distribution

caom2repo-1.5.2-py3-none-any.whl (46.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: caom2repo-1.5.2.tar.gz
  • Upload date:
  • Size: 40.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for caom2repo-1.5.2.tar.gz
Algorithm Hash digest
SHA256 d687b4dcf76522b53fb83b5e693fb42ea21ea6b13fd829987f8cdf35d47d99b0
MD5 8e723f6c9f8f40dd8a770567ea5a5f47
BLAKE2b-256 dcba30d4cd68ea30fb8f5250527acdf91ccc448b072e884d7e09f9804e0d2cd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: caom2repo-1.5.2-py3-none-any.whl
  • Upload date:
  • Size: 46.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for caom2repo-1.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2814eecc2923a6c9387b7ab11c1229200b5536f707511e00cf7a1fc2cca72557
MD5 7208b4a4c1d590a09b0a5e9b5706f123
BLAKE2b-256 bfb8afc2f137c082bfcb72888514735611819f3d11d88651427ea946f1c6bd4b

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