Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

scorepercent
880.02
900.10
946.28
962.89
9890.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.