Skip to content

Commit f6b6b86

Browse files
committed
get latest version (20260209) of NESO GSP regions when a version is not specified
1 parent 2292431 commit f6b6b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geocode/geocode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def get_gsp_regions(self, **kwargs):
125125
"""
126126
Get the GSP / GNode boundaries from the ESO Data Portal API.
127127
"""
128-
version = kwargs.get("version", "20250109")
128+
version = kwargs.get("version", "20260209")
129129
return self.neso.load_gsp_boundaries(version)
130130

131131
def get_llsoa_boundaries(self, **kwargs):

0 commit comments

Comments
 (0)