getthedata.com – bng2latlong
Convert an OSGB36 easting and northing (British National Grid) to WGS84 latitude and longitude.
- Homepage
- https://api.apis.guru/v2/specs/getthedata.com:bng2latlong/1.0.json
- Provider
- getthedata.com:bng2latlong / bng2latlong
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/getthedata.com/bng2latlong/1.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/getthedata.com/bng2latlong/1.0/openapi.yaml
Tools (3)
Extracted live via the executor SDK.
-
bng2latlong.getBng2latlongEastingNorthingTakes an OSGB36 easting and northing (British National Grid) and returns the geographically equivalent WGS84 latitude and longitude.
A successful request returns the following fields:
- status - this will be
ok - easting - the easting provided in the request
- northing - the northing provided in the request
- latitude - the latitude of the converted coordinates
- longitude - the longitude of the converted coordinates
An unsuccessful request returns the following fields:
- status - this will be
error - error - an error message
- status - this will be
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools