grid_to_raster
should infer the number of cells from the provided meshgrid
#262
Labels
bug
Something isn't working
Currently
grid_to_raster
takes in x and y len params which are used to calculate the raster grid, this can cause unexpected behaviour when combined withcreate_meshgrid
as the calculated raster cells can be different to the meshgrid cells.ecoscope/ecoscope/io/raster.py
Lines 211 to 222 in cf861ed
The text was updated successfully, but these errors were encountered: