Skip to content

This repo contains Jupyter notebooks demonstrating how to access and analyze NI4AI data

Notifications You must be signed in to change notification settings

PingThingsIO/ni4ai-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ni4ai-notebooks

This repository houses sample code demonstrating how to access and analyze NI4AI data.

To sign up for a login, visit ni4ai.org. It's free!

About NI4AI

NI4AI is short for A National Infrastructure for AI on the Grid. We're a three-year ARPA-E initiative designed to enable breakthroughs in data analytics for the grid.

In the past, limited data access has created barriers to advancing what it is possible to do with energy data. NI4AI is geared at catalyzing the rapid development and deployment of AI tools to improve every aspect of the grid. The project is taking a three pronged approach:

  1. The platform offers a high-performance environment that makes it easier to work with large volumes of time series data, and to collaborate.
  2. The data captures different aspects of grid behavior relevant to developing analytical tools to address problems on the grid.
  3. The community includes data analysts and practitioners working to find new opportunities for data to solve practical problems for utilities.

The project is led by a tech startup, PingThings, and leverages their PredictiveGridTM platform. The platform enables analysts from any area of expertise to visualize and analyze time series data at scale. It is used in production by utilities and by researchers to enable data exploration, visualization, event analysis, and machine learning on high-frequency sensor data. The University of California, Berkeley is a collaborator on the project.

Getting Started

Here's a blog post that will show you where to find your API key, and how to get started with jupyter notebooks.

https://blog.ni4ai.org/post/2020-07-29-demo-2/

This github repository includes We've included a file requirements.txt with a list of python packages you'll need to install to run these notebooks. Some (but not all) of these come standard issue with anaconda. Once you clone the repository, you can install the requirements by running:

pip install -r requirements.txt

Here's a link to the btrdb documentation. On our blog, you might find it useful to read about the structure of the database, and about how to use that structure to help you write efficient code.

Data Sets

A complete list of data sets hosted in the platform is available on https://ni4ai.org/datasets. The Jupyter notebooks in this repository can be adapted to run different datasets by changing the collection. Note that you may need to adjust the date range as well, as not all datasets span the same time intervals.

Jupyter Notebooks

Each of the jupyter notebooks here is accompanied with a blog post. You'll find the posts here:

  • Exploring Sunshine Data (here)
  • Voltage Sag Exploration (here)
  • Phasor Calculation (here)

Continued Learning

We've hosted a series of workshops about the data and platform. Here are a few videos that will help you get started:

About

This repo contains Jupyter notebooks demonstrating how to access and analyze NI4AI data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published