Skip to content

Qiuyi-Hong/retrieve_feeds_emoncms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retrieve all the feeds data from emoncms.org

This repository is used to retrieve all the feeds data automatically from emoncms.

How to use:

Download or clone the repository and open the retrieveFeed.ipynb notebook or click on Open In Colab and uncomment the first block of code.

There are three neccessary parameters needed: (start_date, end_date, your_apikey).

Other parameters are optional and have default values:

interval: 10 (in seconds)

average: 0

timeformat: excel (other formats: unix, unixms, iso8601)

skipmissing: 0

limitinterval: 0

delta: 0

The outputs:

The CSV file with the name starting with the name of the feed for each feed is created. In addition, the final CSV file, with the name starting with all_feeds, is created to store all the feeds data in your preferred time period and interval (resolution).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published