Skip to content

Commit 66e34cf

Browse files
committed
Fixing broken links in documentation examples for NGD
1 parent 2308471 commit 66e34cf

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [1.3.4] - 2026/01/12
44
- Added Async NGD Client Feature - contributed by [ChrisCarlon]
5+
- Added NGD API support to use the NGDFeatureCollection contributed by [ChrisCarlon]
6+
- Further updates and fixes to documentation such as broken links.
57

68
## [1.3.3] - 2026/01/07
79
- Updating support to python 3.14

Examples/Using the NGD Features API.ipynb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"# Using the NGD Features API with Python\n",
1717
"\n",
1818
"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",
2020
"\n",
2121
"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",
2424
"\n",
2525
"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."
2626
]
@@ -113,7 +113,7 @@
113113
"- A `theme` is a family of `collections`, for example, there is a theme called 'Buildings'.\n",
114114
"- A `collection` is a group of features. The Buildings theme contains two collections: 'BuildingLine' and 'BuildingPart'.\n",
115115
"\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)."
117117
]
118118
},
119119
{
@@ -1125,7 +1125,7 @@
11251125
"metadata": {},
11261126
"source": [
11271127
"### 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."
11291129
]
11301130
},
11311131
{
@@ -1880,8 +1880,7 @@
18801880
"source": [
18811881
"## 5. Conclusion\n",
18821882
"\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! "
18851884
]
18861885
}
18871886
],

0 commit comments

Comments
 (0)