UNSW-CEEM / NEMOSIS

NEMOSIS: NEM Open-source information service. A Python package for downloading historical data published by the Australian Energy Market Operator (AEMO)
Other
60 stars 31 forks source link

STPASA tables #9

Closed khalido closed 2 years ago

khalido commented 4 years ago

Is it possible to download the Stpasa tables? I am specifically looking for STPASA_REGIONSOLUTION.

AEMO must produce load forecasts for each region for the following timeframes:

  • Each day for the day ahead – pre-dispatch forecast
  • Each day for the period two to seven days ahead – short term projected assessment of system adequacy (STPASA) forecast

In this AEMO data model report - pdf, its the STPASA_REGIONSOLUTION which is updated each STPASA run (i.e every 2 hours).

STPASA_REGIONSOLUTION shows the results of the regional capacity, maximum surplus reserve and maximum spare capacity evaluations for each period of the study

nick-gorman commented 4 years ago

Hi khalido,

The backend would probably support this but it requires adding some table specific settings in defaults.py, data_fetch_methods.py, and processing_info_maps.py. That assumes that these tables can be processed using the same settings as one of the existing tables.

If you clone the repository it should be reasonably straight forward to add them for your personal use.

Otherwise I can add them at some point, but it may take a while.

Cheers, Nick

prakaa commented 2 years ago

Hi @khalido,

Probably quite late but a separate package now deals with this data - nemseer. It's very close to v1.0 and is thoroughly tested and documented.

https://github.com/UNSW-CEEM/NEMSEER