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
@@ -21,7 +21,7 @@ Methods currently implemented are:
21
21
* sky-view factor (as developed by our team),
22
22
* anisotropic sky-view factor,
23
23
* positive and negative openness,
24
-
* local dominance,
24
+
* local dominance,
25
25
* multi-scale topographic position.
26
26
27
27
## RVT for Python
@@ -43,10 +43,11 @@ When using the tools, please cite:
43
43
44
44
## Installation
45
45
46
-
The RVT Python package can be installed using Conda or PyPI, and can be used in Python scripts, Jupyter Notebooks, QGIS and ArcGIS Pro.
46
+
The RVT Python package can be installed using Conda or PyPI, and can be used in Python scripts, Jupyter Notebooks and ArcGIS Pro.
47
47
48
-
RVT can also be installed as [a set of custom raster functions for ArcGIS](https://rvt-py.readthedocs.io/en/latest/install_arcgis.html"ArcGIS installation") and [a plugin for QGIS](https://rvt-py.readthedocs.io/en/latest/install_qgis.html"QGIS installation").
48
+
RVT can also be installed as [a set of custom raster functions for ArcGIS](https://rvt-py.readthedocs.io/en/latest/install_arcgis.html"ArcGIS installation"), and [a plugin for QGIS](https://rvt-py.readthedocs.io/en/latest/install_qgis.html"QGIS installation").
49
49
50
+
You can also clone the repository.
50
51
51
52
### Conda
52
53
@@ -70,25 +71,14 @@ Then open Command Prompt (Windows) or Terminal (MacOS) and run:
70
71
71
72
### Requirements
72
73
73
-
* Python 3.8+
74
+
Required libraries (specified versions have been tested, other versions may also work):
74
75
75
-
> Code was tested on python version 3.11.11
76
+
* numpy 1.19.2
77
+
* scipy 1.5.2
78
+
* gdal 3.0.2
79
+
* rasterio 1.2.6
76
80
77
-
Dependencies for core functionality:
78
-
79
-
* gdal
80
-
* matplotlib
81
-
* numpy
82
-
* scipy
83
-
84
-
Dependencies for extended use (running scripts in examples folder):
85
-
86
-
* pandas
87
-
* geopandas
88
-
* jupyter
89
-
* rasterio
90
-
91
-
> We recommend using `Anaconda` virtual environments and `conda-forge` channel for installing the required packages (this works best with ``gdal``).
81
+
We recommend using Python 3.6 or higher and a Conda environment (this works best with ``gdal``).
92
82
93
83
## Documentation
94
84
Documentation of the package and its use is available at [Relief Visualization Toolbox in Python documentation](https://rvt-py.readthedocs.io/).
@@ -103,7 +93,7 @@ Development of RVT Python scripts was part financed by the Slovenian Research Ag
103
93
This project is licensed under the terms of the [Apache License](LICENSE).
104
94
105
95
## About
106
-
RVT Python library by Žiga Kokalj, Žiga Maroh, Krištof Oštir, Klemen Zakšek and Nejc Čož, 2024.
96
+
RVT Python library by Žiga Kokalj, Žiga Maroh, Krištof Oštir, Klemen Zakšek and Nejc Čož, 2022.
107
97
108
98
It is developed in collaboration between ZRC SAZU and University of Ljubljana.
0 commit comments