Re: [Geotools-devel] happy fun ball

2013-07-26 Thread Jody Garnett
Simone and Sharon were able to get a hold of the author - the file is now available under an MIT license: --- quote --- Hello all, I have made a new version with the MIT license in the header. You can find it here. I hope it serves your purposes. http://www.gelbin.org/code/GeoTiffIIOMetadataAdapt

[Geotools-devel] [jira] (GEOT-4522) App-schema - Filters not work on attributes of the main feature

2013-07-26 Thread Rudy Commenge (JIRA)
Rudy Comm

Re: [Geotools-devel] Merging multiple coverages into one with custom merge operation

2013-07-26 Thread Andrea Aime
On Fri, Jul 26, 2013 at 9:48 AM, Jan De Moerloose < jan.demoerlo...@geosparc.com> wrote: > I already checked the ImageMosaic module but could not find any hooks to > change the merge behavior. > There is none > I noticed there is a MOSAIC_TYPE_BLEND in JAI, which allows me to take > weighted a

Re: [Geotools-devel] Merging multiple coverages into one with custom merge operation

2013-07-26 Thread Jan De Moerloose
I already checked the ImageMosaic module but could not find any hooks to change the merge behavior. I noticed there is a |MOSAIC_TYPE_BLEND| in JAI, which allows me to take weighted averages by passing an extra alpha image for each image. I will explore that and let you know. If there are any s