From Where Do Tweets Originate? - A GIS Approach for User Location Inference Qunying Huang

Size: px
Start display at page:

Download "From Where Do Tweets Originate? - A GIS Approach for User Location Inference Qunying Huang"

Transcription

1 From Where Do Tweets Originate? - A GIS Approach for User Location Inference Qunying Huang Department of Geography University of Wisconsin-Madison Madison, Wisconsin, qhuang46@wisc.edu Guofeng Cao Department of Geosciences Texas Tech University Lubbock, TX guofeng.cao@ttu.edu Caixia Wang Department of Geomatics University of Alaska Anchorage Anchorage, AK cwang12@uaa.alaska.edu ABSTRACT A number of natural language processing and text-mining algorithms have been developed to extract the geospatial cues (e.g., place names) to infer locations of content creators from publicly available information, such as text content, online social profiles, and the behaviors or interactions of users from social networks. These studies, however, can only successfully infer user locations at city levels with relatively decent accuracy, while much higher resolution is required for meaningful spatiotemporal analysis in geospatial fields. Additionally, geographical cues exploited by current text-based approaches are hidden in the unreliable, unstructured, informal, ungrammatical, and multilingual data, and therefore are hard to extract and make meaningful correctly. Instead of using such hidden geographic cues, this paper develops a GIS approach that can infer the true origin of tweets down to the zip code level by using and mining spatial (geo-tags) and temporal (timestamps when a message was posted) information recorded on user digital footprints. Further, individual major daily activity zones and mobility can be successfully inferred and predicted. By integrating GIS data and spatiotemporal clustering methods, this proposed approach can infer individual daily physical activity zones with spatial resolution as high as 20 m by 20 m or even higher depending on the number of digit footprints collected for social media users. The research results with detailed spatial resolution are necessary and useful for various applications such as human mobility pattern analysis, business site selection, disease control, or transportation systems improvement. Categories and Subject Descriptors J.4 [Computer Applications]: Social and Behavioral Sciences General Terms Human Factors, Experimentation Keywords Human Mobility, Spatial clustering, Spatiotemporal Clustering, Big Data, Geography Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. ACM SIGSPATIAL LBSN 14, November 4, 2014, Dallas, TX, USA Copyright (c) 2014 ACM ISBN $ INTRODUCTION Social media, such as Twitter, Google+, Foursquare, LinkedIn, Facebook, and Flickr, is now widely used to support different applications with significant societal impacts. Examples include disease outbreak detection [1], emergency management and relief [2-3], analysis and mapping of people s opinions or sentiments towards to political and social events [4], and human mobility patterns [5-6]. This is because social media data are rich in content, capturing many aspects of individual lives, experiences, behaviors, and reactions to a specific topic or event. In addition, social media data are widely available on a timely basis. For example, for Twitter alone, the number of tweets has reached 400 million per day tweets were posted every second in March, 2013 and that number is escalating rapidly [7]. User locations, however, are vital to many of the applications stated earlier. For example, disease control managers need to know the source of flu virus in order to develop effective control strategies. Many researchers have therefore been devoted to the task of estimating the geographic true origin of a message. Scholars [5, 8], for instance, estimated city-level user location purely on the content of the tweets without the use of any external information, such as a gazetteer, IP information, a geo-tag, etc. Those approaches are therefore known as text based approach and additionally do not consider the underlying social interaction, i.e. the structure of interactions between the users. For example, Cheng et al. [5] proposed and evaluated a probabilistic framework for estimating a Twitter user's city-level location based only on the content of the user's tweets. Chandra et al. [8] calculated a baseline probability estimate of the distribution of words used by a user. This distribution is formed by using the fact that terms used in the tweets of a certain discussion may be related to the location information of the user initiating the discussion. The authors [8] then estimated the top K probable cities for a given user and measured the accuracy. In addition to text content, many studies for user location estimation gradually integrated online social profile, behaviors and interactions of users for geospatial cues, such as address information presented in the user profile or by the user s friends [9], to better predict user location with higher accuracy and more details [10, 11]. These studies demonstrated a user's country and state can be easily determined with decent accuracy, as well as a user s city inferred with an accuracy around 70% to 90%, depending on different algorithms [10]. Mahmud et al. [11], for instance, used an ensemble of statistical and heuristic classifiers to predict home locations of Twitter users at different granularities, including city, state, and time zone, based on the content of their tweets and their tweeting behavior. In that paper, nouns, hashtags and place names are extracted as features. Experimental evidence

2 suggests that this algorithm works well in practice and outperforms previous algorithms [5] for predicting the location of Twitter users. Li et al. [9] introduced a probabilistic model integrating geospatial cues observed from both social network (friends) and user-centric data (tweets). Pontes et al. [12] applied a finer-grained inference that reveals the geographic coordinates of the residence of a selected user group, achieving up to approximately 60% accuracy within a radius of six kilometers. Integrating more attributes that could be associated with potential geographical cues into a location inference model could possibly achieve higher accuracy but not higher granularity (i.e., not greater detail). Additionally, such models have been constrained in a number of important ways [13]. One particular issue posed by these text based approaches is data quality. These studies assumed that geospatial cues in a text are indicative and reliable in terms of its author s location while most analyzed attributes (e.g., place names hidden in the content or user profile) include errors and are biased in nature. These text-based attribute values are filled by users in an open text field without any automatic verification. Thus, noises due to invalid locations, misspelling or even nonsense words may appear. As social media applications are widely deployed in the mobile platforms with built-in GPS tracking devices, more and more social media datasets consist of geo-tags (geographic coordinates). These geo-tags, along with place names, offer a new opportunity to infer individual trajectories and locations to a much more accurate level. Instead of using the hidden geographic cues widely used in current text-based models, this paper develops a GIS approach that can infer the true origin of tweets down to the zip code level by using and mining spatial (geo-tags) and temporal (time when the content was posted) information recorded in user digital footprints. Additionally, individual major daily activity zones, which are grouped in this paper into eight categories, such as office, entertainment, residential, etc., and movement trajectories can also be inferred and predicted. Within this approach, spatial clustering analysis is first applied on the geotags of tweets to find out several representative activity zones that the user frequently visited. Temporal analysis is then used to examine activity temporal patterns of these representative zones. Finally, the specific type for each representative physical activity zone can be inferred through integrating GIS land use data and surrounding environmental information of the representative zones returned from the Google Places service [13]. Initial studies and experiments over selected users demonstrate that the proposed method can successfully infer individual daily physical activity zones with spatial resolution as high as 20 m by 20 m or even higher depending on the number of digit footprints collected for social media users. The rest of the paper begins with a description of the methodology for spatiotemporal mining digital footprints of social media users. Section three presents the user case studies. The paper is concluded with discussions about issues, challenges and future research directions of using social media data for human mobility analysis and study. 2. METHODOLOGY This section first introduces methods of user location inference based on geo-tags and temporal information, starting from social media data collection and organization in spatial databases. The problems in examining citizens mobility based on their online digital footprints are then discussed. Finally, we present a model to mine spatiotemporal patterns during a certain period of social content providers and trace their periodic trajectory at different resolution levels. 2.1 Data Collection and Integration This research adopts tweets as the primary original data source for discovering potential spatiotemporal patterns of human activities because Twitter is so far one of the most popular social media networks with massive numbers of international users. In this work, the social media datasets with spatial and temporal information come from several representative, frequently-posting Twitter users. These datasets are harvested from Twitter public stream using representational State Transfer (REST) application programming interfaces (APIs) over a long period, with no less 50 geo-tagged tweets per user to ensure the data quality. 2.2 Problem Statement In our model, the online social media activity record for a user is defined as a sequences S in form of {(L 0, T 0, C 0 ), (L 1, T 1, C 1 ), (L 2, T 2, C 2 ),, (L n, T n, C n )}, where L i represents the geo-location [latitude, longitude] of the user who posted a message with specific contents C i at time T i [second/minute/hour/ day/month/year]. Multiple records per user may share the same location because the user didn t move. However, the content created time (T i ) is the unique attribute to distinguish each activity for a particular user. Given such a sequence, our goal is to build a model for discovering citizens daily mobility including individual primary activity zones (PAZ) and activity zone types (AZT) in space, and users activity patterns in the time dimension. In our study, the daily mobility of citizens can be defined as: {(LC 1, ZT 1, TS 1, R 1 ), (LC 2, ZT 2, TS 2, R 2 ), (LC 3, ZT 3, TS 3, R 3 ), (LC m, ZT m, TS m, R m )} where LC i represents the center point of activity zone, ZT i is the type of the zone, TS i represents the time periods, and R i is the radius of zone circle measuring user s tweet numbers within i zone. 2.3 Spatiotemporal analysis model for user location inference In this study, a GIS based spatiotemporal analysis approach is proposed to mine citizens daily activity zones based on digital footprints recorded by online social activities. The approach is comprised by three primary components: spatial clustering, temporal analysis, and user activity zone inference. The workflow of integrating different components for user location inference is illustrated as follows (Figure 1): Geo-tagged tweets Detect activity zone types Spatial clustering Place Names Place Types Temporal analysis Google places service Representative points Spatial Join Points with land use type attribute Figure 1. Workflow of user location inference Land use GIS data

