Created
May 5, 2021 00:09
-
-
Save M3nin0/35cc87b5b834703e95d3d4ea9f715e6a to your computer and use it in GitHub Desktop.
Estilo QGIS para os resultados do artigo "Earth Observation Data Cubes for Brazil: Requirements, Methodology and Products"
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" version="3.16.3-Hannover" hasScaleBasedVisibilityFlag="0" minScale="1e+08" maxScale="0"> | |
<flags> | |
<Identifiable>1</Identifiable> | |
<Removable>1</Removable> | |
<Searchable>1</Searchable> | |
</flags> | |
<temporal mode="0" enabled="0" fetchMode="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 opacity="1" alphaBand="-1" type="paletted" 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> | |
<colorPalette> | |
<paletteEntry value="1" alpha="255" color="#e18e18" label="Agriculture"/> | |
<paletteEntry value="2" alpha="255" color="#4ad060" label="Natural Vegetation"/> | |
<paletteEntry value="3" alpha="255" color="#fcfe7b" label="Pasture"/> | |
<paletteEntry value="96" alpha="255" color="#000990" label="Others"/> | |
</colorPalette> | |
<colorramp type="randomcolors" name="[source]"/> | |
</rasterrenderer> | |
<brightnesscontrast contrast="0" gamma="1" brightness="0"/> | |
<huesaturation colorizeGreen="128" saturation="0" colorizeOn="0" colorizeBlue="128" colorizeRed="255" grayscaleMode="0" colorizeStrength="100"/> | |
<rasterresampler maxOversampling="2"/> | |
<resamplingStage>resamplingFilter</resamplingStage> | |
</pipe> | |
<blendMode>0</blendMode> | |
</qgis> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment