Ciao Christian, I look forward to seeing your project integrated into geotools. We might consider merge the old mosaic plugin with this new one in order to be able to use seamlessly files or any spatial db. It is something I have thinking about for a while it should not be that hard to achieve with some clever design (which I bet you already have :-) ).
Ciao, Simone. On 8/31/07, Jody Garnett <[EMAIL PROTECTED]> wrote: > You are taking the first one right now Christian - asking :-) > > Review the page here for the details: > - http://docs.codehaus.org/display/GEOT/Creating+your+own+Module > - http://docs.codehaus.org/display/GEOT/3+Module+Maintainers > > The long and short of it is we need to set you up with svn access and > you will create a new "unsupported" module to hold your code, when you > have enough documentation / test coverage etc... it will be moved into > the regular library. The "unsupported/geometry" module just moved > through this process with an amazing 75% test coverage. > > Welcome to geotools-devel - the next level :-) > Jody > > Hi, I wrote an Image mosaicking/pyramidal plugin for a tile store in a DB. > > > > It is the same principle as the existing image mosaicking plugin, but it was > > impossible to use it because I have 10 million tiles (200x200 inPixel) and > > my wms client requests images of 1280x1024 size. 10 million files would be > > a > > headache, tiled geotiff files with pyramids are limited to 2 GB in size, so > > there was no solution for me. > > > > My idea was to implement something like ARCSde does, but using jdbc with the > > possibility to adapt to any database with a spatial extension. > > > > My geoserver deployment platform is an AIX 5.3 with Websphere Application > > Server 6.1. My Database is DB2 9.1 with Spatial Extender. > > > > Since there is no native encoding/decoding support on the AIX Platform I > > got > > a serious performance problem. The Solution was a multithreaded tile > > decoding > > which works fine. (My biggest table has 3,5 million tiles). > > > > I use the geotools api for spatial DB access, only the few SQL statements > > for > > tiles are hard coded. > > > > I want to contribute this plug to the geotools, so what are the next steps ? > > > > christian > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > -- ------------------------------------------------------- Eng. Simone Giannecchini President /CEO GeoSolutions S.A.S. Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob: +39 333 8128928 http://www.geo-solutions.it ------------------------------------------------------- ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
