ChanBong / gshp_optimization

1 stars 1 forks source link

enable geocoding and address flagging #12

Closed Bashar-Ahmed closed 1 year ago

ChanBong commented 1 year ago

We still have to check the accuracy of this geocoding. Can we try matching the geocodes from both the APIs and then if it doesn't match, mark the address as like D1 point (where these API differs) and where these two can't pinpoint the location those as D2.

Then we check the accuracy on D1 points and flag the D2 ones

ChanBong commented 1 year ago

Also the end goal with acg.py is to write a VRPTW instance. See #11