Datasets

Explore free datasets available on the NI4AI platform.

sunshine

PMU data archives from a distribution grid with community solar

Description

The 'sunshine' collection includes archived data for 6 distribution PMUs deployed as part of a pilot program that ran for 18 months.

https://blog.ni4ai.org/post/2020-03-30-sunshine-data/

Streams: 78

Points: 331,983,600,006

Code sample

import btrdb
import pandas
db = btrdb.connect("api.ni4ai.org:4411", apikey='YOUR_API_KEY')
sensors = db.list_collections(starts_with='sunshine')
streams = db.streams_in_collection('sunshine')