You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and several entries giving the various fields of the os.uname() return value.
44
44
45
45
There is also an entry called `package_version_dict`, which contains a dictionary of version numbers for as many imported Python packages as it can find. So, for example, this will include the version number of numpy and osgeo (i.e. GDAL) which are imported at the time of execution.
46
+
47
+
## Viewer
48
+
A simple viewer called ``historyview`` is provided, to display the processing history to the console. Since the whole lineage can be quite large and complex, no attempt is made to display the whole thing at once. Rather, the metadata dictionary or the list of parents can be displayed, for either the main file itself, or for a nominated ancestor file with.
49
+
50
+
Command line help can be displayed with ``--help``. Example output is shown below
51
+
```
52
+
$ historyview tstHist2.kea
53
+
timestamp: 2025-04-10 08:59:08+1000
54
+
login: neil
55
+
uname_os: Linux
56
+
uname_host: neil-Aspire-A315-34
57
+
uname_release: 6.11.0-21-generic
58
+
uname_version: #21~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 24 16:52:15
0 commit comments