[Geoserver-devel] Status of GDAL support on trunk

Hi,
today I was trying to run a few benchmarks on trunk
and noticed I cannot open mrsid images at all.
It seems support for imageio-ext is broken on trunk,
and I think I've seen many coverage releated
commits on gt2 2.5.x that were not ported over to gt2 trunk.

Maybe I should just try harder, but before I try,
is imageio-ext support supposed to work on trunk?

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Ciao Andrea,
support for gdal should be aligned on both trunk and 2.5.x, this might
just be a gs-trunk related issue.
I will ask daniele to check it out tomorrow, he is working on support
for gdal 1.6.1 anyway.

Simone.
-------------------------------------------------------
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
http://geo-solutions.blogspot.com/
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------

On Mon, Jul 27, 2009 at 7:37 PM, Andrea Aime<aaime@anonymised.com> wrote:

Hi,
today I was trying to run a few benchmarks on trunk
and noticed I cannot open mrsid images at all.
It seems support for imageio-ext is broken on trunk,
and I think I've seen many coverage releated
commits on gt2 2.5.x that were not ported over to gt2 trunk.

Maybe I should just try harder, but before I try,
is imageio-ext support supposed to work on trunk?

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Hi Andrea,
which type of issue you have encountered? (Which OS are you working on?)
I have just build geotools trunk and geoserver trunk and I have added a Landsat mrsid and finally shown in the layer preview.

Can you give me some steps to follow in order to reproduce the problem?
Did you receive something like an unsupported input type?

Please, let me know.
Regards,
Daniele

On Mon, Jul 27, 2009 at 7:37 PM, Andrea Aime <aaime@anonymised.com> wrote:

Hi,
today I was trying to run a few benchmarks on trunk
and noticed I cannot open mrsid images at all.
It seems support for imageio-ext is broken on trunk,
and I think I’ve seen many coverage releated
commits on gt2 2.5.x that were not ported over to gt2 trunk.

Maybe I should just try harder, but before I try,
is imageio-ext support supposed to work on trunk?

Cheers
Andrea


Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


Daniele Romagnoli ha scritto:

Hi Andrea,
which type of issue you have encountered? (Which OS are you working on?)
I have just build geotools trunk and geoserver trunk and I have added a Landsat mrsid and finally shown in the layer preview.

Can you give me some steps to follow in order to reproduce the problem?
Did you receive something like an unsupported input type?

Figured it out.

On 2.5.x the imagemosaic plugin depends on imageio-ext-gdal, de fact briging in the GDAL supported formats the moment you install the native
extensions.

On trunk it does not, and as a result by default we don't have GDAL
support. There is also no profile, nor an extension, so I'm wondering
how you got gt-imageio-ext in the trunk GeoServer. Maybe you have
locally modified poms in GeoServer or GeoTools?

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Hi Andrea,

On Tue, Jul 28, 2009 at 12:22 PM, Andrea Aime <aaime@anonymised.com> wrote:

Daniele Romagnoli ha scritto:

Hi Andrea,
which type of issue you have encountered? (Which OS are you working on?)
I have just build geotools trunk and geoserver trunk and I have added a Landsat mrsid and finally shown in the layer preview.

Can you give me some steps to follow in order to reproduce the problem?
Did you receive something like an unsupported input type?

Figured it out.

On 2.5.x the imagemosaic plugin depends on imageio-ext-gdal, de fact briging in the GDAL supported formats the moment you install the native
extensions.

On trunk it does not, and as a result by default we don’t have GDAL
support. There is also no profile, nor an extension, so I’m wondering
how you got gt-imageio-ext in the trunk GeoServer. Maybe you have
locally modified poms in GeoServer or GeoTools?

I have added imageio-ext-gdal dependency in the geoserver pom to quickly test which type of error the module will throw.
We can be coherents with 2.5.x by adding the imageio-ext-gdal dependency within the imagemosaic.

Cheers,
Daniele

Cheers
Andrea


Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


Daniele Romagnoli ha scritto:

I have added imageio-ext-gdal dependency in the geoserver pom to quickly test which type of error the module will throw.
We can be coherents with 2.5.x by adding the imageio-ext-gdal dependency within the imagemosaic.

Works for me
Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.