LICENSE |
Watch |
Size |
Download |
Issues |
Pull Request |
|---|---|---|---|---|---|
A SIMPLE USER DATA-DRIVEN MAP-ANALYZING TOOL BASED ON FOLIUM
Python 3.7+ , folium 0.8.3
$ pip install folium
- Cloning our repo
$ git clone https://github.com/opensource-projectteam16/Team16_Development.git
- Installing modules
$ pip install -r requirements.txt
- Change addresses written in your excel file to location values through commands below this will return a pair of new columns that are <column_name>_x and <column_name>_y which refer latitude, longitude.
$ python roadmanager.py <your_roadfile.xlsx> <sheet_name> <column_name>
- Set up your input variables and Run main
Write setup.txt according to setup rules (you can check them in the file) then execute command line below
$ python main.py setup.txt
- Then you will get MAP.html which shows you 2 different markers, which are roads and others, and one marker evaluated by surrounded objects that are in the given coverage
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- HYUNJAE LEE - Team leader - hyunjae-lee
- SUNGJAE MIN - Developer - alstjdwo1601
- SANGMIN LEE - Developer - sangminBangbada
- SEOKCHEON JU - Developer - smallfish06
See also the list of contributors who participated in this project.
If you have found any issue from our project, Please check our issue template and open yours.
If you have accepted an issue, then you can send us a pull request. Please check our pull request template before you send it.
This project is licensed under the MIT License - see the LICENSE.md file for details

