-
Notifications
You must be signed in to change notification settings - Fork 1
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
Get Names of Parking Lots #31
Milestone
Comments
This was referenced Sep 23, 2019
JohnnyD1
referenced
this issue
Sep 23, 2019
JohnnyD1
referenced
this issue
Sep 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to get all the names of the parking lots at UB North.
Zenhub issue #31
Task Tests:
To get parking lot names:
1) go to the
scripts/
directory2) run:
python get_lot_building_names.py -lot
3) check
data/
directory to see thatlot_names.csv
exists and has namesAlternatively, if you want to get both lot and building names:
1) go to the
scripts/
directory2) run:
python get_lot_building_names.py -both
3_ check
data/
directory to see thatlot_building_names.csv
exists and has namesUnit Tests:
1) go to
tests/
directory2) run:
python osm_tests.py -lot_names
3) observe output -> lot names will fall under column Found (if found) or Missing (if missing)
The text was updated successfully, but these errors were encountered: