Any good spatial database tutorials out there? [closed]
Asked Answered
S

6

5

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.

Streamline answered 25/2, 2009 at 15:25 Comment(0)
H
5

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

Herbherbaceous answered 25/2, 2009 at 15:29 Comment(0)
M
3

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

Maxine answered 25/2, 2009 at 15:34 Comment(0)
R
3

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

Razorbill answered 11/3, 2010 at 8:15 Comment(0)
B
3

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/

Brouhaha answered 27/1, 2011 at 19:40 Comment(0)
L
0

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.

Lennox answered 25/2, 2009 at 15:36 Comment(0)
F
0

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.

Furnishings answered 30/5, 2014 at 16:10 Comment(1)
This is a 5 year old question. Not only that, the question is off-topic for SOEdwardedwardian

© 2022 - 2024 — McMap. All rights reserved.