3 Spatial clustering: While exploring a user s activity spatial patterns, spatial clustering analysis is performed on geo-tags of tweets to find several representative activity zones where the user frequently posted content. Given a user s digital footprints, a series of clusters as representative activity zones can be produced. A center point LC i with a pair of latitude, longitude for each representative activity cluster can be calculated as the representative point based on the points within that cluster. Temporal analysis: In the time analysis component, statistical methods are used to examine activity temporal patterns of each representative activity zone. After this step, each representative point will be attributed temporal information TS i. Activity zone type inference: Finally, the specific type for each representative activity zone can be inferred through integrating GIS land use data, the spatiotemporal information of each representative center point, and geoplaces of the center point returned by the Google Places service API, which provides land use types of nearby places within a predefined center and radius[13] Spatial Clustering Individuals typically have a regular movement trajectory in space during daily life. Individuals typically have a regular movement trajectory in space during daily life (an example is modeled in Figure 2). If a location service is enabled on the mobile device while posting the online message, a series of digital footprints would be recorded at different places, such as office, home, restaurants, parks, etc., where an individual appears frequently. Figure 2. Individual daily movement flow In this study, to detect representative activity zones from digital footprints, density based spatial clustering of applications with noise algorithm (DBSCAN), a well-proved classic clustering algorithm, is applied. DBSCAN can discover potential arbitrary shape areas grouped with high-density points with similar characteristics [15]. Since people usually visits at some places regularly in daily life, the tweet records they publish should be aggregated at these places. In other words, DBSCAN algorithm is more appropriate than other clustering algorithms to perform clustering on these high-density spatiotemporal points over space and time. Additionally, as compared with other commonly used methods, such as K-means, DBSCAN does not require a prespecified K value (the number of clusters), which is usually arbitrarily assigned through an interactive process. After performing spatial clustering analysis, a set of clusters can be produced to indicate the representative activity zones that an individual would typically visit Temporal Analysis In addition to regular patterns in space, an individual s activities could also show patterns in time as human typically follows a relatively restricted schedule, performing different activities in various locations at different times. In this work, temporal analysis is designed to perform detailed statistics on the individual representative activity zones detected in the spatial clustering component over different time periods. It is also designed to analyze the inherent movement trajectories of Twitter users based on the temporal information in the time of tweeting. Specifically, the temporal analysis aims to find the time period (TS i ) corresponding to each representative location to examine the temporal variability of user s behavior on a particular location. Figure 3. Temporal clusters in 24 hours The temporal analysis is implemented based on DBSCAN algorithm, but uses temporal resolution as the measurement distance to find neighbors within a group rather than the Euclidean distance between two points. Temporal resolution is defined as the temporal distance, in which all tweets published within a predefined continuous time segment, e.g. 6 minutes (0.1 hour), are grouped as a cluster. This approach can effectively detect several time segments within one day period during which intensive online activities occur in daily life. Figure 3 shows an example of a user with 1195 geo-tagged tweets collected within a half year, 257 between 10:40AM 14:45PM, 427 between 15:00PM 19:58PM, 63 between 20:00PM 21:30PM, 94 between 21:30PM 23:12PM, and 23 of them between 0:15AM 0:55AM. The temporal distribution of social media datasets accurately reflects individual behavioral habits in daily life and helps explore citizens mobility over time User activity zone types In section 2.3.1, a variety of spatial clusters representing individual primary activity zones can be detected through spatial clustering on all spatiotemporal points during a period of time, e.g., one year or more. Meanwhile, as discussed in section 2.3.2, analyzing the temporal information of these clusters makes it easy to determine the time range in which individual activities mostly occur. To explore the accurate citizen trajectories, it is necessary to identify the types for each activity zone, which can help us further understand individual spatiotemporal movement patterns. Considering common daily activities and referencing the GIS land types [17], Google place types [16] and related studies [18], eight activity zone types are defined in this work to explore user trajectories and activities (Table 1). The categories, shown in the left column of Table 1, include office, transportation, education, eating, health, shopping, entertainment, service, and residential. The eight zone types include most of the daily activity regions that an individual would visit in an urban area at the level of zip code. The movement

4 trajectory connecting these activity zones at specific times reveals an individual s mobility over space and time. Table 1. Mapping between google place types and human activity zones Activity zone types Office Transportation Education Eating Health Shopping Entertainment Service Supported google place types accounting, establishment, finance, fire station, bank, general contractor, police, post office, city hall, courthouse, local government office, lawyer, embassy Airport, parking, taxi station, train station, travel agency, subway station, rv (recreational vehicle) park, bus station Campground, school library, university, college Bakery, food, restaurant, meal delivery, meal takeaway, café Pharmacy, physiotherapist, dentist, doctor, hospital, health Bicycle store, book store, clothing store, convenience store, florist, pet store, furniture store, grocery, supermarket, hardware store, department store, store, electronics store, liquor store, shoe store, shopping mall, home goods store, jewelry store, Amusement park, aquarium, art gallery, night club, painter, park, gym, hair care, casino, museum, movie theater, spa, stadium, zoo, bar, beauty salon, bowling alley Car dealer, car rental, car repair, car wash, ATM, funeral home, gas station, place of worship, plumber, cemetery, church, real estate agency, Hindu temple, roofing contractor, insurance agency, moving company, electrician, laundry, storage, synagogue, veterinary care, lock smith, lodging, mosque, movie rental Inferring activity zone s type Land use data is very useful GIS data that indicates the classification of various types of public or private land usage. It is worth noting that urban land use data from different cities might have different categories. Figure 4 shows an example of land use data for exploring users located in St. Louis, Missouri [19]. It is comprised of a set of polygons representing land parcels, which include six land use categories, such as residential, and business and industry. However, urban land use or place types are typically divided into seven categories, including residential, commercial and services, industrial, transportation and communication and utilities, industrial and commercial complexes, mixed urban or built-up land, and other urban or built-up land [17]. The land use types can be effectively used to detect the types of regular activity zones where an individual may present in daily life and are indicated in the digital footprints. By analyzing the land use types of where the digital footprints are generated, the zone types of individual activities can be inferred. Figure 4. Urban land use map of St. Louis, Missouri It should be pointed out that common GIS land use types typically aggregate places used for different activities (e.g., eating and entertainment) into the same category (commercial) (Figure 4). Therefore, the land use data alone is insufficient to explore common human activity zones. In addition, the mixed urban in land use category, is ambiguous to use for investigating human activity. Fortunately, commercial location service providers, such as Google, Microsoft, and Yelp, separate places (locations) into more detailed categories of point of interest (POI). For example, Google categorize places into 96 types (Table 1), and its Google Places service will return one of those types given a location service query. However, Google places do not support residential category, which is one of the most important activity zones of a Twitter user. Table 2. Mapping between urban land use types and human activity zones Urban land use type Residential Commercial and Service Industrial Transportation, communications and utilities Industrial and commercial complexes Mixed urban or build up land Other urban or built-up land Human activity zone type Residential Education, Health, Shopping, Eating, Entertainment, Service Office Transportation, Service Office, Entertainment, Shopping, Eating, Service Home, Service, Education, Shopping, Eating, Entertainment, Health, Office Unknown

