|
16 | 16 | "# Using the NGD Features API with Python\n", |
17 | 17 | "\n", |
18 | 18 | "The National Geographic Database (NGD) Features API provides access to Ordnance Survey's next generation NGD data. \n", |
19 | | - "The NGD Features API is a premium or public sector product only. If you are looking to access free data, you should use the [OS Features API](https://osdatahub.os.uk/docs/wfs/overview).\n", |
| 19 | + "The NGD Features API is a premium or public sector product only. If you are looking to access free data, you should use the [OS Features API](https://www.ordnancesurvey.co.uk/products/os-features-api).\n", |
20 | 20 | "\n", |
21 | 21 | "There are many ways to access the National Geographic Database:\n", |
22 | | - "- If you'd like to download data using a GUI, [Select+Build](https://www.ordnancesurvey.co.uk/business-government/products/os-select-build), allows you to download multiple types of features at once, delivered as part of the [OS Data Hub](https://osdatahub.os.uk).\n", |
23 | | - "- The [NGD Features API](https://www.ordnancesurvey.co.uk/business-government/products/os-ngd-api-features) allows for programatic access to NGD data in `GeoJSON` format.\n", |
| 22 | + "- If you'd like to download data using a GUI, [Select+Build](https://www.ordnancesurvey.co.uk/products/os-select-build), allows you to download multiple types of features at once, delivered as part of the [OS Data Hub](https://osdatahub.os.uk).\n", |
| 23 | + "- The [NGD Features API](https://www.ordnancesurvey.co.uk/products/os-ngd-api-features) allows for programatic access to NGD data in `GeoJSON` format.\n", |
24 | 24 | "\n", |
25 | 25 | "For Python developers, the [`osdatahub`](https://github.com/OrdnanceSurvey/osdatahub) Python library wraps almost all APIs in the [OS Data Hub](https://osdatahub.os.uk/) and provides an easy, Pythonic way to get data from Ordnance Survey. We have now added support for the NGD Features API, so you can access OS' latest product and next-generation data with only a few lines of Python code." |
26 | 26 | ] |
|
113 | 113 | "- A `theme` is a family of `collections`, for example, there is a theme called 'Buildings'.\n", |
114 | 114 | "- A `collection` is a group of features. The Buildings theme contains two collections: 'BuildingLine' and 'BuildingPart'.\n", |
115 | 115 | "\n", |
116 | | - "You can read more about the NGD Features API's themes and collections in the [Technical Specification](https://osdatahub.os.uk/docs/ofa/technicalSpecification)." |
| 116 | + "You can read more about the NGD Features API's themes and collections in the [Technical Specification](https://docs.os.uk/osngd/getting-started/getting-started-information)." |
117 | 117 | ] |
118 | 118 | }, |
119 | 119 | { |
|
1125 | 1125 | "metadata": {}, |
1126 | 1126 | "source": [ |
1127 | 1127 | "### 4.3 Applying CQL Filters\n", |
1128 | | - "Common Query Language (CQL) filters are a handy way in which you can tailor the results of your query to match specific needs. More information on CQL filters can be found [here](https://labs.os.uk/public/osngd/tutorials/articles/#filtering-and-cql). We can pass a filter into the API using the `filter` parameter." |
| 1128 | + "Common Query Language (CQL) filters are a handy way in which you can tailor the results of your query to match specific needs. More information on CQL filters can be found [here](https://docs.geoserver.org/2.27.x/en/user/tutorials/cql/cql_tutorial.html). We can pass a filter into the API using the `filter` parameter." |
1129 | 1129 | ] |
1130 | 1130 | }, |
1131 | 1131 | { |
|
1880 | 1880 | "source": [ |
1881 | 1881 | "## 5. Conclusion\n", |
1882 | 1882 | "\n", |
1883 | | - "We hope this short introduction to the `osdatahub` package's new NGD capabilities has been useful! \n", |
1884 | | - "You can find further resources to assist you on your OS API development journey at: [https://github.com/OrdnanceSurvey/os-api-resources](https://github.com/OrdnanceSurvey/os-api-resources)" |
| 1883 | + "We hope this short introduction to the `osdatahub` package's new NGD capabilities has been useful! " |
1885 | 1884 | ] |
1886 | 1885 | } |
1887 | 1886 | ], |
|
0 commit comments