...
Code Block |
---|
{ "spatialReference": { "wkid": 4326 }, "candidates": [ { "address": "115 MAIN ST", "location": { "y": 37.79152826999239, "x": -122.39400753158013 }, "score": 100, "attributes": { "base_address_num": 115, "base_address_suffix": null, "street_name": "MAIN", "street_type": "ST", "zipcode": "94105", "parcels": [ { "address_base_flg": true, "blk_lot": "3717012", "unit_num": null }, { "address_base_flg": true, "blk_lot": "3717013", "unit_num": null } ], "units": [] } } ] } |
Results and Performance
We are still waiting for results and comments from Stephanie - thanks Stephanie!
The service will geocode Using this example file from Dept. of Public Health, we saw a rate of about 1000 addresses per minute with barely any load on the servers.
Source Code and Dependences
...