5 To overcome the issues posed by both GIS land use data and commercial location services for user location inference, this work integrates both data sources. Based on the classification of urban land use types and human activity zone types, we detect the activity zone types as follows. The first step is to find out the usage type of the urban land where the selected activity point is located in order to infer the possible activity zones in which it occurs according to Table 1. We perform the spatial join operation, a classic GIS function, between the Twitter representative center points produced in section and the land use polygon layer. The land use type for each point is detected and then, mapped to possible general aggregated activity zone types through the mapping rules defined in Table 2. For example, if a point is detected within a polygon representing commercial land, it suggests that the user who published the tweet may be eating at a restaurant, shopping at a mall, having a cup of coffee in a cafe, or having fun at a nightclub. However, the question what exactly the user was doing? is still not answered. Revealing more detailed information about user s activity is implemented in the second step, geo-location mining based on Google Places API which is discussed in the next section Detailed Geo-location Mining based on Google Places API Given a geographic referenced point, no matter in the format of address or coordinates (latitude and longitude), it can be easily georeferenced on a map, such as Google Maps or Bing Maps. By manually interpreting the map through common clues of the objects in the community, e.g., size, shape, pattern or texture, we can establish a general understanding about its region or community types (or zone types in other words), such as residential homes, business community, entertainment places, school zones, and hospital sites. However, such manual interpretation is time-consuming, ineffective and inefficient. To determine the specific location type of activity zones, a more automated and efficient approach has been developed based on the Google Places API. Given the coordinates of a representative point for each activity zone and GIS land use data calculated in the spatial clustering step, the specific land use type of the point can be detected based on the spatial union operation. A HTTP request is then sent to the Google Places service [14] for querying nearby places. When constructing the Google places service query, two required parameters, a geo-location or address and a radius of searching circle (in meters) within which place results are returned, need to be configured. In this work, since we are interested in the surrounding environment of the representative point, the center of query is configured as the location of our representative point. The radius size is arbitrary with a trade-off. In general, the larger the radius is, the more points of interest around the location can be returned for analysis. On the other hand, if the size of radius is too large, the responses may include many unrelated places. Thus, choosing the radius size must be considered carefully, and trialand-error may be needed. Our trial-and error experimental studies suggested that a radius of 20 meters is a generally appropriate radius size. A response result from the Google Places service includes a set of places defined by a variety of parameters. Usually, the result contains information about an array of place objects. The Places API returns up to 20 establishment results per query. A sample place in the format of JSON (JavaScript Object Notation), which is a lightweight data-interchange format over the internet, in the response is described as below. {"formatted_address": "529 Kent Street, Sydney NSW, Australia", "geometry" : { "location" : { "lat" : , "lng" : } }, "icon" : " urant-71.png", "id" : "827f1ac561d72ec25897df f7cbbc8ed", "name" : "Tetsuya's", "rating" : 4.30, "reference" : "CnRmAAAAmmm3dlSVT3E7rIvwQ0lHBA4sayvxWEc4 nz", "types" : [ "restaurant", "food", "establishment" ] } A typical place name may include many fields such as formatted address, geometry, icon, id, types, etc. The field types is important since it provides indicative information about the activity zone type of the representative point. For each place, the field types is therefore extracted to detect activity zone types for the representative cluster. As introduced in the section 2.3.3, a mapping rule (Table 1) is developed to project the 96 Google place types into related activity zone types, such as office, shopping, etc. However, Google place types do not directly provide residential as one of its field type values. We discovered another field name may offer indicative information to infer a representative zone as residential type. In this work, if the value from the name field contains a set of key words, such as apartment, condo and house, which indicates a dwelling area, the place is categorized as residential. Among all residential zones detected, one residential zone could be the user s home region while others could be the homes of friends or relatives. In our paper, the place with the highest density of tweets and longest time span is selected as home from several residential clusters. We argue that this is reasonable as individuals will conduct more online social activities at home than other places. 3. EXPERIMENTAL RESULT AND ANALYSIS In this study, 1259 geo-tagged records of a Twitter user living in St. Louis City, Missouri, were collected over the span of one year, and land use GIS data for St. Louis were downloaded as a shapefile from the St. Louis City Strategic Land Use website [19]. Both social media datasets and land use data are organized and managed in a PostgreSQL spatial database. Three experiments are designed to test the feasibility of the proposed approach in exploring user activity locations with recorded digital footprints: spatial clustering, temporal analysis, and detecting user activity zone types.

6 3.1 Spatial clustering Spatial clustering over digital footprints enables us to detect spatial-aggregated sites where users regularly appear in daily life. The spatial distribution of these sites significantly indicates the spatial pattern of the user s trajectories. Additionally, the number of footprints at a particular site suggests how often the user visits each location. The research performs the spatial clustering algorithm, DBSCAN, on all geo-tagged tweets collected from the selected Twitter user and detects 11 representative activity zones (clusters), where more than 6 tweets are published. Figure 5 shows spatial distribution and the number of tweets for all zones (sites) in a 3D geo-visualization map. It can be observed that there are three most active places where the user frequently appears that contain most of the digital footprints. Figure 6. Temporal clustering using DBSCAN 3.3 Inferring activity zone s type Figure 5. Geo-tagged footprint distribution of a Twitter user in St. Louis, Missouri (The length of bars is proportional to the tweet number at each representative location) 3.2 Temporal analysis Temporal analysis explores the temporal pattern of citizens digital footprints at clustered locations from social media datasets featured with temporal information. In this study, experiments on DBSCAN time analysis are conducted to explore the temporal pattern of the selected user s digital footprints when these footprints occurred in the same activity zone. The concept of time distance is deployed to extract the continuous temporal segments (clusters) for representative spatial clusters. Therefore, the data for performing each temporal clustering is restricted to one representative zone. In this study, only dominant sites (S1, S2, S3, and S4) including most of points (more than 50 tweets per site) were selected for temporal clustering. Figure 6 shows the start and end time of the time span that the individual may visit, and the beginning and finish time of the temporal segments (clusters) derived for each dominant site (s1 to s4) to represent the time ranges or spans that the individual would mostly visit at this particular site during a day. It can be observed that only one the temporal segment from 1:50AM to 04:10AM is derived for site S4. In fact, a large portion of points (96 out of 205) at S4 site fall into the time window. However, three time segments are detected based on spatiotemporal points at S2, including 0:10AM - 3:45AM, 12:50PM - 13:15PM, and 14:00PM - 14:40PM with each time segment consisting of 177, 20, and 40 points respectively. Figure 7. User tweet spatiotemporal distribution and user activity zone classification (The width of the bar is proportional to the tweet number at each representative site; sections in bars depicted in purple color indicate temporal segments derived for each site) Depending on GIS land use data and Google place data, the type of user activity zones can be effectively detected and recognized through analyzing the surrounding place types of each representative zone (site) from Google places services. In this experiment, the zone types of the four primary activity zones derived for the selected user include one residential type (home), one office type, one entertainment type, and one eating type. Figure 7 shows the spatiotemporal distributions of those primary activity zones in a 3D map over space and time. In the map, different colors are used represent different pre-defined types of zones derived from spatial clustering. Each zone is depicted as a bar with different colors and is placed between the start and end time boundary detected. The width of the bar is proportional to the tweet number at each representative site. It is apparent that the user posts more messages at home demonstrated by bar with

