Currently, we leverage Mapquest as a way to to translate the addresses we read from the arrest records into latitude/longitude points on our map. There are issues with this approach, as some of our plotted points fall outside the island of Oahu. This could be because of a lack on context being provided to Mapquest, confusion with Hawaiian street names, or us just providing Mapquest the wrong query. Mapquest might also not be giving us the correct results (bad platform?).
Potential Solutions
Use a different geocoding API
Append "Oahu/HI" to our Mapquest queries (Provide location context)
Try and clean up Hawaiian streetnames to meet whatever MapQuest is expecting
Context
Currently, we leverage Mapquest as a way to to translate the addresses we read from the arrest records into latitude/longitude points on our map. There are issues with this approach, as some of our plotted points fall outside the island of Oahu. This could be because of a lack on context being provided to Mapquest, confusion with Hawaiian street names, or us just providing Mapquest the wrong query. Mapquest might also not be giving us the correct results (bad platform?).
Potential Solutions