From 0dd4fb32c66cc582d7aabef3172b21f50148e9d1 Mon Sep 17 00:00:00 2001 From: Dan Winchester <35957529+GetTheData@users.noreply.github.com> Date: Fri, 2 Aug 2019 14:42:11 +0100 Subject: [PATCH] Update README.md (#985) Added bng2latlong API, which converts British easting and northing into latitude and longitude. Free to use for any purpose. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a083964d..952b5a98 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ API | Description | Auth | HTTPS | CORS | | [adresse.data.gouv.fr](https://adresse.data.gouv.fr) | Address database of France, geocoding and reverse | No | Yes | Unknown | | [Battuta](https://battuta.medunes.net) | A (country/region/city) in-cascade location API | `apiKey` | Yes | Unknown | | [Bing Maps](https://www.microsoft.com/maps/) | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | Unknown | +| [bng2latlong](https://www.getthedata.com/bng2latlong) | Convert a British OSGB36 easting and northing (British National Grid) to WGS84 latitude and longitude | No | Yes | Yes | | [City Context](https://www.citycontext.com/api-reference#/) | Crime, school and transportation data for US cities | `apiKey` | Yes | Unknown | | [CitySDK](http://www.citysdk.eu/citysdk-toolkit/) | Open APIs for select European cities | No | Yes | Unknown | | [Daum Maps](http://apis.map.daum.net/) | Daum Maps provide multiple APIs for Korean maps | `apiKey` | No | Unknown |