node-gdal
node-gdal copied to clipboard
Update rasterband_pixels.cpp
~the n*4
makes it seem like we're reading RGBA for each pixel, but experimentally band.pixels.read(0,0,16,16)
only uses 256 slots in the data buffer; only one elevation reading per pixel.~
oh it's 4 bytes per float