[Geotools-devel] (no subject)

2009-02-19 Thread Kempenaers Stephen
Hi all, We have 16bit geotiff bathymetrical data ( 1 band ). We serve this now via Geoserver, after we have converted these 16bit gray into a 24bit colored geotiff. This coloring, so the converting from 16bit gray into 24bit color should happen on the fly, so that the user can provide an

[Geotools-devel] Referencing services test errors building geotools : Please help

2009-02-19 Thread Nilesh Choure
Hi, I downloaded the geotools source version 2.6 M1 and was trying building it using maven from command prompt. I got following errors which are generated while running test. I also tried to skip the tests to try and finish packaging and install. Still got the errors which is also logged below. I

Re: [Geotools-devel] Geotools modules deployment: are SNAPSHOT jars automatically deployed? What time period is adopted?

2009-02-19 Thread Daniele Romagnoli
Hi List, any news about the SNAPSHOT deployment script? Regards, Daniele On Mon, Feb 16, 2009 at 4:56 PM, Andrea Aime aa...@opengeo.org wrote: Daniele Romagnoli ha scritto: Hi Andrea, the OSGEO repo contains old version too (Lastly updated on 17 december... Not sure whether they are

[Geotools-devel] MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
Hi, I'm trying to convert WGS84 lat/lon points to NTF Lambert II (EPSG:27572) points. The following code crashes for an unknown reason : -- MathTransform transform = null; try {

Re: [Geotools-devel] Maven repositories: where to deploy?

2009-02-19 Thread Martin Desruisseaux
Simone Giannecchini a écrit : IMHO we should make use of the OSGEO maven repo as our primary repo to make the transition definitive. Sound good to me, but I still don't have write access to OSGEO. So I just deployed on list.refractions.net for now. Martin

Re: [Geotools-devel] MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Martin Desruisseaux
Hello epsg-wkt.jar is deprecated and will be removed. Is there any chance you could test with epsg-hsql.jar instead? We use EPSG:27572 often with no problem when using the HSQL database. Otherwise we would need to open epsg.properties in the epsg-wkt.jar file, look for the 27572 entry and try

Re: [Geotools-devel] Maven repositories: where to deploy?

2009-02-19 Thread Simone Giannecchini
I think someone (Adrian?) needs to accept/add you as developer on OSGEO. You need to create an OSGEO id first. Simone. --- Ing. Simone Giannecchini GeoSolutions S.A.S. Owner - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy

Re: [Geotools-devel] Geotools modules deployment: are SNAPSHOT jars automatically deployed? What time period is adopted?

2009-02-19 Thread Simone Giannecchini
Justin? :-) --- Ing. Simone Giannecchini GeoSolutions S.A.S. Owner - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob:+39 333 8128928 http://www.geo-solutions.it

Re: [Geotools-devel] MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
Hi Martin, Thanks for the quick answer and the interesting information. I will test the hsqldb version and report the test results (actually the test is started but it seems creating the hsqldb database takes lot of time ...) But, isn't there a lighter way to do that ? It seems a bit of

Re: [Geotools-devel] MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
And here is the result of the test with hsqldb : --- 19-Feb-09 3:27:47 PM null null INFO: Creating cached EPSG database version 6.12.0. This operation may take a few minutes... 19-Feb-09 3:38:48 PM

[Geotools-devel] [solved] Re: MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
Ok, I found the culprit : at java.awt.geom.AffineTransform.init(libgcj.so.90) My eclipse ran the test file using GCJ 1.5 and not the Sun 6 JRE. Using the Sun 6 JRE, everything works fine ... Am I really forced to load JAI even if I do not need any imaging functions ? Didrik

Re: [Geotools-devel] [solved] Re: MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Martin Desruisseaux
Didrik Pinte a écrit : Am I really forced to load JAI even if I do not need any imaging functions ? No, you get the warning but can ignore it - this is just one particular transform which will not be available. In the next version of referencing module I'm working on

Re: [Geotools-devel] [solved] Re: MathTransform problem/bug when parsing epsg wkt ?

2009-02-19 Thread Didrik Pinte
On Thu, 2009-02-19 at 16:00 +0100, Martin Desruisseaux wrote: Didrik Pinte a écrit : Am I really forced to load JAI even if I do not need any imaging functions ? No, you get the warning but can ignore it - this is just one particular transform which will not be available. In the next

[Geotools-devel] [jira] Created: (GEOT-2346) WorldFileReader and WorldFileWriter handle worldfile transformation rotation coefficients improperly.

2009-02-19 Thread Daniele Romagnoli (JIRA)
WorldFileReader and WorldFileWriter handle worldfile transformation rotation coefficients improperly. - Key: GEOT-2346 URL:

[Geotools-devel] [jira] Created: (GEOT-2347) DataStore can't identify geometry columns

2009-02-19 Thread Jeff Yutzler (JIRA)
DataStore can't identify geometry columns - Key: GEOT-2347 URL: http://jira.codehaus.org/browse/GEOT-2347 Project: GeoTools Issue Type: Bug Components: data vpf Affects Versions: 2.5.0

[Geotools-devel] FW: VPF question

2009-02-19 Thread Jeff Yutzler
Geotools people, I know I have not been the most responsive module maintainer in the history of this project, but can we at least update Jira to assign new data-VPF issues to me? I didn't even know about GEOT-2094 until I was contacted directly by the person who was trying it. Meanwhile, in what

[Geotools-devel] geotools discussion list

2009-02-19 Thread Michael Bedward
I just noticed a couple of recent messages on the 'geotools discussion' list and pointed the posters to the users' list. Can we close the discussion list so that people don't get lured into the void ? Michael -- Open

[Geotools-devel] [jira] Created: (GEOT-2348) Implementation for unimplemented function getFeatureSource(Name) in WFS_1_1_0_DataStore.java

2009-02-19 Thread Russell Petty (JIRA)
Implementation for unimplemented function getFeatureSource(Name) in WFS_1_1_0_DataStore.java Key: GEOT-2348 URL: http://jira.codehaus.org/browse/GEOT-2348

[Geotools-devel] [jira] Created: (GEOT-2349) Missing setNamespace() for DefaultQuery

2009-02-19 Thread Ben Caradoc-Davies (JIRA)
Missing setNamespace() for DefaultQuery --- Key: GEOT-2349 URL: http://jira.codehaus.org/browse/GEOT-2349 Project: GeoTools Issue Type: Bug Reporter: Ben Caradoc-Davies Assignee: