CoVEMDA (Python Version)
CoronaVirus - Electricity Market Data Analyzer (CoVEMDA) is an open-access and ready-to-use toolbox to track COVID-19 impacts on U.S. power systems. This document is a quick overview of this toolbox.
Features
CoVEMDA is primarily working with COVID-EMDA+ data hub, with some major functions such as: baseline estimation, regression analysis, scientific visualization, and other useful supplementary functions.
Extenal data and models are allowed for further extensions.
Navigation
CoVEMDA root directory contains four folders, a setup.py script, a README.md document, and a LICENSE text file. One can run the setup script to check the dependencies of current environment, or use pip command to retrieve from PyPI.
Folder lib/ contains the source codes for CoVEMDA, which are collectively organized in several script files according to the realized functions. It is recommended to call the integrated functions or high-level functions as they are user-oriented and simple to use. Turn to low-level functions only in case that more flexible and refined configurations are required.
Folder docs/ contains a User Manual for CoVEMDA. This manual includes simple guidance for first-time users, as well as detailed explanation of all the features and functions, along with illustrative examples. Though this is a complete guide for anyone that is interested in more details, reading Section 1 (Introduction) and Section 2 (Getting Started) is enough for beginners to try it out.
Folder data/ contains the temporary files of CoVEMDA, including a data collection updated to March 2021 (data/data_archive/) and several pretrained backcast models (data/backcast).
User Manual
An extensive User Manual is attached to the toolbox, which can be found at docs/. In this manual, users may find some basic-level guidances as well as comprehensive details of the toolbox implementation. Here, the the manual are organized with the following sections:
- Introduction
- Getting Started
- Data Hub
- Toolbox
- Baseline Estimation
- Regression Analysis
- Scientific Visualization
- Acknowledgments
We highly recommend you to read Section 1 and 2 before using CoVEMDA. The rest of the manual introduces all the features, classes, and functions from principle to practice in detail. Read Section 3 and 4 to get some knowledge of the programming architecture and useful interfaces. Read Section 5, 6, and 7 for advanced usage and customization.
Release files for CoVEMDA 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| CoVEMDA-1.0.tar.gz | 23.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| CoVEMDA-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 47.9 kB
Release files / CoVEMDA-1.0.tar.gz
| Download URL | CoVEMDA-1.0.tar.gz |
|---|---|
| Size | 23.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b204adcb7a9655c5c2a6965eca79582f6567f9fe8640e0a154682aad890eddba
|
|
BLAKE2b-256 checksum How to use checksums |
4f69226968ee8b7bb257d1de0226d9abc246b638e4e25b6c4dc6f236fe249671
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/0.0.0 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
|
Release files / CoVEMDA-1.0-py3-none-any.whl
| Download URL | CoVEMDA-1.0-py3-none-any.whl |
|---|---|
| Size | 24.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
72eadc0a264f5626155a75a01ab509116ffa631fe7b41f35bfdc04e656d004ab
|
|
BLAKE2b-256 checksum How to use checksums |
0a6745b525da2503280146f9bc76fde108b17941174731a818c13e4a1a4506d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/0.0.0 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
|