rasdaman is a Big Data Engine for flexible ad-hoc analytics on multi-dimensional spatio-temporal sensor, image, simulation, and statistics data of unlimited size.
Open a console, type in commands for sending queries and receive results. Here is an example combining red and blue bands from a sample RGB image:
$ rasql -q "select png( rgb.red + rgb.blue ) from rgb" --out file --filename osgeo.pnguse your favorite image inspection tool to open the file generated.
Open a console, Download and install rasdaman and its prerequisites, run the demo ingestion script:
$ install_demo.shuse the rasql utility for querying, for example the one from above or this one:
$ rasql -q "select csv( marray bucket in [0:255] values count_cells( rgb.red = bucket ) ) from rgb --out string"add your own datasets (see http://www.rasdaman.org/wiki/PetascopeUserGuide for details), publish them via OGC services.