diff --git a/opennem_facilities.qmd b/opennem_facilities.qmd index 4ddbed1..2a72387 100644 --- a/opennem_facilities.qmd +++ b/opennem_facilities.qmd @@ -6,7 +6,7 @@ format: code-overflow: wrap --- -## Very basic module for downloading and parsing openNEM facility data +## Module for downloading and parsing openNEM facility data This is a simple set of functions for downloading and parsing station and duid meta data from openNEM. @@ -55,14 +55,13 @@ This should return a dataframe as follows (where the `code` here is DUID) | ... | ... | ... | ... | ... | ... | ... | ... | ... | - ### Extending / adapting To parse additional details / metadata - you would have to adapt the `Station` pydantic model (i.e. add the fields you want to parse), and also adapt the function to flatten the data to pandas as appropriate. ### code -The code csan be downloaded from here: ['opennem_faciulities.py](snippets/aemo_data/opennem_facilities.py), and is shown below as well: +The code can be downloaded from here: ['opennem_facilities.py](snippets/aemo_data/opennem_facilities.py), and is shown below as well: ```python {include="snippets/aemo_data/opennem_facilities.py"} ```