I am doing a CoverageJSON visualization library, similar to the leaflet-coverage, covutils, coverage-reader suite and noticed how I compute grid cells is considerably different. For instance, I consider the values the edges but that results in 1 missing grid value. These libraries do seem to compute the edges by considering the values themselves as the midpoints. Is that correct?
I am doing a CoverageJSON visualization library, similar to the leaflet-coverage, covutils, coverage-reader suite and noticed how I compute grid cells is considerably different. For instance, I consider the values the edges but that results in 1 missing grid value. These libraries do seem to compute the edges by considering the values themselves as the midpoints. Is that correct?