Open samubernard opened 4 years ago
Example of a map with population density:
CC BY-SA 3.0 Der Statistiker
The tool ginput
in Matlab will be useful to convert the image to a set of 2D point to construct the numerical domain.
A first draft of the code is in datasets/generate_grid.m. generate_grid
uses human input (with input
) to draw France borders. Then the border is mapped onto a finite difference grid, and the interior points are detected automatically by connecting all the points that do not cross a border.
Remaining tasks: