GeoServer

BigTiff support in GeoTools/GeoServer (Alpha testers needed)

Dear all, at GeoSolutions we have recently worked on support for the BigTiff format, which basically consists of an extension of the Tiff format to support raster larger than 4 Gigs. Work is based on an ImageIO plugin for the ImageIO-Ext project, but this will be incorporated into GeoTools and GeoServer.Long story short, we are looking for alpha testers, since the impact of the change is rather large for the tiff reader/writer, therefore we would like to have as much feedback/testing as possible prior to port this work to GeoTools/GeoServer. If you are interested in helping us with testing with...

More

GeoSolutions’ New Website Launched

Dear all,at GeoSolutions we have launched our new website:  new layout, renewed graphics and design, more information about selected projects we have worked on.Enjoy,Simone.

More

Behind the curtains: GeoServer/GeoTools ImageMosaic footprints management

Lately at GeoSolutions we have been working on improving the ImageMosaic capabilities as far as large mosaic with void areas are concerned. Often we need to mosaic several datasets which partially overlap which also contain areas where no data is defined (void areas); an example could be a set of satellite acquisitions with some missing areas (see pictures below).In the example above, the red borders represent the overlapping portions of the mosaic datasets; such portions partially overlap with other areas containing useful data for other datasets. A mosaic of these 2 datasets might produce a rendering like the one here...

More

Automatic ImagePyramid import for GeoServer

Lately a new interesting feature has been added to the GeoServer, the possibility to automagically (yeah, it's not a typo) import raster pyramids created with gdal_retile and serve them as WMS/WCS layers.Andrea Aime has created a nice tutorial (see here), that should guide you through the basic steps for building a raster pyramid and then ingesting it into GeoServer.It is worth to point out that, to try this work out, you need to:Use a GeoServer nightly buildInstall the ImagePyramid extensionInstall fwtools or build GDAL on your platform of choice.Enjoy,Simone.

More

GeoServer and GeoTools now supporting JPEG2000 via Kakadu SDK

Back in December 2009 Ing. Daniele Romagnoli and Ing. Simone Giannecchini have worked on bringing to supported status the raster plugin for serving JPEG2000 files via the well-known Kakadu SDK in GeoTools and GeoServer. A detailed description of the feature provided can be found here.The rationale behind this work was to be able to exploit directly the Kakadu SDK without having to pass through the GDAL Java wrappers in order to achieve higher performance and robustness as well as to gain finer control over the steps we were taking in order to load raster data from JPEG2000 files.The plugin for...

More