This simple app gets 1) a csv file of names and addresses, and 2) a number n between 1 to 13, and distribute addresses to n zones based on proximity. Once the zoning is complete, you can still manually change zones assigned to addresses on the map by clicking on markers and moving it to the new zone. Then you can generate a new csv file, which is the same as the input csv file, with zone numbers added in the last column.
The input file must be a csv file. The first row is considered as the header and will be ignored. Two columns must appear in the header: "title" and "address". Title column is used to create caption for markers that will be added to the map.
Next,
- Select the file,
- Enter the total number of zones you want the addresses to be distributed to. The maximum number of zones is 13,
- Press run and wait for the addresses to appear in the map,
- If you want to move an address to another zone, click on its marker, enter the new zone, and press "move to zone",
- Once you are ok with the displayed zoning, press "create download link" and then press "download". In the generated file for download, zone number appears under column "zone".
Click here to see a sample file.
The input file must be a csv file. The first row is considered as the header and will be ignored. Three columns must appear in the header: "title", "address", and "zone". Title column is used to create caption for markers that will be added to the map. The last attribute should be the zone number attribute.
- Select the file,
- Press run and wait for the addresses to appear in the map,
- If you want to move an address to another zone, click on its marker, enter the new zone, and press "move to zone",
- Once you are ok with the displayed zoning, press "create download link" and then press "download",
Click here to see a sample file.