[Geoserver-users] Geoserver 1.6.0 : Unable to create a geotiff based CoverageStore

Hi,

Since I installed the final 1.6.0 version, I can't create CoverageStore to
exploit a geotiff file.

The only coveragestore I can access is the ArcSde Raster format. Can anyone
tell me how to get back the other formats ?

Alexandre Gacon

I have been confronting to same kind os problems with GeoTiff created by gdal_translate. But I haven't found any rule on these. There were also problems with previous versions. Part of the geotifs just didn't work. I also downloaded 1.6.0 and couldn't load one big geotif but on the other hand, one smaller earlier created worked.

- mika -

Alexandre Gacon kirjoitti:

Hi,

Since I installed the final 1.6.0 version, I can't create CoverageStore to
exploit a geotiff file.

The only coveragestore I can access is the ArcSde Raster format. Can anyone
tell me how to get back the other formats ?

Alexandre Gacon

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
  

Lehtonen, Mika ha scritto:

I have been confronting to same kind os problems with GeoTiff created by gdal_translate. But I haven't found any rule on these. There were also problems with previous versions. Part of the geotifs just didn't work. I also downloaded 1.6.0 and couldn't load one big geotif but on the other hand, one smaller earlier created worked.

Can you run gdal_info on the big boy and include the result in a mail?
Cheers
Andrea

Alexandre Gacon ha scritto:

Hi,

Since I installed the final 1.6.0 version, I can't create CoverageStore to
exploit a geotiff file.

The only coveragestore I can access is the ArcSde Raster format. Can anyone
tell me how to get back the other formats ?

Do you mean they do not appear on the list of available plugins anymore?
What if you remove the arcsde jars from geoserver?
Cheers
Andrea

Yes, the list of the available plugins contains only the ArcSde raster
plugin.

If I remove the arcsde jar from geoserver, I have no plugins left.

Alexandre

PS : I have installed the native JAI. Could it be a consequence ?

aaime wrote:

Alexandre Gacon ha scritto:

Hi,

Since I installed the final 1.6.0 version, I can't create CoverageStore
to
exploit a geotiff file.

The only coveragestore I can access is the ArcSde Raster format. Can
anyone
tell me how to get back the other formats ?

Do you mean they do not appear on the list of available plugins anymore?
What if you remove the arcsde jars from geoserver?
Cheers
Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/Geoserver-1.6.0-%3A-Unable-to-create-a-geotiff-based-CoverageStore-tp15462081p15465669.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Ok,

I didn't read Alexandre's mail by thought. Obviously it was about lacking datastores. I, on the other hand, have been suffering of poor geotif usage from time to time. My problems could easily be conducted from the raster production itself more than GeoServer issues. This "big boy" for example, obviously has some bugs. Although I produced it in Windows, could it be so, that the difference between capitals and small letters has caused the missing coordinate information. (tfw had capital first letter, tif didn't). Probably gdal related error, most probably user error. :-[

Here the info anyway.

- mika -

Andrea Aime kirjoitti:

Lehtonen, Mika ha scritto:

I have been confronting to same kind os problems with GeoTiff created by gdal_translate. But I haven't found any rule on these. There were also problems with previous versions. Part of the geotifs just didn't work. I also downloaded 1.6.0 and couldn't load one big geotif but on the other hand, one smaller earlier created worked.

Can you run gdal_info on the big boy and include the result in a mail?
Cheers
Andrea

gdalinfo_of_bigboy.txt (1.15 KB)

Alexandre Gacon ha scritto:

Yes, the list of the available plugins contains only the ArcSde raster
plugin.

If I remove the arcsde jar from geoserver, I have no plugins left.

Alexandre

PS : I have installed the native JAI. Could it be a consequence ?

It should not, unless you installed a version older than the
latest stable one. GeoServer depends on JAI 1.1.3 and
jai image i/o 1.1

Maybe you can try to run a new clean install of geoserver
in some other directory and see if that works?

Cheers
Andrea

Hi Mika,

Your gdalinfo report tells that the image is missing both the orientation and pixel size info. Obviously the world file has not been connected with the corresponding image file. Letter case difference is a good guess for the reason, but that is simple to test by renaming the tfw file and making another try.

Simple quality check is to run gdaltindex for your image file directory and open the resulting shapefile in some viewer and have a look on locations of the image tiles in the virtual image mosaic by that way.

-Jukka Rahkonen-

-----Alkuperäinen viesti-----
Lähettäjä: geoserver-users-bounces@lists.sourceforge.net puolesta: Lehtonen, Mika
Lähetetty: ke 13.2.2008 22:07
Vastaanottaja: Andrea Aime
Kopio: geoserver-users@lists.sourceforge.net
Aihe: Re: [Geoserver-users] Geoserver 1.6.0 : Unable to create a geotiff based CoverageStore

Ok,

I didn't read Alexandre's mail by thought. Obviously it was about
lacking datastores. I, on the other hand, have been suffering of poor
geotif usage from time to time. My problems could easily be conducted
from the raster production itself more than GeoServer issues. This "big
boy" for example, obviously has some bugs. Although I produced it in
Windows, could it be so, that the difference between capitals and small
letters has caused the missing coordinate information. (tfw had capital
first letter, tif didn't). Probably gdal related error, most probably
user error. :-[

Here the info anyway.

- mika -

Andrea Aime kirjoitti:

Lehtonen, Mika ha scritto:

I have been confronting to same kind os problems with GeoTiff created
by gdal_translate. But I haven't found any rule on these. There were
also problems with previous versions. Part of the geotifs just didn't
work. I also downloaded 1.6.0 and couldn't load one big geotif but on
the other hand, one smaller earlier created worked.

Can you run gdal_info on the big boy and include the result in a mail?
Cheers
Andrea