UNSW-CEEM / NEMSEER

A package for downloading and handling forecasts for the National Electricity Market (NEM) from the Australian Energy Market Operator (AEMO).
http://nemseer.readthedocs.io/
GNU General Public License v3.0
22 stars 3 forks source link

Smarter csv conversion #38

Closed prakaa closed 2 years ago

prakaa commented 2 years ago

An issue arises where a user might cache nemseer data in the same dir as csvs (e.g. NEMOSIS csvs). `nemseer will then proceed to convert all csvs.

A more targeted/smarter conversion to csv is required

Thanks @dec-heim