Question

I was looking to explore the spatial capabilities of PostGIS or SQL Server 2008. Maybe Oracle as well.

I was wondering if there are any good tutorials out there exploring the spatial capabilities of these database in particular or of this type of capability in general.

Does anyone know of any? Book recommendations would work as well.

Was it helpful?

Solution

I wrote a little blogpost about SQL Server geography data type here: SQL Server 2008 Proximity Search With The Geography Data Type

OTHER TIPS

This isn't a tutorial, bit it's a good comparison of the various offerings, to see how they stack up against one another: Spatial Database Cross Compare

A great introduction to SQL Server 2008 Spatial in 8 parts. Projections, geography / geometry, spatial SQL functions etc.

http://www.jasonfollas.com/blog/archive/2008/03/14/sql-server-2008-spatial-data-part-1.aspx

A few extra links and SQL examples here - http://geographika.co.uk/sql-server-spatial-sql

Try http://www.bostongis.com/

They mostly cover Postgres/PostGIS, though they talk about SQL Server also. There are some pretty good examples.

The PostGIS manual is really good too, chapters 4 and 6 in particular, though it is all worth reading.

http://www.postgis.org/docs/ch04.html

PostGIS again, but this book is really very comprehensive in its coverage of spatial sql, and many of the queries will port to other dbs, particularly Oracle -- as the Postgres devs have made an effort to be compatable with Oracle syntax, where possible. It starts with the basics, but some of the later examples are really very advanced.

http://www.manning.com/obe/

You may be interested in ESRI's ArcSDE tutorials.

Edit: Sorry... I just read the question details. And this doesn't really answer your specific need. However, for people looking for an SDE tutorial that are using the ESRI products, they may find this useful.

While it doesn't specifically address SQL Server 2008, Boundless has a very good tutorial on PostGIS. I didn't use their OpenGeo Suite to follow along but instead adapted the examples to PostgreSQL which is what I use. In the end, I learned a lot from this tutorial paired with the PostGIS user manual.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top