Hi Mike, I had exactly the same problem. I solved it using the multidimensional outputformat support in the geoserver WCS implementation. I wrote a custom multidimensional outputformat encoder, which encodes to json. Then I send WCS GetCoverage requests to geoserver, using something like 'custom/json' as the outputformat.
My outputformat code then receives a 'GranuleStack', which I encode to json. If you're interested in this approach, I can lookup some code pointers and possible workarounds that were needed to get this to work. best regards, Jeroen On Monday 10 November 2014 11:34:24 Mike Grogan wrote: > With a time-enabled image mosaic as the data store, is there an easy way to > get multiple return values for time series raster data via GetFeatureInfo > (or anything else available on GeoServer)? > > For instance, in one request I would like to get all values for a grid cell > for all times available in the mosaic. So, say I have hourly rasters > covering a 24 hour period, I would like to return the 24 hourly values at a > particular lat/lon in a single request. > > Thanks, > > Mike Grogan ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