7 larger width. Additionally, temporal segments (clusters) are depicted in purple colors for each zone. According to the yellow bar in the 3D map, it clearly shows the location of user s primary eating site, and the time segment (s) that the selected user frequently visits the site. It can also be observed that the office (blue color) and home (red color) for the selected use are located at the west and east of the town respectively, while the primary eating and entertainment sites are sitting between them. It makes sense, since people would visit restaurants or bars for meals or entertainment between the working and home locations. 4. CONCLUSION AND FUTURE WORK In this study, a GIS approach is proposed to infer the types of social activity zones of social media users. In addition to social media data, this approach integrates multiple source datasets, including land use data, and internet-based geo-objects from Google Place services, to detect the user activity zone types through spatial and temporal analysis. Two steps are developed over these datasets to infer zone types: determining the type of locations where online social activities occur using urban land use data and mining geo-location based on the Google Places API. These research results can be applied to many areas. Examples could be business site selection, advertisement for targeting customers, disease control, urban planning or transportation systems improvement. For example, one of the online social activities patterns discovered during the study showed that users likely send messages at several specific spots with heavy traffic jams. Therefore, traffic jam hotspots could be determined for transportation departments by studying massive online user mobility and behavior patterns within a city. To infer a user s location, this study requires a certain number of geo-tag enabled tweets, while the number depends on the spatiotemporal behaviors of the tweet users. If a user tends to tweet from the home frequently, the proposed model can infer the home location of the user. If a user has a sparse digital footprints in both space and time dimension, it is unlikely that the model can predict accurate results. During our study, we find that 50 geotagged tweets on average are required. However, many users are unwilling to insert geo-tags into the message in the time of tweets due to the privacy issues. To produce more promising results, more effort should be devoted to integrating geo-tags and other traditional geospatial cues that are extracted from content text, user profiles, and behaviors and interactions with friends in the inference model. It is also worth noting that spatiotemporal mining of massive datasets are time-consuming. For example, the computing cost of the DBSCAN algorithm used for spatial cluster detection is O (n 4 ) where n represents the number of clustered points; it is computing intensive, especially when many users locations must be inferred. Therefore, parallel computing [20] and the latest computing models such as cloud computing [21] should be applied into the proposed model. 5. ACKNOWLEDGMENTS We would like to thank Caitlin McKown and David W.S. Wong for the help and support during this research. 6. REFERENCES [1] Sakaki, T., Okazaki, M., and Matsuo, Y Earthquake shakes Twitter users: real-time event detection by social sensors. In Proceedings of the 19th international conference on World Wide Web. ACM, [2] Gao, H., Barbier, G., and Goolsby, R., Harnessing the Crowdsourcing Power of Social Media for Disaster Relief. IEEE Intelligent Systems. 26, 3, doi: /mis [3] Muralidharan, S., Rasmussen, L., Patterson, D., and Shin, J. H Hope for Haiti: An analysis of Facebook and Twitter usage during the earthquake relief efforts. Public Relations Review. 37, 2, [4] Tsou, M.H., Yang, J.A., Lusher, D., Han, S., Spitzberg, B., Gawron, J.M., Dipak, G., and Li, A Mapping social activities and concepts with social media (Twitter) and web search engines (Yahoo and Bing): a case study in 2012 US Presidential Election. Cartography and Geographic Information Science. 40, 4, [5] Cheng, Z., Caverlee, J., and Lee, K You are where you tweet: a content-based approach to geo-locating twitter users. In Proceedings of the 19th ACM international conference on Information and knowledge management. Toronto, ON, Canada, ACM, [6] Noulas, A., Scellato, S., Lathia, N., and Mascolo, C Mining User Mobility Features for Next Place Prediction in Location-Based Services. In ICDM [7] Huang, Q., Xu, C A Data-Driven Framework for Archiving and Exploring Social Media Data. Annual of GIS. doi: / [8] Chandra, S., Khan, L., and Muhaya, F. B Estimating twitter user location using social interactions--a content based approach. In Privacy, security, risk and trust (passat), 2011 ieee third international conference on and 2011 ieee third international conference on social computing (socialcom). IEEE, [9] Li, R., Wang, S., Deng, H., Wang, R., and Chang, K. C. C Towards social user profiling: unified and discriminative influence model for inferring home locations. In Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, [10] Hecht, B., Hong, L., Suh, B., and Chi, E. H., Tweets from Justin Bieber's heart: the dynamics of the location field in user profiles. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems. ACM, [11] Mahmud, J., Nichols, J., and Drews, C Where Is This Tweet From? Inferring Home Locations of Twitter Users. In ICWSM. [12] Pontes, T., Magno, G., Vasconcelos, M., Gupta, A., Almeida, J., Kumaraguru, P., and Almeida, V Beware of what you share: Inferring home location in social networks. In Data Mining Workshops (ICDMW), 2012 IEEE 12th International Conference on. IEEE, [13] Han, B., Cook, P., and Baldwin, T Text-based twitter user geolocation prediction. J. Artif. Int. Res. 49, 1,

8 [14] Google Places API [15] Ester, M., Kriegel, H. P., Sander, J., and Xu, X August). A density-based algorithm for discovering clusters in large spatial databases with noise. In KDD. 96, [16] Google supported places ed_types. [17] Anderson, J.R A land use and land cover classification system for use with remote sensor data. US Government Printing Office.964. [18] Hasan, S., Zhan, X., & Ukkusuri, S.V Understanding urban human activity and mobility patterns using large-scale location-based data from online social media. In Proceedings of the 2nd ACM SIGKDD International Workshop on Urban Computing. ACM, 9. [19] St. Louis City Strategic Land Use [20] Huang, Q., Yang, C., Benedict, K., Rezgui, A., Xie, J., Xia, J., and Chen, S Using Adaptively Coupled Models and High-performance Computing for Enabling the Computability of Dust Storm Forecasting. International Journal of Geographical Information Science. 27, 4, doi: / [21] Huang, Q., Yang, C., Benedict, K., Chen, S., Rezgui, A., and Xie, J Utilize Cloud Computing to Support Dust Storm Forecasting. International Journal of Digital Earth. 6, 4, doi: /

Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices

Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices 212 45th Hawaii International Conference on System Sciences Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices Kazunari Ishida Hiroshima Institute of Technology k.ishida.p7@it-hiroshima.ac.jp

More information

Spatial Data Science. Soumya K Ghosh

Spatial Data Science. Soumya K Ghosh Workshop on Data Science and Machine Learning (DSML 17) ISI Kolkata, March 28-31, 2017 Spatial Data Science Soumya K Ghosh Professor Department of Computer Science and Engineering Indian Institute of Technology,

More information

* Abstract. Keywords: Smart Card Data, Public Transportation, Land Use, Non-negative Matrix Factorization.

*  Abstract. Keywords: Smart Card Data, Public Transportation, Land Use, Non-negative Matrix Factorization. Analysis of Activity Trends Based on Smart Card Data of Public Transportation T. N. Maeda* 1, J. Mori 1, F. Toriumi 1, H. Ohashi 1 1 The University of Tokyo, 7-3-1 Hongo Bunkyo-ku, Tokyo, Japan *Email:

More information

DM-Group Meeting. Subhodip Biswas 10/16/2014

DM-Group Meeting. Subhodip Biswas 10/16/2014 DM-Group Meeting Subhodip Biswas 10/16/2014 Papers to be discussed 1. Crowdsourcing Land Use Maps via Twitter Vanessa Frias-Martinez and Enrique Frias-Martinez in KDD 2014 2. Tracking Climate Change Opinions

More information

Cartographic and Geospatial Futures

