I would suggest putting the setup of the spatial domain (grid_xmin, grid_xmax, grid_ymin, grid_ymax) as parameter for the fm_load_data function as the user will probably change it according to its data (i.e. if we want to study Celtic sea instead of the Bay of Biscay)
As user, I'd like to have more parameters available in function fm_load_data() so that I can change them easily.
Client Validation
k
is available as parameter infm_load_data()
with information=> https://balglave.github.io/FishMap/reference/fm_load_data.html
grid_xmin, grid_xmax, grid_ymin, grid_ymax
are available as parameter infm_load_data()
=> https://balglave.github.io/FishMap/reference/fm_load_data.html
Dev - Tech
I would suggest putting the setup of the spatial domain (grid_xmin, grid_xmax, grid_ymin, grid_ymax) as parameter for the fm_load_data function as the user will probably change it according to its data (i.e. if we want to study Celtic sea instead of the Bay of Biscay)
Originally posted by @JCasemajor in https://github.com/balglave/FishMap/issues/19#issuecomment-1460518536