You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to get the lat/lon of the perimeters of all the UB North buildings.
Zenhub issue #34
Task Tests:
To get coordinates of the perimeters of UB North's buildings:
1) go to the scripts/ directory
2) run: python get_coordinates.py -building_coords
3) check data/ directory to see that building_data.json exists and has building coordinate data
Alternatively, if you want to get both lot and building coordinates:
1) go to the scripts/ directory
2) run: python get_coordinates.py -both
3_ check data/ directory to see that lot_building_data.json exists and has coordinates
Unit Tests:
1) go to tests/ directory
2) run: python osm_tests.py -building_coords
3) observe output - building names will fall under column Accurate (if perimeter is within a half mile of center of lot), or Inaccurate (if api found lot name, but either perimeter coordinates were incorrect, or api returned a different building), or Missing (if api could not find building)
The text was updated successfully, but these errors were encountered:
We need to get the lat/lon of the perimeters of all the UB North buildings.
Zenhub issue #34
Task Tests:
To get coordinates of the perimeters of UB North's buildings:
1) go to the
scripts/
directory2) run:
python get_coordinates.py -building_coords
3) check
data/
directory to see thatbuilding_data.json
exists and has building coordinate dataAlternatively, if you want to get both lot and building coordinates:
1) go to the
scripts/
directory2) run:
python get_coordinates.py -both
3_ check
data/
directory to see thatlot_building_data.json
exists and has coordinatesUnit Tests:
1) go to
tests/
directory2) run:
python osm_tests.py -building_coords
3) observe output - building names will fall under column Accurate (if perimeter is within a half mile of center of lot), or Inaccurate (if api found lot name, but either perimeter coordinates were incorrect, or api returned a different building), or Missing (if api could not find building)
The text was updated successfully, but these errors were encountered: