Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/nemosis/defaults.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
names = {
"FCAS Providers": "NEM Registration and Exemption List.xls",
"FCAS Providers": "NEM Registration and Exemption List.xlsx",
"DISPATCHLOAD": "PUBLIC_DVD_DISPATCHLOAD",
"NEXT_DAY_DISPATCHLOAD": "PUBLIC_NEXT_DAY_DISPATCHLOAD",
"DUDETAILSUMMARY": "PUBLIC_DVD_DUDETAILSUMMARY",
Expand All @@ -20,7 +20,7 @@
"FCAS_4_SECOND": "FCAS",
"ELEMENTS_FCAS_4_SECOND": "Elements_FCAS.csv",
"VARIABLES_FCAS_4_SECOND": "Ancillary Services Market Causer Pays Variables File.csv",
"Generators and Scheduled Loads": "NEM Registration and Exemption List.xls",
"Generators and Scheduled Loads": "NEM Registration and Exemption List.xlsx",
"MNSP_INTERCONNECTOR": "PUBLIC_DVD_MNSP_INTERCONNECTOR",
"MNSP_PEROFFER": "PUBLIC_DVD_MNSP_PEROFFER",
"INTERCONNECTOR": "PUBLIC_DVD_INTERCONNECTOR",
Expand Down Expand Up @@ -131,8 +131,8 @@
static_table_url = {
"ELEMENTS_FCAS_4_SECOND": "https://www.nemweb.com.au/Reports/Current/Causer_Pays_Elements/",
"VARIABLES_FCAS_4_SECOND": "https://aemo.com.au/-/media/files/electricity/nem/settlements_and_payments/settlements/auction-reports/archive/ancillary-services-market-causer-pays-variables-file.csv",
"Generators and Scheduled Loads": "https://www.aemo.com.au/-/media/Files/Electricity/NEM/Participant_Information/NEM-Registration-and-Exemption-List.xls",
"_downloader.download_xl": "https://www.aemo.com.au/-/media/Files/Electricity/NEM/Participant_Information/NEM-Registration-and-Exemption-List.xls",
"Generators and Scheduled Loads": "https://www.aemo.com.au/-/media/Files/Electricity/NEM/Participant_Information/NEM-Registration-and-Exemption-List.xlsx",
"_downloader.download_xl": "https://www.aemo.com.au/-/media/Files/Electricity/NEM/Participant_Information/NEM-Registration-and-Exemption-List.xlsx",
}

aemo_mms_url = "http://www.nemweb.com.au/Data_Archive/Wholesale_Electricity/MMSDM/{}/MMSDM_{}_{}/MMSDM_Historical_Data_SQLLoader/DATA/{}.zip"
Expand Down