Replies: 1 comment 2 replies
-
|
G'day @Nerdward, The short answer is yes, Nempy can be used with data from various sources. Nempy currently has two main modules: the historical inputs module, which is used to prepare inputs for historical dispatch intervals in the Australian National Electricity Market (from a specific set of sources published by the Australian Energy Market Operator), and the markets module used to model the dispatch process. The markets module accepts data in the form pandas DataFrames, so as long as you can prepare your data from another source as appropriately formatted DataFrames, you can use it with Nempy, the required format of each input DataFrame is described in the documentation, e.g. the volume bids data (https://nempy.readthedocs.io/en/latest/markets.html#nempy.markets.SpotMarket.set_unit_volume_bids). Examples 1 to 6 in the documentation give a good introduction to the main datasets required by the Nempy markets module, and very simple examples of what these datasets look like. Examples 7 to 8 use the historical inputs module to prepare data, which is then passed to the Nempy markets module. The purpose of the historical inputs module is primarily to allow testing, so we can see if Nempy produces similar unit dispatch and pricing outcomes as observed historically when using historical inputs data. There may be some circumstances where historical data could be mixed with data from another source to answer a specific question, but care should be taken as not all historical data is independent, i.e. the bids of generators are not independent of other input data such as regional electricity demand. Examples: https://nempy.readthedocs.io/en/latest/examples.html#examples I hope the explanation above goes some way to clarifying the use of other data sources, but just let me know if you have any follow up questions. Cheer, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day,
I need help. Can this package be used with data from another database or data source. My team has scrapped data online and will like to use it with your package for modelling. Can it be done? If so, how can it be implemented?
Beta Was this translation helpful? Give feedback.
All reactions