Postgis
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.000 sec
Re: Szukam materia     

Group: pl.comp.os.linux.programowanie · Group Profile · Search for Postgis in pl.comp.os.linux.programowanie
Author: toklim
Date: Mar 18, 2008 02:40

...ś drzewo?), wzory transformacji między układami, algorytm "routingu", itd. Jezeli chodzi o strukture danych to jest juz gotowa - rozszerzenie PostgreSQL o nazwie PostGIS. http://postgis.refractions.net/ Routing - pgRouting http://pgrouting.postlbs.org/ Mysle, ze po przeczytaniu dokumentacji mozna tego z powodzeniem uzyc jako struktury danych we wlasych programach. GRASS to ...
Show full article (0.92Kb) · Show article thread
Re: Algorithm for lat/lon searching     

Group: comp.lang.fortran · Group Profile · Search for Postgis in comp.lang.fortran
Author: Clive Page
Date: Aug 26, 2006 14:52

... is followed by disk io to read in the actual data, you might be better of with a "spatial database" instead of reinventing the wheel. AFAIK a popular free one is PostGIS (http://postgis.refractions.net/ ) which adds spatial data support (presumably including kd-tree indexes like Gordon Sande mentioned) to the (free) PostgreSQL RDBMS. I have only just caught up with this thread, but ...
Show full article (1.36Kb) · Show article thread
Re: Algorithm for lat/lon searching     

Group: comp.lang.fortran · Group Profile · Search for Postgis in comp.lang.fortran
Author: Paul van Delst
Date: Aug 21, 2006 10:51

... is followed by disk io to read in the actual data, you might be better of with a "spatial database" instead of reinventing the wheel. AFAIK a popular free one is PostGIS (http://postgis.refractions.net/ ) which adds spatial data support (presumably including kd-tree indexes like Gordon Sande mentioned) to the (free) PostgreSQL RDBMS. Disk IO is a definite no-no in our system. It...
Show full article (2.20Kb) · Show article thread
Re: Algorithm for lat/lon searching     

Group: comp.lang.fortran · Group Profile · Search for Postgis in comp.lang.fortran
Author: Janne Blomqvist
Date: Aug 19, 2006 03:23

...of data, as in each LUT lookup is followed by disk io to read in the actual data, you might be better of with a "spatial database" instead of reinventing the wheel. AFAIK a popular free one is PostGIS (http://postgis.refractions.net/ ) which adds spatial data support (presumably including kd-tree indexes like Gordon Sande mentioned) to the (free) PostgreSQL RDBMS. -- Janne Blomqvist
Show full article (1.15Kb) · Show article thread