Difference between revisions of "G1-Group10"
Line 326: | Line 326: | ||
|- | |- | ||
|} | |} | ||
+ | |- | ||
+ | | <center> Taiwan Road </center>[[Image: A2.png |300px|center]] || | ||
+ | * We obtained Taiwan Road SHP files online and managed to get it from mapcruzin.com. This was used in our shortest path analytical task. | ||
+ | * Obtained from https://mapcruzin.com/free-taiwan-country-city-place-gis-shapefiles.htm | ||
+ | |||
+ | <center> | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Column !! Description !! Example | ||
+ | |- | ||
+ | | osm_id || Unique ID of the road || 25 | ||
+ | |- | ||
+ | | name || Name of the road || Alley 43-33, Ln. 361, Jieshou Rd. Sec. 2 | ||
+ | |- | ||
+ | | ref || Unsure || 4 | ||
+ | |- | ||
+ | | type || The type of road || “primary” | ||
+ | |- | ||
+ | | oneway || One hot encoded, 1 = oneway 0 = not oneway || 1 | ||
+ | |- | ||
+ | | bridge || One hot encoded,, 1 = road on bridge 0 = not on bridge || 0 | ||
+ | |- | ||
+ | | tunnel || One hot encoded, 1 = road in a tunnel = 0 not in tunnel || 0 | ||
+ | |- | ||
+ | | maxspeed || Max allowed speed on road || 90 | ||
+ | |} | ||
+ | </center> | ||
+ | |||
+ | |- | ||
+ | | <center> Sales Data </center>[[Image: A2.png |300px|center]] || | ||
+ | * The client gave us a CSV file containing yearly sales information of each region, further broken down into zone | ||
+ | |||
+ | <center> | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Column !! Description !! Example | ||
+ | |- | ||
+ | | Zone || Name of the Zone || “D-05” | ||
+ | |- | ||
+ | | Bills || Numerical value of bills || 666 | ||
+ | |- | ||
+ | | Bills % || Percentage of total number of bills || 24.46 | ||
+ | |- | ||
+ | | Amount || Total monetary amount of sales || 450182 | ||
+ | |- | ||
+ | | Amount % || Percentage of Total monetary amount of sales || 23.88 | ||
+ | |- | ||
+ | | Ave Bill || Average monetary amount from sales || 675.95 | ||
+ | |- | ||
+ | | Shop Code Sales || String used to denote shop code || “AE” | ||
+ | |} | ||
+ | </center> | ||
+ | |||
+ | |- | ||
+ | | <center> Population Data </center>[[Image: A2.png |300px|center]] || | ||
+ | * We obtained population data with regards to Taiwan online. The XLS file contains population Data is from the year 2010 and is in, uncleaned table format XLS. This was used as an addition feature in our analysis. | ||
+ | * Obtained from https://census.dgbas.gov.tw/PHC2010/english/rehome.htm | ||
+ | |||
+ | |||
+ | <center> | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | Number of resident population: Grand total || Total number of residents, male + female || 23123866 | ||
+ | |- | ||
+ | | Number of resident population: Male || Total number of male residents || 11489285 | ||
+ | |- | ||
+ | | Number of resident population: Female || Total number of female residents || 11634581 | ||
+ | |- | ||
+ | | Total Land Area (km2) || Total monetary amount of sales || 36191.5 | ||
+ | |- | ||
+ | | Population Density (person/km2) || Percentage of Total monetary amount of sales || 638.9 | ||
+ | |- | ||
+ | | By Country/City || Country/City the row of data belongs to || “Taipei City” | ||
+ | |} | ||
+ | </center> | ||
==<div style="background: #8b1209; padding: 15px; line-height: 0.3em; text-indent: 15px; font-size:18px; font-family:Helvetica"><font color= #FFFFFF>Foreseen Technical Challenges</font></div>== | ==<div style="background: #8b1209; padding: 15px; line-height: 0.3em; text-indent: 15px; font-size:18px; font-family:Helvetica"><font color= #FFFFFF>Foreseen Technical Challenges</font></div>== |
Revision as of 01:11, 22 November 2019
Contents
Introduction & Motivation
International Food Chain (IFC) is a leading brand in its sector, with over 18000 outlets worldwide and an ever-growing presence in the global market. In Taiwan alone, IFC has over 240 branches and are constantly expanding.
However, as the franchise grows bigger, so does its challenges. One of the challenges involves the lack of a geographical analysis to efficiently compare the performance of each chain to one another.
Leveraging on this fact, our group aims to digitalise the data and conduct in-depth analysis on each branch. We hope to track the performance of each chain in relation to Point-Of-Interests surrounding each chain, uncovering and comprehending phenomena, with the aid of spatial data.
Objectives
This project aims to provide insights into the following:
- Missing Areas in trade zone
- Number of POIs surrounding each store
- Store performance with regards to sales
- Delivery Information
- Population Density
- Buffer and proximity
- Nearest Competitors to store
- Variable importance based on regression analysis
Tools and Libraries
The following tools and libraries are used in the digitisation and analysis:
- QGIS
- Excel
- Python
Datasets
Datasets Provided:
Dataset | Rationale | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|-
|- We obtained Taiwan Road SHP files online and managed to get it from mapcruzin.com. This was used in our shortest path analytical task.
- Obtained from https://mapcruzin.com/free-taiwan-country-city-place-gis-shapefiles.htm
Column | Description | Example |
---|---|---|
osm_id | Unique ID of the road | 25 |
name | Name of the road | Alley 43-33, Ln. 361, Jieshou Rd. Sec. 2 |
ref | Unsure | 4 |
type | The type of road | “primary” |
oneway | One hot encoded, 1 = oneway 0 = not oneway | 1 |
bridge | One hot encoded,, 1 = road on bridge 0 = not on bridge | 0 |
tunnel | One hot encoded, 1 = road in a tunnel = 0 not in tunnel | 0 |
maxspeed | Max allowed speed on road | 90 |
|-
|- The client gave us a CSV file containing yearly sales information of each region, further broken down into zone
Column | Description | Example |
---|---|---|
Zone | Name of the Zone | “D-05” |
Bills | Numerical value of bills | 666 |
Bills % | Percentage of total number of bills | 24.46 |
Amount | Total monetary amount of sales | 450182 |
Amount % | Percentage of Total monetary amount of sales | 23.88 |
Ave Bill | Average monetary amount from sales | 675.95 |
Shop Code Sales | String used to denote shop code | “AE” |
|-
|- We obtained population data with regards to Taiwan online. The XLS file contains population Data is from the year 2010 and is in, uncleaned table format XLS. This was used as an addition feature in our analysis.
- Obtained from https://census.dgbas.gov.tw/PHC2010/english/rehome.htm
Number of resident population: Grand total | Total number of residents, male + female | 23123866 |
Number of resident population: Male | Total number of male residents | 11489285 |
Number of resident population: Female | Total number of female residents | 11634581 |
Total Land Area (km2) | Total monetary amount of sales | 36191.5 |
Population Density (person/km2) | Percentage of Total monetary amount of sales | 638.9 |
By Country/City | Country/City the row of data belongs to | “Taipei City” |
Foreseen Technical Challenges
We encountered the following technical challenges throughout the course of the project. We have indicated our proposed solutions, and the outcomes of the solutions.
Key Technical Challenges | Proposed Solution | Outcome |
---|---|---|
|
NA | |
|
We managed to start using the languages quickly and suit our own project needs. Each of us work on different parts such as setting up, designing, logic and deployment. This speeds up our project progress. | |
|
The adopted process was having clear instructions issued to each member in the team, along with maintaining constant communication with each other. In the event that the dataset is deemed too dirty to be usable, it was dropped along with sourcing for new data that would be a suitable replacement. | |
|
NA | |
|
The data points can better allow us to generate insights on the profile of each outlet via its trade area. | |
|
NA |
Scope of work
- Roles
Kelvin Chia Sen Wei | Linus Cheng Xin Wei | Eugene Choy Wen Jie |
---|---|---|
Data Cleaner in Python |
Project Manager |
Data Cleaner in Excel |
Project Schedule
- Project Timeline
References
- Project Page: https://wiki.smu.edu.sg/1920t1smt201/GIS_Project
- Python Pandas: https://pandas.pydata.org/
- Tableau: https://www.tableau.com/learn/training
- QGIS: http://www.qgistutorials.com/en/
Comments
Feel free to leave comments / suggestions!