Skip to content

Commit

Permalink
many small fixs in create schema and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smercier committed May 19, 2020
1 parent cd66567 commit 74fea12
Show file tree
Hide file tree
Showing 7 changed files with 1,627 additions and 2,226 deletions.
49 changes: 49 additions & 0 deletions mapfile/wis-conformance.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
CLASS
EXPRESSION ([pixel] >= 1)
NAME "More than 1.0m shallower than reference depth"
STYLE
COLOR "#FC8327"
END
END
CLASS
EXPRESSION ([pixel] <1 AND [pixel] >=0.5)
NAME "0.5 to 1.0m shallower than reference depth"
STYLE
COLOR "#FEBE26"
END
END
CLASS
EXPRESSION ([pixel] < 0.5 AND [pixel] >=0)
NAME "Less than 0.5m shallower than reference depth"
STYLE
COLOR "#FEF65B"
END
END
CLASS
EXPRESSION ([pixel] <0 AND [pixel] >=-0.5)
NAME "Less than 0.5m deeper than reference depth"
STYLE
COLOR "#73E0FF"
END
END
CLASS
EXPRESSION ([pixel] <-0.5 AND [pixel] >=-1)
NAME "0.5 to 1.0m deeper than reference depth"
STYLE
COLOR "#4CBCF8"
END
END
CLASS
EXPRESSION ([pixel] <-1 AND [pixel] >=-1.5)
NAME "1.0 to 1.5m deeper than reference depth"
STYLE
COLOR "#2B9DFE"
END
END
CLASS
EXPRESSION ([pixel] <=-1.5)
NAME "More than 1.5m deeper than reference"
STYLE
COLOR "#A5A5A5"
END
END
49 changes: 49 additions & 0 deletions mapfile/wis-sivn-rainbow.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
CLASS
EXPRESSION ([pixel] <0 AND [pixel] >=-8)
NAME "0 to 8 m"
STYLE
COLORRANGE 152 0 86 254 0 0
DATARANGE 0 -8
END
END
CLASS
EXPRESSION ([pixel] <-8 AND [pixel] >=-10)
NAME "8 to 10 m"
STYLE
COLORRANGE 254 0 0 255 255 0
DATARANGE -8 -10
END
END
CLASS
EXPRESSION ([pixel] <-10 AND [pixel] >=-12)
NAME "10 to 12 m"
STYLE
COLORRANGE 255 255 0 0 255 0
DATARANGE -10 -12
END
END
CLASS
EXPRESSION ([pixel] <-12 AND [pixel] >=-14)
NAME "12 to 14 m"
STYLE
COLORRANGE 0 255 0 0 255 255
DATARANGE -12 -14
END
END
CLASS
EXPRESSION ([pixel] <-14 AND [pixel] >=-20)
NAME "14 to 20 m"
STYLE
COLORRANGE 0 255 255 0 0 255
DATARANGE -14 -20
END
END
CLASS
EXPRESSION ([pixel] <-20 AND [pixel] >=-105)
NAME "20 to 105 m"
STYLE
COLORRANGE 0 0 255 116 0 122
DATARANGE -20 -105
END
END

Loading

0 comments on commit 74fea12

Please sign in to comment.