In this new short paper by our student Charlie Hewitt at GISRUK 2021, which will run online again later in April. Abstract. This paper contributes to the working definition of natural points of interest (NPOI). We combine a theory-driven approach exploring existing definitions of points of interest and natural features and a data-driven approach in … Continue reading Defining Natural Points of Interest
Tag: points of interest
[R tool] Google Places API
While doing research on points of interest, I coded a new R tool to retrieve research data from Google Maps. Google Maps is a great source of points of interest data, but it heavily limits the number of results. This R script recursively generates sub-queries, until all POIs have been retrieved. The results are generated … Continue reading [R tool] Google Places API