Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good spatial database tutorials out there? [closed]

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.

like image 544
geoffrobinson Avatar asked Feb 25 '09 15:02

geoffrobinson


2 Answers

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

like image 148
SQLMenace Avatar answered Nov 15 '22 09:11

SQLMenace


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

like image 45
Nathan Avatar answered Nov 15 '22 10:11

Nathan