Re: [mapserver-users] wcs client support

2009-02-27 Thread Roger André
Unbelievable. This is really incredible. Works like a champ. Thanks for your help. -- On Fri, Feb 27, 2009 at 3:38 PM, Frank Warmerdam wrote: > Roger André wrote: >> >> Hi Frank, >> >> Apologies if this is a dense question, but is it correct to assume the >> following: >> >> 1) create an XML f

Re: [mapserver-users] wcs client support

2009-02-27 Thread Frank Warmerdam
Roger André wrote: Hi Frank, Apologies if this is a dense question, but is it correct to assume the following: 1) create an XML file similar to this one that points at valid WCS service: http://maps.gdal.org/cgi-bin/mapserv_dem? srtmplus_raw 2. Create a Mapserver LAYER with TYPE raster,

Re: [mapserver-users] wcs client support

2009-02-27 Thread Roger André
Hi Frank, Apologies if this is a dense question, but is it correct to assume the following: 1) create an XML file similar to this one that points at valid WCS service: http://maps.gdal.org/cgi-bin/mapserv_dem? srtmplus_raw 2. Create a Mapserver LAYER with TYPE raster, and where the DATA li

Re: [mapserver-users] wcs client support

2009-02-27 Thread Roger André
Hi Frank, I didn't know about the gdal WCS driver. I'll see if I can get something working from the doc you've linked to. Thanks, Roger -- On Fri, Feb 27, 2009 at 2:04 PM, Frank Warmerdam wrote: > Roger André wrote: >> >> Hi All, >> >> Does anyone know of any work being done to implement WCS

Re: [mapserver-users] wcs client support

2009-02-27 Thread Frank Warmerdam
Roger André wrote: Hi All, Does anyone know of any work being done to implement WCS client functionality in Mapserver? I have seen a passing reference to this on the OGC Galeon page, http://www.ogcnetwork.net/node/113. It looked like Texas A&M was going to implement a test client, but I can't f

[mapserver-users] wcs client support

2009-02-27 Thread Roger André
Hi All, Does anyone know of any work being done to implement WCS client functionality in Mapserver? I have seen a passing reference to this on the OGC Galeon page, http://www.ogcnetwork.net/node/113. It looked like Texas A&M was going to implement a test client, but I can't find any additional in

[mapserver-users] WCS that reads NetCDF files returns "Image handling error. Attempt to operate on GDAL file with no bands"

2009-02-27 Thread Roger André
Hi Norman, Sorry for the direct email, but much of the relevant documentation that I have found regarding this topic appears to have been written by you.  I'm hoping you can take the time to share a bit more of your wisdom regarding this. I would like to setup a Mapserver WCS service that reads a

Re: [mapserver-users] WCS time support bugs

2008-11-10 Thread Armin Burger
Alex during the tests I noticed 2 shortcomings of the patch for the 'wcs_timeposition', both are a bit correlated with each other: If a request contains a timestamp not available in the Postgis table then an empty image will be sent back to the requesting client. A better solution would be t

Re: [mapserver-users] WCS time support bugs

2008-11-10 Thread Alexander Petkov
On Wed, Nov 5, 2008 at 11:39 AM, Alexander Petkov <[EMAIL PROTECTED]> wrote: > On Wed, Nov 5, 2008 at 10:13 AM, Armin Burger <[EMAIL PROTECTED]> wrote: >> Alex >> >> I had a look at the code and tried the suggested fix. I uploaded a patch at >> the wiki, see this link >> http://trac.osgeo.org/mapse

Re: [mapserver-users] WCS time support bugs

2008-11-05 Thread Alexander Petkov
On Wed, Nov 5, 2008 at 10:13 AM, Armin Burger <[EMAIL PROTECTED]> wrote: > Alex > > I had a look at the code and tried the suggested fix. I uploaded a patch at > the wiki, see this link > http://trac.osgeo.org/mapserver/attachment/ticket/2487/mapwcs.c.patch > > With these modifications the PostGIS

Re: [mapserver-users] WCS time support bugs

