Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

update neso address #379

Merged
merged 1 commit into from
Jun 2, 2025
Merged
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
4 changes: 2 additions & 2 deletions ocf_datapipes/utils/eso.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def get_gsp_shape_from_eso(
# call ESO website. There is a possibility that this API will be replaced and its unclear
# if this original API will stay operational.
url = (
"https://data.nationalgrideso.com/backend/dataset/2810092e-d4b2-472f-b955-d8bea01f9ec0/"
"resource/08534dae-5408-4e31-8639-b579c8f1c50b/download/gsp_regions_20220314.geojson"
"https://api.neso.energy/dataset/2810092e-d4b2-472f-b955-d8bea01f9ec0/resource/"
"08534dae-5408-4e31-8639-b579c8f1c50b/download/gsp_regions_20220314.geojson"
)

with requests.get(url) as response:
Expand Down