Skip to main content

Client for accessing data at the Canadian Astronomy Data Centre

Project description


This package implements a client for access the CADC data Web service (WS)

The package can be used as a library as well as through the cadc-data
command it installs.

1. Instantiate CadcDataClient and use it to access the data WS.

The only mandatory argument that the CadcDataClient constructor takes is
a cadcutils.net.Subject that holds the user credentials. The data WS is
accessed through the get_file, put_file and get_file_info functions of the client.

Example:
from cadcdata import CadcDataClient
from cadcutils import net

client = CadcDataClient(net.Subject())
print(client.get_file_info('GEMINI', '00AUG02_002'))

2. Invoke the cadc-data entry point function. This is the function that
is used to generate the cadc-data application

Example:
from cadcdata import main_app
import sys

sys.argv = ['cadc-data', 'info', '-a', 'GEMINI', '00AUG02_002']
main_app()

3. Invoke the cadc-data as an external command
Example:
import os
os.system('cadc-data info -a GEMINI 00AUG02_002')

Method 1. is the recommended method as it does not required forking external processes
and also allows trapping the exceptions and reacting according to the type of the
error. Method 2 also works but the sys.exit needs to be trapped in order
to prevent the script from quiting. Method 3, while simple, must rely on inter
processes communication to determine the result of running the command.

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

cadcdata-1.0.tar.gz (49.0 kB view details)

Uploaded Source

File details

Details for the file cadcdata-1.0.tar.gz.

File metadata

  • Download URL: cadcdata-1.0.tar.gz
  • Upload date:
  • Size: 49.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cadcdata-1.0.tar.gz
Algorithm Hash digest
SHA256 ce1fc5af93984f8939c5bfa02ef3442f67833cc8aea2324c50d12f7edb986079
MD5 a13e0ca5b4a48bc1736ac0eaff1bec1d
BLAKE2b-256 40e8dd5dbb4140e402ea4b170cab24efc9e0d2bae751902c1eb5e40a799faa9f

See more details on using hashes here.

Supported by

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