aemo
aemo copied to clipboard
AEMO Gem for managing Australian Energy Market data formats
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.6.2 to 6.6.3.1. Commits ffbf8ae Bump up 6.6.3.1 e4a0e71 Fix NoMethodError for start_with d98baf4 Bump up 6.6.3 da7a0c7 Filter marshaled objets See full diff in compare view...
Time parsing needs to be undertaken throughout in UTC+10:00 (aka NEMTIME)
Ref: - https://github.com/csv11/csvreader - https://rubygems.org/gems/csvreader Further reading: - ~https://github.com/csv11/docs/blob/master/why-the-csv-stdlib-is-broken.md~
https://github.com/jufemaiz/aemo/blob/master/lib/aemo/nmi.rb#L716 Change: ``` Ruby possible_values.map { |x| x['mlf_data']['loss_factors'] } ``` to ``` Ruby possible_values.map { |x| x['mlf_data']['loss_factors'] }.flatten ```
Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.2.8 to 3.3.3 Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid...