Skip to content

Commit

Permalink
Singapore shape file added
Browse files Browse the repository at this point in the history
  • Loading branch information
keshik6 committed Dec 29, 2020
1 parent 4d500c4 commit 483bc11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Now in this section, we will use the extracted points from the GIS stack to quer

Google associates every StreetView panorama using a unique id called pano_id. Using the metadata API service, we extract all the required information to create the coverage statistics and maps. Every geo-location query will return the following details:

| Field | Details |
| ---------------- | ------------------------------------------------------------ |
| lat/ lng | latitude and longitude extracted from the GIS stack |
| kml | district/ administrative unit |
| ret_lat/ ret_lng | latitude and longitude returned by GSV metadata service. (In many occasions this may slightly differ from the query as Google returns the best match for the query) |
| pano_id | Unique panorama id for the specific geo-location |
| status | The status of query returned by Google. (OK, ZERO_RESULTS, OVER_QUERY_LIMIT). If status=ZERO_RESULTS, pano_id is recorded as -1. If OVER_QUERY_LIMIT, we repeat the queries again. |
| Field | Details |
| ----------------- | ------------------------------------------------------------ |
| lat/ lng | latitude and longitude extracted from the GIS stack |
| kml | district/ administrative unit |
| ret_lat/ ret_lng | latitude and longitude returned by GSV metadata service. (In many occasions this may slightly differ from the query as Google returns the best match for the query) |
| pano_id | Unique panorama id for the specific geo-location |
| status | The status of query returned by Google. (OK, ZERO_RESULTS, OVER_QUERY_LIMIT). If status=ZERO_RESULTS, pano_id is recorded as -1. If OVER_QUERY_LIMIT, we repeat the queries again. |



Expand Down
Binary file added data/Singapore.shp
Binary file not shown.

0 comments on commit 483bc11

Please sign in to comment.