Mikey Harper

Results 1 issues of Mikey Harper

I am trying to run a code snipped from https://labs.os.uk/prototyping/data-hub-explorer/ ```python from osdatahub import NGD, Extent key = "INSERT_API_KEY_HERE" bbox = (-1.5017, 50.9946, -1.5001, 50.9955) extent = Extent.from_bbox(bbox, "EPSG:4326") collection...