Skip to main content

Actris DVAS API Client

DVAS - Data Discovery, Virtual Access and Services - is a platform developed by Actris to facilitate the discovery, access, and use of atmospheric data. The Actris DVAS API provides programmatic access to the metadata in DVAS, allowing users to explore the available metadata.

This is the Python client for accessing the metadata in the Actris DVAS API. It provides a simple interface for retrieving metadata.

The metadata in DVAS is subject to the CC-BY-4.0 license, which means that you are free to use, share, and adapt the metadata as long as you give appropriate credit to the original source, provide a link to the license, and indicate if changes were made. For more information about the CC-BY-4.0 license, please visit Creative Commons.

Installation

You can install the Actris DVAS API client using pip:

pip install dvas-api-client

Basic Usage

#!/usr/bin/env python3

from pprint import pprint
from dvas.client import BoolQuery, QueryField, SortType, PROD_API
from dvas.client import search

query = (
    BoolQuery()
    .must(QueryField.DATASET_REPOSITORY_ID, "In-Situ")
    .must(QueryField.DISTRIBUTION_ACCESS_RESTRICTED, False)
    .filter_range(
        QueryField.TEMPORAL_EXTENT_BEGIN,
        gte="1979-01-01T00:00:00.000Z",
    )
    .sort([
        (QueryField.TEMPORAL_EXTENT_BEGIN, SortType.ASC),
        (QueryField.IDENTIFICATION_PID, SortType.ASC),
    ])
)

for doc in search(PROD_API, query):
    pprint(doc)

Release files for dvas-api-client 0.7.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dvas-api-client 0.7.2
File Size Uploaded
dvas_api_client-0.7.2.tar.gz 16.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for dvas-api-client 0.7.2
File Interpreter ABI Platform
dvas_api_client-0.7.2-py3-none-any.whl Python 3 none any Details

Total release size: 36.0 kB

Release files / dvas_api_client-0.7.2.tar.gz

Download URL dvas_api_client-0.7.2.tar.gz
Size 16.7 kB
Tags Source
SHA-256 checksum
How to use checksums
fd54ada4d8f956a79f49bb1d4af457c2a48d55320451c7dacc2d339b79a70166
BLAKE2b-256 checksum
How to use checksums
646a5f7c525414bbe017b38c22f6399ad3ffd284450461b8e96b4aa8e792aebf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.13

Release files / dvas_api_client-0.7.2-py3-none-any.whl

Download URL dvas_api_client-0.7.2-py3-none-any.whl
Size 19.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2ac53150c7d3321c8b1185417a302fedf575bc4e20959da75013c31c0d023475
BLAKE2b-256 checksum
How to use checksums
0daa9260ce33e3920e58cc9f6c0b6cac0e980f2aaad5d27bc09b4f29dfab75ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.13

Release history Release notifications | RSS feed

0.7.3

2 release files

This release

0.7.2 This release

2 release files

0.7.0

2 release files

0.6.5

2 release files

0.6.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page