From Perkin.Kym at saugov.sa.gov.au Thu May 6 09:51:43 2004 From: Perkin.Kym at saugov.sa.gov.au (Perkin, Kym (PLNSA)) Date: Thu, 6 May 2004 17:21:43 +0930 Subject: [Thuban-list] visual classifier Message-ID: <0E6A8458D3014647920DDE4B7287BABA4196E6@sagemsg0012.sagemsmrd01.sa.gov.au> I noticed a post on Thuban-list where you stated you had an article Just for completeness or if some problems arise from using the fortran code: The original paper on natural breaks ("Jenks optimization") is "Error on Choroplethic Maps: Definitions, Measurement, Reduction", G. F. Jenks & F. C. Caspall, Annals of the Association of American Geographers 61 (2), pp. 217-244 (1971) Yes I would be interested in that article if you could email I would also be interested in the Fortran code version for Jenks-Caspell algortithm too if that is able to be released. Regards, Kym --------------------------------------------------- KYM PERKIN GIS Specialist ph : 8303 0802 fx : 8303 0716 email: perkin.kym at saugov.sa.gov.au Government of South Australia Department of Transport and Urban Planning PlanningSA Spatial Analysis and Research Branch 136 North Tce Adelaide 5000 AUSTRALIA http://www.planning.sa.gov.au The information contained in this e-mail message may be confidential and may also be the subject of privileged or public interest immunity. If you are not the intended recipient, any use, disclosure or reproduction of this document is unauthorised. If you have received this e-mail in error, please telephone 8303 0802. --------------------------------------------------- From jan at intevation.de Fri May 7 22:53:45 2004 From: jan at intevation.de (Jan-Oliver Wagner) Date: Fri, 7 May 2004 22:53:45 +0200 Subject: [Thuban-list] Extended Color selection dialog Message-ID: <20040507205345.GA9348@intevation.de> Hi, I just checked in the use of a extended color selection dialog which offers HSV, better color selection in general and a working custom colors. It is checked into HEAD. Very early wxWindows/wxPython releases of 2.4 series do not have this new dialog. In that case Thuban will use the old one automatically. Best Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From mlennert at club.worldonline.be Mon May 17 18:58:37 2004 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Mon, 17 May 2004 18:58:37 +0200 (CEST) Subject: [Thuban-list] Grass vector support in Thuban Message-ID: <32844.164.15.134.161.1084813117.squirrel@164.15.134.161> Hello, The roadmap foresees that one day Thuban should support the new Grass vector format. Is anyone working on this ? Moritz From jan at intevation.de Mon May 17 20:59:50 2004 From: jan at intevation.de (Jan-Oliver Wagner) Date: Mon, 17 May 2004 20:59:50 +0200 Subject: [Thuban-list] Grass vector support in Thuban In-Reply-To: <32844.164.15.134.161.1084813117.squirrel@164.15.134.161> References: <32844.164.15.134.161.1084813117.squirrel@164.15.134.161> Message-ID: <20040517185950.GB8808@intevation.de> Hi Moritz, On Mon, May 17, 2004 at 06:58:37PM +0200, Moritz Lennert wrote: > The roadmap foresees that one day Thuban should support the new Grass > vector format. Is anyone working on this ? AFAIK no. It is quite desirable, I know :-) Best Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From mlennert at club.worldonline.be Tue May 18 13:29:13 2004 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Tue, 18 May 2004 13:29:13 +0200 (CEST) Subject: [Thuban-list] svg export extension: how to activate Message-ID: <33166.164.15.134.161.1084879753.squirrel@164.15.134.161> Hello, I use thuban cvs version compiled with Debian dpkg-buildpackage. This apparently does not compile all the available extensions, as I only have gns2shp, importAPR, profiling, wms in /usr/lib/thuban/Extensions. What do I need to do to compile/activate the svg export extension ? Moritz From joey at infodrom.org Wed May 19 13:02:24 2004 From: joey at infodrom.org (Martin Schulze) Date: Wed, 19 May 2004 13:02:24 +0200 Subject: [Thuban-list] Re: svg export extension: how to activate In-Reply-To: <33166.164.15.134.161.1084879753.squirrel@164.15.134.161> References: <33166.164.15.134.161.1084879753.squirrel@164.15.134.161> Message-ID: <20040519110224.GL716@finlandia.infodrom.north.de> Moritz Lennert wrote: > I use thuban cvs version compiled with Debian dpkg-buildpackage. This > apparently does not compile all the available extensions, as I only have > gns2shp, importAPR, profiling, wms in /usr/lib/thuban/Extensions. > > What do I need to do to compile/activate the svg export extension ? You should use the CVS version instead if you want to use these features, I guess. On thuban.intevation.de you'll be guided on how to access the CVS repository anonymously. The README then tells you to run python setup.py install_local After that it should be sufficient to add the the following lines to your ~/.thuban/thubanstart.py file: import Extensions.svgexport.svgsaver import Extensions.svgexport.maplegend If you don't have that file already, just create it with this content. Remember that this will probably not work with the Debian package and may end up in Python errors. Regards, Joey -- Ten years and still binary compatible. -- XFree86 From mlennert at club.worldonline.be Fri May 21 17:14:34 2004 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Fri, 21 May 2004 17:14:34 +0200 (CEST) Subject: [Thuban-list] Re: svg export extension: how to activate In-Reply-To: <20040519110224.GL716@finlandia.infodrom.north.de> References: <33166.164.15.134.161.1084879753.squirrel@164.15.134.161> <20040519110224.GL716@finlandia.infodrom.north.de> Message-ID: <33637.164.15.134.161.1085152474.squirrel@164.15.134.161> Martin Schulze said: > Moritz Lennert wrote: >> I use thuban cvs version compiled with Debian dpkg-buildpackage. This >> apparently does not compile all the available extensions, as I only have >> gns2shp, importAPR, profiling, wms in /usr/lib/thuban/Extensions. >> >> What do I need to do to compile/activate the svg export extension ? > > You should use the CVS version instead if you want to use these features, > I guess. On thuban.intevation.de you'll be guided on how to access the > CVS repository anonymously. The README then tells you to run > python setup.py install_local > > After that it should be sufficient to add the the following lines > to your ~/.thuban/thubanstart.py file: > > import Extensions.svgexport.svgsaver > import Extensions.svgexport.maplegend > > If you don't have that file already, just create it with this content. > > Remember that this will probably not work with the Debian package > and may end up in Python errors. > Thanks, this answers my question: I didn't quite get the fact that I had to put in two calls to the subroutines (instead of one to svgexport). Now it works perfectly (I did use the CVS version, just compiling it via dpkg-buildpackage), although I have some trouble with importing the results into sketch. I'll have to check this a bit more thouroughly, though before filing any reports. Thanks again, Moritz From jan at intevation.de Fri May 21 17:55:54 2004 From: jan at intevation.de (Jan-Oliver Wagner) Date: Fri, 21 May 2004 17:55:54 +0200 Subject: [Thuban-list] Re: svg export extension: how to activate In-Reply-To: <33637.164.15.134.161.1085152474.squirrel@164.15.134.161> References: <33166.164.15.134.161.1084879753.squirrel@164.15.134.161> <20040519110224.GL716@finlandia.infodrom.north.de> <33637.164.15.134.161.1085152474.squirrel@164.15.134.161> Message-ID: <20040521155554.GA19703@intevation.de> On Fri, May 21, 2004 at 05:14:34PM +0200, Moritz Lennert wrote: > Thanks, this answers my question: I didn't quite get the fact that I had > to put in two calls to the subroutines (instead of one to svgexport). Now > it works perfectly (I did use the CVS version, just compiling it via > dpkg-buildpackage), although I have some trouble with importing the > results into sketch. I'll have to check this a bit more thouroughly, > though before filing any reports. importing the svg file -simply as a svg file- into sketch 0.6-series works out of the box for me. My box is a Debian sarge :-) importing it as a geo-enabled svg needs some work done on sketch and will work only with 0.7-series (AFAIKT). Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From mlennert at club.worldonline.be Fri May 21 18:48:58 2004 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Fri, 21 May 2004 18:48:58 +0200 (CEST) Subject: [Thuban-list] Re: svg export extension: how to activate In-Reply-To: <20040521155554.GA19703@intevation.de> References: <33166.164.15.134.161.1084879753.squirrel@164.15.134.161> <20040519110224.GL716@finlandia.infodrom.north.de> <33637.164.15.134.161.1085152474.squirrel@164.15.134.161> <20040521155554.GA19703@intevation.de> Message-ID: <34157.164.15.134.161.1085158138.squirrel@164.15.134.161> Jan-Oliver Wagner said: > On Fri, May 21, 2004 at 05:14:34PM +0200, Moritz Lennert wrote: >> Thanks, this answers my question: I didn't quite get the fact that I had >> to put in two calls to the subroutines (instead of one to svgexport). >> Now >> it works perfectly (I did use the CVS version, just compiling it via >> dpkg-buildpackage), although I have some trouble with importing the >> results into sketch. I'll have to check this a bit more thouroughly, >> though before filing any reports. > > importing the svg file -simply as a svg file- into sketch 0.6-series > works out of the box for me. My box is a Debian sarge :-) I identified the problem. It is the same as with the identify mode: as long as polygons do not have a fill color they are not exported (just as you cannot see their corresponding information if you click on the center of the polygon, not the outline). Once I fill the polygons, it works. > importing it as a geo-enabled svg needs some work done on sketch > and will work only with 0.7-series (AFAIKT). Looking forward to it ! Moritz From mlennert at club.worldonline.be Wed May 26 15:19:29 2004 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Wed, 26 May 2004 15:19:29 +0200 (CEST) Subject: [Thuban-list] manual for developers Message-ID: <33135.164.15.134.161.1085577569.squirrel@164.15.134.161> Hello, is there a manual for developers explaining the insides of Thuban ? If not, where can interested people look for explanation of the code structure ? Moritz