https://github.com/alan-turing-institute/e4future-opendata

https://github.com/alan-turing-institute/e4future-opendata

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: alan-turing-institute
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 42 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme

README.md

e4Future-opendata

This repository contains Jupyter notebooks to process three open source datasets for either electric vehicle (EV) charging data or photovoltaic (PV) data: 1. Caltech ACN: EV data 2. WPD Electric Nation: EV data 3. PVOutput: PV data

There is a separate folder for each of these datasets with the relevant Jupyter notebooks and more details about the data and how to run the notebooks. The Jupyter notebooks process the data (charging power for EV data and power output of the PV system for PVOutput) and resample it by averaging the data over the resampling interval. The notebooks have a parameter to control the time resolution for the resampling.

The output files all follow the same format:

  • The first column contains the timestamps over a 24h period.
  • Each of the following column contains an individual profile (charging or PV output) for one day.
  • The profiles are for all datasets are power in kW.

Owner

  • Name: The Alan Turing Institute
  • Login: alan-turing-institute
  • Kind: organization
  • Email: info@turing.ac.uk

The UK's national institute for data science and artificial intelligence.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

data_acn/requirements.txt pypi
  • flat-table *
  • matplotlib *
  • notebook *
  • pandas *
  • seaborn *
data_electric_nation/requirements.txt pypi
  • Pandas *
  • notebook *
  • openpyxl *
  • xlrd *
data_pvoutput/requirements.txt pypi
  • lxml *
  • matplotlib *
  • notebook *
  • pandas *
  • requests *
  • seaborn *
  • tables *