==================================================================
List of POIs
==================================================================

Dataset Information: 
This dataset comprises various points-of-interest (POI) that are found in each of the eight cities, based on their entries/articles on Wikipedia. Information such as the POI name, lat/lon coordinates and theme (category) are also obtained from Wikipedia. This dataset is used to derive the "POI Cost-Profit Table" dataset ("costProfCat-{cityName}POI-all.csv" files) and "Flickr User-POI Visits" dataset ("userVisits-{cityName}.csv" files) 

File Description:
There are a total of eight files, each named "POI-{cityName}.csv", where each row indicate a specific POI and its associated ID, name, lat/long and theme.

The list of POI for each city is stored in a single csv file that contains the following columns/fields:
 - poiID: ID of the POI
 - poiName: name of the POI
 - lat: latitude coordinates
 - lon: longitude coordinates
 - theme: category of the POI (e.g., Park, Museum, Cultural, etc).
 } 