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

Commit 1fcc1d7

Browse files
Merge pull request #379 from openclimatefix/new-neso-address
update neso address
2 parents 686bb7b + ca2750e commit 1fcc1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocf_datapipes/utils/eso.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ def get_gsp_shape_from_eso(
122122
# call ESO website. There is a possibility that this API will be replaced and its unclear
123123
# if this original API will stay operational.
124124
url = (
125-
"https://data.nationalgrideso.com/backend/dataset/2810092e-d4b2-472f-b955-d8bea01f9ec0/"
126-
"resource/08534dae-5408-4e31-8639-b579c8f1c50b/download/gsp_regions_20220314.geojson"
125+
"https://api.neso.energy/dataset/2810092e-d4b2-472f-b955-d8bea01f9ec0/resource/"
126+
"08534dae-5408-4e31-8639-b579c8f1c50b/download/gsp_regions_20220314.geojson"
127127
)
128128

129129
with requests.get(url) as response:

0 commit comments

Comments
 (0)