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 WDH, 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 1
from doe_dap_dl import DAP
wdh = DAP('wdh.energy.gov')
wdh.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 = wdh.search(filter)
# Download files
files = wdh.download_files(file_names)
Example 2
from doe_dap_dl import DAP
wdh = DAP('wdh.energy.gov')
wdh.setup_basic_auth()
# Download files using order IDs
wdh.download_orders(order_ids=["order_id"])
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doe_dap_dl-0.6.0.tar.gz.
File metadata
- Download URL: doe_dap_dl-0.6.0.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96025467652cafd090f7bf49bf49a1aab311b7ce26f09f81802fb7d45d7cd506
|
|
| MD5 |
d845d04c8f4cbb84da9a366419f1f4cb
|
|
| BLAKE2b-256 |
3eeeba4557b2618c8025149941b76f0ff03b35e3bd6d4faacbc7cc632e41e6b5
|
File details
Details for the file doe_dap_dl-0.6.0-py3-none-any.whl.
File metadata
- Download URL: doe_dap_dl-0.6.0-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e634fb76341b020950b88c57209958361ea750f826cc84f0ae83cbb1c398ff6
|
|
| MD5 |
85a91d686b3851cafa66a02cb1500b45
|
|
| BLAKE2b-256 |
23c466e29a00ffdce091e8fbf8f9ce7a250133c1d6da86417fe0684253089f17
|