Skip to main content

No project description provided

Project description

Client for CTA Data Download Service

Purpose

CTA and LST data are/will be stored at CTAO-CH data center at CSCS. These data should be accessible for selected external users. In addition, these files should be available within interactive analysis platform at CSCS. This client presents an API access to these services and data.

Installation

$ pip install 'ctadata>=0.1.12'

Basic Usage

From within CTA CSCS JupyterHub platform, selected authorized users are able to access the "data download service", like so:

for url in ctadata.list_dir("lst/DL1/20241114/v0.1/headcut"):
    if 'datacheck' not in url and '.0100' in url and '11111' in url:
        print("stored", ctadata.fetch_and_save_file(url)/1024/1024, "Mb")
        print("found keys", h5py.File(url.split("/")[-1]).keys())

Known Issues

  • directory listing shows some not useful information
    • shows also top level directories and other links, this can be misleading
    • shows some duplicates

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

ctadata-0.1.13.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

ctadata-0.1.13-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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