Hi, we should bring it to an end together.

1)  I already altered the imagemosaic-jdbc code accepting a config  
file similar to the config file described by you.

2) I have already a Testsup "GeoRasterOnlineTest" which imports an  
image, creates  the pyramid and runs some test cases.

The imagemosaic-jdbc module has also a running h2 test.

mvn clean install

will run the tests, the output is in "target/h2".
Using GeoRasterOnlineTest, the output will be in "target/georaster".
These tests work with an image of Austria,  4 band (RGBA) colormodel,  
pixelinterleaved , datatype byte.

Comparing the two image sets is a good starting point.

Afterwards, we use gdal_translate to create different  test images to  
to check the
georaster blob -> Java Image transformation.


I would propose the following:

1) Make a ziip File and send me your code, even if it not yet  
finished. I will merge your code. Afterwards I will commit on trunk  
(without breaking the build) and you can check out. After checking out  
you have your test environment.

2) Your part is continuing with the core components, I will  add tests  
,do the goeserver/geotools documentation stuff, and finally, do a  
backport to 2.6.x.


This would be a great help for me, since I can focus on the  
integration of this candidate

http://trac.osgeo.org/postgis/wiki/WKTRaster

Deal ?














Quoting "ba...@geotools" <dbas...@firstam.com>:

>
> Hi Christian,
>
> Its good to know that you also working on this. Howerver, I am not sure
> wheather my code can be integrated into ImageMosaic-jdbc module. Since I
> developed this plug-in as seperate one for Geoserver 2 series based on the
> structure of ImageMosaic-jdbc module. My plug-in will take input
> configuration xml file that contains only data like below and plug-in will
> take care rest of the things to create mosaic georaster.
>
> <georaster>
>    <datastore >
>       <rastertable>GEORASTER TABLE NAME</rastertable>
>       <schema>SCHEMA</schema>
>      <database>Oracle</database>
>      <drivertype>thin</drivertype>
>      <server>DBSERVER</server>
>      <dbname>DBNAME</dbname>
>      <port>PORT</port>
>      <username>USER</username>
>      <password>PASS</password>
>     </datastore>
> </georaster>
>
> I had used all necessary functionalities available in "sdo_geor" package to
> create mosaic image.  As you pointed out, creating a java image pure raster
> data is challenge one, and I did that image creation part and plug-in able
> to respond the image properly. But still, I have to check and do few things
> in the code.
>
> Please let me know your suggestions now so that we will proceed. Meanwhile,
> suggest me how to write test cases for my case so that I will finish writing
> test case and donate this to GeoTools.
>
>
> Regards,
> Baskar
>
> --
> View this message in context:   
> http://osgeo-org.1803224.n2.nabble.com/Proposed-Mosaicing-GeoRaster-Module-tp4942991p4973243.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