|
Posted by spam on May 17, 2005, 12:52 pm
Please log in for more thread options
On Tue, 17 May 2005, Peter wrote:
> I'm looking for a reference source to help design a database schema to store
> *simple* geospatial data. The dataset basically consists of points, lines
> and polygons. Are there established database schemas that are considered
> 'Best Practice' to use? If so, where can I find them?
>
> Any good books on the subject?
>
> TIA
>
> Peter
Peter,
If I'm not mistaken, you might want to have a look at PostGreSQL. There
is an extension which allows geospatial records to be indexed, and looked
up efficiently as part of that distribution ...
http://www.postgresql.org http://postgis.refractions.net/
Version 8.x now supports Windows (NT/2K) in native fashion ...
I hope this helps ...
Cheers,
Rob.
|