During my last version update, I patched the geoserver code to use the TIME and ELEVATION parameters. Then, I tweaked the NetCDF plugin that Martin and Cedric authored to extract the 2D slice from a multidimensional data file.
So, if the code for reading the TIME and ELEVATION values from a request is already in geoserver's source tree (haven't checked recently), you will have add Parameter Descriptors in the WhateverProprietaryDataFormat that extends AbstractGridFormat (for your Geotools coverage plugin), and create a GridCoverage that takes into account the TIME and ELEVATION values in your WhateverProprietaryDataReader's read() method. Alex On Wed, Oct 15, 2008 at 11:00 AM, Simone Giannecchini <[EMAIL PROTECTED]> wrote: > Dear Smith, > my fault, answering your email is in the queue, but as you can imagine > we have been extremely busy these days. I am about to leave work > today, but I promise an exhaustive answer tomorrow first thing in the > morning. > > Simone. > > On Wed, Oct 15, 2008 at 6:00 PM, Smith, Alan G. <[EMAIL PROTECTED]> wrote: >> I originally sent this on 7 Oct 2008 with no response. I would be grateful >> for a quick answer to the first question below. >> ________________________________ >> From: Smith, Alan G. >> Sent: Tue 10/7/2008 12:49 PM >> To: [email protected] >> Subject: WCS TIME & ELEVATION parameters in version 1.7? >> >> GeoServer Developers: >> >> >> >> In GeoServer version 1.7, are the WCS TIME & ELEVATION parameters going to >> be supported as indicated by GSIP 24? >> >> >> http://geoserver.org/display/GEOS/GSIP+24+-+TIME-ELEVATION-BAND+parameters+parsing+for+WMS+1.1.1+WCS+1.X >> >> >> >> If yes, do you have any sample code for a GeoTools coverage plug-in that >> uses the WCS TIME & ELEVATION parameters? I have checked out version >> 1.7-RC3 and have inspected some of the code for the EMF bindings, but I >> could not find an example of a plug-in that uses the EMF bindings--not that >> I have any real experience with EMF bindings. >> >> >> >> My objective is to develop is to develop a GeoTools coverage plug-in for a >> proprietary data format where there are 2D coverages that vary in time and >> elevation, and I would like to only register one coverage store and coverage >> per data parameter using time and elevation to select the individual 2D >> coverages. >> >> >> >> Thank you, >> >> Alan Smith >> >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Geoserver-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geoserver-devel >> >> > > > > -- > ------------------------------------------------------- > Eng. Simone Giannecchini > GeoSolutions S.A.S. > Owner - Software Engineer > Via Carignoni 51 > 55041 Camaiore (LU) > Italy > > phone: +39 0584983027 > fax: +39 0584983027 > mob: +39 333 8128928 > > > http://www.geo-solutions.it > http://www.geo-solutions.it/simone.giannecchini > http://www.linkedin.com/in/simonegiannecchini > > ------------------------------------------------------- > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Geoserver-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
