Skip to content

Commit 47b2000

Browse files
committed
Update documentation
Copyright date Typos
1 parent 6177920 commit 47b2000

File tree

2 files changed

+19
-65
lines changed

2 files changed

+19
-65
lines changed

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'Relief Visualization Toolbox in Python'
25-
copyright = '2010-2021, ZRC SAZU and University of Ljubljana'
26-
author = 'ZRC SAZU and University of Ljubljana'
25+
from datetime import datetime
26+
year = datetime.now().year
27+
copyright = f"2010-{year}, ZRC SAZU and University of Ljubljana (UL FGG)"
28+
author = 'ZRC SAZU and University of Ljubljana (UL FGG)'
2729

2830
# -- General configuration ---------------------------------------------------
2931

examples/tiled_processing/rvt_tiled_GUI.ipynb

Lines changed: 15 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,6 @@
2424
"- change visualisation parameters"
2525
]
2626
},
27-
{
28-
"cell_type": "markdown",
29-
"id": "44cc473c-6aae-4af5-9510-75b0ec49b7f2",
30-
"metadata": {},
31-
"source": [
32-
"### Select file(s)\n",
33-
"\n",
34-
"You can acces the select files window dialog by clicking the `Select file(s)` button. Allowed formats are TIF and VRT.\n",
35-
"\n",
36-
"### Select visualizations\n",
37-
"\n",
38-
"Multiple visualizations can be selected by holding the `Ctrl` and clicking the desired labels."
39-
]
40-
},
41-
{
42-
"cell_type": "markdown",
43-
"id": "dd69cf67-676f-4882-82cc-85f0b12138b5",
44-
"metadata": {
45-
"pycharm": {
46-
"name": "#%% md\n"
47-
}
48-
},
49-
"source": [
50-
"----"
51-
]
52-
},
5327
{
5428
"cell_type": "markdown",
5529
"id": "5c18ac4a-a4fb-4e83-bb6b-0c8a1c477892",
@@ -70,52 +44,30 @@
7044
},
7145
{
7246
"cell_type": "markdown",
73-
"id": "330d184c-4fa4-4c55-a813-94e8c056723d",
74-
"metadata": {},
75-
"source": [
76-
"---"
77-
]
78-
},
79-
{
80-
"cell_type": "markdown",
81-
"id": "9a6eb748-e233-4d95-8fc6-7ab0fb41dc2c",
47+
"id": "44cc473c-6aae-4af5-9510-75b0ec49b7f2",
8248
"metadata": {},
8349
"source": [
50+
"### Select file(s)\n",
51+
"\n",
52+
"You can acces the select files window dialog by clicking the `Select file(s)` button. Allowed formats are TIF and VRT.\n",
53+
"\n",
54+
"### Select visualizations\n",
55+
"\n",
56+
"Multiple visualizations can be selected by holding the `Ctrl` and clicking the desired labels.\n",
57+
"\n",
8458
"### Visualizations\n",
8559
"\n",
86-
"All selected visualizations will be stored as 8bit images. Parameters set in the `default_1.json` file will be used for normalization for each individual visualization."
87-
]
88-
},
89-
{
90-
"cell_type": "markdown",
91-
"id": "e8252554-c9f2-4e0d-afa8-d6ebe09d72fd",
92-
"metadata": {
93-
"pycharm": {
94-
"name": "#%% md\n"
95-
}
96-
},
97-
"source": [
98-
"---"
99-
]
100-
},
101-
{
102-
"cell_type": "markdown",
103-
"id": "678323cb-772b-427e-ad91-39d3ac81860b",
104-
"metadata": {},
105-
"source": [
106-
"### Changing parameter values"
107-
]
108-
},
109-
{
110-
"cell_type": "markdown",
111-
"id": "fe214abd-70c4-4f94-bc96-f0bd62897f57",
112-
"metadata": {},
113-
"source": [
60+
"All selected visualizations will be stored as 8bit images. Parameters set in the `default_1.json` file will be used for normalization for each individual visualization.\n",
61+
"\n",
62+
"### Changing parameters\n",
63+
"\n",
11464
"Parameter values can be modified by mofiying the `default_1.json` and `default_2.json` files:\n",
11565
"\n",
11666
"- choose **default_1** to access parameters for *VAT GENERAL* or for any basic visualization (*Hillshade*, *SLRM*, *SVF*, etc.)\n",
11767
"- choose **default_2** to access parameters for *VAT FLAT*\n",
11868
"\n",
69+
"### Outputs\n",
70+
"\n",
11971
"All basic visualizations are saved as 8 bit images, using the default stretch and cut-off values."
12072
]
12173
}

0 commit comments

Comments
 (0)