[Qgis-developer] Does QGIS Currently Support WCS? or WMTS?

Radim Blazek radim.blazek at gmail.com
Thu Oct 4 02:41:06 PDT 2012


On Wed, Oct 3, 2012 at 10:46 PM, Bruce, Bob (CON) <Bob.Bruce at gov.mb.ca> wrote:
> We are currently testing Cubewerx web services and are interested in testing their WCS support. Can QGIS use a WCS server and if so how can I use it to do that?

WCS support is available in master. If you compile QGIS with
CMAKE_BUILD_TYPE = Debug on Linux, you can also use qgis_wcstest
application to run automatic test on your server. For example:

qgis_wcstest --server http://my.server.org/mywcsservice --num 10
--version 1.0.0 --force  ./mycachedir

it also tests the same coverages via GDAL provider for comparison. The
report is written in ./mycachedir/index.html

You may still find some issues, please let me know if you find any problem.

Radim

> Also is there any WMTS support yet? We are interested in testing this also.
>
> Thanks,
>         Bob
>
> ******************************************************************************
> **    Bob Bruce, FEC, P.Eng.         Geomatics Support Engineer
> **    Bob.Bruce at gov.mb.ca           Geospatial Technology Services Management
> **    work # (204) 945-6636              GeoManitoba, Manitoba Conservation and Water Stewardship
> **    FAX  # (204) 945-1365             1007 Century Street,
> **                                                  Winnipeg, Manitoba, Canada, R3H 0W4
> **                                                  49-54-31.85N,97-12-16.08W
> **
> **             Check out our digital maps at: http://mli2.gov.mb.ca/
> **                 and WMS: http://mlidata.gov.mb.ca/wms/request.aspx
> ******************************************************************************
>
>
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer


More information about the Qgis-developer mailing list