3 | | * Maps are stored as strings, where cells are |
4 | | * formatted using en-US thousand separators (where applicable) |
5 | | * columns separated by commas |
6 | | * rows separated by semi-columns |
7 | | * rows without data are saved as a single semi-colon |
8 | | * Depth map saves at full resolution with an entry for each cell |
9 | | * Every other map only saves either land cell values (for ports) or water cell values (all other layers) |
10 | | * Habitat, region and MPA maps are saved with their habitat, region or MPA. This opens the potential for overlapping habitats, regions and MPAs |
| 3 | * Maps are stored as strings, where: |
| 4 | * cell values are formatted using en-US thousand separators (where applicable); |
| 5 | * columns are separated by commas; |
| 6 | * rows are separated by semi-columns; |
| 7 | * and empty rows (rows without non-zero data) are saved as a single semi-colon. |
| 8 | * Depth map saves at full resolution with an entry for each cell; |
| 9 | * Every other map only saves either land cell values (for ports) or water cell values (all other layers); |
| 10 | * Habitat, region and MPA maps are saved with their habitat, region or MPA. This opens the potential for overlapping habitats, regions and MPAs. |