kowalski93 / Green-View-Index-for-QGIS

A plugin to calculate Green View Index through Google Street View imagery for an Area of Interest in QGIS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Green View Index for QGIS

A QGIS plugin to easily calculate Green View Index through Google Street View images.

Overview

Green View Index (GVI) is an objective measurement of urban green, which utilizes street-level imagery. Most popularly, Google Street View images are used as input. Very simply put, the GVI for an image is the ratio of vegetation pixels to the total number of pixels of the image.

To calculate the GVI of a point, multiple images are acquired in different direction angles, and the GVIs of each image are summed.

The plugin performs the main operations required for Green View Index calculations of a given area. These operations are organized in three separate scripts:

  1. Generate Sample Points: Creates random points within an area. Those points can be used as input in the next tools
  2. Download Google Street View Images: For a point dataset, it downloads street view locations with parameters given by the user (such as field of view, image size and direction angles)
  3. Calculate Green View Index: For the images downloaded by the previous tool, the vegetation pixels are extracted and the Green View Index of its point is calculated

The plugin aims to popularize the Green View Index (GVI) among planners and researchers who are not well acquainted with code.

Installation - Requirements

The plugin has two dependencies: The python libraries scikit-image and gpsphoto. Both can easily be installed with OSGeo4W shell and pip. Simply run the two following commands:

pip install gpsphoto
pip install scikit-image

You also need to register to Google Cloud Console and generate a Street View API key. Instructions can be found here.

To install the plugin, use the plugin repository from QGIS (recommended), or download this repository as .zip file and use the option Install from ZIP from Plugin manager.

Full documentaion can be found in the pdf document of this repository. Make sure to read it carefully.

About

A plugin to calculate Green View Index through Google Street View imagery for an Area of Interest in QGIS.

License:GNU General Public License v3.0


Languages

Language:Python 79.1%Language:Makefile 12.7%Language:Batchfile 4.1%Language:Shell 2.4%Language:QML 1.6%