Hi Baskar, it looks like you want to denote your code to geotools. I  
am not sure
about that. What we can do in any case, we could attach your code as  
an example to the documentation. This would be nice. I assume your  
customer has allowed you to publish your code.

@Andrea, any legal problems if we add the code as an example to the wiki ?

The other possibility is to really integrate your code into geotools.   
If you like to do that, there are some additional things to check.

1) I think your db layout is using one table to store the tiles. Do  
you create pyramids for each tile ?. If this is the case, then we can  
stop here since pyramids have to be built from the whole image,  
otherwise it is not correct.
The correct way would be to create the pyramids yourself and store  
them in different tables or add an db attribute "pyramidlevel" to the  
db table.
Btw, this is the way how to do it with postgis wkt raster.

2) If we can clarify 1) , you have to add Online Tests, see  
H2CustomTest and GeorasterOnlineTest as an example. I have to check  
against Orcale 10.2

3) You must sign a developer agreement (I do not know the exact name  
for this paper).

What are your preferences














Quoting Baskar <dbas...@firstam.com>:

>
> Christian,
>
> Already I sent you the code with my implementation. Please suggest me the
> format and contents to be present in the document.
>
>
> Regards
> Baskar
>
> --
> View this message in context:   
> http://osgeo-org.1803224.n2.nabble.com/Proposed-Mosaicing-GeoRaster-Module-tp4942991p5044777.html
> Sent from the geotools-devel mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



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

_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to