Skip to content

Python functions for wrangling public NEMDE constraint equation formulations

License

Notifications You must be signed in to change notification settings

susantoj/NEM_constraints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NEM_constraints

Python functions for wrangling public NEMDE constraint equation formulations:

  • get_constraint_list: get a list of constraints from the archive for a specific month/year
  • find_constraint: search for a specific constraint equation
  • get_LHS_terms: get the left-hand side (LHS) terms of a specific constraint equation
  • get_RHS_terms: get the right-hand side (RHS) terms of a specific constraint equation
  • get_constraint_details: get the description, LHS and RHS terms of a specific constraint equation
  • find_generic_RHS_func: find a generic RHS function definition from the archive
  • get_generic_RHS_func: get the terms for a generic RHS function

The Jupyter notebook here provides a illustrative demonstration of how the functions can be used.

More Information

AEMO provides a lot of reference information on constraints, including the following:

About

Python functions for wrangling public NEMDE constraint equation formulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published