Created
October 7, 2019 03:36
-
-
Save ArrEssJay/d70ec8fa524bcba44c41b96e43ef00eb to your computer and use it in GitHub Desktop.
QGIS Slope-Aspect Map (Slope)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> | |
<qgis styleCategories="AllStyleCategories" minScale="1e+08" hasScaleBasedVisibilityFlag="0" version="3.8.0-Zanzibar" maxScale="0"> | |
<flags> | |
<Identifiable>1</Identifiable> | |
<Removable>1</Removable> | |
<Searchable>1</Searchable> | |
</flags> | |
<customproperties> | |
<property value="false" key="WMSBackgroundLayer"/> | |
<property value="false" key="WMSPublishDataSourceUrl"/> | |
<property value="0" key="embeddedWidgets/count"/> | |
<property value="Value" key="identify/format"/> | |
</customproperties> | |
<pipe> | |
<rasterrenderer alphaBand="-1" classificationMin="0" band="1" opacity="1" type="singlebandpseudocolor" classificationMax="90"> | |
<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 clip="0" colorRampType="DISCRETE" classificationMode="1"> | |
<colorramp type="gradient" name="[source]"> | |
<prop v="161,161,161,255" k="color1"/> | |
<prop v="161,161,161,0" k="color2"/> | |
<prop v="1" k="discrete"/> | |
<prop v="gradient" k="rampType"/> | |
<prop v="0.0555;161,161,161,168:0.222;161,161,161,84:0.444;161,161,161,0" k="stops"/> | |
</colorramp> | |
<item label="5" color="#a1a1a1" alpha="255" value="4.995"/> | |
<item label="20" color="#a1a1a1" alpha="168" value="19.98"/> | |
<item label="40" color="#a1a1a1" alpha="84" value="39.96"/> | |
<item label="inf" color="#a1a1a1" alpha="0" value="inf"/> | |
</colorrampshader> | |
</rastershader> | |
</rasterrenderer> | |
<brightnesscontrast contrast="0" brightness="0"/> | |
<huesaturation colorizeGreen="128" colorizeBlue="128" colorizeOn="0" colorizeRed="255" saturation="0" grayscaleMode="0" colorizeStrength="100"/> | |
<rasterresampler zoomedOutResampler="bilinear" zoomedInResampler="bilinear" maxOversampling="2"/> | |
</pipe> | |
<blendMode>0</blendMode> | |
</qgis> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment