koito19960406 / ZenSVI

This package is a one-stop solution for downloading, cleaning, analyzing street view imagery
https://zensvi.readthedocs.io/en/latest/
Creative Commons Attribution Share Alike 4.0 International
19 stars 2 forks source link

Using Shapefile to download SVI #41

Closed ZhuYihan-UMI closed 2 months ago

ZhuYihan-UMI commented 7 months ago

There are 3 ways to define the location and boundary of the street view images:

  1. "location": the name of the place

  2. "lat=' ', lon=' ',": the latitude and longitude of the location to download

  3. "input_shp_file=' ' ": The shapefile that define the boundary, it could be points, polyline or polygon.

It is noted that the "buffer = " means buffer size in meters around the input location, and it is only for location and coordinates, it should be "0" when using shapefile, otherwise there will be error.