Skip to content

Commit c179c68

Browse files
MAINT: typo fixes on readme
1 parent c8c6556 commit c179c68

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,21 @@
66
<p align="center">
77
<img src="https://user-images.githubusercontent.com/63590233/177072382-be5e9814-3f9d-4e67-94f6-7e3a005068f0.png" alt="drawing" width="300"/> <img src="https://user-images.githubusercontent.com/63590233/177072593-8de9a8bd-b17b-4be3-8cbc-0cb14c1ddb57.png" alt="drawing" width="400"/></p>
88

9-
#
10-
Repository refered to final thesis presented to the University of Sao Paulo in order to get the Civil Engineering degree.
9+
Repository referred to final thesis presented to the University of Sao Paulo in order to get the Civil Engineering degree.
1110
The main feature included on code source is the integration with googlemaps and openstreetmaps APIs on the geographic information system context, however, the VRP-street-network project is related to Vehicle-Routing-Problem as well.
1211

1312
Contact authors to request more details: Guilherme Fernandes Alves ([email protected]) and Felipe Novaes Fernandes.
1413

15-
1614
## Available codes:
17-
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Gui-FernandesBR/VRP-street-network/blob/master/gmaps/distances_calculator.ipynb) - Using Google Maps to evaluate Circuity Factors
18-
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Gui-FernandesBR/VRP-street-network/blob/master/osm/cumbica_neigh_example.ipynb) - Introductory Example over Cumbica, an important neighborhood of Guarulhos
19-
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Gui-FernandesBR/VRP-street-network/blob/master/osm/guarulhos_streets_orientation.ipynb) - Street Orientation Analysis by using _OpenStreetMap_
2015

16+
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Gui-FernandesBR/VRP-street-network/blob/master/gmaps/distances_calculator.ipynb) - Using Google Maps to evaluate Circuity Factors
17+
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Gui-FernandesBR/VRP-street-network/blob/master/osm/cumbica_neigh_example.ipynb) - Introductory Example over Cumbica, an important neighborhood of Guarulhos
18+
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Gui-FernandesBR/VRP-street-network/blob/master/osm/guarulhos_streets_orientation.ipynb) - Street Orientation Analysis by using _OpenStreetMap_
2119

2220
## Data description
2321

2422
* data/last_mile_data:
2523
* `beer_company_clean.csv` : planned vs actual delivery schedules of 5 months operation with respect of 1 distribution center located at Guarulhos SP. source: adapted by the authors
2624
* data/shapefiles
27-
* `guarulhos_neigh_osm` : geospatial data describing boudaries of all neighborhoods of the Guarulhos city. source: _OpenStreetMap_
25+
* `guarulhos_neigh_osm` : geospatial data describing boundaries of all neighborhoods of the Guarulhos city. source: _OpenStreetMap_
2826
* `urban_regions_Sao_Paulo`: geospatial data describing land use over state of Sao Paulo. source: unknown

0 commit comments

Comments
 (0)