Receptor Grids upload specifications
This upload accepts .csv files. Below you can find the specification of these files.
Alternatively, it is possible to upload a .zip file. The .zip file should contain one .csv file that also follows the specification below. This can be useful for very large .csv files, since zipping them will reduce the file size. If more files are zipped together, only the first one will be used, the others will be ignored.
| Name | Mandatory | Type | Unit | Description |
|---|---|---|---|---|
| name | True | TEXT | - | Name of the receptor grid. |
| x0 | True | REAL | meter | X-coordinate of the centre of the grid. |
| y0 | True | REAL | meter | Y-coordinate of the centre of the grid. |
| width | True | REAL | meter | Width of the grid. |
| height | True | REAL | meter | Height of the grid. |
| x_count | True | REAL | - | Number of points in the X-direction of the grid. |
| y_count | True | REAL | - | Number of points in the Y-direction of the grid. |