All Projects → paulgovan → eAnalytics

paulgovan / eAnalytics

Licence: Apache-2.0 license
Dynamic Web-based Analytics for the Energy Industry

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to eAnalytics

Iobroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 40 (+42.86%)
Mutual labels:  energy, analytics
Datofutbol
Dato Fútbol repository
Stars: ✭ 23 (-17.86%)
Mutual labels:  analytics, shiny
machLearn
Machine learning dashboard created with R/shiny
Stars: ✭ 74 (+164.29%)
Mutual labels:  shiny, shinydashboard
financial-asset-comparison-tool
R Shiny app to compare the relative performance of cryptos and equities.
Stars: ✭ 97 (+246.43%)
Mutual labels:  shiny, shinydashboard
ygdashboard
A modified shinydashboard to incorporate more functionality from adminLTE
Stars: ✭ 39 (+39.29%)
Mutual labels:  shiny, shinydashboard
tweet-conf-dash
A shiny twitter conference dashboard
Stars: ✭ 117 (+317.86%)
Mutual labels:  shiny, shinydashboard
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-57.14%)
Mutual labels:  analytics, shiny
antaresViz
ANTARES Visualizations
Stars: ✭ 19 (-32.14%)
Mutual labels:  energy, shiny
CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (-28.57%)
Mutual labels:  shiny, shinydashboard
shinyapps
code to reproduce my shiny apps
Stars: ✭ 28 (+0%)
Mutual labels:  shiny, shinydashboard
core-api
Streamr Core backend
Stars: ✭ 52 (+85.71%)
Mutual labels:  analytics
data-science-best-practices
The goal of this repository is to enable data scientists and ML engineers to develop data science use cases and making it ready for production use. This means focusing on the versioning, scalability, monitoring and engineering of the solution.
Stars: ✭ 53 (+89.29%)
Mutual labels:  analytics
vov
✨ vov.css animations for shiny
Stars: ✭ 23 (-17.86%)
Mutual labels:  shiny
plausible on dokku
Dockerfile to run Plausible (analytics) on Dokku (mini-Heroku)
Stars: ✭ 17 (-39.29%)
Mutual labels:  analytics
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (+10.71%)
Mutual labels:  shiny
startuptoolbox
The startup founder toolbelt. A forever-updating crowdsourced collection.
Stars: ✭ 146 (+421.43%)
Mutual labels:  analytics
kaltura-player-android
Kaltura Player is a rich, easy to integrate and easy to use video player for all media types and ad scenarios you need. - based on Google ExoPlayer
Stars: ✭ 22 (-21.43%)
Mutual labels:  analytics
retour-for-kirby
Kirby 3 plugin to manage redirects and track 404s right from the Panel
Stars: ✭ 96 (+242.86%)
Mutual labels:  analytics
pageviews
A simple and lightweight pageviews counter for your WordPress posts and pages.
Stars: ✭ 23 (-17.86%)
Mutual labels:  analytics
cortana-intelligence-energy-demand-forecasting
Energy industry solutions using the Cortana Intelligence Suite with end-to-end walkthrough.
Stars: ✭ 24 (-14.29%)
Mutual labels:  energy

Rdoc DOI

Features

  • Profile: take an overview of the industry
  • Performance: measure key performance indicators (KPIs)
  • Trends: identify changes in the industry over time
  • Explorer: discover new relationships in the data

Overview

eAnalytics is a Shiny web application built on top of R for energy analytics. The app is powered by the excellent plotly, Leaflet, DT, and googleVis packages. To learn more about our project, check out doi.org/10.5334/jors.144.

Getting Started

To install eAnalytics in R:

install.packages("eAnalytics")

Or to install the latest developmental version:

devtools::install_github('paulgovan/eAnalytics')

To launch the app:

eAnalytics::eAnalytics()

Or to access the app through a browser, visit paulgovan.shinyapps.io/eAnalytics.

Data

eAnalytics is built around the energyr R package of data published by the United States Federal Energy Regulatory Commission www.ferc.gov. energyr contains several datasets for different industry segments:

  • electric: Electric Company Financial Data
  • gas: Natural Gas Company Financial Data
  • hydropower: Hydropower Plant Data
  • lng: LNG Plant Data
  • oil: Oil Company Financial Data
  • pipeline: Natural Gas Pipeline Project Data
  • storage: Natural Gas Storage Field Data

Tutorial

Home

Launching the app first brings up the Home tab, which is basically a landing page that gives a brief introduction to the app and includes three value boxes for the current number of projects, companies, and facilities in the database.

Home

Profile

The Profile tab contains a number of interactive maps with information about facilities for the selected industry. The figure below shows the Profile tab for the Natural Gas Industry.

Multiple options are currently available for customizing the maps. Choose a preferred size or color variable in the movable well panel, select from different basemaps via the lower-right control, and click on a specific facility to view additional information.

Profile

Performance

The Performance tab tracks a number of Key Performance Indicators (KPIs) for the selected industry. The following figure shows the Performance tab for the Natural Gas Industry.

Performance

Trends

The Trends tab contains multiple interactive time-series charts of financial information for the selected industry. The following figure shows the Performance tab for the Electric industry.

The time-series chart in the Trends tab is linked to the data table shown in the Data tab. Searching, filtering, and sorting the data in the data table will automatically update the time-series chart with the selected data.

Trends

Data

The Data tab contains interactive datatables of information for the selected industry. The data can be searched, filtered, and sorted as required. The selected data can then be copied to the clipboard, downloaded to a csv or pdf file, or sent to a local printer. The figure below shows the Data tab for the Hydropower industry.

Data

Explorer

The Explorer tab contains a dynamic motion chart for exploring several indicators over time. The following figure shows the Explorer tab for the Natural Gas Industry.

Explorer2

Source Code

eAnalytics is an open source project, and the source code and project data is available at https://github.com/paulgovan/eAnalytics

Issues

For issues or requests, please use the GitHub issue tracker at https://github.com/paulgovan/eAnalytics/issues

Contributions

Ccontributions are welcome by sending a pull request

License

eAnalytics is licensed under the Apache licence. © Paul Govan (2015)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].