Sensors and Systems
Breaking News
Leica Geosystems and Develon Expand 3D Machine Control Options for DD100 and DD130 Dozers
Rating12345Leica Geosystems and Develon collaborate to deliver seamless integration...
vHive Announces Breakthrough in Autonomous Offshore Wind Turbine Inspections with an In-House Solution
Rating12345NEW YORK — vHive, a global leader in infrastructure...
Safe Pro’s Airborne Response Awarded Purchase Order for Drone Aerial Inspections of Telecom Towers in South Florida
Rating12345Q4 2024 Drone Services Revenue Increasing, Driven by Completion...

July 30th, 2010
SQL Server Geospatial Part 3 – Visualizing Spatial Data in SSRS

  • Rating12345

In the previous post, we finished by calculating population density for the city of Chicago. Today we will continue to build on that same dataset and will look at a cool way to visualize our spatial data using SSRS in SQL Server 2008 R2. If you haven’t done so yet, run through the tutorials in posts oneand two to bring your database up to speed. First of all, let’s look at an interesting way to join spatial datasets, as well as building a little on the knowledge from the last post about geography vs. geometry data. If you remember my comments about spatial reference systems, you’ll remember that the only way to truly measure distance is to use the geography type, which maps to three-dimensional space. However, you’ll also remember that the geography type supports far less functions that the geometry type. One of the convenient, and missing, functions from the geometry type is STCentroid() which returns a point at the center of mass of any shape. There’s a good explanation here. Read More

Leave a Reply

Your email address will not be published. Required fields are marked *