1 / 7

Want to display UK based GeoSpatial Data in Reporting services 3questions: Where is the data

UK Spatial Data into SQL Server 2008/r2 + Reporting Services Daniel Gaze & Neal Atkinson The Co-operative Group neal.atkinson@co-operative.coop daniel.gaze@coop.co.uk. Want to display UK based GeoSpatial Data in Reporting services 3questions: Where is the data How do I get it into SQL Server

verdad
Download Presentation

Want to display UK based GeoSpatial Data in Reporting services 3questions: Where is the data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. UK Spatial Data into SQL Server 2008/r2 + Reporting ServicesDaniel Gaze & Neal AtkinsonThe Co-operative Groupneal.atkinson@co-operative.coopdaniel.gaze@coop.co.uk

  2. Want to display UK based GeoSpatial Data in Reporting services 3questions: • Where is the data • How do I get it into SQL Server • How do I integrate it with my data

  3. Finding the data • Ordnance Survey Open Data Contains: • GB post code data • Boundary Line data - County / Admin • Street Level maps • Location Finding data • Free to use https://www.ordnancesurvey.co.uk/opendatadownload/products.html

  4. Importing data into SQL • OS Code Point Data Importer – Visual Studio • ConvertsPostcode data (geometry) intoLat/Long coordinates (geography) • This allowsyou to display postcodes on bing/googlemapshttps://github.com/AdaTheDev/Ordnance-Survey-Code-Point-Data-Importer • Shape2SQL • Will import shapefilesinto SQL http://www.sharpgis.net/page/SQL-Server-2008-Spatial-Tools.aspx

  5. Representing UK on a map • Requires a Polygon dataset • Can use OS Boundary data • Complex polygons • Splits country into mix of two/three tier divisions • We’re using a simplified dataset showing traditional counties

  6. Example Reports • Heat Map • Point data • Bing Maps Overlay

  7. Finally • Limitations – free datasets, maybe not in the format you require, some missing data. • Just a starting point for you to start using UK based spatial data in SQL Server. • All information + links available on Martin Bell’s Blog • http://sqlblogcasts.com/blogs/martinbell/

More Related