Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Accurate and Versatile, but

  • By Kamil Mroczek
  • on 12/01/2017

Geocoding was pretty accurate, on par with what you'd expect from Google Maps or ESRI. Lots of info returned on reverse geocoding. Forward geocoding and parsing of raw text was fine too.

A bit slow right off the bat. Using the test_performance.pl script that comes with it:
-bash-4.2$ /home/ec2-user/test_performance.pl
End test at Thu Nov 30 19:17:10 2017 (Test started at Thu Nov 30 19:08:02 2017, total time spent: 547.783696889877 seconds.)
198 requests were sent in parallel
Average response time was 2.76658432772665 seconds per request

Then tried the test again after a few minutes:
End test at Thu Nov 30 19:21:11 2017 (Test started at Thu Nov 30 19:21:06 2017, total time spent: 4.92717409133911 seconds.)
198 requests were sent in parallel
Average response time was 0.0248847176330258 seconds per request


So, it is slow at first, then picks up speed considerably. 0.02 seconds per query vs 2.7. (on a C8x8xlarge server)


There are no comments to display