UK Spatial Data into SQL Server 2008/r2 + Reporting Services Daniel Gaze & Neal Atkinson The Co-operative Group

Slides:



Advertisements
Similar presentations
Lucy Diamond, Research Scientist, Ordnance Survey 18/04/2012 Rapid Assembly of Geo-Centred Linked Data Applications.
Advertisements

HTML Basic Lecture What is HTML? HTML (Hyper Text Markup Language) is a a standard markup language used for creating and publishing documents on.
Language Integrated Query (LINQ) Martin Parry Developer & Platform Group Microsoft Ltd
Get Started with GIS Mapping Part 2 of 3 Madhu Lakshmanan.
Georeferencing Introduction to georeferencing
GG5019 An Introduction to Geographical Information Technology and GIS Geographical Information Systems and Geospatial Data Analysis David R. Green G12.
Geospatial semantics research at Ordnance Survey Cathy Dolbear, Paula Engelbrecht, John Goodwin, Glen Hart and Ian Holt.
2011 Census Outputs Dissemination Plans Working in Partnership Chris Ashford – ONS Census Outputs.
Mapping and Visualising Census Data Keith Cole Jackie Carter Geo-data forum - 4/4/2001.
Using data from Digimap in ArcGIS
1 ShareGeo Discovering and Sharing Geospatial Data
Report on progress Stakeholder workshop, 29 Jan 2003.
Desiree Gumm Teaching for 6 years in the Meridian School District Currently teaching 6 th grade at Eagle Middle School Over the past 5 years I have used.
Developing for the Sitefinity Marketplace Stanislav Padarev Telerik Corporation Sitefinity Solutions Consultant.
Mel Gurdon Luke Wronski Jesse Battilana. How to Get there Map from
Google Fusion Tables API Inneke Ponet. Google Fusion Tables: Store, share, query and visualize data. API to run SQL-like queries applications that use.
Clark County & the Web Application Development Framework.
AN OVERVIEW & INTRODUCTION TO USING DACPACS D ata-Tier Applications {Application and Multi-Server Management} Neil Hambly York Oct 2010.
UK MAPPING WITH SSRS 2008 R2.
Tim Hodson Re-imagining the virtual library CASE STUDY One:
MSDN Connection Get personalised information on the topics and technologies you want Profile yourself today and get updates via RSS Get personalised information.
E-commerce can be seen below as a prototype.
We are thinking about ways of getting around our area.
Official; Crown Copyright 2014; Released under OGL Experience with INSPIRE GML Peter Parslow Principal Geographic Information Architect May 2014.
Who Needs Google Maps? (when you’ve got SQL Server)
Spatial.
Using Evernote and Google Docs in your web or mobile application (and potentially Dropbox and Skydrive) By Peter Messenger Senior Developer – Triple Point.
Indiemapper tools.
Introduction to Dashboards in CRM 4.0 Robert Peledie CRM Consultant Chorus IT.
Digimap Training Workshops Ordnance Survey Products Aim: to provide support staff with a basic knowledge of Ordnance Survey digital mapping products.
Integrating Official Statistics and Geospatial Information : Issues and Challenges.
EDINA Digimap’s OS Collection: Boundary Download Vivienne Carr James Crone.
High Quality Maps With R and ggplot
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 20 – 11 – 2011 College Of Computer Science and Information, Information Systems.
Hope Foley Perpetual Technologies SQL Saturday #51 - Nashville.
NR 621: Maps on the web Jim Graham Spring Portable Document Format Acrobat Writer lets you write PDF files from virtually any application by “printing”
Welcome to EDINA Digimap Digimap is an EDINA service offering online access to a range of spatial data. It is authenticated using the UK Federation and.
GEOG 1230 Lecture 3 Types and Sources of Geographical Data.
Lecture 3 How does GIS work. How does GIS work? Maps are stored in computers Databases and Tables Geometry Attributes.
Barry Biediger Utah Automated Geographic Reference Center (AGRC) October 28, 2004 Database Issues.
UNDERSTANDING SPATIAL DISTRIBUTION OF ASTHMA USING A GEOGRAPHICAL INFORMATION SYSTEM Mohammad A. Rob Management Information Systems University of Houston-Clear.
6 Steps to dissecting, understanding and answering a research question.
Geography, Mapping, and Images Amanda Clarke Henley GIS Librarian Reference Department, Davis Library.
Intro. To GIS Lecture 4 Data: data storage, creation & editing
Matthew Stephen & Will Thompson Business Intelligence Technical Specialists Microsoft Ltd Achieve Rapid Reporting with Reporting Services and Report Builder.
Nigel James Bodleian Library The Census Accessing and mapping British Census Data.
Developed By: [ INNOVATION INFOSOFT TECHNOLOGIES ]
Using Google Maps to collect spatial responses in a survey environment Nick Bearman Katy Appleton GISRUK 2011.
10/09/2015 E.R.Edwards 10/09/2015 Staffordshire University School of Computing CE Applied Communications Technology Openstreetmap GPS and mapping.
CHAPTER 3 VECTOR DATA MODEL.
1 Selling Autodesk Map to an AutoCAD User Top reasons for AutoCAD ® users to crossgrade to Autodesk ® Map ® 3D 2006 Autodesk and Autodesk Map are registered.
MapTube and Streaming Google Earth – Sharing Data via Anonymous Servers Richard Milton and Andrew Hudson-Smith CASA, UCL UCL CENTRE FOR ADVANCED SPATIAL.
Tables tables are rows (across) and columns (down) common format in spreadsheets multiple tables linked together create a relational database entity equals.
A GeoSpatial Mapping Architecture
Census.ac.uk Introduction to the ESRC Census Programme and overview of practical workshop afternoon David Martin, Programme Coordinator.
City of Woodcreek, TX Project Proposal GEO 4427 Advanced GIS II.
Topic 10- GIS layers to web
Digimap data in ArcGIS Guy McGarva EDINA Geo User Support Ian Holmes.
Hydroinformatics Lecture 15: HydroServer and HydroServer Lite The CUAHSI HIS is Supported by NSF Grant# EAR CUAHSI HIS Sharing hydrologic data.
Fast Track to SPATIAL Reporting!
Fun with SQL Server Spatial Data
21 Essential Data Visualization Tools
Understanding & Using Spatial Data Features in SQL Server
Touring Data with Power Map
Creating Dashboards by using PerformancePoint 2010
°.
العدد تذكيره وتأنيثه مقدمة
Fun with SQL Server Spatial Data
Installing SQL Server 2005 Meysam Khoshbakht
Visual recall of class information
Presentation transcript:

UK Spatial Data into SQL Server 2008/r2 + Reporting Services Daniel Gaze & Neal Atkinson The Co-operative Group

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

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

Importing data into SQL OS Code Point Data Importer – Visual Studio – Converts Postcode data (geometry) into Lat/Long coordinates (geography) – This allows you to display postcodes on bing/google maps Importer Importer Shape2SQL – Will import shapefiles into SQL

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

Example Reports Heat Map Point data Bing Maps Overlay

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 –