Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-12 Thread Ian Turton
Have a look at my notes on how I added the Blue Marble imagery to GeoServer - http://ian01.geog.psu.edu/geoserver_docs/data/bluemarble/bluemarble.html You'll need a copy of the gdal utilities (gdal.org) You can then use gdal_translate to convert your tiff+world file to a GeoTiff and then tile it

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-12 Thread Tisham
Hi Amador, You have a couple of options. You can create an imagemosaic from your tile index to let geoserver mosaic on the fly or you can create an ecw or jpeg2000 mosaic using GDAL. Both options are free, you will need to learn some tools and it will take some time. Cheers, Tisham.

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-12 Thread Amador Antonio Cuenca
I'll try to explain all the story briefly, I included a video. So, you can watch it for a more detailed description of my problem. ( http://www.megavideo.com/?v=165GLEOI) I'm working in a small town municipality's cadastral department as developer(I'm the only one :S ), that department have a GIS

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-10 Thread Bernard Clement
Hi Amador, I think your problem is with the relation between the tfw file and EPSG:4326 The EPSG:4326 requires latitude and longitude in a tfw (AKA world file) and yours seems to be x and y values (the last two lines). FYI, the last 2 lines of a world file represent the "position" of the upper l

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-10 Thread christian . mueller
To clarify the situation. gdal_retile.py is not able to reproject during the process of tiling / building pyramids. (I experimented with such a possibility, the results were not good and I dropped this feature before making it public and earning headaches). If you want to reproject you must

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-10 Thread Daniele Romagnoli
Hi, can you try a gdalinfo on one of these files to see if they contain or not the referencing information? However, I don't remember if you can simply use the -s_srs EPSG:4326 since your input data is not in that CRS (I have just looked on your world file which doesn't have lat lon coordinates on

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-10 Thread Simone Giannecchini
Ciao Amador, long story short, is there a special reason for which you are trying to use a pyramid? If you want to serve this tiff file faster, all you need to do is: -1- use gdal_translate to retile to 256x256, add also the CRS using the -a_srs option -2- add a decent number of overview to this f

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-10 Thread Amador Antonio Cuenca
Thanks for answer so fast. I'm not using Tomcat. I'm using GlassFish Comunity Edition 3 (Comes with Netbeans 6.9), The gdal_retylepy command create the following structure in /layers: layers/ ---/0 --SanFco_1_1.tif --SanFco_1_2.tif --SanFco_1_3.tif --SanFco_1_4.tif --SanFco_1_

Re: [Geoserver-users] How do I to create a pyramid with a big tif

2010-08-10 Thread Ian Turton
On Tue, Aug 10, 2010 at 10:37 AM, Amador Antonio Cuenca wrote: > Hi all, [lots of stuff that looks ok] > > When I try to add the pyramid to my GeoServer Instance, the following error > appear: > > Could not list layers for this store, an error occurred retrieving them: > This plugin accepts only

[Geoserver-users] How do I to create a pyramid with a big tif

2010-08-10 Thread Amador Antonio Cuenca
Hi all, I've a big image ( SanFco.tif 421,4 MB, 16124x9133), and a file SanFco.tfw which constains the follow text: 1.20 0.00 0.00 -1.20 195534.899000 1173670.829998 I need to create a pyramid with 4 levels, and enforce them with th