From jan at intevation.de Mon Jul 1 18:16:15 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Mon, 1 Jul 2002 18:16:15 +0200 Subject: [Freegis-list] FreeGIS workshop at AGIT (Salzburg, Austria) Message-ID: <20020701161615.GA1617@intevation.de> Hello FreeGIS List-members, this is just to inform you that I am to leave for AGIT (www.agit.at) soon. There, on Thursday, June 4th 9:30-11:00 the FreeGIS Workshop will be given. I hope to meet some of you IRL in Salzburg :-) Best Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From eric.pyle at na.teleatlas.com Wed Jul 3 18:32:48 2002 From: eric.pyle at na.teleatlas.com (Eric Pyle) Date: Wed, 03 Jul 2002 12:32:48 -0400 Subject: [Freegis-list] Compile shapelib (shared) on Solaris Message-ID: <3D232730.91102556@na.teleatlas.com> I'm trying to compile shapelib 1.2.9 as a shared library on a Solaris system and am getting an error. I use the command "gmake lib". I can "gmake" with no problem, but I understand I need to make the shared version to use with gen2shp. Alternatively, I would be happy to modify gen2shp to link statically if someone can point the way. Thanks! The result: boston% uname -a SunOS boston 5.8 Generic_108528-09 sun4u sparc SUNW,Ultra-80 boston% gmake lib /bin/sh ./libtool --mode=compile gcc -DPACKAGE=\"libshp\" -DVERSION=\"1.2.9\" -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include -g -O2 -c shpopen.c mkdir .libs gcc -DPACKAGE=\"libshp\" -DVERSION=\"1.2.9\" -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include -g -O2 -c -fPIC -DPIC shpopen.c -o .libs/shpopen.lo gcc -DPACKAGE=\"libshp\" -DVERSION=\"1.2.9\" -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include -g -O2 -c shpopen.c -o shpopen.o >/dev/null 2>&1 ... ... ... gcc -DPACKAGE=\"libshp\" -DVERSION=\"1.2.9\" -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include -g -O2 -c dbfopen.c -o dbfopen.o >/dev/null 2>&1 mv -f .libs/dbfopen.lo dbfopen.lo /bin/sh ./libtool --mode=link gcc -g -O2 -o libshp.la -rpath /usr/local/lib -version-info 1:1:0 shpopen.lo shptree.lo dbfopen.lo rm -fr .libs/libshp.la .libs/libshp.* .libs/libshp.* gcc -shared shpopen.lo shptree.lo dbfopen.lo -lc -Wl,-soname -Wl,libshp.so.1 -o .libs/libshp.so.1.0.1 ld: warning: option -o appears more than once, first setting taken ld: fatal: file libshp.so.1: cannot open file: No such file or directory ld: fatal: File processing errors. No output written to .libs/libshp.so.1.0.1 collect2: ld returned 1 exit status gmake: *** [lib] Error 1 -- Eric Pyle | Test Engineer | Tele Atlas North America, Inc. A Unit of Tele Atlas NV | 31 Old Etna Rd. | Lebanon, NH 03766 (603) 448-0001 x23 eric.pyle at na.teleatlas.com From jan at intevation.de Tue Jul 9 19:57:10 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Tue, 9 Jul 2002 19:57:10 +0200 Subject: [Freegis-list] Compile shapelib (shared) on Solaris In-Reply-To: <3D232730.91102556@na.teleatlas.com> References: <3D232730.91102556@na.teleatlas.com> Message-ID: <20020709175710.GI1191@intevation.de> Hi Eric, On Wed, Jul 03, 2002 at 12:32:48PM -0400, Eric Pyle wrote: > I'm trying to compile shapelib 1.2.9 as a shared library on a Solaris > system and am getting an error. I use the command "gmake lib". I can > "gmake" with no problem, but I understand I need to make the shared > version to use with gen2shp. Alternatively, I would be happy to modify > gen2shp to link statically if someone can point the way. Thanks! I tried on: | cheops shapelib-1.2.9 64: uname -a | SunOS cheops 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-1 and no serious problem occured. You should make sure to use the CC=gcc and the correct ld. For the latter you might try to manually execute: | ld -G -h libshp.so.1 -o .libs/libshp.so.1.0.1 shpopen.lo shptree.lo dbfopen.lo -lc instead of using the makefile-executed version: | /usr/bin/ld -G -h libshp.so.1 -o .libs/libshp.so.1.0.1 shpopen.lo shptree.lo dbfopen.lo -lc Best Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From chagirard at yahoo.com Wed Jul 10 11:57:51 2002 From: chagirard at yahoo.com (=?iso-8859-1?q?girard=20charlotte?=) Date: Wed, 10 Jul 2002 11:57:51 +0200 (CEST) Subject: [Freegis-list] Pacific Ocean... Message-ID: <20020710095751.14238.qmail@web14203.mail.yahoo.com> Hi, I am using VMAP0 and I would like to centre the map on the Pacific Ocean. My question is : do I have to convert all the longitude coordinates in order to have data ranging between 0 and 360 degrees (for example) or is there another way to proceed ? Thanks in advance ! Charlotte ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com From jan at intevation.de Wed Jul 10 12:19:08 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Wed, 10 Jul 2002 12:19:08 +0200 Subject: [Freegis-list] Pacific Ocean... In-Reply-To: <20020710095751.14238.qmail@web14203.mail.yahoo.com> References: <20020710095751.14238.qmail@web14203.mail.yahoo.com> Message-ID: <20020710101908.GA1043@intevation.de> Hello, On Wed, Jul 10, 2002 at 11:57:51AM +0200, girard charlotte wrote: > I am using VMAP0 and I would like to centre the map on > the Pacific Ocean. My question is : do I have to > convert all the longitude coordinates in order to have > data ranging between 0 and 360 degrees (for example) > or is there another way to proceed ? it depends on the tool you are using. Usually it does the job for you to shift/center/zoom to the map as you wish. Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From eric.pyle at na.teleatlas.com Thu Jul 11 15:44:19 2002 From: eric.pyle at na.teleatlas.com (Eric Pyle) Date: Thu, 11 Jul 2002 09:44:19 -0400 Subject: [Freegis-list] Compile shapelib (shared) on Solaris References: <3D232730.91102556@na.teleatlas.com> <20020709175710.GI1191@intevation.de> Message-ID: <3D2D8BB3.94F02745@na.teleatlas.com> Hi Jan, I had already added the line "CC = gcc" to the Makefile. I tried the 'ld' command by hand as you suggested (after the 'gmake lib' failed) and it executed without complaint. My path points me to /usr/ccs/bin/ld. I also got a suggestion from Chris Bell to make sure I had the version of libtool for Solaris, so I downloaded and installed libtool 1.4 from sunfreeware.com. The errors were still the same. However, it appears that the error message stems from the Makefile line: /bin/sh libtool --mode=link gcc -g -O2 -o libshp.la -rpath /usr/local/lib \ -version-info 1:1:0 shpopen.lo shptree.lo dbfopen.lo When I execute this line by hand I get the same error messages: boston% /bin/sh libtool --mode=link gcc -g -O2 -o libshp.la -rpath /usr/local/lib -version-info 1:1:0 shpopen.lo shptree.lo dbfopen.lo rm -fr .libs/libshp.la .libs/libshp.* .libs/libshp.* gcc -shared shpopen.lo shptree.lo dbfopen.lo -lc -Wl,-soname -Wl,libshp.so.1 -o .libs/libshp.so.1.0.1 ld: warning: option -o appears more than once, first setting taken ld: fatal: file libshp.so.1: cannot open file: No such file or directory ld: fatal: File processing errors. No output written to .libs/libshp.so.1.0.1 collect2: ld returned 1 exit status So libtool apparently performs the 'rm', and calls gcc with the -shared flag and flags telling the linker to make the shared object libshp.so.1, and a final output file from gcc of .libs/libshp.so.1.0.1. I assume that 'ld' is being called by gcc. Unfortunately I can't seem to find a way to see exactly what is being passed to ld. Giving gcc the -v flag showed me the syntax of collect2, which apparently calls ld, but still no clues. Any other ideas? Thanks, Eric Jan-Oliver Wagner wrote: > Hi Eric, > > On Wed, Jul 03, 2002 at 12:32:48PM -0400, Eric Pyle wrote: > > I'm trying to compile shapelib 1.2.9 as a shared library on a Solaris > > system and am getting an error. I use the command "gmake lib". I can > > "gmake" with no problem, but I understand I need to make the shared > > version to use with gen2shp. Alternatively, I would be happy to modify > > gen2shp to link statically if someone can point the way. Thanks! > > I tried on: > > | cheops shapelib-1.2.9 64: uname -a > | SunOS cheops 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-1 > > and no serious problem occured. > You should make sure to use the CC=gcc and the correct ld. > For the latter you might try to manually execute: > > | ld -G -h libshp.so.1 -o .libs/libshp.so.1.0.1 shpopen.lo shptree.lo dbfopen.lo -lc > > instead of using the makefile-executed version: > > | /usr/bin/ld -G -h libshp.so.1 -o .libs/libshp.so.1.0.1 shpopen.lo shptree.lo dbfopen.lo -lc -- Eric Pyle | Test Engineer | Tele Atlas North America, Inc. A Unit of Tele Atlas NV | 31 Old Etna Rd. | Lebanon, NH 03766 (603) 448-0001 x23 eric.pyle at na.teleatlas.com From blazek at itc.it Fri Jul 19 12:30:53 2002 From: blazek at itc.it (Radim Blazek) Date: Fri, 19 Jul 2002 12:30:53 +0200 Subject: [Freegis-list] Mobile positioning Message-ID: <02071912305304.18324@janacek> Hi, I would like to ask if anybody knows if nowadays exists any solution how to get position of mobile phone (GSM) calculated in the phone (J2ME), that means not as a service provided by an operator. Probably E-OTD as described here: http://www.wirelessdevnet.com/channels/lbs/features/mobilepositioning.html I.e. exist any mobile phone with J2ME supplied with java classes which may be used to get information about base stations around and distance (time) to that stations (say that I know the position of base stations, which I don't of course)? I found this: http://www.jcp.org/jsr/detail/179.jsp which is interesting, but just at the beginning. Exactly what I don't want seems to be supported well by: http://www.ericsson.com/mobilityworld/sub/open/technologies/mobile_positioning/index.html Any information, experience or links are appreciated. Are there other suitable mailing lists I could ask for this? Thanks. Radim From paul at toolscenter.org Mon Jul 22 07:01:03 2002 From: paul at toolscenter.org (Paul Selormey) Date: Mon, 22 Jul 2002 14:01:03 +0900 Subject: [Freegis-list] OT: Voronoi Message-ID: <000901c2313c$c96455f0$700201c0@MAPQUEST.local> Hello All, Just seeking knowledge. Anyone here uses Voronoi in GIS application? What is the relevance of this or where/when is this used in GIS? Best regards, Paul. From acuster at nature.berkeley.edu Mon Jul 22 22:18:17 2002 From: acuster at nature.berkeley.edu (Adrian Custer) Date: 22 Jul 2002 13:18:17 -0700 Subject: [Freegis-list] OT: Voronoi In-Reply-To: <000901c2313c$c96455f0$700201c0@MAPQUEST.local> References: <000901c2313c$c96455f0$700201c0@MAPQUEST.local> Message-ID: <1027369098.16556.2.camel@tsetse.lab-net> Yours is way too vague a question. They are used extensively in all sorts of GIS applications, and in the algorithms used to do internal geometric calculations. Indeed, since they are a fundamental mathematical construct, it would be hard to make any GIS that did not in some way use them. good luck, adrian On Sun, 2002-07-21 at 22:01, Paul Selormey wrote: > Hello All, > > Just seeking knowledge. Anyone here uses Voronoi in GIS application? > What is the relevance of this or where/when is this used in GIS? > > Best regards, > Paul. > > > > _______________________________________________ > Freegis-list mailing list > Freegis-list at intevation.de > https://intevation.de/mailman/listinfo/freegis-list > From paul at toolscenter.org Tue Jul 23 02:23:35 2002 From: paul at toolscenter.org (Paul Selormey) Date: Tue, 23 Jul 2002 09:23:35 +0900 Subject: [Freegis-list] OT: Voronoi References: <000901c2313c$c96455f0$700201c0@MAPQUEST.local> <1027369098.16556.2.camel@tsetse.lab-net> Message-ID: <002601c231df$30e29960$700201c0@MAPQUEST.local> > Yours is way too vague a question. Hmmm, may be I will have asked a better question if I knew what it is. > They are used extensively in all sorts of GIS applications, and in the > algorithms used to do internal geometric calculations. Indeed, since > they are a fundamental mathematical construct, it would be hard to make > any GIS that did not in some way use them. I have seen many GIS applications in the forum, and on the freegis.org pages. However, I am yet to find one which really uses the Voronoi algorithm. I came across this while reading the "dying" GFC library, and wishes to know more. In fact, neither OpenEV, MapServer etc are using it so by your write up you do not consider these are GIS applications? Please, I really need the help - which open source systems are using this algorithm so that I could find out more? Best regards, Paul. From neteler at itc.it Tue Jul 23 09:49:47 2002 From: neteler at itc.it (Markus Neteler) Date: Tue, 23 Jul 2002 09:49:47 +0200 Subject: [Freegis-list] OT: Voronoi In-Reply-To: <002601c231df$30e29960$700201c0@MAPQUEST.local>; from paul@toolscenter.org on Tue, Jul 23, 2002 at 09:23:35AM +0900 References: <000901c2313c$c96455f0$700201c0@MAPQUEST.local> <1027369098.16556.2.camel@tsetse.lab-net> <002601c231df$30e29960$700201c0@MAPQUEST.local> Message-ID: <20020723094947.A5173@itc.it> On Tue, Jul 23, 2002 at 09:23:35AM +0900, Paul Selormey wrote: > > Yours is way too vague a question. > > Hmmm, may be I will have asked a better question if I knew > what it is. > > > They are used extensively in all sorts of GIS applications, and in the > > algorithms used to do internal geometric calculations. Indeed, since > > they are a fundamental mathematical construct, it would be hard to make > > any GIS that did not in some way use them. > > I have seen many GIS applications in the forum, and on the freegis.org > pages. > However, I am yet to find one which really uses the Voronoi algorithm. I > came > across this while reading the "dying" GFC library, and wishes to know more. > In fact, neither OpenEV, MapServer etc are using it so by your write up you > do not consider these are GIS applications? > > Please, I really need the help - which open source systems are using this > algorithm > so that I could find out more? Hi, GRASS is providing "s.voronoi": http://grass.itc.it/gdp/html_grass5/html/s.voronoi.html former versions were also providing "v.geom" but due to license problems this code was removed from GRASS. Source code is here: http://freegis.org/cgi-bin/viewcvs.cgi/grass/src/sites/s.voronoi/ (or you download the full source code) Hope this helps, Markus From paul at toolscenter.org Tue Jul 23 10:33:49 2002 From: paul at toolscenter.org (Paul Selormey) Date: Tue, 23 Jul 2002 17:33:49 +0900 Subject: [Freegis-list] OT: Voronoi References: <000901c2313c$c96455f0$700201c0@MAPQUEST.local> <1027369098.16556.2.camel@tsetse.lab-net> <002601c231df$30e29960$700201c0@MAPQUEST.local> <20020723094947.A5173@itc.it> Message-ID: <001d01c23223$aff0e740$700201c0@MAPQUEST.local> Hello Markus, Thanks so much for the information. Best regards, Paul. ----- Original Message ----- From: "Markus Neteler" To: "Paul Selormey" Cc: "Adrian Custer" ; "FreeGIS list" Sent: Tuesday, July 23, 2002 4:49 PM Subject: Re: [Freegis-list] OT: Voronoi > On Tue, Jul 23, 2002 at 09:23:35AM +0900, Paul Selormey wrote: > > > Yours is way too vague a question. > > > > Hmmm, may be I will have asked a better question if I knew > > what it is. > > > > > They are used extensively in all sorts of GIS applications, and in the > > > algorithms used to do internal geometric calculations. Indeed, since > > > they are a fundamental mathematical construct, it would be hard to make > > > any GIS that did not in some way use them. > > > > I have seen many GIS applications in the forum, and on the freegis.org > > pages. > > However, I am yet to find one which really uses the Voronoi algorithm. I > > came > > across this while reading the "dying" GFC library, and wishes to know more. > > In fact, neither OpenEV, MapServer etc are using it so by your write up you > > do not consider these are GIS applications? > > > > Please, I really need the help - which open source systems are using this > > algorithm > > so that I could find out more? > > Hi, > > GRASS is providing "s.voronoi": > http://grass.itc.it/gdp/html_grass5/html/s.voronoi.html > > former versions were also providing "v.geom" but due to > license problems this code was removed from GRASS. > > Source code is here: > http://freegis.org/cgi-bin/viewcvs.cgi/grass/src/sites/s.voronoi/ > (or you download the full source code) > > Hope this helps, > > Markus > From jan at intevation.de Tue Jul 23 19:17:56 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Tue, 23 Jul 2002 19:17:56 +0200 Subject: [Freegis-list] Compile shapelib (shared) on Solaris In-Reply-To: <3D2D8BB3.94F02745@na.teleatlas.com> References: <3D232730.91102556@na.teleatlas.com> <20020709175710.GI1191@intevation.de> <3D2D8BB3.94F02745@na.teleatlas.com> Message-ID: <20020723171756.GE1765@intevation.de> On Thu, Jul 11, 2002 at 09:44:19AM -0400, Eric Pyle wrote: > I had already added the line "CC = gcc" to the Makefile. I tried the 'ld' command by hand as you > suggested (after the 'gmake lib' failed) and it executed without complaint. My path points me to > /usr/ccs/bin/ld. perhaps your ld simply does not to work as it is assumed by gcc. As it works fine over here, I suggest you switch to a complete set of GNU tools including the ld. Maybe you system adminstrator can help to resolve the problem. Best Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From thanhlp at cidala.gov.vn Wed Jul 24 03:52:00 2002 From: thanhlp at cidala.gov.vn (Thanh Le Phuoc) Date: Wed, 24 Jul 2002 08:52:00 +0700 Subject: [Freegis-list] Voronoi In-Reply-To: <20020723100002.6919.73770.Mailman@doto.intevation.de> Message-ID: Dear Paul, As my knowledge, Voronoi used for creating TIN (Triangle Irigular Network) in GIS. This is a function of some GIS system, with this, you can creat 3D, or vitural terrain, contour interpolation... Best regards, Thanh Le Phuoc -----Original Message----- From: freegis-list-admin at intevation.de [mailto:freegis-list-admin at intevation.de]On Behalf Of freegis-list-request at intevation.de Sent: Tuesday, July 23, 2002 5:00 PM To: freegis-list at intevation.de Subject: Freegis-list digest, Vol 1 #408 - 4 msgs Send Freegis-list mailing list submissions to freegis-list at intevation.de To subscribe or unsubscribe via the World Wide Web, visit https://intevation.de/mailman/listinfo/freegis-list or, via email, send a message with subject or body 'help' to freegis-list-request at intevation.de You can reach the person managing the list at freegis-list-admin at intevation.de When replying, please edit your Subject line so it is more specific than "Re: Contents of Freegis-list digest..." Today's Topics: 1. Re: OT: Voronoi (Adrian Custer) 2. Re: OT: Voronoi (Paul Selormey) 3. Re: OT: Voronoi (Markus Neteler) 4. Re: OT: Voronoi (Paul Selormey) --__--__-- Message: 1 Subject: Re: [Freegis-list] OT: Voronoi From: Adrian Custer To: Paul Selormey Cc: FreeGIS list Date: 22 Jul 2002 13:18:17 -0700 Yours is way too vague a question. They are used extensively in all sorts of GIS applications, and in the algorithms used to do internal geometric calculations. Indeed, since they are a fundamental mathematical construct, it would be hard to make any GIS that did not in some way use them. good luck, adrian On Sun, 2002-07-21 at 22:01, Paul Selormey wrote: > Hello All, > > Just seeking knowledge. Anyone here uses Voronoi in GIS application? > What is the relevance of this or where/when is this used in GIS? > > Best regards, > Paul. > > > > _______________________________________________ > Freegis-list mailing list > Freegis-list at intevation.de > https://intevation.de/mailman/listinfo/freegis-list > --__--__-- Message: 2 From: "Paul Selormey" To: "Adrian Custer" Cc: "FreeGIS list" Subject: Re: [Freegis-list] OT: Voronoi Date: Tue, 23 Jul 2002 09:23:35 +0900 > Yours is way too vague a question. Hmmm, may be I will have asked a better question if I knew what it is. > They are used extensively in all sorts of GIS applications, and in the > algorithms used to do internal geometric calculations. Indeed, since > they are a fundamental mathematical construct, it would be hard to make > any GIS that did not in some way use them. I have seen many GIS applications in the forum, and on the freegis.org pages. However, I am yet to find one which really uses the Voronoi algorithm. I came across this while reading the "dying" GFC library, and wishes to know more. In fact, neither OpenEV, MapServer etc are using it so by your write up you do not consider these are GIS applications? Please, I really need the help - which open source systems are using this algorithm so that I could find out more? Best regards, Paul. --__--__-- Message: 3 Date: Tue, 23 Jul 2002 09:49:47 +0200 From: Markus Neteler To: Paul Selormey Cc: Adrian Custer , FreeGIS list Subject: Re: [Freegis-list] OT: Voronoi On Tue, Jul 23, 2002 at 09:23:35AM +0900, Paul Selormey wrote: > > Yours is way too vague a question. > > Hmmm, may be I will have asked a better question if I knew > what it is. > > > They are used extensively in all sorts of GIS applications, and in the > > algorithms used to do internal geometric calculations. Indeed, since > > they are a fundamental mathematical construct, it would be hard to make > > any GIS that did not in some way use them. > > I have seen many GIS applications in the forum, and on the freegis.org > pages. > However, I am yet to find one which really uses the Voronoi algorithm. I > came > across this while reading the "dying" GFC library, and wishes to know more. > In fact, neither OpenEV, MapServer etc are using it so by your write up you > do not consider these are GIS applications? > > Please, I really need the help - which open source systems are using this > algorithm > so that I could find out more? Hi, GRASS is providing "s.voronoi": http://grass.itc.it/gdp/html_grass5/html/s.voronoi.html former versions were also providing "v.geom" but due to license problems this code was removed from GRASS. Source code is here: http://freegis.org/cgi-bin/viewcvs.cgi/grass/src/sites/s.voronoi/ (or you download the full source code) Hope this helps, Markus --__--__-- Message: 4 From: "Paul Selormey" To: "Markus Neteler" Cc: "Adrian Custer" , "FreeGIS list" Subject: Re: [Freegis-list] OT: Voronoi Date: Tue, 23 Jul 2002 17:33:49 +0900 Hello Markus, Thanks so much for the information. Best regards, Paul. ----- Original Message ----- From: "Markus Neteler" To: "Paul Selormey" Cc: "Adrian Custer" ; "FreeGIS list" Sent: Tuesday, July 23, 2002 4:49 PM Subject: Re: [Freegis-list] OT: Voronoi > On Tue, Jul 23, 2002 at 09:23:35AM +0900, Paul Selormey wrote: > > > Yours is way too vague a question. > > > > Hmmm, may be I will have asked a better question if I knew > > what it is. > > > > > They are used extensively in all sorts of GIS applications, and in the > > > algorithms used to do internal geometric calculations. Indeed, since > > > they are a fundamental mathematical construct, it would be hard to make > > > any GIS that did not in some way use them. > > > > I have seen many GIS applications in the forum, and on the freegis.org > > pages. > > However, I am yet to find one which really uses the Voronoi algorithm. I > > came > > across this while reading the "dying" GFC library, and wishes to know more. > > In fact, neither OpenEV, MapServer etc are using it so by your write up you > > do not consider these are GIS applications? > > > > Please, I really need the help - which open source systems are using this > > algorithm > > so that I could find out more? > > Hi, > > GRASS is providing "s.voronoi": > http://grass.itc.it/gdp/html_grass5/html/s.voronoi.html > > former versions were also providing "v.geom" but due to > license problems this code was removed from GRASS. > > Source code is here: > http://freegis.org/cgi-bin/viewcvs.cgi/grass/src/sites/s.voronoi/ > (or you download the full source code) > > Hope this helps, > > Markus > --__--__-- _______________________________________________ Freegis-list mailing list Freegis-list at intevation.de https://intevation.de/mailman/listinfo/freegis-list End of Freegis-list Digest From paul at toolscenter.org Wed Jul 24 04:23:53 2002 From: paul at toolscenter.org (Paul Selormey) Date: Wed, 24 Jul 2002 11:23:53 +0900 Subject: [Freegis-list] Voronoi References: Message-ID: <001e01c232b9$29d88730$700201c0@MAPQUEST.local> Hello Thanh, Thanks so much for the information. In fact, this is about all that I needed on the topic. I will research on this further, at least I now know the application. Best regards, Paul. ----- Original Message ----- From: "Thanh Le Phuoc" To: Sent: Wednesday, July 24, 2002 10:52 AM Subject: [Freegis-list] Voronoi > Dear Paul, > > As my knowledge, Voronoi used for creating TIN (Triangle Irigular Network) > in GIS. This is a function of some GIS system, with this, you can creat 3D, > or vitural terrain, contour interpolation... > > Best regards, > Thanh Le Phuoc > > -----Original Message----- > From: freegis-list-admin at intevation.de > [mailto:freegis-list-admin at intevation.de]On Behalf Of > freegis-list-request at intevation.de > Sent: Tuesday, July 23, 2002 5:00 PM > To: freegis-list at intevation.de > Subject: Freegis-list digest, Vol 1 #408 - 4 msgs > > > Send Freegis-list mailing list submissions to > freegis-list at intevation.de > > To subscribe or unsubscribe via the World Wide Web, visit > https://intevation.de/mailman/listinfo/freegis-list > or, via email, send a message with subject or body 'help' to > freegis-list-request at intevation.de > > You can reach the person managing the list at > freegis-list-admin at intevation.de > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Freegis-list digest..." > > > Today's Topics: > > 1. Re: OT: Voronoi (Adrian Custer) > 2. Re: OT: Voronoi (Paul Selormey) > 3. Re: OT: Voronoi (Markus Neteler) > 4. Re: OT: Voronoi (Paul Selormey) > > --__--__-- > > Message: 1 > Subject: Re: [Freegis-list] OT: Voronoi > From: Adrian Custer > To: Paul Selormey > Cc: FreeGIS list > Date: 22 Jul 2002 13:18:17 -0700 > > Yours is way too vague a question. > > They are used extensively in all sorts of GIS applications, and in the > algorithms used to do internal geometric calculations. Indeed, since > they are a fundamental mathematical construct, it would be hard to make > any GIS that did not in some way use them. > > good luck, > adrian > > On Sun, 2002-07-21 at 22:01, Paul Selormey wrote: > > Hello All, > > > > Just seeking knowledge. Anyone here uses Voronoi in GIS application? > > What is the relevance of this or where/when is this used in GIS? > > > > Best regards, > > Paul. > > > > > > > > _______________________________________________ > > Freegis-list mailing list > > Freegis-list at intevation.de > > https://intevation.de/mailman/listinfo/freegis-list > > > > > > > --__--__-- > > Message: 2 > From: "Paul Selormey" > To: "Adrian Custer" > Cc: "FreeGIS list" > Subject: Re: [Freegis-list] OT: Voronoi > Date: Tue, 23 Jul 2002 09:23:35 +0900 > > > Yours is way too vague a question. > > Hmmm, may be I will have asked a better question if I knew > what it is. > > > They are used extensively in all sorts of GIS applications, and in the > > algorithms used to do internal geometric calculations. Indeed, since > > they are a fundamental mathematical construct, it would be hard to make > > any GIS that did not in some way use them. > > I have seen many GIS applications in the forum, and on the freegis.org > pages. > However, I am yet to find one which really uses the Voronoi algorithm. I > came > across this while reading the "dying" GFC library, and wishes to know more. > In fact, neither OpenEV, MapServer etc are using it so by your write up you > do not consider these are GIS applications? > > Please, I really need the help - which open source systems are using this > algorithm > so that I could find out more? > > Best regards, > Paul. > > > > > --__--__-- > > Message: 3 > Date: Tue, 23 Jul 2002 09:49:47 +0200 > From: Markus Neteler > To: Paul Selormey > Cc: Adrian Custer , > FreeGIS list > Subject: Re: [Freegis-list] OT: Voronoi > > On Tue, Jul 23, 2002 at 09:23:35AM +0900, Paul Selormey wrote: > > > Yours is way too vague a question. > > > > Hmmm, may be I will have asked a better question if I knew > > what it is. > > > > > They are used extensively in all sorts of GIS applications, and in the > > > algorithms used to do internal geometric calculations. Indeed, since > > > they are a fundamental mathematical construct, it would be hard to make > > > any GIS that did not in some way use them. > > > > I have seen many GIS applications in the forum, and on the freegis.org > > pages. > > However, I am yet to find one which really uses the Voronoi algorithm. I > > came > > across this while reading the "dying" GFC library, and wishes to know > more. > > In fact, neither OpenEV, MapServer etc are using it so by your write up > you > > do not consider these are GIS applications? > > > > Please, I really need the help - which open source systems are using this > > algorithm > > so that I could find out more? > > Hi, > > GRASS is providing "s.voronoi": > http://grass.itc.it/gdp/html_grass5/html/s.voronoi.html > > former versions were also providing "v.geom" but due to > license problems this code was removed from GRASS. > > Source code is here: > http://freegis.org/cgi-bin/viewcvs.cgi/grass/src/sites/s.voronoi/ > (or you download the full source code) > > Hope this helps, > > Markus > > > --__--__-- > > Message: 4 > From: "Paul Selormey" > To: "Markus Neteler" > Cc: "Adrian Custer" , > "FreeGIS list" > Subject: Re: [Freegis-list] OT: Voronoi > Date: Tue, 23 Jul 2002 17:33:49 +0900 > > Hello Markus, > Thanks so much for the information. > > Best regards, > Paul. > > ----- Original Message ----- > From: "Markus Neteler" > To: "Paul Selormey" > Cc: "Adrian Custer" ; "FreeGIS list" > > Sent: Tuesday, July 23, 2002 4:49 PM > Subject: Re: [Freegis-list] OT: Voronoi > > > > On Tue, Jul 23, 2002 at 09:23:35AM +0900, Paul Selormey wrote: > > > > Yours is way too vague a question. > > > > > > Hmmm, may be I will have asked a better question if I knew > > > what it is. > > > > > > > They are used extensively in all sorts of GIS applications, and in the > > > > algorithms used to do internal geometric calculations. Indeed, since > > > > they are a fundamental mathematical construct, it would be hard to > make > > > > any GIS that did not in some way use them. > > > > > > I have seen many GIS applications in the forum, and on the freegis.org > > > pages. > > > However, I am yet to find one which really uses the Voronoi algorithm. I > > > came > > > across this while reading the "dying" GFC library, and wishes to know > more. > > > In fact, neither OpenEV, MapServer etc are using it so by your write up > you > > > do not consider these are GIS applications? > > > > > > Please, I really need the help - which open source systems are using > this > > > algorithm > > > so that I could find out more? > > > > Hi, > > > > GRASS is providing "s.voronoi": > > http://grass.itc.it/gdp/html_grass5/html/s.voronoi.html > > > > former versions were also providing "v.geom" but due to > > license problems this code was removed from GRASS. > > > > Source code is here: > > http://freegis.org/cgi-bin/viewcvs.cgi/grass/src/sites/s.voronoi/ > > (or you download the full source code) > > > > Hope this helps, > > > > Markus > > > > > > > --__--__-- > > _______________________________________________ > Freegis-list mailing list > Freegis-list at intevation.de > https://intevation.de/mailman/listinfo/freegis-list > > > End of Freegis-list Digest > > > > _______________________________________________ > Freegis-list mailing list > Freegis-list at intevation.de > https://intevation.de/mailman/listinfo/freegis-list > From alex.weidauer at huckfinn.de Wed Jul 24 17:24:06 2002 From: alex.weidauer at huckfinn.de (Alexander Weidauer) Date: Wed, 24 Jul 2002 17:24:06 +0200 Subject: [Freegis-list] Proj 4.4.5 API for BCC5.5 and Delphi Message-ID: <3D3EC696.40708@huckfinn.de> SPAM: 5 hits, 5 required Hi Folks, I've released two API's under the copyleft MPL 1.1 to use the well known Proj4 library under Borland Compiler ware. Unfortuanlly I've to change code to prevent the use of enviroment variables line in UNIX. So you can explicit name the directory where your projections are situated. The code come with two samples C++ and Delphi. For the BCB I've written a small class container for the coordinate transformations. You can download the stuff under http://www.triplexware.huckfinn.de/geogfix.html#proj Have fun and bye Alex. From tim.greenhow at swedeplan.sspa.se Thu Jul 25 11:04:30 2002 From: tim.greenhow at swedeplan.sspa.se (Tim Greenhow) Date: Thu, 25 Jul 2002 11:04:30 +0200 Subject: [Freegis-list] Voronoi Message-ID: <3D3FBF1E.80604@swedeplan.sspa.se> SPAM: 5 hits, 5 required To those deep in the discussion of Voronoi: what is the difference between Vornoi and Thiessen polygons? Tim Greenhow From neteler at itc.it Thu Jul 25 16:29:18 2002 From: neteler at itc.it (Markus Neteler) Date: Thu, 25 Jul 2002 16:29:18 +0200 Subject: [Freegis-list] creating a DEM from stereo aerial photos In-Reply-To: <20020527131131.P7402@itc.it>; from neteler@itc.it on Mon, May 27, 2002 at 01:11:31PM +0200 References: <2177.192.168.8.102.1022497487.squirrel@www.agl.ucl.ac.be> <20020527131131.P7402@itc.it> Message-ID: <20020725162918.P30484@itc.it> Hi list, a follow-up on stereo: a small tutorial is arrived: http://grass.itc.it/gdp/stereo-grass/index.html Cheers Markus On Mon, May 27, 2002 at 01:11:31PM +0200, Markus Neteler wrote: > On Mon, May 27, 2002 at 01:04:47PM +0200, Henrion Benjamin wrote: > > Hello, > > > > I would like to know if there's free software that I can use to create a > > DEM from stereo aerial photos. > > > > Thanks > > > > BNJ > > > Hi Henrion, > > yes, there is: "stereo-0.2": > http://grass.itc.it/outgoing/ > > It comes with a tutorial and a graphical user interface. Due to lack of > time I couldn't try it myself, but it was reported to me to be functional. > Author: Paul Sheer psheer at icon.co.za > > If someone picked it up and improved it... > > Best regards, > > Markus Neteler From dietrick at bbn.com Thu Jul 25 21:07:42 2002 From: dietrick at bbn.com (Don Dietrick) Date: Thu, 25 Jul 2002 15:07:42 -0400 Subject: [Freegis-list] OpenMap 4.5.3 has been released! Message-ID: We've released version 4.5.3 of OpenMap(tm) at http://openmap.bbn.com (Note: OpenMap 4.5.1 was a customer release created on July 23. OpenMap 4.5.2 was a false start (no javadocs). All functionality found in 4.5.1 is available in 4.5.3, with a few extras including the javadocs.) OpenMap is open source software. New for this release: * Added the com.bbn.openmap.tools.dnd package that contains a global application mechanism for handling Drag and Drop events. * Added Oliver Hinds' OMColorChooser preview panel, so you can see what the color looks with the transparency setting before you hit OK. * Incorporated Raj Singh's updates to the WMSPlugIn, which bring it into compliance with WMS specification version 1.1.0, including some error handling and JPEG image quality requests. * Incorporated Lonnie Goad's updates to the EsriPlugIn, which improved GUI interaction, table interaction, and provided tool tips over OMGraphics on the map that reflect the DBF contents for that graphic. * Fixed problems in the com.bbn.openmap.dataAccess.shape package. The ShpOutputStream was putting in the wrong record number (started at 0 instead of 1), and fixed a couple of problems with export, including a problem with handling embedded lists, and translating DrawingAttributes from OMGraphics that were converted to EsriPolygons and EsriPolylines. * Added ProgressEvent, ProgressListener and ProgressSupport classes to the com.bbn.openmap.event package. These objects provide a way for a component to let someone else know how much of a task is done. This has been integrated into the MakeToc class in the RPF package. * Added a 'matted' property in the OMGraphic object. If setMatted(true), then the OMGraphic gets drawn with a thin, 1 pixel black line around it. Makes it more distinctive, especially in busy backgrounds. * Changed the graphicLoader package, making it much more significant. The GraphicLoader is an interface, representing an object that creates OMGraphics from some source and sending it to a receiver that will rendering it on a map. The AbstractGraphicLoader is an OMComponent that contains all the basic GraphicLoader functionality, along with the basic ability to use the MapHandler to find objects and being a PropertyConsumer, so it's ready to be initialized with properties in the openmap.properties file. The MMLGraphicLoader is additionally prepared to receive MouseEvents. The LOSGraphicLoader is the old GraphicLoader that lets things wander on the map, while keeping track of what objects are in LOS of each other. * Made modifications to OMGraphics. Made the OMLine handle arrow heads properly. Made arrow heads bigger. Made OMGrid more consistant and fixed bugs in column and row handling. Added an empty sort() method on OMGraphicList which can be extended with customized sorting criteria. Added a sort action constant mask to OMGraphicConstants. Added setSelected() and isSelected() methods to OMGraphic. * Added better trapping for SVGFormatter errors in the FileMenu. * Added the OMComponent, which is a MapHandlerChild and a PropertyConsumer, reflective of an object being added to the openmap.components property of the openmap.properties file. LayerHandler was changed to extend it. * Modified Environment.java to handle internal frames independently of being in applet mode. * Modified the build.xml file. The OpenMap package builds things differently, too. First, all compiled classes are placed in the classes/openmap directory, except for the CORBA classes which are placed in the classes/corba_vb directory. Second, all of the openmap classes are placed in the openmap.jar file. omcontrib.jar and omcore.jar are no longer created. All of the CORBA classes are placed in the omcorba_vb.jar if the corba build target (visibroker) is created. * Added Jakarta Ant 1.4.1 to the OpenMap package, making OpenMap pretty much self-compiling. All of the infrastructure for the original Makefiles have been removed, and replaced with Makefiles that call ant. * Modified the build.xml file to handle the corba classes better. * Created the MakeTocException, and the com.bbn.openmap.layer.rpf.MakeToc class now throws that exception instead of calling System.exit(), in case it is embedded into a GUI. * Misc bug fixes in several classes, fixing null pointer exceptions, security access exceptions, etc. * Modified the EsriShapeExport class so that a GUI is not brought up to save the files if a file path is provided. * Fixed a bug in OMPoly that prevented internal Shape objects from being created if soShapes == false. See http://openmap.bbn.com/com/bbn/openmap/ChangeLog for a list of changes. OpenMap is a JavaBeans-based toolkit for building applications and applets needing geographic information. Using OpenMap components, you can access data from legacy applications, in-place, in a distributed setting. At its core, OpenMap is a set of Swing components that understand geographic coordinates. These components help you show map data and help you handle user input events to manipulate that data. OpenMap is a trademark of BBNT Solutions LLC (a part of Verizon). =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Don Dietrick, BBN Technologies, dietrick at bbn.com 10 Moulton Street, Cambridge, MA 02138 617-873-3031 [fax]-2794 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From uswrs at yahoo.com Sat Jul 27 17:12:56 2002 From: uswrs at yahoo.com (wang ruisheng) Date: Sat, 27 Jul 2002 08:12:56 -0700 (PDT) Subject: [Freegis-list] Help in calculation of eigenvalue and eigenvector Message-ID: <20020727151256.71430.qmail@web9007.mail.yahoo.com> Hi, I am looking for some C codes for calculation of eigenvalue and eigenvector of a general matrix and I am very appreciated if you can give me some hints. Thanks a lot Ruisheng Wang __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com From jan at intevation.de Sun Jul 28 21:08:02 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Sun, 28 Jul 2002 21:08:02 +0200 Subject: [Freegis-list] Help in calculation of eigenvalue and eigenvector In-Reply-To: <20020727151256.71430.qmail@web9007.mail.yahoo.com> References: <20020727151256.71430.qmail@web9007.mail.yahoo.com> Message-ID: <20020728190802.GA5770@intevation.de> Hi, On Sat, Jul 27, 2002 at 08:12:56AM -0700, wang ruisheng wrote: > I am looking for some C codes for calculation of > eigenvalue and eigenvector of a general matrix and > I am very appreciated if you can give me some hints. I am sorry, but you've hit the wrong mailing list for your question. A google search with "eigenvalue eigenvector C code" will deliver numerous links exactly on what you are searching for. Best Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From neteler at itc.it Mon Jul 29 09:52:15 2002 From: neteler at itc.it (Markus Neteler) Date: Mon, 29 Jul 2002 09:52:15 +0200 Subject: [Freegis-list] Help in calculation of eigenvalue and eigenvector In-Reply-To: <20020727151256.71430.qmail@web9007.mail.yahoo.com>; from uswrs@yahoo.com on Sat, Jul 27, 2002 at 08:12:56AM -0700 References: <20020727151256.71430.qmail@web9007.mail.yahoo.com> Message-ID: <20020729095215.G18684@itc.it> On Sat, Jul 27, 2002 at 08:12:56AM -0700, wang ruisheng wrote: > Hi, > > I am looking for some C codes for calculation of > eigenvalue and eigenvector of a general matrix and > I am very appreciated if you can give me some hints. > > Thanks a lot > Hi Ruisheng Wang, you may study the file: GRASS 5.0 ./src/libes/gmath/eigen.c which contains a function to calculate eigenvalues and eigenvectors. CVS HTML interface URL: http://freegis.org/cgi-bin/viewcvs.cgi/grass//src/libes/gmath/eigen.c?rev=1.2&content-type=text/vnd.viewcvs-markup Maybe helpful? Cheers Markus From jan at intevation.de Wed Jul 31 22:55:24 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Wed, 31 Jul 2002 22:55:24 +0200 Subject: [Freegis-list] FreeGIS CD 1.2.1 Message-ID: <20020731205524.GA3477@intevation.de> Dear FreeGIS folks, the FreeGIS-CD 1.2.1 for GNU/Linux systems has just been released. Below is our official press release. I hope we'll be able to keep the update interval since the Free GIS Software developer community increases their pace towards integration and new developments. All the best Jan FreeGIS-CD 1.2.1 for GNU/Linux systems released Meanwhile in its nineth edition (v1.2.1) the FreeGIS-CD offers again an updated and enhanced collection of geographic information procession capabilities to GNU/Linux distributions. Osnabr?ck 31st of July 2002. In a reduced interval of 3 months Intevation GmbH publishes the FreeGIS-CD (v1.2.1) in its nineth edition. The CD presents a collection of GIS applications, libraries and data sets in current versions. It contains e.g. GRASS, MapServer, gdal, PROJ und GLOBE. With Thuban now a simple viewer of geodata for the visualisation of shapefiles is included. The FreeGIS-Tutorial (in german language) explains how to do common GIS task with Free Software. It is included on the CD in its HTML- and PDF-Version. Printed copies are available separatly. The documentation on the CD lowers with easy comprehensible commands the entry barrier towards the GIS applications. The now published FreeGIS-CD was tested on the major Linux based GNU-Systems RedHat, Mandrake, Suse and Debian. "Free GIS Software has a high potential due to its great power and flexibility. Both the development and the integration of the different components progresses continously", explains Dr. Jan-Oliver Wagner who is responsible for the publishing of the FreeGIS CD at Intevation. "We bear in mind this high dynamic by actualising and enhancing the FreeGIS CD regulary." The FreeGIS-CD v1.2.1 can be ordered for 30 Euros through Intevation GmbH and ships out of Germany and North America. http://freegis.org/order.en.html About the FreeGIS Project: -------------------------- The FreeGIS project focusses on Free Software and data related to geographic information processing and mapping. A comprehensive overview about available software can be found on the website. Map creation and analysis of spatial data is becoming a widespread application. The project exclusivly promotes Free Software solutions which means that everybody has the freedom to use, modify and redistribute them. http://freegis.org About Intevation GmbH --------------------- The Intevation GmbH is a high level Free Software consulting company based in Osnabr?ck, Germany. Intevation offers communication management for Free Software projects and strategic consulting for Free Software business models. Additional business units are geographic information systems and usability design. Intevation GmbH actively contributes to the Free Software Community and supports freegis.org and the FSF Europe among other projects. http://intevation.net Press contact: intevation at intevation.de Fon: ++49 - 541 - 33 508 30 Fax: ++49 - 541 - 33 508 59 -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/