osdatahub
osdatahub copied to clipboard
A python package from Ordnance Survey, designed to make data from the OS Data Hub APIs readily accessible to developers.
At the moment, the set_crs() method of the Extent class only changes the string value of the crs attribute. The point values of the polygon are not transformed in any...
If you ask for a reasonable amount of data (say a county) python on my machine can exceed the (undocumented?) rate limit on even a relatively slow machine with a...
It would be useful if `Extent` could be a multipolygon to allow query results from non-contiguous areas, without needing to make multiple extent/API objects.
Hi, Could you expand on the readme.md https://github.com/OrdnanceSurvey/osdatahub/blob/master/README.md of the downloads section please? 'Note: For Premium Data Packages, this query will only return datasets if you have previously ordered the...
Provides the ability to set a time delay to prevent the rate limit being exceeded. #90
typeguard version is still set to 2.13.0, version 4 is available
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...
Currently, using Extent.from_ons_code() returns the extents as WGS84 without an option to choose the projection. Using these extents as input to FeaturesAPI and saving the data as a geojson means...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...