Upload Data

Upload Data

​ Click "Upload Data" to launch the uploading window.

Then drag or select the data and follow the instructions on the screen. You can upload the shapefile or geojson file. Please make sure to zip the shapfile without using a folder.

Uploaded data is shown in My Data list.

iRedistrict without Site requires only one layer to be uploaded, the polygon layer with population attribute. Depending on your scenario, this attribute may not be called population. It could be workloads, if your goal is to balance the workloads in each district.

iRedistrict for Site requires at least two files to be uploaded. One is the unit layer (the polygon layer with population attribute). The other one is the site layer, e.g. the school layer. The site layer must have the capacity attribute.

It's highly recommended to simplify the unit layer to improve the performance on both the server side and the client side. On the server side, it helps to reduce the server resources consumption and make the calculation faster. On the client side, it helps to make the map rendering faster. You can use QGIS to simplify the data. QGIS is a free and open source cross platform GIS desktop software.

Walkaround the 10-character limitation on attribute name in shapefile

Attribute data in shapefile is saved in .dbf file. The .dbf file has a limitation on the length of the attribute name. The length cannot be longer than 10 characters. To walk around this issue, we allow the user to add a .csv file in the shapefile collection. When there is a .csv file included, the system will read the .csv file instead of the dbf file.

In the utah-county shapefile below, utah-county.csv file is added. Standard shapefile doesn't have .csv file in it.

When .csv file is used, the attribute name can be longer than 10-character and be more descriptive.

Last updated