Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Jul 17, 2023
1 parent 6d2c59a commit ff98c52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions opennem_facilities.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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"}
```

0 comments on commit ff98c52

Please sign in to comment.