Skip to content

Commit

Permalink
data access details added
Browse files Browse the repository at this point in the history
  • Loading branch information
keshik6 committed Dec 29, 2020
1 parent 5f75d54 commit 07ad30b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ The data directory contains the shapefile and electoral boundary file [[1]](#1)
}
```



Use the ``src/gis/gis_stack.Rmd`` file to sample points at 1m interval using Open Street Maps library. These extracted points will be stored in a csv file. In the next step, use these extracted points to query the Google Static StreetView meta-data service (This is a free service) to generate the coverage details using `src/gsv/engine-metadata.py` . For further details, please refer to the code as it is clearly documented.
Use the ``src/gis/gis_stack.Rmd`` file to sample points at 1m interval using Open Street Maps library. These extracted points will be stored in a csv file. In the next step, use these extracted points to query the Google Static StreetView meta-data service (This is a free service) to generate the coverage details using `src/gsv/engine-metadata.py` . Do note that Google limits API requests to 50 queries/ second (As of March 2020). For further details, please refer to the code as it is clearly documented.



Expand Down Expand Up @@ -105,6 +103,8 @@ Using the GIS stack, we sample approximately 12.1 million geo-locations througho

## Singapore Coverage Map

The following map shows the Google StreetView Coverage in Singapore. District-wise color coding is performed to indicate geo-locations.

![](./assets/Rplot.png)


Expand All @@ -115,6 +115,12 @@ This work was done by Keshigeyan Chandrasegaran (Information Systems Design and



## Data Access

We do not publish the final retrieved Google Street View meta-data since it contains sensitive information. If you require these data for your research, please contact Keshigeyan (keshigeyan@sutd.edu.sg) / Tran Ngoc-Trung (ngoctrung_tran@sutd.edu.sg).



## References

<a id="1">[1]</a> https://data.gov.sg/dataset/electoral-boundary-2015
Expand Down

0 comments on commit 07ad30b

Please sign in to comment.