diff --git a/styles/README.md b/styles/README.md index 2420289abbdc0ab380ab77c26f0a747cfe866c03..3674f4f3ea8b69f79e7051673cb7d2e0c4562692 100644 --- a/styles/README.md +++ b/styles/README.md @@ -1,27 +1,27 @@ # Styles -As mentioned in the README/Description, the AWI Basemap colors are based on the AWI blues (RGB bright: 7/172/231, RGB dark: 0/62/110). While the default version tones down the blues in their saturation (half), the bright version uses them directly. The dark version uses the blues in a quarter saturation to get an unobtrusive map, great to be used as a background to bring all kinds of primary datasets in the foreground. The land on the other side is held in a grey gradient for all versions. Ice covered areas are shown in white while Antarctic shelf ice is visualized with a light grey. +As mentioned in the README/Description, the AWI Basemap colors are based on the AWI blues (RGB bright: 0/172/229, RGB dark: 0/62/110). The different map versions tone down the blues in their saturation to get more or less unobtrusive styles for use as background basemaps. The land on the other side is held in a grey gradient for all versions. Ice covered areas are shown in white while Antarctic shelf ice is visualized with a light grey. ## This is how the color bars look like: - + - + - + ## RGB -| Elevation | Default RGB | Bright RGB | Dark RGB | -|:---------:|:-----------:|:-----------:|:-----------:| -| -12000 | 32/50/64 | 0/36/64 | 48/57/64 | -| -6000 | 55/86/110 | 0/62/110 | 82/98/110 | -| -1000 | 101/179/204 | 7/172/231 | 153/191/204 | -| -10 | 206/233/242 | 191/239/255 | 225/234/237 | -| -4 | 255/255/255 | 255/255/255 | 255/255/255 | -| 5 | 230/230/230 | 230/230/230 | 230/230/230 | -| 100 | 204/204/204 | 204/204/204 | 204/204/204 | -| 1000 | 179/179/179 | 179/179/179 | 179/179/179 | -| 10000 | 153/153/153 | 153/153/153 | 153/153/153 | -| 20000 | 242/242/242 | 242/242/242 | 242/242/242 | -| 30000 | 254/254/254 | 254/254/254 | 254/254/254 | +| Elevation | Blue RGB | Greyblue RGB | Grey RGB | +|:---------:|:------------:|:------------:|:------------:| +| -12000 | 40/53/64 | 48/57/64 | 54/60/64 | +| -6000 | 68/92/110 | 82/98/110 | 94/103/110 | +| -1000 | 142/209/229 | 172/216/229 | 195/221/229 | +| -10 | 232/250/255 | 242/252/255 | 242/252/255 | +| -4 | 255/255/255 | 255/255/255 | 255/255/255 | +| 5 | 230/230/230 | 230/230/230 | 230/230/230 | +| 100 | 204/204/204 | 204/204/204 | 204/204/204 | +| 1000 | 179/179/179 | 179/179/179 | 179/179/179 | +| 10000 | 153/153/153 | 153/153/153 | 153/153/153 | +| 20000 | 250/250/250 | 250/250/250 | 250/250/250 | +| 30000 | 255/255/255 | 255/255/255 | 255/255/255 | diff --git a/styles/basemap_bright_colorbar.png b/styles/basemap_bright_colorbar.png deleted file mode 100644 index be4e7c8d250961597e71b6cc67cd3d0e5124b558..0000000000000000000000000000000000000000 Binary files a/styles/basemap_bright_colorbar.png and /dev/null differ diff --git a/styles/basemap_dark_colorbar.png b/styles/basemap_dark_colorbar.png deleted file mode 100644 index 757e0a88fbdcacf78a352a85abc6a941e4516917..0000000000000000000000000000000000000000 Binary files a/styles/basemap_dark_colorbar.png and /dev/null differ diff --git a/styles/basemap_default_colorbar.png b/styles/basemap_default_colorbar.png deleted file mode 100644 index ff680dfb034ae49e617515fa9b322e4fc77d085d..0000000000000000000000000000000000000000 Binary files a/styles/basemap_default_colorbar.png and /dev/null differ diff --git a/styles/color_palettes/basemap_blue.txt b/styles/color_palettes/basemap_blue.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3376309e136362622d130ca252447e7831da91f --- /dev/null +++ b/styles/color_palettes/basemap_blue.txt @@ -0,0 +1,11 @@ +-12000 40 53 64 255 +-6000 68 92 110 255 +-1000 142 209 229 255 +-10 232 250 255 255 +-4 255 255 255 255 +5 230 230 230 255 +100 204 204 204 255 +1000 179 179 179 255 +10000 153 153 153 255 +20000 250 250 250 255 +30000 255 255 255 255 diff --git a/styles/color_palettes/basemap_bright.txt b/styles/color_palettes/basemap_bright.txt deleted file mode 100644 index c7670fc934176df0bfd746d8834ce09a9f058175..0000000000000000000000000000000000000000 --- a/styles/color_palettes/basemap_bright.txt +++ /dev/null @@ -1,11 +0,0 @@ --12000 0 36 64 255 --6000 0 62 110 255 --1000 7 172 231 255 --10 191 239 255 255 --4 255 255 255 255 -5 230 230 230 255 -100 204 204 204 255 -1000 179 179 179 255 -10000 153 153 153 255 -20000 242 242 242 255 -30000 254 254 254 255 diff --git a/styles/color_palettes/basemap_default.txt b/styles/color_palettes/basemap_default.txt deleted file mode 100644 index 6f62d15cfe28c0201b476857d736131d59828246..0000000000000000000000000000000000000000 --- a/styles/color_palettes/basemap_default.txt +++ /dev/null @@ -1,11 +0,0 @@ --12000 32 50 64 255 --6000 55 86 110 255 --1000 101 179 204 255 --10 206 233 242 255 --4 255 255 255 255 -5 230 230 230 255 -100 204 204 204 255 -1000 179 179 179 255 -10000 153 153 153 255 -20000 242 242 242 255 -30000 254 254 254 255 diff --git a/styles/color_palettes/basemap_grey.txt b/styles/color_palettes/basemap_grey.txt new file mode 100644 index 0000000000000000000000000000000000000000..149d6187fb68ac0f79c2988eca3d3a543d80d5f7 --- /dev/null +++ b/styles/color_palettes/basemap_grey.txt @@ -0,0 +1,11 @@ +-12000 54 60 64 255 +-6000 94 103 110 255 +-1000 195 221 229 255 +-10 242 252 255 255 +-4 255 255 255 255 +5 230 230 230 255 +100 204 204 204 255 +1000 179 179 179 255 +10000 153 153 153 255 +20000 250 250 250 255 +30000 255 255 255 255 diff --git a/styles/color_palettes/basemap_dark.txt b/styles/color_palettes/basemap_greyblue.txt similarity index 61% rename from styles/color_palettes/basemap_dark.txt rename to styles/color_palettes/basemap_greyblue.txt index 33d14bf2327c939a49a0575fde8c1355e302d583..3117e34e308fdbe77bc261944799b3f1e03c10ec 100644 --- a/styles/color_palettes/basemap_dark.txt +++ b/styles/color_palettes/basemap_greyblue.txt @@ -1,11 +1,11 @@ -12000 48 57 64 255 -6000 82 98 110 255 --1000 153 191 204 255 --10 225 234 237 255 +-1000 172 216 229 255 +-10 242 252 255 255 -4 255 255 255 255 5 230 230 230 255 100 204 204 204 255 1000 179 179 179 255 10000 153 153 153 255 -20000 242 242 242 255 -30000 254 254 254 255 +20000 250 250 250 255 +30000 255 255 255 255 diff --git a/styles/color_palettes/basemap_legacy.txt b/styles/color_palettes/basemap_legacy.txt deleted file mode 100644 index c158a07f2078a85e3a968d1cfe98f84469dda199..0000000000000000000000000000000000000000 --- a/styles/color_palettes/basemap_legacy.txt +++ /dev/null @@ -1,21 +0,0 @@ --11000 84 111 133 255 --4500 91 121 143 255 --4000 104 137 160 255 --3000 109 144 167 255 --2000 117 156 179 255 --1000 120 159 181 255 --800 127 169 189 255 --500 133 177 194 255 --200 142 190 204 255 --100 145 198 207 255 --50 157 209 214 255 --40 169 223 224 255 --30 192 240 240 255 --20 208 245 245 255 -0 255 255 255 255 -5 230 230 230 255 -100 204 204 204 255 -1000 179 179 179 255 -10000 153 153 153 255 -20000 242 242 242 255 -30000 254 254 254 255 diff --git a/styles/qml_layer_styles/basemap_blue.qml b/styles/qml_layer_styles/basemap_blue.qml new file mode 100644 index 0000000000000000000000000000000000000000..9dd306655042cf5feb2873520ad976ea4e282e80 --- /dev/null +++ b/styles/qml_layer_styles/basemap_blue.qml @@ -0,0 +1,86 @@ +<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> +<qgis hasScaleBasedVisibilityFlag="0" styleCategories="AllStyleCategories" version="3.20.3-Odense" maxScale="0" minScale="1e+08"> + <flags> + <Identifiable>1</Identifiable> + <Removable>1</Removable> + <Searchable>1</Searchable> + <Private>0</Private> + </flags> + <temporal fetchMode="0" enabled="0" mode="0"> + <fixedRange> + <start></start> + <end></end> + </fixedRange> + </temporal> + <customproperties> + <Option type="Map"> + <Option value="false" type="QString" name="WMSBackgroundLayer"/> + <Option value="false" type="QString" name="WMSPublishDataSourceUrl"/> + <Option value="0" type="QString" name="embeddedWidgets/count"/> + <Option value="Value" type="QString" name="identify/format"/> + </Option> + </customproperties> + <pipe> + <provider> + <resampling zoomedOutResamplingMethod="nearestNeighbour" enabled="false" maxOversampling="2" zoomedInResamplingMethod="nearestNeighbour"/> + </provider> + <rasterrenderer type="singlebandpseudocolor" classificationMin="-12000" classificationMax="30000" opacity="1" alphaBand="-1" nodataColor="" band="1"> + <rasterTransparency/> + <minMaxOrigin> + <limits>None</limits> + <extent>WholeRaster</extent> + <statAccuracy>Estimated</statAccuracy> + <cumulativeCutLower>0.02</cumulativeCutLower> + <cumulativeCutUpper>0.98</cumulativeCutUpper> + <stdDevFactor>2</stdDevFactor> + </minMaxOrigin> + <rastershader> + <colorrampshader classificationMode="1" minimumValue="-12000" clip="0" maximumValue="30000" labelPrecision="0" colorRampType="INTERPOLATED"> + <colorramp type="gradient" name="[source]"> + <Option type="Map"> + <Option value="40,53,64,255" type="QString" name="color1"/> + <Option value="255,255,255,255" type="QString" name="color2"/> + <Option value="0" type="QString" name="discrete"/> + <Option value="gradient" type="QString" name="rampType"/> + <Option value="0.142857;68,92,110,255:0.261905;142,209,229,255:0.285476;232,250,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;250,250,250,255" type="QString" name="stops"/> + </Option> + <prop v="40,53,64,255" k="color1"/> + <prop v="255,255,255,255" k="color2"/> + <prop v="0" k="discrete"/> + <prop v="gradient" k="rampType"/> + <prop v="0.142857;68,92,110,255:0.261905;142,209,229,255:0.285476;232,250,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;250,250,250,255" k="stops"/> + </colorramp> + <item value="-12000" color="#283540" label="-12000" alpha="255"/> + <item value="-6000" color="#445c6e" label="-6000" alpha="255"/> + <item value="-1000" color="#8ed1e5" label="-1000" alpha="255"/> + <item value="-10" color="#e8faff" label="-10" alpha="255"/> + <item value="-4" color="#ffffff" label="-4" alpha="255"/> + <item value="5" color="#e6e6e6" label="5" alpha="255"/> + <item value="100" color="#cccccc" label="100" alpha="255"/> + <item value="1000" color="#b3b3b3" label="1000" alpha="255"/> + <item value="10000" color="#999999" label="10000" alpha="255"/> + <item value="20000" color="#fafafa" label="Shelf Ice" alpha="255"/> + <item value="30000" color="#ffffff" label="Ice Sheet" alpha="255"/> + <rampLegendSettings prefix="" minimumLabel="" maximumLabel="" suffix="" useContinuousLegend="1" orientation="2" direction="0"> + <numericFormat id="basic"> + <Option type="Map"> + <Option value="" type="QChar" name="decimal_separator"/> + <Option value="6" type="int" name="decimals"/> + <Option value="0" type="int" name="rounding_type"/> + <Option value="false" type="bool" name="show_plus"/> + <Option value="true" type="bool" name="show_thousand_separator"/> + <Option value="false" type="bool" name="show_trailing_zeros"/> + <Option value="" type="QChar" name="thousand_separator"/> + </Option> + </numericFormat> + </rampLegendSettings> + </colorrampshader> + </rastershader> + </rasterrenderer> + <brightnesscontrast brightness="0" contrast="0" gamma="1"/> + <huesaturation grayscaleMode="0" colorizeBlue="128" saturation="0" colorizeGreen="128" colorizeOn="0" colorizeStrength="100" colorizeRed="255"/> + <rasterresampler maxOversampling="2"/> + <resamplingStage>resamplingFilter</resamplingStage> + </pipe> + <blendMode>0</blendMode> +</qgis> diff --git a/styles/qml_layer_styles/basemap_bright.qml b/styles/qml_layer_styles/basemap_bright.qml deleted file mode 100644 index d9554d9210545142c6f04c962e93a8e37205ae94..0000000000000000000000000000000000000000 --- a/styles/qml_layer_styles/basemap_bright.qml +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> -<qgis version="3.18.3-Zürich" hasScaleBasedVisibilityFlag="0" maxScale="0" minScale="1e+08" styleCategories="AllStyleCategories"> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>1</Searchable> - <Private>0</Private> - </flags> - <temporal enabled="0" fetchMode="0" mode="0"> - <fixedRange> - <start></start> - <end></end> - </fixedRange> - </temporal> - <customproperties> - <property key="WMSBackgroundLayer" value="false"/> - <property key="WMSPublishDataSourceUrl" value="false"/> - <property key="embeddedWidgets/count" value="0"/> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <provider> - <resampling enabled="false" zoomedOutResamplingMethod="nearestNeighbour" zoomedInResamplingMethod="nearestNeighbour" maxOversampling="2"/> - </provider> - <rasterrenderer classificationMax="30000" type="singlebandpseudocolor" opacity="1" alphaBand="-1" classificationMin="-12000" nodataColor="" band="1"> - <rasterTransparency/> - <minMaxOrigin> - <limits>None</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <rastershader> - <colorrampshader minimumValue="-12000" labelPrecision="0" maximumValue="30000" classificationMode="1" colorRampType="INTERPOLATED" clip="0"> - <colorramp type="gradient" name="[source]"> - <Option type="Map"> - <Option type="QString" value="0,36,64,255" name="color1"/> - <Option type="QString" value="254,254,254,255" name="color2"/> - <Option type="QString" value="0" name="discrete"/> - <Option type="QString" value="gradient" name="rampType"/> - <Option type="QString" value="0.142857;0,62,110,255:0.261905;7,172,231,255:0.285476;191,239,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;242,242,242,255" name="stops"/> - </Option> - <prop v="0,36,64,255" k="color1"/> - <prop v="254,254,254,255" k="color2"/> - <prop v="0" k="discrete"/> - <prop v="gradient" k="rampType"/> - <prop v="0.142857;0,62,110,255:0.261905;7,172,231,255:0.285476;191,239,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;242,242,242,255" k="stops"/> - </colorramp> - <item color="#002440" alpha="255" value="-12000" label="-12000"/> - <item color="#003e6e" alpha="255" value="-6000" label="-6000"/> - <item color="#07ace7" alpha="255" value="-1000" label="-1000"/> - <item color="#bfefff" alpha="255" value="-10" label="-10"/> - <item color="#ffffff" alpha="255" value="-4" label="-4"/> - <item color="#e6e6e6" alpha="255" value="5" label="5"/> - <item color="#cccccc" alpha="255" value="100" label="100"/> - <item color="#b3b3b3" alpha="255" value="1000" label="1000"/> - <item color="#999999" alpha="255" value="10000" label="10000"/> - <item color="#f2f2f2" alpha="255" value="20000" label="Shelf Ice"/> - <item color="#fefefe" alpha="255" value="30000" label="Ice Sheet"/> - <rampLegendSettings useContinuousLegend="1" maximumLabel="" minimumLabel="" direction="0" suffix="" prefix="" orientation="2"> - <numericFormat id="basic"> - <Option type="Map"> - <Option type="QChar" value="" name="decimal_separator"/> - <Option type="int" value="6" name="decimals"/> - <Option type="int" value="0" name="rounding_type"/> - <Option type="bool" value="false" name="show_plus"/> - <Option type="bool" value="true" name="show_thousand_separator"/> - <Option type="bool" value="false" name="show_trailing_zeros"/> - <Option type="QChar" value="" name="thousand_separator"/> - </Option> - </numericFormat> - </rampLegendSettings> - </colorrampshader> - </rastershader> - </rasterrenderer> - <brightnesscontrast brightness="0" contrast="0" gamma="1"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeBlue="128" colorizeGreen="128" colorizeStrength="100" saturation="0" colorizeOn="0"/> - <rasterresampler maxOversampling="2"/> - <resamplingStage>resamplingFilter</resamplingStage> - </pipe> - <blendMode>0</blendMode> -</qgis> diff --git a/styles/qml_layer_styles/basemap_dark.qml b/styles/qml_layer_styles/basemap_dark.qml deleted file mode 100644 index a50615204fb5173954babdfb5b564315ceee8a0b..0000000000000000000000000000000000000000 --- a/styles/qml_layer_styles/basemap_dark.qml +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> -<qgis version="3.18.3-Zürich" hasScaleBasedVisibilityFlag="0" maxScale="0" minScale="1e+08" styleCategories="AllStyleCategories"> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>1</Searchable> - <Private>0</Private> - </flags> - <temporal enabled="0" fetchMode="0" mode="0"> - <fixedRange> - <start></start> - <end></end> - </fixedRange> - </temporal> - <customproperties> - <property key="WMSBackgroundLayer" value="false"/> - <property key="WMSPublishDataSourceUrl" value="false"/> - <property key="embeddedWidgets/count" value="0"/> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <provider> - <resampling enabled="false" zoomedOutResamplingMethod="nearestNeighbour" zoomedInResamplingMethod="nearestNeighbour" maxOversampling="2"/> - </provider> - <rasterrenderer classificationMax="30000" type="singlebandpseudocolor" opacity="1" alphaBand="-1" classificationMin="-12000" nodataColor="" band="1"> - <rasterTransparency/> - <minMaxOrigin> - <limits>None</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <rastershader> - <colorrampshader minimumValue="-12000" labelPrecision="0" maximumValue="30000" classificationMode="1" colorRampType="INTERPOLATED" clip="0"> - <colorramp type="gradient" name="[source]"> - <Option type="Map"> - <Option type="QString" value="48,57,64,255" name="color1"/> - <Option type="QString" value="254,254,254,255" name="color2"/> - <Option type="QString" value="0" name="discrete"/> - <Option type="QString" value="gradient" name="rampType"/> - <Option type="QString" value="0.142857;82,98,110,255:0.261905;153,191,204,255:0.285476;225,234,237,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;242,242,242,255" name="stops"/> - </Option> - <prop v="48,57,64,255" k="color1"/> - <prop v="254,254,254,255" k="color2"/> - <prop v="0" k="discrete"/> - <prop v="gradient" k="rampType"/> - <prop v="0.142857;82,98,110,255:0.261905;153,191,204,255:0.285476;225,234,237,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;242,242,242,255" k="stops"/> - </colorramp> - <item color="#303940" alpha="255" value="-12000" label="-12000"/> - <item color="#52626e" alpha="255" value="-6000" label="-6000"/> - <item color="#99bfcc" alpha="255" value="-1000" label="-1000"/> - <item color="#e1eaed" alpha="255" value="-10" label="-10"/> - <item color="#ffffff" alpha="255" value="-4" label="-4"/> - <item color="#e6e6e6" alpha="255" value="5" label="5"/> - <item color="#cccccc" alpha="255" value="100" label="100"/> - <item color="#b3b3b3" alpha="255" value="1000" label="1000"/> - <item color="#999999" alpha="255" value="10000" label="10000"/> - <item color="#f2f2f2" alpha="255" value="20000" label="Shelf Ice"/> - <item color="#fefefe" alpha="255" value="30000" label="Ice Sheet"/> - <rampLegendSettings useContinuousLegend="1" maximumLabel="" minimumLabel="" direction="0" suffix="" prefix="" orientation="2"> - <numericFormat id="basic"> - <Option type="Map"> - <Option type="QChar" value="" name="decimal_separator"/> - <Option type="int" value="6" name="decimals"/> - <Option type="int" value="0" name="rounding_type"/> - <Option type="bool" value="false" name="show_plus"/> - <Option type="bool" value="true" name="show_thousand_separator"/> - <Option type="bool" value="false" name="show_trailing_zeros"/> - <Option type="QChar" value="" name="thousand_separator"/> - </Option> - </numericFormat> - </rampLegendSettings> - </colorrampshader> - </rastershader> - </rasterrenderer> - <brightnesscontrast brightness="0" contrast="0" gamma="1"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeBlue="128" colorizeGreen="128" colorizeStrength="100" saturation="0" colorizeOn="0"/> - <rasterresampler maxOversampling="2"/> - <resamplingStage>resamplingFilter</resamplingStage> - </pipe> - <blendMode>0</blendMode> -</qgis> diff --git a/styles/qml_layer_styles/basemap_default.qml b/styles/qml_layer_styles/basemap_default.qml deleted file mode 100644 index 5faaab5246cba0b3620648c2b18ce11905fb816b..0000000000000000000000000000000000000000 --- a/styles/qml_layer_styles/basemap_default.qml +++ /dev/null @@ -1,84 +0,0 @@ -<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> -<qgis version="3.18.3-Zürich" hasScaleBasedVisibilityFlag="0" maxScale="0" minScale="1e+08" styleCategories="AllStyleCategories"> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>1</Searchable> - <Private>0</Private> - </flags> - <temporal enabled="0" fetchMode="0" mode="0"> - <fixedRange> - <start></start> - <end></end> - </fixedRange> - </temporal> - <customproperties> - <property key="WMSBackgroundLayer" value="false"/> - <property key="WMSPublishDataSourceUrl" value="false"/> - <property key="embeddedWidgets/count" value="0"/> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <provider> - <resampling enabled="false" zoomedOutResamplingMethod="nearestNeighbour" zoomedInResamplingMethod="nearestNeighbour" maxOversampling="2"/> - </provider> - <rasterrenderer classificationMax="30000" type="singlebandpseudocolor" opacity="1" alphaBand="-1" classificationMin="-12000" nodataColor="" band="1"> - <rasterTransparency/> - <minMaxOrigin> - <limits>None</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <rastershader> - <colorrampshader minimumValue="-12000" labelPrecision="0" maximumValue="30000" classificationMode="1" colorRampType="INTERPOLATED" clip="0"> - <colorramp type="gradient" name="[source]"> - <Option type="Map"> - <Option type="QString" value="32,50,64,255" name="color1"/> - <Option type="QString" value="254,254,254,255" name="color2"/> - <Option type="QString" value="0" name="discrete"/> - <Option type="QString" value="gradient" name="rampType"/> - <Option type="QString" value="0.142857;55,86,110,255:0.261905;101,179,204,255:0.285476;206,233,242,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;242,242,242,255" name="stops"/> - </Option> - <prop v="32,50,64,255" k="color1"/> - <prop v="254,254,254,255" k="color2"/> - <prop v="0" k="discrete"/> - <prop v="gradient" k="rampType"/> - <prop v="0.142857;55,86,110,255:0.261905;101,179,204,255:0.285476;206,233,242,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;242,242,242,255" k="stops"/> - </colorramp> - <item color="#203240" alpha="255" value="-12000" label="-12000"/> - <item color="#37566e" alpha="255" value="-6000" label="-6000"/> - <item color="#65b3cc" alpha="255" value="-1000" label="-1000"/> - <item color="#cee9f2" alpha="255" value="-10" label="-10"/> - <item color="#ffffff" alpha="255" value="-4" label="-4"/> - <item color="#e6e6e6" alpha="255" value="5" label="5"/> - <item color="#cccccc" alpha="255" value="100" label="100"/> - <item color="#b3b3b3" alpha="255" value="1000" label="1000"/> - <item color="#999999" alpha="255" value="10000" label="10000"/> - <item color="#f2f2f2" alpha="255" value="20000" label="Shelf Ice"/> - <item color="#fefefe" alpha="255" value="30000" label="Ice Sheet"/> - <rampLegendSettings useContinuousLegend="1" maximumLabel="" minimumLabel="" direction="0" suffix="" prefix="" orientation="2"> - <numericFormat id="basic"> - <Option type="Map"> - <Option type="QChar" value="" name="decimal_separator"/> - <Option type="int" value="6" name="decimals"/> - <Option type="int" value="0" name="rounding_type"/> - <Option type="bool" value="false" name="show_plus"/> - <Option type="bool" value="true" name="show_thousand_separator"/> - <Option type="bool" value="false" name="show_trailing_zeros"/> - <Option type="QChar" value="" name="thousand_separator"/> - </Option> - </numericFormat> - </rampLegendSettings> - </colorrampshader> - </rastershader> - </rasterrenderer> - <brightnesscontrast brightness="0" contrast="0" gamma="1"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeBlue="128" colorizeGreen="128" colorizeStrength="100" saturation="0" colorizeOn="0"/> - <rasterresampler maxOversampling="2"/> - <resamplingStage>resamplingFilter</resamplingStage> - </pipe> - <blendMode>0</blendMode> -</qgis> diff --git a/styles/qml_layer_styles/basemap_grey.qml b/styles/qml_layer_styles/basemap_grey.qml new file mode 100644 index 0000000000000000000000000000000000000000..be174ba6d4509a2b47a5147aba3ee85b324f9066 --- /dev/null +++ b/styles/qml_layer_styles/basemap_grey.qml @@ -0,0 +1,86 @@ +<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> +<qgis hasScaleBasedVisibilityFlag="0" styleCategories="AllStyleCategories" version="3.20.3-Odense" maxScale="0" minScale="1e+08"> + <flags> + <Identifiable>1</Identifiable> + <Removable>1</Removable> + <Searchable>1</Searchable> + <Private>0</Private> + </flags> + <temporal fetchMode="0" enabled="0" mode="0"> + <fixedRange> + <start></start> + <end></end> + </fixedRange> + </temporal> + <customproperties> + <Option type="Map"> + <Option value="false" type="QString" name="WMSBackgroundLayer"/> + <Option value="false" type="QString" name="WMSPublishDataSourceUrl"/> + <Option value="0" type="QString" name="embeddedWidgets/count"/> + <Option value="Value" type="QString" name="identify/format"/> + </Option> + </customproperties> + <pipe> + <provider> + <resampling zoomedOutResamplingMethod="nearestNeighbour" enabled="false" maxOversampling="2" zoomedInResamplingMethod="nearestNeighbour"/> + </provider> + <rasterrenderer type="singlebandpseudocolor" classificationMin="-12000" classificationMax="30000" opacity="1" alphaBand="-1" nodataColor="" band="1"> + <rasterTransparency/> + <minMaxOrigin> + <limits>None</limits> + <extent>WholeRaster</extent> + <statAccuracy>Estimated</statAccuracy> + <cumulativeCutLower>0.02</cumulativeCutLower> + <cumulativeCutUpper>0.98</cumulativeCutUpper> + <stdDevFactor>2</stdDevFactor> + </minMaxOrigin> + <rastershader> + <colorrampshader classificationMode="1" minimumValue="-12000" clip="0" maximumValue="30000" labelPrecision="0" colorRampType="INTERPOLATED"> + <colorramp type="gradient" name="[source]"> + <Option type="Map"> + <Option value="54,60,64,255" type="QString" name="color1"/> + <Option value="255,255,255,255" type="QString" name="color2"/> + <Option value="0" type="QString" name="discrete"/> + <Option value="gradient" type="QString" name="rampType"/> + <Option value="0.142857;94,103,110,255:0.261905;195,221,229,255:0.285476;242,252,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;250,250,250,255" type="QString" name="stops"/> + </Option> + <prop v="54,60,64,255" k="color1"/> + <prop v="255,255,255,255" k="color2"/> + <prop v="0" k="discrete"/> + <prop v="gradient" k="rampType"/> + <prop v="0.142857;94,103,110,255:0.261905;195,221,229,255:0.285476;242,252,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;250,250,250,255" k="stops"/> + </colorramp> + <item value="-12000" color="#363c40" label="-12000" alpha="255"/> + <item value="-6000" color="#5e676e" label="-6000" alpha="255"/> + <item value="-1000" color="#c3dde5" label="-1000" alpha="255"/> + <item value="-10" color="#f2fcff" label="-10" alpha="255"/> + <item value="-4" color="#ffffff" label="-4" alpha="255"/> + <item value="5" color="#e6e6e6" label="5" alpha="255"/> + <item value="100" color="#cccccc" label="100" alpha="255"/> + <item value="1000" color="#b3b3b3" label="1000" alpha="255"/> + <item value="10000" color="#999999" label="10000" alpha="255"/> + <item value="20000" color="#fafafa" label="Shelf Ice" alpha="255"/> + <item value="30000" color="#ffffff" label="Ice Sheet" alpha="255"/> + <rampLegendSettings prefix="" minimumLabel="" maximumLabel="" suffix="" useContinuousLegend="1" orientation="2" direction="0"> + <numericFormat id="basic"> + <Option type="Map"> + <Option value="" type="QChar" name="decimal_separator"/> + <Option value="6" type="int" name="decimals"/> + <Option value="0" type="int" name="rounding_type"/> + <Option value="false" type="bool" name="show_plus"/> + <Option value="true" type="bool" name="show_thousand_separator"/> + <Option value="false" type="bool" name="show_trailing_zeros"/> + <Option value="" type="QChar" name="thousand_separator"/> + </Option> + </numericFormat> + </rampLegendSettings> + </colorrampshader> + </rastershader> + </rasterrenderer> + <brightnesscontrast brightness="0" contrast="0" gamma="1"/> + <huesaturation grayscaleMode="0" colorizeBlue="128" saturation="0" colorizeGreen="128" colorizeOn="0" colorizeStrength="100" colorizeRed="255"/> + <rasterresampler maxOversampling="2"/> + <resamplingStage>resamplingFilter</resamplingStage> + </pipe> + <blendMode>0</blendMode> +</qgis> diff --git a/styles/qml_layer_styles/basemap_greyblue.qml b/styles/qml_layer_styles/basemap_greyblue.qml new file mode 100644 index 0000000000000000000000000000000000000000..ba64487a63d419085fd88095138059980f62b848 --- /dev/null +++ b/styles/qml_layer_styles/basemap_greyblue.qml @@ -0,0 +1,86 @@ +<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> +<qgis hasScaleBasedVisibilityFlag="0" styleCategories="AllStyleCategories" version="3.20.3-Odense" maxScale="0" minScale="1e+08"> + <flags> + <Identifiable>1</Identifiable> + <Removable>1</Removable> + <Searchable>1</Searchable> + <Private>0</Private> + </flags> + <temporal fetchMode="0" enabled="0" mode="0"> + <fixedRange> + <start></start> + <end></end> + </fixedRange> + </temporal> + <customproperties> + <Option type="Map"> + <Option value="false" type="QString" name="WMSBackgroundLayer"/> + <Option value="false" type="QString" name="WMSPublishDataSourceUrl"/> + <Option value="0" type="QString" name="embeddedWidgets/count"/> + <Option value="Value" type="QString" name="identify/format"/> + </Option> + </customproperties> + <pipe> + <provider> + <resampling zoomedOutResamplingMethod="nearestNeighbour" enabled="false" maxOversampling="2" zoomedInResamplingMethod="nearestNeighbour"/> + </provider> + <rasterrenderer type="singlebandpseudocolor" classificationMin="-12000" classificationMax="30000" opacity="1" alphaBand="-1" nodataColor="" band="1"> + <rasterTransparency/> + <minMaxOrigin> + <limits>None</limits> + <extent>WholeRaster</extent> + <statAccuracy>Estimated</statAccuracy> + <cumulativeCutLower>0.02</cumulativeCutLower> + <cumulativeCutUpper>0.98</cumulativeCutUpper> + <stdDevFactor>2</stdDevFactor> + </minMaxOrigin> + <rastershader> + <colorrampshader classificationMode="1" minimumValue="-12000" clip="0" maximumValue="30000" labelPrecision="0" colorRampType="INTERPOLATED"> + <colorramp type="gradient" name="[source]"> + <Option type="Map"> + <Option value="48,57,64,255" type="QString" name="color1"/> + <Option value="255,255,255,255" type="QString" name="color2"/> + <Option value="0" type="QString" name="discrete"/> + <Option value="gradient" type="QString" name="rampType"/> + <Option value="0.142857;82,98,110,255:0.261905;172,216,229,255:0.285476;242,252,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;250,250,250,255" type="QString" name="stops"/> + </Option> + <prop v="48,57,64,255" k="color1"/> + <prop v="255,255,255,255" k="color2"/> + <prop v="0" k="discrete"/> + <prop v="gradient" k="rampType"/> + <prop v="0.142857;82,98,110,255:0.261905;172,216,229,255:0.285476;242,252,255,255:0.285619;255,255,255,255:0.285833;230,230,230,255:0.288095;204,204,204,255:0.309524;179,179,179,255:0.52381;153,153,153,255:0.761905;250,250,250,255" k="stops"/> + </colorramp> + <item value="-12000" color="#303940" label="-12000" alpha="255"/> + <item value="-6000" color="#52626e" label="-6000" alpha="255"/> + <item value="-1000" color="#acd8e5" label="-1000" alpha="255"/> + <item value="-10" color="#f2fcff" label="-10" alpha="255"/> + <item value="-4" color="#ffffff" label="-4" alpha="255"/> + <item value="5" color="#e6e6e6" label="5" alpha="255"/> + <item value="100" color="#cccccc" label="100" alpha="255"/> + <item value="1000" color="#b3b3b3" label="1000" alpha="255"/> + <item value="10000" color="#999999" label="10000" alpha="255"/> + <item value="20000" color="#fafafa" label="Shelf Ice" alpha="255"/> + <item value="30000" color="#ffffff" label="Ice Sheet" alpha="255"/> + <rampLegendSettings prefix="" minimumLabel="" maximumLabel="" suffix="" useContinuousLegend="1" orientation="2" direction="0"> + <numericFormat id="basic"> + <Option type="Map"> + <Option value="" type="QChar" name="decimal_separator"/> + <Option value="6" type="int" name="decimals"/> + <Option value="0" type="int" name="rounding_type"/> + <Option value="false" type="bool" name="show_plus"/> + <Option value="true" type="bool" name="show_thousand_separator"/> + <Option value="false" type="bool" name="show_trailing_zeros"/> + <Option value="" type="QChar" name="thousand_separator"/> + </Option> + </numericFormat> + </rampLegendSettings> + </colorrampshader> + </rastershader> + </rasterrenderer> + <brightnesscontrast brightness="0" contrast="0" gamma="1"/> + <huesaturation grayscaleMode="0" colorizeBlue="128" saturation="0" colorizeGreen="128" colorizeOn="0" colorizeStrength="100" colorizeRed="255"/> + <rasterresampler maxOversampling="2"/> + <resamplingStage>resamplingFilter</resamplingStage> + </pipe> + <blendMode>0</blendMode> +</qgis> diff --git a/styles/qml_layer_styles/basemap_legacy.qml b/styles/qml_layer_styles/basemap_legacy.qml deleted file mode 100644 index ba5cd83d850e47181f9ba7c474d71d1eec2ab428..0000000000000000000000000000000000000000 --- a/styles/qml_layer_styles/basemap_legacy.qml +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> -<qgis version="3.18.3-Zürich" hasScaleBasedVisibilityFlag="0" maxScale="0" minScale="1e+08" styleCategories="AllStyleCategories"> - <flags> - <Identifiable>1</Identifiable> - <Removable>1</Removable> - <Searchable>1</Searchable> - <Private>0</Private> - </flags> - <temporal enabled="0" fetchMode="0" mode="0"> - <fixedRange> - <start></start> - <end></end> - </fixedRange> - </temporal> - <customproperties> - <property key="WMSBackgroundLayer" value="false"/> - <property key="WMSPublishDataSourceUrl" value="false"/> - <property key="embeddedWidgets/count" value="0"/> - <property key="identify/format" value="Value"/> - </customproperties> - <pipe> - <provider> - <resampling enabled="false" zoomedOutResamplingMethod="nearestNeighbour" zoomedInResamplingMethod="nearestNeighbour" maxOversampling="2"/> - </provider> - <rasterrenderer classificationMax="30000" type="singlebandpseudocolor" opacity="1" alphaBand="-1" classificationMin="-11000" nodataColor="" band="1"> - <rasterTransparency/> - <minMaxOrigin> - <limits>None</limits> - <extent>WholeRaster</extent> - <statAccuracy>Estimated</statAccuracy> - <cumulativeCutLower>0.02</cumulativeCutLower> - <cumulativeCutUpper>0.98</cumulativeCutUpper> - <stdDevFactor>2</stdDevFactor> - </minMaxOrigin> - <rastershader> - <colorrampshader minimumValue="-11000" labelPrecision="0" maximumValue="30000" classificationMode="2" colorRampType="INTERPOLATED" clip="0"> - <colorramp type="gradient" name="[source]"> - <Option type="Map"> - <Option type="QString" value="84,111,133,255" name="color1"/> - <Option type="QString" value="254,254,254,255" name="color2"/> - <Option type="QString" value="0" name="discrete"/> - <Option type="QString" value="gradient" name="rampType"/> - <Option type="QString" value="0.158537;91,121,143,255:0.170732;104,137,160,255:0.195122;109,144,167,255:0.219512;117,156,179,255:0.243902;120,159,181,255:0.24878;127,169,189,255:0.256098;133,177,194,255:0.263415;142,190,204,255:0.265854;145,198,207,255:0.267073;157,209,214,255:0.267317;169,223,224,255:0.267561;192,240,240,255:0.267805;208,245,245,255:0.268293;255,255,255,255:0.268415;230,230,230,255:0.270732;204,204,204,255:0.292683;179,179,179,255:0.512195;153,153,153,255:0.756098;242,242,242,255" name="stops"/> - </Option> - <prop v="84,111,133,255" k="color1"/> - <prop v="254,254,254,255" k="color2"/> - <prop v="0" k="discrete"/> - <prop v="gradient" k="rampType"/> - <prop v="0.158537;91,121,143,255:0.170732;104,137,160,255:0.195122;109,144,167,255:0.219512;117,156,179,255:0.243902;120,159,181,255:0.24878;127,169,189,255:0.256098;133,177,194,255:0.263415;142,190,204,255:0.265854;145,198,207,255:0.267073;157,209,214,255:0.267317;169,223,224,255:0.267561;192,240,240,255:0.267805;208,245,245,255:0.268293;255,255,255,255:0.268415;230,230,230,255:0.270732;204,204,204,255:0.292683;179,179,179,255:0.512195;153,153,153,255:0.756098;242,242,242,255" k="stops"/> - </colorramp> - <item color="#546f85" alpha="255" value="-11000" label="-11000"/> - <item color="#5b798f" alpha="255" value="-4500" label="-4500"/> - <item color="#6889a0" alpha="255" value="-4000" label="-4000"/> - <item color="#6d90a7" alpha="255" value="-3000" label="-3000"/> - <item color="#759cb3" alpha="255" value="-2000" label="-2000"/> - <item color="#789fb5" alpha="255" value="-1000" label="-1000"/> - <item color="#7fa9bd" alpha="255" value="-800" label="-800"/> - <item color="#85b1c2" alpha="255" value="-500" label="-500"/> - <item color="#8ebecc" alpha="255" value="-200" label="-200"/> - <item color="#91c6cf" alpha="255" value="-100" label="-100"/> - <item color="#9dd1d6" alpha="255" value="-50" label="-50"/> - <item color="#a9dfe0" alpha="255" value="-40" label="-40"/> - <item color="#c0f0f0" alpha="255" value="-30" label="-30"/> - <item color="#d0f5f5" alpha="255" value="-20" label="-20"/> - <item color="#ffffff" alpha="255" value="0" label="0"/> - <item color="#e6e6e6" alpha="255" value="5" label="5"/> - <item color="#cccccc" alpha="255" value="100" label="100"/> - <item color="#b3b3b3" alpha="255" value="1000" label="1000"/> - <item color="#999999" alpha="255" value="10000" label="10000"/> - <item color="#f2f2f2" alpha="255" value="20000" label="20000"/> - <item color="#fefefe" alpha="255" value="30000" label="30000"/> - <rampLegendSettings useContinuousLegend="1" maximumLabel="" minimumLabel="" direction="0" suffix="" prefix="" orientation="2"> - <numericFormat id="basic"> - <Option type="Map"> - <Option type="QChar" value="" name="decimal_separator"/> - <Option type="int" value="6" name="decimals"/> - <Option type="int" value="0" name="rounding_type"/> - <Option type="bool" value="false" name="show_plus"/> - <Option type="bool" value="true" name="show_thousand_separator"/> - <Option type="bool" value="false" name="show_trailing_zeros"/> - <Option type="QChar" value="" name="thousand_separator"/> - </Option> - </numericFormat> - </rampLegendSettings> - </colorrampshader> - </rastershader> - </rasterrenderer> - <brightnesscontrast brightness="0" contrast="0" gamma="1"/> - <huesaturation colorizeRed="255" grayscaleMode="0" colorizeBlue="128" colorizeGreen="128" colorizeStrength="100" saturation="0" colorizeOn="0"/> - <rasterresampler maxOversampling="2"/> - <resamplingStage>resamplingFilter</resamplingStage> - </pipe> - <blendMode>0</blendMode> -</qgis> diff --git a/styles/qml_layer_styles/ice_sheet_glaciers.qml b/styles/qml_layer_styles/ice_sheet_glaciers.qml deleted file mode 100644 index ee7f3fedd347297d3c87db570440ab637daeca95..0000000000000000000000000000000000000000 --- a/styles/qml_layer_styles/ice_sheet_glaciers.qml +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> -<qgis version="3.16.0-Hannover" styleCategories="Symbology"> - <renderer-v2 symbollevels="0" enableorderby="0" type="singleSymbol" forceraster="0"> - <symbols> - <symbol force_rhr="0" type="fill" name="0" alpha="1" clip_to_extent="1"> - <layer enabled="1" class="SimpleFill" pass="0" locked="0"> - <prop k="border_width_map_unit_scale" v="3x:0,0,0,0,0,0"/> - <prop k="color" v="255,255,255,255"/> - <prop k="joinstyle" v="bevel"/> - <prop k="offset" v="0,0"/> - <prop k="offset_map_unit_scale" v="3x:0,0,0,0,0,0"/> - <prop k="offset_unit" v="MM"/> - <prop k="outline_color" v="35,35,35,0"/> - <prop k="outline_style" v="solid"/> - <prop k="outline_width" v="0.26"/> - <prop k="outline_width_unit" v="MM"/> - <prop k="style" v="solid"/> - <data_defined_properties> - <Option type="Map"> - <Option value="" type="QString" name="name"/> - <Option name="properties"/> - <Option value="collection" type="QString" name="type"/> - </Option> - </data_defined_properties> - </layer> - </symbol> - </symbols> - <rotation/> - <sizescale/> - </renderer-v2> - <blendMode>0</blendMode> - <featureBlendMode>0</featureBlendMode> - <layerGeometryType>2</layerGeometryType> -</qgis>