├── LICENSE ├── README.md └── tutorial-01-proptech ├── images ├── os-data-hub-os-maps-api-1.png ├── os-data-hub-os-maps-api-2.png └── southampton-local-authority-district-median-price-paid-deciles.png └── os-data-hub-api-tutorial-01-proptech.ipynb /LICENSE: -------------------------------------------------------------------------------- 1 | Tutorial 01 - Proptech 2 | 3 | The notebook tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb is licensed under the terms of the MIT License. 4 | 5 | MIT License 6 | 7 | Copyright (c) 2020 Ordnance Survey Limited 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy 10 | of this software and associated documentation files (excluding the data and datasets 11 | within the software and associated documentation files which shall be subject to the 12 | licenses identified below or such other licences that shall apply to such data 13 | and datasets) (the "Software"), to deal in the Software without restriction, including 14 | without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 15 | and/or sell copies of the Software, and to permit persons to whom the Software is 16 | furnished to do so, subject to the following conditions: 17 | 18 | 1. The copyright notice and this permission notice below shall be included in all 19 | copies or substantial portions of the Software. 20 | 21 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 22 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 23 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 24 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 25 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 26 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 27 | SOFTWARE. 28 | 29 | 2. The data and datasets within the Software shall be subject to the licenses identified 30 | below or such other licences that shall apply to such data and datasets and shall 31 | not be copied, merged, published, distributed, sublicensed or sold whether separately or 32 | as part of the Software except in accordance with the appropriate licence. 33 | 34 | The datasets sourced via the APIs in the notebook tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb, all of which are set out below, are licensed under the terms of the Open Government Licence (OGL) v3.0. 35 | See http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/. 36 | 37 | Contains OS data © Crown copyright and database right 2020. 38 | 39 | Contains National Statistics data © Crown copyright and database right 2020. 40 | 41 | Contains HM Land Registry data © Crown copyright and database right 2020. 42 | 43 | --------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Deprecation 2 | 3 | This project is deprecated. We now maintain all OS Data Hub tutorials using the repo: [https://github.com/OrdnanceSurvey/os-data-hub-tutorials](https://github.com/OrdnanceSurvey/os-data-hub-tutorials) 4 | 5 | # OS Data Hub API Tutorials 6 | 7 | ## Tutorials 8 | 9 | ### Tutorial 01 - Proptech 10 | 11 | Visualising the spatial distribution of Lower Layer Super Output Area (LSOA) median price paid deciles for residential property sold between 1995 and 2019 for a local authority district (LAD) in England or Wales. 12 | 13 | See [./tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb](./tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb). 14 | 15 | A Jupyter Notebook providing a data science pipeline in Python to leverage data insights through the integration of OS Data Hub APIs with other government data services from the Office for National Statistics and HM Land Registry. 16 | 17 |

18 | Southampton Local Authority District Median Price Paid Deciles 19 |

20 | 21 | ## License 22 | 23 | ### Tutorial 01 - Proptech 24 | 25 | See [./LICENSE](./LICENSE). 26 | 27 | The notebook [./tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb](./tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb) is licensed under the terms of the [MIT License](https://github.com/OrdnanceSurvey/os-data-hub-api-tutorials/blob/master/LICENSE). 28 | 29 | The datasets sourced via the APIs in the notebook [./tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb](./tutorial-01-proptech/os-data-hub-api-tutorial-01-proptech.ipynb), all of which are set out below, are licensed under the terms of the [Open Government Licence (OGL) v3.0](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/). 30 | 31 | Contains OS data © Crown copyright and database right 2020. 32 | 33 | Contains National Statistics data © Crown copyright and database right 2020. 34 | 35 | Contains HM Land Registry data © Crown copyright and database right 2020. 36 | 37 | OGL Symbol 40 | -------------------------------------------------------------------------------- /tutorial-01-proptech/images/os-data-hub-os-maps-api-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrdnanceSurvey/os-data-hub-api-tutorials/f73826739713e47cd211b70d6710f884bf3bf07a/tutorial-01-proptech/images/os-data-hub-os-maps-api-1.png -------------------------------------------------------------------------------- /tutorial-01-proptech/images/os-data-hub-os-maps-api-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrdnanceSurvey/os-data-hub-api-tutorials/f73826739713e47cd211b70d6710f884bf3bf07a/tutorial-01-proptech/images/os-data-hub-os-maps-api-2.png -------------------------------------------------------------------------------- /tutorial-01-proptech/images/southampton-local-authority-district-median-price-paid-deciles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrdnanceSurvey/os-data-hub-api-tutorials/f73826739713e47cd211b70d6710f884bf3bf07a/tutorial-01-proptech/images/southampton-local-authority-district-median-price-paid-deciles.png --------------------------------------------------------------------------------