Skip to main content

Packages for Jupyter Notebook users to interact with data from A2e, Livewire, and the SPP data platform.

Project description

doe-dap-dl

This repository contains useful packages for Jupyter Notebook users to interact with data from A2e, Livewire, and the SPP data platform. Users will be able to import these packages and call high-level functions that handle all of the api calls, graphing, and interpolations to stream-line the end user's ability to analyze data.

Example

from doe_dap_dl import DAP
a2e = DAP('a2e.energy.gov')

a2e.setup_basic_auth(username='username', password='password')

# Search for files
filter = {
    'Dataset': 'wfip2/lidar.z04.a0',
    'date_time': {
        'between': ['20151004000000', '20151004020000']
    },
    'file_type': 'nc'
}

file_names = a2e.search(filter)

# download files
files = a2e.download_files(file_names)

Main docs Search query docs Plotting docs

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

doe-dap-dl-0.4.0.tar.gz (17.2 kB view hashes)

Uploaded Source

Built Distribution

doe_dap_dl-0.4.0-py3-none-any.whl (12.5 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