Cartographic and Geospatial Futures Cartographic and Geospatial Futures 1. Web Cartography, WebGIS, & Virtual Globes--New Roles for Maps, GIS, and GIS professionals 2. Map Mashups, the Neo Neo-geography Movement, & Crowd-sourcing Geospatial

More information

Mobility Analytics through Social and Personal Data. Pierre Senellart

Mobility Analytics through Social and Personal Data. Pierre Senellart Mobility Analytics through Social and Personal Data Pierre Senellart Session: Big Data & Transport Business Convention on Big Data Université Paris-Saclay, 25 novembre 2015 Analyzing Transportation and

More information

The Challenge of Geospatial Big Data Analysis

The Challenge of Geospatial Big Data Analysis 288 POSTERS The Challenge of Geospatial Big Data Analysis Authors - Teerayut Horanont, University of Tokyo, Japan - Apichon Witayangkurn, University of Tokyo, Japan - Shibasaki Ryosuke, University of Tokyo,

More information

Using Social Media for Geodemographic Applications

Using Social Media for Geodemographic Applications Using Social Media for Geodemographic Applications Muhammad Adnan and Guy Lansley Department of Geography, University College London @gisandtech @GuyLansley Web: http://www.uncertaintyofidentity.com Outline

More information

Exploring Urban Areas of Interest. Yingjie Hu and Sathya Prasad

Exploring Urban Areas of Interest. Yingjie Hu and Sathya Prasad Exploring Urban Areas of Interest Yingjie Hu and Sathya Prasad What is Urban Areas of Interest (AOIs)? What is Urban Areas of Interest (AOIs)? Urban AOIs exist in people s minds and defined by people s

More information

Crowdsourcing approach for large scale mapping of built-up land

Crowdsourcing approach for large scale mapping of built-up land Crowdsourcing approach for large scale mapping of built-up land Kavinda Gunasekara Kavinda@ait.asia Geoinformatics Center Asian Institute of Technology, Thailand. Regional expert workshop on land accounting

More information

Introduction to Google Mapping Tools

Introduction to Google Mapping Tools Introduction to Google Mapping Tools Google s Mapping Tools Explore geographic data. Organize your own geographic data. Visualize complex data. Share your data with the world. Tell your story and educate

More information

Twitter s Effectiveness on Blackout Detection during Hurricane Sandy

Twitter s Effectiveness on Blackout Detection during Hurricane Sandy Twitter s Effectiveness on Blackout Detection during Hurricane Sandy KJ Lee, Ju-young Shin & Reza Zadeh December, 03. Introduction Hurricane Sandy developed from the Caribbean stroke near Atlantic City,

More information

Town of Davie B-2 (Community Business) Zoning:

Town of Davie B-2 (Community Business) Zoning: Town of Davie B-2 (Community Business) Zoning: Commercial Conservation Districts: These districts are intended to preserve the character of existing nonresidential or commercial areas, neighborhoods and

More information

Your Virtual Workforce. On Demand. Worldwide. COMPANY PRESENTATION. clickworker GmbH 2017

Your Virtual Workforce. On Demand. Worldwide. COMPANY PRESENTATION. clickworker GmbH 2017 Your Virtual Workforce. On Demand. Worldwide. COMPANY PRESENTATION 2017 CLICKWORKER AT A GLANCE Segment: Paid Crowdsourcing / Microtasking Services: Text Creation (incl. SEO Texts), AI-Training Data, Internet

More information

Geographic Data Science - Lecture II

Geographic Data Science - Lecture II Geographic Data Science - Lecture II (New) Spatial Data Dani Arribas-Bel "Yesterday" Introduced the (geo-)data revolution What is it? Why now? The need of (geo-)data science to make sense of it all Today

More information

Module 3 Educator s Guide Overview

Module 3 Educator s Guide Overview Module 3 Educator s Guide Overview Human footprints on Earth as seen by NASA scientists Module Overview This module draws upon NASA images and research to introduce students to the various ways humans

More information

Assessing pervasive user-generated content to describe tourist dynamics

Assessing pervasive user-generated content to describe tourist dynamics Assessing pervasive user-generated content to describe tourist dynamics Fabien Girardin, Josep Blat Universitat Pompeu Fabra, Barcelona, Spain {Fabien.Girardin, Josep.Blat}@upf.edu Abstract. In recent

More information

Activity Identification from GPS Trajectories Using Spatial Temporal POIs Attractiveness

Activity Identification from GPS Trajectories Using Spatial Temporal POIs Attractiveness Activity Identification from GPS Trajectories Using Spatial Temporal POIs Attractiveness Lian Huang, Qingquan Li, Yang Yue State Key Laboratory of Information Engineering in Survey, Mapping and Remote

More information

Exploring the Patterns of Human Mobility Using Heterogeneous Traffic Trajectory Data

Exploring the Patterns of Human Mobility Using Heterogeneous Traffic Trajectory Data Exploring the Patterns of Human Mobility Using Heterogeneous Traffic Trajectory Data Jinzhong Wang April 13, 2016 The UBD Group Mobile and Social Computing Laboratory School of Software, Dalian University

More information

Revisitation in Urban Space vs. Online: A Comparison across POIs, Websites, and Smartphone Apps.

Revisitation in Urban Space vs. Online: A Comparison across POIs, Websites, and Smartphone Apps. 156 Revisitation in Urban Space vs. Online: A Comparison across POIs, Websites, and Smartphone Apps. HANCHENG CAO, ZHILONG CHEN, FENGLI XU, and YONG LI, Beijing National Research Center for Information

More information

Classification in Mobility Data Mining

Classification in Mobility Data Mining Classification in Mobility Data Mining Activity Recognition Semantic Enrichment Recognition through Points-of-Interest Given a dataset of GPS tracks of private vehicles, we annotate trajectories with the

More information

A Cloud Computing Workflow for Scalable Integration of Remote Sensing and Social Media Data in Urban Studies

A Cloud Computing Workflow for Scalable Integration of Remote Sensing and Social Media Data in Urban Studies A Cloud Computing Workflow for Scalable Integration of Remote Sensing and Social Media Data in Urban Studies Aiman Soliman1, Kiumars Soltani1, Junjun Yin1, Balaji Subramaniam2, Pierre Riteau2, Kate Keahey2,

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

A new type of RICEPOTS

A new type of RICEPOTS A new type of RICEPOTS Alan Parkinson Geography teaching resource College Crown Copyright and Database Right 2014. Ordnance Survey (Digimap Licence) This is one of a series of teaching resources for use

More information

DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS

DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS DEVELOPMENT OF GPS PHOTOS DATABASE FOR LAND USE AND LAND COVER APPLICATIONS An Ngoc VAN and Wataru TAKEUCHI Institute of Industrial Science University of Tokyo 4-6-1 Komaba, Meguro-ku, Tokyo 153-8505 Japan

More information

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com geospatial and mobility Corporate Geographic Information System of ADIF Railway Infrastructure Administrator. Year 2009-2010 Corporate Geographic Information System of ADIF ADIF. Spanish Administrator

More information

Compact guides GISCO. Geographic information system of the Commission

Compact guides GISCO. Geographic information system of the Commission Compact guides GISCO Geographic information system of the Commission What is GISCO? GISCO, the Geographic Information System of the COmmission, is a permanent service of Eurostat that fulfils the requirements

More information

Unit 1, Lesson 2. What is geographic inquiry?

Unit 1, Lesson 2. What is geographic inquiry? What is geographic inquiry? Unit 1, Lesson 2 Understanding the way in which social scientists investigate problems will help you conduct your own investigations about problems or issues facing your community

More information

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager Discovery and Access of Geospatial Resources using the Geoportal Extension Marten Hogeweg Geoportal Extension Product Manager DISCOVERY AND ACCESS USING THE GEOPORTAL EXTENSION Geospatial Data Is Very

