Skip to content
forked from UNSW-CEEM/NEMOSIS

NEMOSIS: NEM Open-source information service

License

Notifications You must be signed in to change notification settings

jotaigna/NEMOSIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update to the latest version of NEMOSIS for fixes to file paths on mac.

Download windows GUI

Choose the exe from the latest release

Documentation

Support NEMOSIS

Cite our paper in your publications that use data from NEMOSIS.

Get Updates, Ask Questions

Join the NEMOSIS forum group.

Use the python interface

pip install nemosis

from nemosis import data_fetch_methods

start_time = '2017/01/01 00:00:00'
end_time = '2017/01/01 00:05:00'
table = 'DISPATCHPRICE'
raw_data_cache = 'C:/Users/your_data_storage'

price_data = data_fetch_methods.dynamic_data_compiler(start_time, end_time, table, raw_data_cache)

About

NEMOSIS: NEM Open-source information service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%