Browse by Tags
Hi Folks, As part of a larger effort to document our protocols, SQL Server has just released documentation on the structure of our spatial types. The document is also available in PDF . Note that all of this is preliminary, and while I doubt
Read More...
Hi Folks, The title of this post states the obvious: the area of a sphere is finite. We even have a nice formula for it, 4πr 2 . The same is true for an ellipsoid, which is just a sat-upon sphere, although computing the area gets more complicated
Read More...
Hi Folks, Marko Tintor from our Serbia team just dropped some new functionality into the SQL Server Spatial Tools project on CodePlex: A method for testing whether a geography instance is valid. Better: a method for creating a valid geography from invalid
Read More...
Hi Folks, We all know that the sphere isn’t the plane, and that an ellipsoid is different as well, but I don’t know if everyone has given so much thought to the practical effects of these differences. And so I thought it might be a nice idea to catalog
Read More...
Hi Folks, This post contains no new information; it’s just a rollup of links to spatial indexing posts I’ve made. If you want to know more about spatial indexing, these are the ones to read. In order: Why a Spatial Index? A Simple Spatial Indexing
Read More...
Simon Sabin asked me to pass along information about a free spatial event that he and Johannes Kebeck are holding in London on the 16th. It looks like they’ll be covering a bunch of hot SQL Server Spatial topics: how to get your data in to SQL,
Read More...
Hi Folks, Jason Follas recently ran across a lingering issue when using our spatial library without the server. I mistakenly thought the fix had been shipped, but for now it remains. The background is that the spatial library consists of a managed
Read More...
Hi Folks, It occurs to me that I haven’t posted anything about the hemisphere limitation for the SQL Server geography type. This limitation is a little confusing, and could probably use some clarification. It also occurs to me that I haven’t posted
Read More...
Hi Folks, While I continue to procrastinate, here are some excellent spatial resources to peruse. First, David Lean, a Microsoft evangelist, has very comprehensive list of spatial posts over on his Dave does Data blog. He covers a wide range of
Read More...
Last time , I posted a question sent to me by Rob Mount. So what solutions exist other than the north pole? You did well: jnelso99 got part of the way there; tanoshimi finished it off. We can find a set of circles around the south pole with
Read More...
Hi Folks, At PDC I gave a talk largely inspired by topics raised here and in the spatial forums. But “inspired by” doesn’t equate to “a duplicate of”, and to turn things around, I’ve been meaning to write a few posts here inspired by my PDC talk.
Read More...
This has come up a few times now. Multiple questions deserve at least one answer, right? First, Microsoft has not produced a shapefile loader (or exporter). If this is important to you, here’s the Connect item to hit. (And yes: we do
Read More...
Despite my relative youth, I can be a bit of a fuddy-duddy. Fighting my natural impulses, I’ve decided to give Twitter a try---at least while I’m at PDC. So, if you’re interested in tracking me down, surf the tubes over to my very own Truman Show . Or
Read More...
Hi Folks, Spatial users often want to find the object nearest a given point. This operation, usually referred to as nearest neighbor search , is remarkably common in many areas of computer science. In general, we may wish to find not only the nearest,
Read More...
Hi Folks, A post on the spatial forum last week caught my attention for entirely non-spatial reasons: it made use of two functions---RADIANS() and DEGREES()---that I never knew existed. It seems rather strange that out of the innumerable (well, technically
Read More...