Currently, for each region that belongs to a province, island or municipality, I keep track of one pixel within it to start the floodfill-tool. These coordinates are organized in the nl_config.py file, but especially when municipalities are added (see #3), this might become hard to track. An alternative setup, like in a CSV, might make this easier to understand and maintain.
Currently, for each region that belongs to a province, island or municipality, I keep track of one pixel within it to start the floodfill-tool. These coordinates are organized in the nl_config.py file, but especially when municipalities are added (see #3), this might become hard to track. An alternative setup, like in a CSV, might make this easier to understand and maintain.