Skip to content
Snippets Groups Projects
ABOUT_Plugin.html 846 B
Newer Older
Highlights
<ul>
<li>Spatially synchronized maps for each observation date</li>
<li>Multiple band combinations in parallel, e.g. True Color <i>and</i> SWIR bands</li>
<li>Multi-sensor support: separate render settings for separate senors/image products</li>
<li>Visualization of Spectral and Temporal Profiles</li>
</ul>

Usage
<ol>
Benjamin Jakimow's avatar
Benjamin Jakimow committed
    <li>"Files" > "Add images" to define the time series</li>
    <li>"View" > "Add Map View" to create a new row of maps, e.g. for SWIR visualization</li>
    <li>For each map view specifiy how each sensor should be rendered, e.g. RGB or single band color range</li>
    <li>Optimize render settings, e.g. via map canvas context menu</li>
</ol>

Dependencies
<ul>
    <li>pyqtgraph (required)</li>
    <li>PyOpenGL (optional)</li>
</ul>
<p>
    Install depencencies with <code>python -m pip pyqtgraph</code>
</p>