[Geotools-devel] Caching transformations

2007-01-24 Thread Simone Giannecchini
Martin, I admit that is 1:30 am and my brain left me here alone a copule of hours ago, but I am wondering if there is a way to force buffering the creation of transformation between two crs by forcing geotools to use the BufferedCoordinateOperationFactory class in methods like CRS.transform or CRSU

Re: [Geotools-devel] ColorMapped Image and WAS(Re: Geotiff with no Geokey directory problem)

2007-01-24 Thread Andrea Antonello
Fine, at least I'm not getting crazy. I tried your gdal_translate solution and in fact it works well. There is only one problem, which I already noticed also with the world image files. If I zoom in once or twice I get the following exception: Error: One factory fails for the operation "Filtere

Re: [Geotools-devel] Developers guide; can we review some of these "pending" process changes?

2007-01-24 Thread James Macgill
On 1/25/07, Jody Garnett <[EMAIL PROTECTED]> wrote: > So we have been quite happy changing our process over the last four > months; the developers guide has been updated to reflect this ... but a > sanity check is needed. > > Can I ask anyone to review the following pages: > - http://docs.codehaus.

Re: [Geotools-devel] [Geoserver-users] Null pointer exception

2007-01-24 Thread Chris Holmes
Let's ping GeoTools, as I remember some discussions about such things there. Do you have a longer stack trace at all? And what was the last release candidate that was working for you? thanks, Chris Stephen Crawford wrote: All, Well, it's happening again. This message writes to the logs,

[Geotools-devel] Developers guide; can we review some of these "pending" process changes?

2007-01-24 Thread Jody Garnett
So we have been quite happy changing our process over the last four months; the developers guide has been updated to reflect this ... but a sanity check is needed. Can I ask anyone to review the following pages: - http://docs.codehaus.org/display/GEOT/3+Module+Maintainers - http://docs.codehaus.

[Geotools-devel] Bugging again with JAI defects

2007-01-24 Thread Simone Giannecchini
Ciao guys, sorry for crossposting and sorry for bothering. I am here again asking you to vote on this issue: https://jai-core.dev.java.net/issues/show_bug.cgi?id=85 which is bothering with the mosaic. Thx a lot, Simone. -- --- Eng. Simone G

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Justin Deoliveira
No problem Michael, this is a surprise to me too :). Glad it is working for you. That was an easy one to fix ;). -Justin Michael Lutz wrote: > Hi Justin and all, > > thanks again for the help on this. I'm afraid the error was lying on my > side though. I just noticed that I hadn't included any

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Michael Lutz
Hi Justin and all, thanks again for the help on this. I'm afraid the error was lying on my side though. I just noticed that I hadn't included any of the epsg modules in my project (I'm never sure which of the many GT libs I really need...). When I include gt2-epsg-wkt-2.4-SNAPSHOT.jar for examp

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Jody Garnett
Thanks ... is adding this method enough for a change request? We are taking on responsibility for new capability ... or can we just go through Martin as the module maintainer. I was under the impression that raw WKT was also allowed for an element (although perhaps not for an SRS attribute).

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Michael Lutz
Unfortunately, changing the GeoServer version is not so easy. I am accessing our group's GeoServer WFS, so I have to live with version 1.3.0 (for now). However, a local test with GeoServer 1.5 gave me the same result. It also gives the srs name as "http://www.opengis.net/gml/srs/epsg.xml#4326"

[Geotools-devel] [jira] Created: (GEOT-1136) Handle srsName of the form http://www.opengis.net/gml/srs/epsg.xml#

2007-01-24 Thread Justin Deoliveira (JIRA)
Handle srsName of the form http://www.opengis.net/gml/srs/epsg.xml# - Key: GEOT-1136 URL: http://jira.codehaus.org/browse/GEOT-1136 Project: GeoTools Issue Type: Improve

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Justin Deoliveira
Done. http://jira.codehaus.org/browse/GEOT-1136 Martin Desruisseaux wrote: > Le mercredi 24 janvier 2007 à 07:59 -0800, Justin Deoliveira a écrit : >> We solved this before by implementing an adapter which wrapped the >> normal EPSGProvider. I believe the same solution will work for this case. >

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Martin Desruisseaux
Le mercredi 24 janvier 2007 à 07:59 -0800, Justin Deoliveira a écrit : > We solved this before by implementing an adapter which wrapped the > normal EPSGProvider. I believe the same solution will work for this case. > > > (...) > > > > > > > > http://www.opengis.net/gml/srs/epsg.x

Re: [Geotools-devel] Thanks for updating the JAI instructions guys

2007-01-24 Thread Jody Garnett
They are already a vast improvement; if you need a reference point there are some uDig installation instructions here. We made use of {include:JRE} and {include:ImageIO} statements. Where JRE and ImageIO pages only contain a link to the current version. Saves on updating content. - http://udig.

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Justin Deoliveira
Hi Michael, Could you try a newer version (1.4, or 1.5) of GeoServer you will get the srsName that the parser can handle. -Justin Michael Lutz wrote: > I'm using GeoServer v1.3.0 and the GT sources from > http://svn.geotools.org/geotools/trunk > > Cheers, > Michael > > Andrea Aime wrote: >>

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Andrea Aime
Michael Lutz ha scritto: > I'm using GeoServer v1.3.0 and the GT sources from > http://svn.geotools.org/geotools/trunk GeoServer 1.3.0 against geotools trunk? Erk... May I ask why? Cheers Andrea - Take Surveys. Earn Cash. I

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Michael Lutz
I'm using GeoServer v1.3.0 and the GT sources from http://svn.geotools.org/geotools/trunk Cheers, Michael Andrea Aime wrote: > Michael Lutz ha scritto: >> Hi, >> >> I just did a rebuild of geotools, and now it fails to parse geometries >> with srsName="http://www.opengis.net/gml/srs/epsg.xml#42

Re: [Geotools-devel] Thanks for updating the JAI instructions guys

2007-01-24 Thread Simone Giannecchini
Jody, be aware that they are still under construction. I want to mamek them as precise as possible! Simone. On 1/24/07, Jody Garnett <[EMAIL PROTECTED]> wrote: > I will try following them next install :-) > > Jody > -- --- Eng. Simone Gianne

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Justin Deoliveira
Martin, We solved this before by implementing an adapter which wrapped the normal EPSGProvider. I believe the same solution will work for this case. -Justin Michael Lutz wrote: > Hi, > > I just did a rebuild of geotools, and now it fails to parse geometries > with srsName="http://www.opengis.

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Justin Deoliveira
From the WFS 1.1 spec: "Any valid URI value can be assigned to the srsName attribute. However, in order to enhance interoperability, a web feature service must be able to process srsName attribute values with the following format models: - EPSG: - http://www.opengis.net/gml/srs/epsg.xml# - urn

[Geotools-devel] Thanks for updating the JAI instructions guys

2007-01-24 Thread Jody Garnett
I will try following them next install :-) Jody - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Jody Garnett
We really need to provide: CRS.fromSRS CRS.toSRS Their existing method "decode" is not intended to handle an Open Web Service SRS element ... Michael do you think we can hunt down a range of example SRS values for use with testing. Jody > Hi, > > I just did a rebuild of geotools, and now it fa

Re: [Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Andrea Aime
Michael Lutz ha scritto: > Hi, > > I just did a rebuild of geotools, and now it fails to parse geometries > with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"; (which I get > from a GeoServer WFS), e.g. H... which branch or geotools, which branch of Geoserver? (the latter is needed

Re: [Geotools-devel] [Geoserver-users] Sample CoverageDatasets not working in Geoserver 1.5.0 beta2

2007-01-24 Thread Vincent Schut
Andrea Aime wrote: > [EMAIL PROTECTED] ha scritto: > >> Hi, >> >> I noticed that most (all?) of the coverage data sets in Geoserver 1.5.0 beta2 >> aren't working. If I use them to create a new coverage I get an exception >> (see >> below). For example, try creating a coverage that uses gtopo3

[Geotools-devel] Failed to parse geometry with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"

2007-01-24 Thread Michael Lutz
Hi, I just did a rebuild of geotools, and now it fails to parse geometries with srsName="http://www.opengis.net/gml/srs/epsg.xml#4258"; (which I get from a GeoServer WFS), e.g. (...) http://www.opengis.net/gml/srs/epsg.xml#4258";> (...) I get th

Re: [Geotools-devel] ColorMapped Image and WAS(Re: Geotiff with no Geokey directory problem)

2007-01-24 Thread Andrea Aime
Andrea, Simone, I still don't have a solution, but I think I do have some hints on what's happening. I've attached a working app (with the same JAI initialization code used by Geoserver). If I try to renderer the indexed file as is, I get an OOM. If I create an alternate version that does not use

Re: [Geotools-devel] [Geoserver-users] Sample CoverageDatasets not working in Geoserver 1.5.0 beta2

2007-01-24 Thread Andrea Aime
[EMAIL PROTECTED] ha scritto: > Hi, > > I noticed that most (all?) of the coverage data sets in Geoserver 1.5.0 beta2 > aren't working. If I use them to create a new coverage I get an exception > (see > below). For example, try creating a coverage that uses gtopo30. > > Looks like a problem

[Geotools-devel] [jira] Created: (GEOT-1135) Make axis comparison lenient vs axis names

2007-01-24 Thread Andrea Aime (JIRA)
Make axis comparison lenient vs axis names -- Key: GEOT-1135 URL: http://jira.codehaus.org/browse/GEOT-1135 Project: GeoTools Issue Type: Improvement Components: core referencing Affects