Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nick-gorman/nem-data
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gorman committed Oct 29, 2018
2 parents 8b11902 + d1808cb commit 04dfc65
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# osdan
See wiki for more information.
# OSDAN

# Use OSDAN without python
Download the latest executable file [here](https://github.com/UNSW-CEEM/osdan/releases)

# Use the source code

```
from osdan import data_fetch_methods
start_time = '2017/01/01 00:00:00'
end_time = '2017/01/01 00:00:00'
table = 'DISPATCHPRICE'
raw_data_cache = 'C:\Users\your_data_storage'
data_fetch_methods.dynamic_data_compiler(start_time, end_time, table, raw_data_cache)

0 comments on commit 04dfc65

Please sign in to comment.