Ciao,
beating a dead horse probably but it was in my "to answer" list anyway..
Please, read below...

Regards,
Simone Giannecchini
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313
mob:    +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

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



On Fri, Dec 17, 2010 at 5:50 AM, Black_Saber <riezka_xenog...@yahoo.com> wrote:
>
>
>
> Simone Giannecchini wrote:
>>
>> Ciao B_S,
>> if your tif is 2.6 GB the easiest thing you can do is the following:
>>
>> - split it in two tif using gdal_translate (add also options to retile
>> it in smaller tiles)
>> - add overviews using gdaladdo
>>
>> Ciao,
>> Simone.
>> -------------------------------------------------------
>> Ing. Simone Giannecchini
>> GeoSolutions S.A.S.
>> Founder
>>
>> Via Poggio alle Viti 1187
>> 55054  Massarosa (LU)
>> Italy
>>
>> phone: +39 0584962313
>> fax:      +39 0584962313
>> mob:    +39 333 8128928
>>
>>
>> http://www.geo-solutions.it
>> http://geo-solutions.blogspot.com/
>> http://www.linkedin.com/in/simonegiannecchini
>> http://twitter.com/simogeo
>>
>> -------------------------------------------------------
>>
>>
>
> like this?
>
> gdal_translate -of GTiff -srcwin 0 0 10000 10000 -co "TILED=YES" "C:\Program
> Files\GeoServer
> 2.0.2\data_dir\data\test\10FEB15032057-S2AS-052339051010_01_P001.TIF"
> "C:\Program Files\GeoServer 2.0.2\data_dir\data\test\soeta.tif"
>
> But how to give the output for the rest of the splitted tiff? since the
> soeta.tif only show a quarter of my tif. Do i need to give another output
> tif? I've tried adding another output as soeta2.tif, but the gdal_translate
> won't work, instead giving me the gdal_translate's supported extension.
>

You need the preprocess the 4 of them and then mosaic them.


> and about the option to retile in a smaller tiles, can I use "TILED=YES" ?
>


 this creates tiles using 256,256 the default size for geotiff in gdal

> and about adding overview, can i use this?
>
> gdaladdo "C:\Program Files\GeoServer 2.0.2\data_dir\data\test\soeta.tif" 2 4
> 6 8 16
>

I would do 2 4 8 16 32 64 128


Simone.

> Regards, B_S
>
>
> --
> View this message in context: 
> http://old.nabble.com/Another-Error-in-Unable-to-acquire-a-reader-for-this-coverage-with-format%3A-ImageMosaicJDBC-tp30364848p30478393.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to