Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made main.py compatible with CSV file #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asaurav025
Copy link

Added a CSV file in some directory and made changes in loop to read line to avoid error of converting string to float, Also made minor changes in file path and name.

@@ -7,11 +7,14 @@
#loc_ = Point(0.0, 0.0) #tuples for location
#geo_locs.append(loc_)
#read the fountains location from the csv input file and store each fountain location as a Point(latit,longit) object
f = open('/home/kazem/Downloads/Hackathon/drinkingFountains.csv', 'r')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fukin slut Vanessa!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants