Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
sudo_apt_install: "libgeos++-dev libproj-dev proj-data proj-bin"
# brew_install: "proj geos librttopo"
os_list: '["ubuntu-latest"]'
python-version: "['3.10','3.11']"
python-version: "['3.11']"
2 changes: 1 addition & 1 deletion ocf_datapipes/load/gsp/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
# This is becasue national is stored as '0' in PVLive
self.gsp_ids = [0]
else:
self.gsp_ids = list(range(1, N_GSP + 1))
self.gsp_ids = list(range(1, 318))

def __iter__(self) -> xr.DataArray:
"""Get and return GSP data"""
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ pytorch_lightning
pvlive-api
pydantic
cftime
numcodecs==0.15.1