Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<h1 id="known-issues">Known issues</h1>
<ul>
<li>changing the map coordinate reference system (CRS) to one that is obviously not suited for
the data might cause system crashes</li>
</ul>
<h1 id="change-history">Change History</h1>
<h2 id="november-2017">November 2017</h2>
<ul>
<li>Map Visualization<ul>
<li>re-design of Map View Settings dock, which is now has a vertical layout</li>
<li>map views can be named with own titles, like "True Color" and "Short Wave Infrared"</li>
<li>added "identify map view" button, which will highlight the respective map canvas for 1 second</li>
</ul>
</li>
</ul>
<h2 id="august-2017">August 2017</h2>
<ul>
<li>Temporal Profile Visualization:<ul>
<li>sensor/product plot settings like the band/spectral index, plot symbol and colors are restored after restart</li>
<li>profile loading speed increased by loading required bands only</li>
<li>profile values are loaded in a parallel process</li>
</ul>
</li>
</ul>
<h2 id="july-2017">July 2017</h2>
<ul>
<li>Map Visualization: progress bars indicate if map data is loaded in background</li>
<li>Sensor/product names are restored after restart</li>
<li>Pixel profiles are now loaded in a parallel process that will not block the UI (required because of python GIL.)</li>
</ul>
<h3 id="june-2017">June 2017</h3>
<ul>
<li>improved QGIS-TimeSeriesViewer integration</li>
<li>synchronizes map extent or map center, either from QGIS to TSV or the other direction</li>
<li>TSV can overlay a vector layer that is opened in QGIS on top of TSV maps. Renderstyle is the same as in QGIS.</li>
<li>fixed several bugs</li>
</ul>
<h3 id="may-2017">May 2017</h3>
<ul>
<li>crosshairs</li>
<li>temporal pixel profiles with sensor-specific scaling and visualization</li>
</ul>
<h3 id="december-2016">December 2016</h3>
<ul>
<li>handling of VRT without memory leakage (VRT_SHARED_SOURCE = 0)</li>
<li>test data (Landsat + RapidEye)</li>
<li>refactoring of GUI and class names</li>
</ul>
<h3 id="june-2015">June 2015</h3>
<ul>
<li>extraction of image chips for AOI selected in QGIS</li>
<li>gdal based IO</li>
</ul>