Skip to content

Commit

Permalink
Merge pull request #29 from Solcast/feature/separate_out_to_pandas
Browse files Browse the repository at this point in the history
Fixes to docs
  • Loading branch information
michaelf-solcast authored Feb 12, 2024
2 parents 12b74b4 + b7261fc commit 3856cde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/pv_power_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Allows management of detailed PV power site metadata used by the `advanced_pv_po

The module `pv_power_sites` has 6 functions available. Use the `res.to_dict()` method to see the site metadata.

| Endpoint | Purpose | API Docs |
| <div style="width:150px">Endpoint</div> | Purpose | API Docs |
|------|------|------|
| `list_pv_power_sites` | List available PV power sites. | [details](https://docs.solcast.com.au/#baee4c8b-83e8-43e6-886b-98671164df10){.md-button} |
| `get_pv_power_site` | Get an existing PV power site's specifications. | [details](https://docs.solcast.com.au/#27a18021-eed0-4281-8b28-9bdf1ebb2a95){.md-button} |
| `list_pv_power_sites` | List available PV power sites. | [details](https://docs.solcast.com.au/#baee4c8b-83e8-43e6-886b-98671164df10){.md-button} |
| `get_pv_power_site` | Get an existing PV power site's specifications. | [details](https://docs.solcast.com.au/#27a18021-eed0-4281-8b28-9bdf1ebb2a95){.md-button} |
| `create_pv_power_site` | Create PV power site to be used with Solcast's advanced PV power model. | [details](https://docs.solcast.com.au/#d3a35494-15d8-4baa-b96f-7fd3353c9f06){.md-button} |
| `patch_pv_power_site` | Patch an existing PV power site to partially update the site's specifications. | [details](https://docs.solcast.com.au/#ba412164-31c2-47a9-a965-c95bc9b632a6){.md-button} |
| `update_pv_power_site` | Overwrite an existing PV power site's specifications. | [details](https://docs.solcast.com.au/#181cf2be-f710-49c3-8050-07be858f25e1){.md-button} |
Expand Down Expand Up @@ -56,7 +56,7 @@ res.to_dict()
0.015,
0.015,
0.015],
'bifacial_system': False,
'bifacial_system': False,
'site_ground_albedo': 0.25,
'bifaciality_factor': 0.7,
'pvrow_height': 1.5,
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ nav:
- Live: live.md
- Historic: historic.md
- TMY: tmy.md
- PV Power Sites: pv_power_sites.md
- Example Notebooks:
- '1.1 Getting Data: Historic Solar Radiation': 'notebooks/1.1 Getting Data - Historic Solar Radiation.ipynb'
- '1.2 Getting Data: TMY in your local timezone': 'notebooks/1.2 Getting Data - TMY in your local timezone.ipynb'
Expand Down
2 changes: 1 addition & 1 deletion solcast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.1"
__version__ = "1.2.2"

from . import api, forecast, historic, live, tmy, unmetered_locations, urls

Expand Down

0 comments on commit 3856cde

Please sign in to comment.