More information

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015 VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA Candra Kartika 2015 OVERVIEW Motivation Background and State of The Art Test data Visualization methods Result

More information

Automatic Classification of Location Contexts with Decision Trees

Automatic Classification of Location Contexts with Decision Trees Automatic Classification of Location Contexts with Decision Trees Maribel Yasmina Santos and Adriano Moreira Department of Information Systems, University of Minho, Campus de Azurém, 4800-058 Guimarães,

More information

P P P P P P P P P X Agricultural Processing

P P P P P P P P P X Agricultural Processing Residential Uses Medical Hardship Modular Homes Mobile Home (Single) Mobile Home (Double) Mobile Home Park Multi-Family Planned Unit Development Second Dwelling Single Family dwellings Site Built Homes

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories

Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories Jianan Shen 1, Tao Cheng 2 1 SpaceTimeLab for Big Data Analytics, Department of Civil, Environmental and Geomatic Engineering,

More information

Many Ways to Name a Place

Many Ways to Name a Place Your web browser (Safari 7) is out of date. For more security, comfort and Activityapply the best experience on this site: Update your browser Ignore Many Ways to Name a Place What are the names for the

More information

Oman NSDI Supporting Economic Development. Saud Al-Nofli Director of Spatial Data Directorate General of NSDI, NCSI

Oman NSDI Supporting Economic Development. Saud Al-Nofli Director of Spatial Data Directorate General of NSDI, NCSI Oman NSDI Supporting Economic Development 2017 Saud Al-Nofli Director of Spatial Data Directorate General of NSDI, NCSI "It s critical to make correct decisions the first time to optimize the Investments

More information

Detecting Origin-Destination Mobility Flows From Geotagged Tweets in Greater Los Angeles Area

Detecting Origin-Destination Mobility Flows From Geotagged Tweets in Greater Los Angeles Area Detecting Origin-Destination Mobility Flows From Geotagged Tweets in Greater Los Angeles Area Song Gao 1, Jiue-An Yang 1,2, Bo Yan 1, Yingjie Hu 1, Krzysztof Janowicz 1, Grant McKenzie 1 1 STKO Lab, Department

More information

GIS Resources for Local Governments

GIS Resources for Local Governments ISSUE PAPER SERIES GIS Resources for Local Governments February 2018 NEW YORK STATE TUG HILL COMMISSION DULLES STATE OFFICE BUILDING 317 WASHINGTON STREET WATERTOWN, NY 13601 (315) 785-2380 WWW.TUGHILL.ORG

More information

Neighborhood Locations and Amenities

Neighborhood Locations and Amenities University of Maryland School of Architecture, Planning and Preservation Fall, 2014 Neighborhood Locations and Amenities Authors: Cole Greene Jacob Johnson Maha Tariq Under the Supervision of: Dr. Chao

More information

Using spatial-temporal signatures to infer human activities from personal trajectories on location-enabled mobile devices

Using spatial-temporal signatures to infer human activities from personal trajectories on location-enabled mobile devices Using spatial-temporal signatures to infer human activities from personal trajectories on location-enabled mobile devices Yingjie Hu 1, Wenwen Li 2, Krzysztof Janowicz 1, Kathleen Deutsch 1, Grant McKenzie

More information

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment.

A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. A Technique for Importing Shapefile to Mobile Device in a Distributed System Environment. 1 Manish Srivastava, 2 Atul Verma, 3 Kanika Gupta 1 Academy of Business Engineering and Sciences,Ghaziabad, 201001,India

More information

My Map Activity MINNESOTA SOCIAL STUDIES STANDARDS & BENCHMARKS

My Map Activity MINNESOTA SOCIAL STUDIES STANDARDS & BENCHMARKS My Map Activity OVERVIEW & OBJECTIVES Students will learn the basics of Google Maps while using geospatial data to create their neighborhood map with the places they spend time. They will also collect

More information

June 19 Huntsville, Alabama 1

June 19 Huntsville, Alabama 1 June 19 Huntsville, Alabama 1 Real-Time Geospatial Data: The Fusion of PI and ArcGIS Enabling Smarter Facilities Management OSIsoft and Esri Mapping and Location Analytics Platform Supporting Your Use

More information

A Few Thoughts on the Computational Perspective. James Caverlee Assistant Professor Computer Science and Engineering Texas A&M University

A Few Thoughts on the Computational Perspective. James Caverlee Assistant Professor Computer Science and Engineering Texas A&M University A Few Thoughts on the Computational Perspective James Caverlee Assistant Professor Computer Science and Engineering Texas A&M University December 13, 2010 Democratization of Publishing Every two days now

More information

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas:

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas: UPR 6905 Internet GIS Homework 1 Yong Hong Guo September 9, 2008 Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application

More information

Integrated Electricity Demand and Price Forecasting

Integrated Electricity Demand and Price Forecasting Integrated Electricity Demand and Price Forecasting Create and Evaluate Forecasting Models The many interrelated factors which influence demand for electricity cannot be directly modeled by closed-form

More information

Getting Started with Community Maps

Getting Started with Community Maps Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Getting Started with Community Maps Shane Matthews and Tamara Yoder Topics for this Session ArcGIS is a complete

More information

Tutorial: Urban Trajectory Visualization. Case Studies. Ye Zhao

Tutorial: Urban Trajectory Visualization. Case Studies. Ye Zhao Case Studies Ye Zhao Use Cases We show examples of the web-based visual analytics system TrajAnalytics The case study information and videos are available at http://vis.cs.kent.edu/trajanalytics/ Porto

More information

Geo Business Gis In The Digital Organization

Geo Business Gis In The Digital Organization We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with geo business gis in

More information

Semantic Geospatial Data Integration and Mining for National Security

Semantic Geospatial Data Integration and Mining for National Security Semantic Geospatial Data Integration and Mining for National Security Latifur Khan Ashraful Alam Ganesh Subbiah Bhavani Thuraisingham University of Texas at Dallas (Funded by Raytheon Corporation) Shashi

More information

CHAPTER 3 RESEARCH METHODOLOGY

CHAPTER 3 RESEARCH METHODOLOGY CHAPTER 3 RESEARCH METHODOLOGY 3.1 INTRODUCTION The research methodology plays an important role in implementing the research and validating the results. Therefore, this research methodology is derived

More information

22C Permitted uses.

22C Permitted uses. 22C.020.060Permitted uses. Residential Land Uses Dwelling Units, Types: Townhouse P6 P Multiple-family C4 P4, C5 P4, C5 P4, P6 P Mobile home P7 P7 P7 P7 P7 P7 P7 P7 Senior citizen assisted P C P Caretaker

More information

The spatial network Streets and public spaces are the where people move, interact and transact

The spatial network Streets and public spaces are the where people move, interact and transact The spatial network Streets and public spaces are the where people move, interact and transact The spatial network Cities are big spatial networks that create more of these opportunities Five key discoveries

More information

GIS for Crime Analysis. Building Better Analysis Capabilities with the ArcGIS Platform

GIS for Crime Analysis. Building Better Analysis Capabilities with the ArcGIS Platform GIS for Crime Analysis Building Better Analysis Capabilities with the ArcGIS Platform Crime Analysis The Current State One of the foundations of criminological theory is that three things are needed for

More information

TRAITS to put you on the map

TRAITS to put you on the map TRAITS to put you on the map Know what s where See the big picture Connect the dots Get it right Use where to say WOW Look around Spread the word Make it yours Finding your way Location is associated with

More information

Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy

Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy Sharing Resources Geoff Mortson esri, Inc. SDI Solutions Team Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy Data Sharing is Good

More information

TABLE OF USE REGULATIONS

TABLE OF USE REGULATIONS TABLE OF USE REGULATONS Y - Permitted as of right N - Prohibited BA - Special Permit/Board of Appeals PB - Special Permit/Planning Board SB - Special Permit/Selectboard PRNCPAL USE SR GR B CB L L A. Residential

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise is the new name for ArcGIS for Server What is ArcGIS Enterprise ArcGIS Enterprise is powerful

