[mapserver-users] [Reminder] OSGeo Local Chapter (aka TCMUG) Meeting

2018-10-09 Thread Basques, Bob (CI-StPaul)
All,

Sorry I’m late with this update, busy last half of last week.

Nice meetup 
this past Wednesday at Lake Monster in the Midway.  Didn’t catch everyone in 
the photo, some left before I remembered to take one.  You know who you are.

Anyway, some new faces and some old.

Next meeting at:

Location:  Happy Gnome.
Date: Oct. 10th.  (hope folks aren’t too worn out from GIS/LIS)
Time :  4:30


See you there.


bobb





Don’t ever wrestle with a pig. You’ll both get dirty, but the pig will enjoy it.
—Cale Yarborough

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] confused on WCS

2018-10-09 Thread Ahmet Temiz
Hi,

I am highly confused on WCS.
I need to get one band and its data. But I think I couldn't configure my
map file properly:

here are the relavant parts:

  OUTPUTFORMAT
NAME GEOTIFF_32
DRIVER "GDAL/GTiff"
MIMETYPE "image/tiff"
IMAGEMODE FLOAT32
#IMAGEMODE BYTE
EXTENSION "tif"
  END
...

  LAYER
NAME ivm_gray
METADATA
  "wcs_label"   "ivnm"  ### required
  "wcs_rangeset_name"   "ivm"  ### required to support
DescribeCoverage request
  "wcs_rangeset_label"  "ivm" ### required to support
DescribeCoverage request
  "wcs_bandcount" "1"
  "wcs_enable_request" "*"
END
TYPE RASTER ### required
STATUS ON

DATA 'deptiled.tif'
PROJECTION
  "init=epsg:3857"
END

   # if you need only the data not to display
   CLASS
 EXPRESSION ([pixel] >= 0.0 AND [pixel] < 1.0)
 STYLE
   COLORRANGE 255 255 255  0 0 0
   DATARANGE 0.0  1.0
   RANGEITEM "pixel"
 END #STYLE
   END #end class

   END

---

shp2img gives one band and data . It is ok
But, qgis wcs three band and data is not available.

How can I solve the problem?

-- 
Ahmet Temiz
Jeoloji Müh.
Afet ve Acil Durum Yönetimi Başkanlığı
Bilgi İşlem  Dairesi Başkanlığı-CBS Grubu




Ahmet Temiz
Geological Eng.
Information Systems - GIS Group
Disaster and Emergency Management
of Presidency
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users