2008-11-05 Thread Armin Burger
Alex I had a look at the code and tried the suggested fix. I uploaded a patch at the wiki, see this link http://trac.osgeo.org/mapserver/attachment/ticket/2487/mapwcs.c.patch With these modifications the PostGIS problem disappeared and it was also possible to specify 'wcs_timeposition' as a r

Re: [mapserver-users] WCS time support bugs

2008-11-05 Thread Alexander Petkov
On Mon, Nov 3, 2008 at 4:10 PM, Armin Burger <[EMAIL PROTECTED]> wrote: > Hi everybody > > I wanted to test the time support functionality of WCS but this seems not to > be working. There is an older bug report at > http://trac.osgeo.org/mapserver/ticket/1856 > but it seems this has not been fixed

[mapserver-users] WCS time support bugs

2008-11-03 Thread Armin Burger
Hi everybody I wanted to test the time support functionality of WCS but this seems not to be working. There is an older bug report at http://trac.osgeo.org/mapserver/ticket/1856 but it seems this has not been fixed yet. I use a PostGIS table to store the tileindex for the time series and as

Re: [mapserver-users] WCS 1.1.0 support in MapServer 5.2?

2008-09-11 Thread Frank Warmerdam
ed in r7906. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glenn Waldron Sent: 11 September, 2008 12:02 PM To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] WCS 1.1.0 support in MapServe

RE: [mapserver-users] WCS 1.1.0 support in MapServer 5.2?

2008-09-11 Thread Kralidis,Tom [Burlington]
Committed in r7906. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glenn Waldron Sent: 11 September, 2008 12:02 PM To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] WCS 1.1.0 support in

Re: [mapserver-users] WCS 1.1.0 support in MapServer 5.2?

2008-09-11 Thread Glenn Waldron
> > Glenn, > > I would suggest ensuring that -DUSE_LIBXML2 appears in the compile lines > as mapserver is building. I would suggest doing a make clean after the > configure. I would suggest ensuring that you are really using the newly > installed executable after rebuilding and installing it. > >

Re: [mapserver-users] WCS 1.1.0 support in MapServer 5.2?

2008-09-11 Thread Frank Warmerdam
Glenn Waldron wrote: Frank, thanks for the quick reply. I do have libxml2, and I tried adding the directive above, but I still get the same response. WCS 1.0.0 works but 1.1.0 does not. Do you have any other suggestions? Thanks again, your help is much appreciated. Glenn, I would suggest

Re: [mapserver-users] WCS 1.1.0 support in MapServer 5.2?

2008-09-11 Thread Glenn Waldron
On Wed, Sep 10, 2008 at 6:37 PM, Frank Warmerdam <[EMAIL PROTECTED]>wrote: > Glenn Waldron wrote: > >> Hi, >> >> I've built MS 5.2.0 on Ubuntu with the --with-wcs option, but I cannot get >> WCS 1.1.0 support to work. In response to a query like: >> >> >> http://localhost/cgi-bin/mapserv?map=/maps

Re: [mapserver-users] WCS 1.1.0 support in MapServer 5.2?

2008-09-10 Thread Frank Warmerdam
Glenn Waldron wrote: Hi, I've built MS 5.2.0 on Ubuntu with the --with-wcs option, but I cannot get WCS 1.1.0 support to work. In response to a query like: http://localhost/cgi-bin/mapserv?map=/maps/srtm.map&SERVICE=WCS&VERSION=1.1.0&REQUEST=GetCapabilities

[mapserver-users] WCS 1.1.0 support in MapServer 5.2?

2008-09-10 Thread Glenn Waldron
Hi, I've built MS 5.2.0 on Ubuntu with the --with-wcs option, but I cannot get WCS 1.1.0 support to work. In response to a query like: http://localhost/cgi-bin/mapserv?map=/maps/srtm.map&SERVICE=WCS&VERSION=1.1.0&REQUEST=GetCapabilities I get the response: msWCSDispatch(): WCS server error. WCS

<    1   2