More information

GIS and Governing Anchorage. GIS Critical for Efficient, Transparent Government How is GIS Program Doing Where can GIS Program Take us

GIS and Governing Anchorage. GIS Critical for Efficient, Transparent Government How is GIS Program Doing Where can GIS Program Take us GIS and Governing Anchorage GIS Critical for Efficient, Transparent Government How is GIS Program Doing Where can GIS Program Take us Municipality of Anchorage Office of Economic And Community Development

More information

Session 2477: The Role of Advanced Computational Tools in Visualizing Spatiotemporal Complexity

Session 2477: The Role of Advanced Computational Tools in Visualizing Spatiotemporal Complexity 2011 Annual AAG Meeting, Seattle, Washington. April 13, 2011 Session 2477: The Role of Advanced Computational Tools in Visualizing Spatiotemporal Complexity Visualizing and Analyzing the Spatiotemporal

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activityengage the best experience on this site: Update your browser Ignore Introduction to GIS What is a geographic information

More information

Enhance Security, Safety and Efficiency With Geospatial Visualization

Enhance Security, Safety and Efficiency With Geospatial Visualization Areas within 10 minutes of an exit are emphasized on this map, to give an indication of how accessible neighborhoods are by highway. The colors represent 1, 3, 5 and 10 minute increments from the exits.

More information

Arcgis Enterprise Performance And Scalability Best Practices

Arcgis Enterprise Performance And Scalability Best Practices Arcgis Enterprise Performance And Scalability Best Practices We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer,

More information

Spatial Organization of Data and Data Extraction from Maptitude

Spatial Organization of Data and Data Extraction from Maptitude Spatial Organization of Data and Data Extraction from Maptitude N. P. Taliceo Geospatial Information Sciences The University of Texas at Dallas UT Dallas GIS Workshop Richardson, TX March 30 31, 2018 1/

More information

Cutting Edge Engineering for Modern Geospatial Systems Rear Admiral Dr. S Kulshrestha, retd

Cutting Edge Engineering for Modern Geospatial Systems Rear Admiral Dr. S Kulshrestha, retd Cutting Edge Engineering for Modern Geospatial Systems Rear Admiral Dr. S Kulshrestha, retd 11 Jun 2015 GeoIntelligence Asia 2015 The technology would become so pervasive that it becomes a part of you

More information

Crime Analysis. GIS Solutions for Intelligence-Led Policing

Crime Analysis. GIS Solutions for Intelligence-Led Policing Crime Analysis GIS Solutions for Intelligence-Led Policing Applying GIS Technology to Crime Analysis Know Your Community Analyze Your Crime Use Your Advantage GIS aids crime analysis by Identifying and

More information

Spatial Data, Spatial Analysis and Spatial Data Science

Spatial Data, Spatial Analysis and Spatial Data Science Spatial Data, Spatial Analysis and Spatial Data Science Luc Anselin http://spatial.uchicago.edu 1 spatial thinking in the social sciences spatial analysis spatial data science spatial data types and research

More information

Location Suitability Analysis

Location Suitability Analysis 2010 Fall 406 Final Project Location Suitability Analysis New Burger stores in San Fernando Valley Presenter: Rich Lee I. Introduction In-N-Out Burger is famous in South West America. Established in 1948

More information

Dynamic diurnal social taxonomy of urban environments

Dynamic diurnal social taxonomy of urban environments Joint activities with family in Centre County, PA Joint activities with friends in Centre County, PA Dynamic diurnal social taxonomy of urban environments Seo Youn Yoon, Post-doctoral researcher, University

More information

Your web browser (Safari 7) is out of date. For more security, comfort and the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and the best experience on this site: Update your browser Ignore GIS ( GEO GRAPHIC INFO RMATIO N SYSTEM) geospatial information system

More information

1. Richard Milton 2. Steven Gray 3. Oliver O Brien Centre for Advanced Spatial Analysis (UCL)

1. Richard Milton 2. Steven Gray 3. Oliver O Brien Centre for Advanced Spatial Analysis (UCL) UCL CENTRE FOR ADVANCED SPATIAL ANALYSIS Apps Delivering Information to Mass Audiences 1. Richard Milton 2. Steven Gray 3. Oliver O Brien Centre for Advanced Spatial Analysis (UCL) Scott Adams 1995 The

More information

Capturing and recording spatial data Guidelines, standards and best practices

Capturing and recording spatial data Guidelines, standards and best practices Capturing and recording spatial data Guidelines, standards and best practices February 2018 Established by Technical Note Author David Taylor, Data4FI, insight2impact About insight2impact Insight2impact

More information

City of Hermosa Beach Beach Access and Parking Study. Submitted by. 600 Wilshire Blvd., Suite 1050 Los Angeles, CA

City of Hermosa Beach Beach Access and Parking Study. Submitted by. 600 Wilshire Blvd., Suite 1050 Los Angeles, CA City of Hermosa Beach Beach Access and Parking Study Submitted by 600 Wilshire Blvd., Suite 1050 Los Angeles, CA 90017 213.261.3050 January 2015 TABLE OF CONTENTS Introduction to the Beach Access and Parking

More information

Crowd-sourced Cartography: Measuring Socio-cognitive Distance for Urban Areas based on Crowd s Movement

Crowd-sourced Cartography: Measuring Socio-cognitive Distance for Urban Areas based on Crowd s Movement Crowd-sourced Cartography: Measuring Socio-cognitive Distance for Urban Areas based on Crowd s Movement Shoko Wakamiya University of Hyogo Japan ne11n002@stshse.u-hyogo.ac.jp Ryong Lee National Institute

More information

Social and Technological Network Analysis. Lecture 11: Spa;al and Social Network Analysis. Dr. Cecilia Mascolo

Social and Technological Network Analysis. Lecture 11: Spa;al and Social Network Analysis. Dr. Cecilia Mascolo Social and Technological Network Analysis Lecture 11: Spa;al and Social Network Analysis Dr. Cecilia Mascolo In This Lecture In this lecture we will study spa;al networks and geo- social networks through

More information

Smart Data Collection and Real-time Digital Cartography

Smart Data Collection and Real-time Digital Cartography Smart Data Collection and Real-time Digital Cartography Yuji Murayama and Ko Ko Lwin Division of Spatial Information Science Faculty of Life and Environmental Sciences University of Tsukuba IGU 2013 1

More information

David Lanter PhD GISP. Information Security Risks and Controls of Public Geospatial Datasets July 17, 2014

David Lanter PhD GISP. Information Security Risks and Controls of Public Geospatial Datasets July 17, 2014 David Lanter PhD GISP Information Security Risks and Controls of Public Geospatial Datasets July 17, 2014 This Presentation CDM Smith applies GIS and develops custom applications producing, deploying and

More information

You are Building Your Organization s Geographic Knowledge

You are Building Your Organization s Geographic Knowledge You are Building Your Organization s Geographic Knowledge And Increasingly Making it Available Sharing Data Publishing Maps and Geo-Apps Developing Collaborative Approaches Citizens Knowledge Workers Analysts

More information

Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales. ACM MobiCom 2014, Maui, HI

Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales. ACM MobiCom 2014, Maui, HI Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales Desheng Zhang & Tian He University of Minnesota, USA Jun Huang, Ye Li, Fan Zhang, Chengzhong Xu Shenzhen Institute

More information

"GIS-Sofia" Ltd. geospatial data integration in SOFCAR geographic information system and providing services March 2018, Sofia

GIS-Sofia Ltd. geospatial data integration in SOFCAR geographic information system and providing services March 2018, Sofia "GIS-Sofia" Ltd. geospatial data integration in SOFCAR geographic information system and providing services Geographical Information System Sofia " Ltd....the beginning... Established in 1999, as a Sofia

