forked from anitagraser/TimeManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.htm
36 lines (32 loc) · 1.25 KB
/
help.htm
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
* {
font-family: sans-serif;
}
p, li {
white-space: pre-wrap;
}
p.tip {
color: #666;
font-style: italic;
font-size: 80%;
}
</style></head>
<body>
<h1>Time Manager</h1>
<p>The aim of Time Manager plugin for QGIS is to provide comfortable browsing through temporal geodata. A dock widget provides a time slider and a configuration dialog for your layers to manage.</p>
<p>Time Manager filters your vector datasets and displays only features with timestamps in the user specified time frame. Timestamps have to be in one of the following formats:</p>
<ul><li >YYYY-MM-DD HH:MM:SS.ssssss </li>
<li>YYYY-MM-DD HH:MM:SS </li>
<li>YYYY-MM-DD HH:MM </li>
<li>YYYY-MM-DD </li>
<li>YYYY/MM/DD HH:MM:SS</li></ul>
<p>Time Manager plugin requires at least QGIS 1.7.</p>
<h2>How to use this plugin</h2>
<p>Go to the <a href="userguide.htm">user guide</a>.</p>
<h2>Where to report bugs</h2>
<p>Please use our <a href="https://github.com/anitagraser/TimeManager">bug tracker</a>.</p>
<h2>How to contact the developers</h2>
<p>Anita Graser - <a href="mailto:[email protected]">[email protected]</a></p>
</body>
</html>