diff --git a/imagery/imageryintro.html b/imagery/imageryintro.html index 5eab2d6a112..03267b08f17 100644 --- a/imagery/imageryintro.html +++ b/imagery/imageryintro.html @@ -86,6 +86,30 @@

Imagery import

reference points the scanned map can be rectified to obtain geocoded data. +

Semantic label information

+ +Semantic labels are a description which can be stored as metadata. +To print available semantic labels relevant for multispectral satellite +data, use i.band.library. +r.semantic.label allows assigning of +these satellite imagery band references as defined in +i.band.library. Semantic labels are +also used in signature files of imagery classification tools. Therefore, +signature files of one imagery or raster group can be used to classify +a different group with identical semantic labels. + +
+
+ + New enhanced classification workflow involving semantic labels. + +
+ +With r.support any sort of semantic label +the user wishes may be added (i.e., not only those registered in +i.band.library). Semantic labels are supported also by the +temporal GRASS modules. +

Image processing operations

GRASS raster/imagery map processing is always performed in the current diff --git a/lib/imagery/Makefile b/lib/imagery/Makefile index d2c77d90689..c94fd6f967a 100644 --- a/lib/imagery/Makefile +++ b/lib/imagery/Makefile @@ -7,9 +7,13 @@ EXTRA_CFLAGS = $(VECT_CFLAGS) include $(MODULE_TOPDIR)/include/Make/Lib.make include $(MODULE_TOPDIR)/include/Make/Doxygen.make +include $(MODULE_TOPDIR)/include/Make/Grass.make +# images +IMGSRC := $(wildcard *.png) $(wildcard *.jpg) $(wildcard *.gif) +IMGDST := $(patsubst %,$(HTMLDIR)/%,$(IMGSRC)) -default: lib +default: $(IMGDST) lib #doxygen: DOXNAME=imagery diff --git a/lib/imagery/band_references_scheme.png b/lib/imagery/band_references_scheme.png new file mode 100644 index 00000000000..67741602db5 Binary files /dev/null and b/lib/imagery/band_references_scheme.png differ