More information

Globally Estimating the Population Characteristics of Small Geographic Areas. Tom Fitzwater

Globally Estimating the Population Characteristics of Small Geographic Areas. Tom Fitzwater Globally Estimating the Population Characteristics of Small Geographic Areas Tom Fitzwater U.S. Census Bureau Population Division What we know 2 Where do people live? Difficult to measure and quantify.

More information

BROOKINGS May

BROOKINGS May Appendix 1. Technical Methodology This study combines detailed data on transit systems, demographics, and employment to determine the accessibility of jobs via transit within and across the country s 100

More information

GIS Needs Assessment. for. The City of East Lansing

GIS Needs Assessment. for. The City of East Lansing GIS Needs Assessment for The City of East Lansing Prepared by: Jessica Moy and Richard Groop Center for Remote Sensing and GIS, Michigan State University February 24, 2000 Executive Summary At the request

More information

Geographic Knowledge Discovery Using Ground-Level Images and Videos

Geographic Knowledge Discovery Using Ground-Level Images and Videos This work was funded in part by a DOE Early Career award, an NSF CAREER award (#IIS- 1150115), and a PECASE award. We gratefully acknowledge NVIDIA for their donated hardware. Geographic Knowledge Discovery

More information

Evaluating e-government : implementing GIS services in Municipality

Evaluating e-government : implementing GIS services in Municipality Evaluating e-government : implementing GIS services in Municipality Municipality of Thessaloniki - G.I.S. Unit Misirloglou Symeon Head of the GIS Unit ESRI UC - 2016 The GIS Section - subset of the department

More information

Steve Pietersen Office Telephone No

Steve Pietersen Office Telephone No Steve Pietersen Steve.Pieterson@durban.gov.za Office Telephone No. 031 311 8655 Overview Why geography matters The power of GIS EWS GIS water stats EWS GIS sanitation stats How to build a GIS system EWS

More information

Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use?

Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use? Unit 1, Lesson 3 What Tools and Technologies Do Geographers Use? Geographers use a variety of tools and technologies in investigating geographic questions. Maps and globes both represent the earth, but

More information

POLIMI Progress Report

POLIMI Progress Report Project Meeting, 18 July 2018, Turin POLIMI Progress Report Maria Antonia Brovelli, Candan Eylül Kilsedar, Monia Elisa Molinari, Daniele Oxoli PRIN PROJECT: URBAN GEOmatics for Bulk Information Generation,

More information

A Prototype of a Web Mapping System Architecture for the Arctic Region

A Prototype of a Web Mapping System Architecture for the Arctic Region A Prototype of a Web Mapping System Architecture for the Arctic Region Han-Fang Tsai 1, Chih-Yuan Huang 2, and Steve Liang 3 GeoSensorWeb Laboratory, Department of Geomatics Engineering, University of

More information

DYNAMIC TRIP ATTRACTION ESTIMATION WITH LOCATION BASED SOCIAL NETWORK DATA BALANCING BETWEEN TIME OF DAY VARIATIONS AND ZONAL DIFFERENCES

DYNAMIC TRIP ATTRACTION ESTIMATION WITH LOCATION BASED SOCIAL NETWORK DATA BALANCING BETWEEN TIME OF DAY VARIATIONS AND ZONAL DIFFERENCES DYNAMIC TRIP ATTRACTION ESTIMATION WITH LOCATION BASED SOCIAL NETWORK DATA BALANCING BETWEEN TIME OF DAY VARIATIONS AND ZONAL DIFFERENCES Nicholas W. Hu a, Peter J. Jin b, * a Department of Civil and Environmental

More information

KEY: R-1 Low Density Residential. R-2 Medium Density Residential. R-3 High Density Residential. S-C Service Commercial. D-C Downtown Commercial

KEY: R-1 Low Density Residential. R-2 Medium Density Residential. R-3 High Density Residential. S-C Service Commercial. D-C Downtown Commercial KEY: R-1 Low Density Residential R-2 Medium Density Residential R-3 High Density Residential S-C Service Commercial D-C Downtown Commercial M-C Medical Commercial H-I Heavy Industrial PARKING MATRIX A

More information

Nepal (Countries & Cities Of The World) [Import] [Map]

Nepal (Countries & Cities Of The World) [Import] [Map] Nepal (Countries & Cities Of The World) [Import] [Map] If you are searched for a book Nepal (Countries & Cities of the World) [Import] [Map] in pdf format, then you've come to faithful site. We furnish

More information

Urban White Paper on Tokyo Metropolis 2002

Urban White Paper on Tokyo Metropolis 2002 Urban White Paper on Tokyo Metropolis 2002 By Bureau of City Planning Tokyo Metropolitan Government Part I. "Progress in IT and City Building" Effects of computer networks on cities and cities' response

More information

Oak Ridge Urban Dynamics Institute

Oak Ridge Urban Dynamics Institute Oak Ridge Urban Dynamics Institute Presented to ORNL NEED Workshop Budhendra Bhaduri, Director Corporate Research Fellow July 30, 2014 Oak Ridge, TN Our societal challenges and solutions are often local

More information

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References

Applications: Introduction Task 1: Introduction to ArcCatalog Task 2: Introduction to ArcMap Challenge Question References CHAPTER 1 INTRODUCTION 1.1 GIS? 1.1.1 Components of a GIS 1.1.2 A Brief History of GIS 1.1.3 GIS Software Products Box 1.1 A List of GIS Software Producers and Their Main Products 1.2 GIS Applications

More information

December 3, Dipartimento di Informatica, Università di Torino. Felicittà. Visualizing and Estimating Happiness in

December 3, Dipartimento di Informatica, Università di Torino. Felicittà. Visualizing and Estimating Happiness in : : Dipartimento di Informatica, Università di Torino December 3, 2013 : Outline : from social media Social media users generated contents represent the human behavior in everyday life, but... how to analyze

More information

Exploring the Impact of Ambient Population Measures on Crime Hotspots

Exploring the Impact of Ambient Population Measures on Crime Hotspots Exploring the Impact of Ambient Population Measures on Crime Hotspots Nick Malleson School of Geography, University of Leeds http://nickmalleson.co.uk/ N.S.Malleson@leeds.ac.uk Martin Andresen Institute

More information

CENSUS MAPPING WITH GIS IN NAMIBIA. BY Mrs. Ottilie Mwazi Central Bureau of Statistics Tel: October 2007

CENSUS MAPPING WITH GIS IN NAMIBIA. BY Mrs. Ottilie Mwazi Central Bureau of Statistics   Tel: October 2007 CENSUS MAPPING WITH GIS IN NAMIBIA BY Mrs. Ottilie Mwazi Central Bureau of Statistics E-mail: omwazi@npc.gov.na Tel: + 264 61 283 4060 October 2007 Content of Presentation HISTORICAL BACKGROUND OF CENSUS

More information

Urban Population Migration Pattern Mining Based on Taxi Trajectories

Urban Population Migration Pattern Mining Based on Taxi Trajectories Urban Population Migration Pattern Mining Based on Taxi Trajectories ABSTRACT Bing Zhu Tsinghua University Beijing, China zhub.daisy@gmail.com Leonidas Guibas Stanford University Stanford, CA, U.S.A. guibas@cs.stanford.edu

More information

Changes in the Level of Convenience of the Iwate Prefecture Temporary Housing Complexes Constructed after the 2011 Tohoku Earthquake

Changes in the Level of Convenience of the Iwate Prefecture Temporary Housing Complexes Constructed after the 2011 Tohoku Earthquake Changes in the Level of Convenience of the Iwate Prefecture Temporary Housing Complexes Constructed after the 2011 Tohoku Earthquake Shin-ichi Konno, Risa Shibutani, and Noriaki Endo Abstract We evaluated

More information