...
Results and Performance
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. The results on this same dataset are summarized in this table.
score | percent |
---|---|
88 | 0.02 |
90 | 0.10 |
94 | 6.28 |
96 | 2.89 |
98 | 90.29 |
Source Code and Dependences
The server code is here and here.
The tests are over here.
...
Client
Here is a working command line client and a sample data fileclient.
Running the client against this input file will produce a file like this.
You'll need python 2.7 or better and you'll need to install the the simplejson library library.
If you are running this alongside an ESRI product that uses a different version of python, you'll need to take some special steps - we hope to include note on how to do that later.
Server
The server code is here and here.
The tests are over here.