rvt-py


Namervt-py JSON
Version 2.2.1 PyPI version JSON
download
home_pagehttps://github.com/EarthObservation/RVT_py
SummaryRelief Visualization Toolbox Python library. It helps scientist visualize raster elevation model datasets.
upload_time2023-05-23 18:22:39
maintainer
docs_urlNone
authorZRC SAZU and University of Ljubljana (UL FGG)
requires_python>=3.6
license
keywords relief_visualization_toolbox relief_visualization relief rvt raster raster_visualization visualization
VCS
bugtrack_url
requirements CacheControl cachy certifi charset-normalizer cleo clikit crashtest cycler distlib filelock fonttools GDAL html5lib idna importlib-metadata keyring kiwisolver lockfile matplotlib msgpack munkres numpy packaging pastel pexpect Pillow pkginfo platformdirs poetry poetry-core ptyprocess pylev pyparsing PyQt5 PyQt5_sip PyQtChart PyQtWebEngine python-dateutil pywin32-ctypes requests requests-toolbelt rvt-py scipy shellingham six tomlkit tornado unicodedata2 urllib3 virtualenv webencodings wincertstore zipp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI](https://img.shields.io/pypi/v/RVT_py?style=flat-square)](https://pypi.org/project/rvt-py/)
[![Anaconda-Server Badge](https://anaconda.org/zmigyyy/rvt_py/badges/version.svg)](https://anaconda.org/zmigyyy/rvt_py)
[![Anaconda-Server Badge](https://anaconda.org/zmigyyy/rvt_py/badges/latest_release_date.svg)](https://anaconda.org/zmigyyy/rvt_py)

# Relief Visualization Toolbox Python library

![](./docs/figures/RVT_head.png)

Relief Visualization Toolbox (RVT) was produced to help scientists visualize raster elevation model datasets. We have narrowed down the selection to include techniques that have proven to be effective for identification of small scale features. The default settings therefore assume working with high resolution digital elevation models derived from airborne laser scanning missions (lidar), however RVT methods can also be used for other purposes.

Sky-view factor, for example, can be efficiently used in numerous studies where digital elevation model visualizations and automatic feature extraction techniques are indispensable, e.g. in geography, archaeology,  geomorphology, cartography, hydrology, glaciology, forestry and disaster management. It can even be used in engineering applications, such as predicting the availability of the GPS signal in urban areas.

Methods currently implemented are:

* hillshading,
* hillshading from multiple directions,
* slope gradient,
* simple local relief model,
* multi-scale relief model,
* sky illumination,
* sky-view factor (as developed by our team),
* anisotropic sky-view factor,
* positive and negative openness,
* local dominance,
*	multi-scale topographic position.

## RVT for Python

The ``rvt`` Python package contains three modules:

* `rvt.vis` for computing visualizations

* `rvt.blend` for blending visualizations together
  
* ``rvt.default`` for defining default parameters with methods to compute and save visualization functions using set parameters

## References

When using the tools, please cite:

*   Kokalj, Ž., Somrak, M. 2019. Why Not a Single Image? Combining Visualizations to Facilitate Fieldwork and On-Screen Mapping. Remote Sensing 11(7): 747.
*   Zakšek, K., Oštir, K., Kokalj, Ž. 2011. Sky-View Factor as a Relief Visualization Technique. Remote Sensing 3: 398-415.

## Installation

The RVT Python package can be installed using Conda or PyPI, and can be used in Python scripts, Jupyter Notebooks and ArcGIS Pro.

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").

You can also clone the repository.

### Conda

The ``rvt`` package is [available from the Anaconda Cloud repository](https://anaconda.org/rvtpy/rvt_py "rvt_py on Anaconda Cloud"). Using Conda to install the ``rvt`` package will include all required libraries.

To use this method, first [install Anaconda and Conda](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html "Getting started with conda").

Then open Anaconda Prompt (Windows) or Terminal (MacOS) and run:

``conda install -c rvtpy rvt_py``

### PyPI

Another option is to install the ``rvt-py`` package and required libraries [using the Python Package Index (PyPI)](https://pypi.org/project/rvt-py "rvt-py on PyPI").

PyPI usually has problems installing ``gdal``, so [install ``gdal`` first](https://pypi.org/project/GDAL/ "GDAL on PyPI") to use this method.

Then open Command Prompt (Windows) or Terminal (MacOS) and run:

``pip install rvt-py``

### Requirements

Required libraries (specified versions have been tested, other versions may also work):

*   numpy 1.19.2
*   scipy 1.5.2
*   gdal 3.0.2

We recommend using Python 3.6 or higher and a Conda environment (this works best with ``gdal``).

## Documentation
Documentation of the package and its use is available at [Relief Visualization Toolbox in Python documentation](https://rvt-py.readthedocs.io/).

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please report any bugs and suggestions for improvements.

## Acknowledgment
Development of RVT Python scripts was part financed by the Slovenian Research Agency core funding No. P2-0406, and by research project No. J6-9395.

## License
This project is licensed under the terms of the [Apache License](LICENSE).

## About
RVT Python library by Žiga Kokalj, Žiga Maroh, Krištof Oštir, Klemen Zakšek and Nejc Čož, 2022.

It is developed in collaboration between ZRC SAZU and University of Ljubljana. 



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/EarthObservation/RVT_py",
    "name": "rvt-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "relief_visualization_toolbox relief_visualization relief rvt raster raster_visualization visualization",
    "author": "ZRC SAZU and University of Ljubljana (UL FGG)",
    "author_email": "ziga.kokalj@zrc-sazu.si",
    "download_url": "https://files.pythonhosted.org/packages/10/e7/b9668d03880a92750d52dc3ffc546462e332cb0a7cac33a1363341b453dd/rvt_py-2.2.1.tar.gz",
    "platform": null,
    "description": "[![PyPI](https://img.shields.io/pypi/v/RVT_py?style=flat-square)](https://pypi.org/project/rvt-py/)\r\n[![Anaconda-Server Badge](https://anaconda.org/zmigyyy/rvt_py/badges/version.svg)](https://anaconda.org/zmigyyy/rvt_py)\r\n[![Anaconda-Server Badge](https://anaconda.org/zmigyyy/rvt_py/badges/latest_release_date.svg)](https://anaconda.org/zmigyyy/rvt_py)\r\n\r\n# Relief Visualization Toolbox Python library\r\n\r\n![](./docs/figures/RVT_head.png)\r\n\r\nRelief Visualization Toolbox (RVT) was produced to help scientists visualize raster elevation model datasets. We have narrowed down the selection to include techniques that have proven to be effective for identification of small scale features. The default settings therefore assume working with high resolution digital elevation models derived from airborne laser scanning missions (lidar), however RVT methods can also be used for other purposes.\r\n\r\nSky-view factor, for example, can be efficiently used in numerous studies where digital elevation model visualizations and automatic feature extraction techniques are indispensable, e.g. in geography, archaeology,  geomorphology, cartography, hydrology, glaciology, forestry and disaster management. It can even be used in engineering applications, such as predicting the availability of the GPS signal in urban areas.\r\n\r\nMethods currently implemented are:\r\n\r\n* hillshading,\r\n* hillshading from multiple directions,\r\n* slope gradient,\r\n* simple local relief model,\r\n* multi-scale relief model,\r\n* sky illumination,\r\n* sky-view factor (as developed by our team),\r\n* anisotropic sky-view factor,\r\n* positive and negative openness,\r\n* local dominance,\r\n*\tmulti-scale topographic position.\r\n\r\n## RVT for Python\r\n\r\nThe ``rvt`` Python package contains three modules:\r\n\r\n* `rvt.vis` for computing visualizations\r\n\r\n* `rvt.blend` for blending visualizations together\r\n  \r\n* ``rvt.default`` for defining default parameters with methods to compute and save visualization functions using set parameters\r\n\r\n## References\r\n\r\nWhen using the tools, please cite:\r\n\r\n*   Kokalj, \u017d., Somrak, M. 2019. Why Not a Single Image? Combining Visualizations to Facilitate Fieldwork and On-Screen Mapping. Remote Sensing 11(7): 747.\r\n*   Zak\u0161ek, K., O\u0161tir, K., Kokalj, \u017d. 2011. Sky-View Factor as a Relief Visualization Technique. Remote Sensing 3: 398-415.\r\n\r\n## Installation\r\n\r\nThe RVT Python package can be installed using Conda or PyPI, and can be used in Python scripts, Jupyter Notebooks and ArcGIS Pro.\r\n\r\nRVT 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\").\r\n\r\nYou can also clone the repository.\r\n\r\n### Conda\r\n\r\nThe ``rvt`` package is [available from the Anaconda Cloud repository](https://anaconda.org/rvtpy/rvt_py \"rvt_py on Anaconda Cloud\"). Using Conda to install the ``rvt`` package will include all required libraries.\r\n\r\nTo use this method, first [install Anaconda and Conda](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html \"Getting started with conda\").\r\n\r\nThen open Anaconda Prompt (Windows) or Terminal (MacOS) and run:\r\n\r\n``conda install -c rvtpy rvt_py``\r\n\r\n### PyPI\r\n\r\nAnother option is to install the ``rvt-py`` package and required libraries [using the Python Package Index (PyPI)](https://pypi.org/project/rvt-py \"rvt-py on PyPI\").\r\n\r\nPyPI usually has problems installing ``gdal``, so [install ``gdal`` first](https://pypi.org/project/GDAL/ \"GDAL on PyPI\") to use this method.\r\n\r\nThen open Command Prompt (Windows) or Terminal (MacOS) and run:\r\n\r\n``pip install rvt-py``\r\n\r\n### Requirements\r\n\r\nRequired libraries (specified versions have been tested, other versions may also work):\r\n\r\n*   numpy 1.19.2\r\n*   scipy 1.5.2\r\n*   gdal 3.0.2\r\n\r\nWe recommend using Python 3.6 or higher and a Conda environment (this works best with ``gdal``).\r\n\r\n## Documentation\r\nDocumentation of the package and its use is available at [Relief Visualization Toolbox in Python documentation](https://rvt-py.readthedocs.io/).\r\n\r\n## Contributing\r\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please report any bugs and suggestions for improvements.\r\n\r\n## Acknowledgment\r\nDevelopment of RVT Python scripts was part financed by the Slovenian Research Agency core funding No. P2-0406, and by research project No. J6-9395.\r\n\r\n## License\r\nThis project is licensed under the terms of the [Apache License](LICENSE).\r\n\r\n## About\r\nRVT Python library by \u017diga Kokalj, \u017diga Maroh, Kri\u0161tof O\u0161tir, Klemen Zak\u0161ek and Nejc \u010co\u017e, 2022.\r\n\r\nIt is developed in collaboration between ZRC SAZU and University of Ljubljana. \r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Relief Visualization Toolbox Python library. It helps scientist visualize raster elevation model datasets.",
    "version": "2.2.1",
    "project_urls": {
        "ArcGIS Pro": "https://github.com/EarthObservation/rvt-arcgis-pro",
        "Documentation": "https://rvt-py.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/EarthObservation/RVT_py",
        "Old RVT": "https://iaps.zrc-sazu.si/en/rvt#v",
        "QGIS plugin": "https://github.com/EarthObservation/rvt-qgis",
        "Source": "https://github.com/EarthObservation/RVT_py"
    },
    "split_keywords": [
        "relief_visualization_toolbox",
        "relief_visualization",
        "relief",
        "rvt",
        "raster",
        "raster_visualization",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40b472d0cccd4a473b179c12dc92b3116ed6654728dfe2d9a8d318b921888a2c",
                "md5": "7ebfb2ab6695e3fc8e556b1c62147826",
                "sha256": "f3b171e056d8a808b7c58d8ed74db6eb1b2088e728008e7a1c9f1e9fb1d2a513"
            },
            "downloads": -1,
            "filename": "rvt_py-2.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ebfb2ab6695e3fc8e556b1c62147826",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 66646,
            "upload_time": "2023-05-23T18:22:36",
            "upload_time_iso_8601": "2023-05-23T18:22:36.919795Z",
            "url": "https://files.pythonhosted.org/packages/40/b4/72d0cccd4a473b179c12dc92b3116ed6654728dfe2d9a8d318b921888a2c/rvt_py-2.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10e7b9668d03880a92750d52dc3ffc546462e332cb0a7cac33a1363341b453dd",
                "md5": "c33eb108d264b7889599a948e11cffa7",
                "sha256": "f91bc328ce1b849edb726f4e0ea275c0e72ba1bdbf4d3388bbf65af8615aa692"
            },
            "downloads": -1,
            "filename": "rvt_py-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c33eb108d264b7889599a948e11cffa7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 60460,
            "upload_time": "2023-05-23T18:22:39",
            "upload_time_iso_8601": "2023-05-23T18:22:39.724701Z",
            "url": "https://files.pythonhosted.org/packages/10/e7/b9668d03880a92750d52dc3ffc546462e332cb0a7cac33a1363341b453dd/rvt_py-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-23 18:22:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EarthObservation",
    "github_project": "RVT_py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "CacheControl",
            "specs": [
                [
                    "==",
                    "0.12.11"
                ]
            ]
        },
        {
            "name": "cachy",
            "specs": [
                [
                    "==",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2022.6.15"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "2.0.12"
                ]
            ]
        },
        {
            "name": "cleo",
            "specs": [
                [
                    "==",
                    "0.8.1"
                ]
            ]
        },
        {
            "name": "clikit",
            "specs": [
                [
                    "==",
                    "0.6.2"
                ]
            ]
        },
        {
            "name": "crashtest",
            "specs": [
                [
                    "==",
                    "0.3.1"
                ]
            ]
        },
        {
            "name": "cycler",
            "specs": []
        },
        {
            "name": "distlib",
            "specs": [
                [
                    "==",
                    "0.3.4"
                ]
            ]
        },
        {
            "name": "filelock",
            "specs": [
                [
                    "==",
                    "3.7.1"
                ]
            ]
        },
        {
            "name": "fonttools",
            "specs": []
        },
        {
            "name": "GDAL",
            "specs": [
                [
                    "==",
                    "3.4.2"
                ]
            ]
        },
        {
            "name": "html5lib",
            "specs": [
                [
                    "==",
                    "1.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.3"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "4.11.4"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "23.6.0"
                ]
            ]
        },
        {
            "name": "kiwisolver",
            "specs": []
        },
        {
            "name": "lockfile",
            "specs": [
                [
                    "==",
                    "0.12.2"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "msgpack",
            "specs": [
                [
                    "==",
                    "1.0.4"
                ]
            ]
        },
        {
            "name": "munkres",
            "specs": [
                [
                    "==",
                    "1.1.4"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "20.9"
                ]
            ]
        },
        {
            "name": "pastel",
            "specs": [
                [
                    "==",
                    "0.2.1"
                ]
            ]
        },
        {
            "name": "pexpect",
            "specs": [
                [
                    "==",
                    "4.8.0"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": []
        },
        {
            "name": "pkginfo",
            "specs": [
                [
                    "==",
                    "1.8.3"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "2.5.2"
                ]
            ]
        },
        {
            "name": "poetry",
            "specs": [
                [
                    "==",
                    "1.1.13"
                ]
            ]
        },
        {
            "name": "poetry-core",
            "specs": [
                [
                    "==",
                    "1.0.8"
                ]
            ]
        },
        {
            "name": "ptyprocess",
            "specs": [
                [
                    "==",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "pylev",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "3.0.9"
                ]
            ]
        },
        {
            "name": "PyQt5",
            "specs": [
                [
                    "==",
                    "5.12.3"
                ]
            ]
        },
        {
            "name": "PyQt5_sip",
            "specs": [
                [
                    "==",
                    "4.19.18"
                ]
            ]
        },
        {
            "name": "PyQtChart",
            "specs": [
                [
                    "==",
                    "5.12"
                ]
            ]
        },
        {
            "name": "PyQtWebEngine",
            "specs": [
                [
                    "==",
                    "5.12.1"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": []
        },
        {
            "name": "pywin32-ctypes",
            "specs": [
                [
                    "==",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.28.0"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "0.9.1"
                ]
            ]
        },
        {
            "name": "rvt-py",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "shellingham",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "tomlkit",
            "specs": [
                [
                    "==",
                    "0.11.0"
                ]
            ]
        },
        {
            "name": "tornado",
            "specs": []
        },
        {
            "name": "unicodedata2",
            "specs": []
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.9"
                ]
            ]
        },
        {
            "name": "virtualenv",
            "specs": [
                [
                    "==",
                    "20.14.1"
                ]
            ]
        },
        {
            "name": "webencodings",
            "specs": [
                [
                    "==",
                    "0.5.1"
                ]
            ]
        },
        {
            "name": "wincertstore",
            "specs": [
                [
                    "==",
                    "0.2"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.8.0"
                ]
            ]
        }
    ],
    "lcname": "rvt-py"
}
        
Elapsed time: 0.06696s