-
2019.10.16 How to use user data for smart city
1.Searching for paper I researched what network analysis is possible with people’s location data. Among them, the following paper distinguished regions and structured space. Based on this paper, I will add more network analysis based on the local data of Pohang city’s ‘구’ and ‘동’. 2.Study how to control data For studying, I used jupyter…
-
2019.10.14 How to analyze the community in network
1.Community detection Since the amount of data is small, I analyzed how much community was extracted by increasing the resolution. The top five communities in the collected data were analyzed. By the modularity value, the same community has the same color. *Incheon *Daejeon *Pohang 2.Geocoding API To extract the latitude and longitude values, I created…
-
2019.10.11 How to draw a network in python
-
2019.10.10 How can I compare open data with my data?
1.Using Open data *Air port data I am analyzing the network with public data (Node and edge csv file) and comparing it with the data I have gathered. -Node size change according to number of degree : This network makes it easy to find airports that serve as hubs around the world. -degree distribution -Diameter…
-
2019.10.08 How to analyze network using different data
1.Network Visualization There were problems with analysis for using collected data. I decided to use open data for understanding how to analyze the network. I used airport location data files in world wide. I could check the data format exactly. And it was good chance to understand the community detection. *Network *Number of edge and…
-
2019.10.07 How to analyze GPS data
1.Network Visualization by location I visualized the network with the data I have. Although the data can be analyzed, the latitude and longitude are very finely divided, making it difficult to analyze. There seems to be a need to unify latitude and longitude with standards. *Incheon *Daejeon 2. Modularity Analysis The location data is so fragmented…
-
2019.10.02 How to pre-process data for analysis program(3)
-
2019.10.01 How to pre-process data for analysis program(2)
-
2019.09.30 How to pre-process data for analysis program
1.Collecting Data I have collected a total of 10 users’ data by today. And as shown in the previous post, I need to proceed with data preprocessing. Before proceeding, Node and Edge were defined. But among nodes, I’m looking into how to proceed for nodes caused by other users but which have same location. In…
-
2019.09.27 How to do the network visualization
1.Network visualization First, I challenged the visualization with one persons’s location data. I used gephi by installing two plug-ins, geolayout and map of countries. As I thought, the network was well formed with geodata via geolayout. However, the map of countries plugin is optimized for world map, so the map of Korea is not detailed.…