yahoo/poi-footprints

Name: poi-footprints

Owner: Yahoo Inc.

Description: null

Created: 2015-03-20 20:54:22.0

Updated: 2018-03-09 20:32:52.0

Pushed: 2016-10-03 00:20:17.0

Homepage: null

Size: 482

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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 `footprintsdirectory 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 `Rfile 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.