[Users] WCS and GeoExt

Bart van den Eijnden bartvde at opengeo.org
Wed Oct 24 14:22:30 CEST 2012


Hey Chris,

because of the difficulties you point out, there has never been any effort to parse something like WCS GetCapabilities, but it wouldn't be too hard.

The only WCS support that I ever wrote was a small piece of WCS GetCoverage XML to use in a WPS request (so this is write-only):

https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers/Format/WCSGetCoverage.js

Start at the OpenLayers level with a parser for WCS GetCapabilities, and then add a GeoExt reader (if you need info about the actual coverages besides the service metadata) I would say.

If you need more guidance let me know.

Best regards,
Bart

-- 
Bart van den Eijnden
OpenGeo - http://opengeo.org
Expert service straight from the developers.



On Oct 24, 2012, at 2:11 PM, Christopher Eykamp <christopher.eykamp at tudor.lu> wrote:

> Hello,
> 
> Another question for the list.  We're currently using GeoExt to grab 
> metadata from WFS/WMS servers, to see what layers are on offer, and 
> display some info about them.  We do some light data visualization, but 
> we are primarily interested in helping users choose layers to be passed 
> on to a WPS.
> 
> Now we need to add WCS to the mix, and it looks like GeoExt offers no 
> support for this.
> 
> Before I try to add some some level of WCS support to GeoExt, I was 
> wondering if there are any tools available to do this already, or if 
> using GeoExt is even a good way to get WCS metadata.  Note that I am not 
> interested in working with the data directly (I understand the 
> difficulties this would present for a web-based tool), but I do need 
> access to the WCS metadata.
> 
> Thoughts?
> 
> Thanks,
> 
> Chris
> _______________________________________________
> Users mailing list
> Users at geoext.org
> http://www.geoext.org/cgi-bin/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20121024/783a95c6/attachment.htm 


More information about the Users mailing list