Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

yahoo/poi-footprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Points of Interest from Online Photos

Overview

In total, the dataset contains 105 footprints from various points of interest (POIs) around the world, which were used as ground truth of the experiments described in the paper Finding social points of interest from georeferenced and oriented online photographs by Bart Thomee, David A. Shamma and Ioannis Arapakis, which was published in ACM Transactions on Multimedia Computing, Communications, and Applications in early 2016.

The dataset is supplied as a set of JSON objects, where each object represents the spatial footprint of a POI. The objects are expressed as GeoJSON multi-polygons, because this allows regions to be specified that can consist of more than one polygon that may also contain holes. For example, while in the image below the Musée du Louvre is only represented as a single geographic coordinate by Google Maps (left), in reality it actually covers a relatively large area: its geographic footprint (right) consists of two polygons, of which one (the pyramid, shown in magenta) is convex and the other (the palace, shown in orange) is concave and contains multiple holes.

Comparison between how Google Maps (left) represents the Louvre and its actual spatial footprint (right)

We also provide an R script that can render a footprint as a HTML page in an invoked browser window.

JSON

Inside the footprints directory is a list of POIs as global GeoJSON coordinates.

Example and Usage

If you are to run the renderHTMLMapView.R script you will, of course, need R as well as rCharts.

Edit the file path and name in the example script and source it in R file into memory (dependencies will be called automatically). Then calling the map variable will launch the footprint in your default browser.

Copyright and license

The footprints have been obtained from OpenStreetMap and, if warranted, have been modified to correct for errors in their polygonal representations. We are in the process of contributing our modifications back to OpenStreetMap. OpenStreetMap is open data, licensed under the Open Data Commons Open Database License, © OpenStreetMap contributors. The data we present here in this repository bears the same copyright and license.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages