I wonder if you'd be interested to include the binning scheme used by the ocean colour group for L3?
This scheme is described here: http://oceancolor.gsfc.nasa.gov/cms/L3Bins.html
I've implemented it in simple form here, but I didn't finish the rounding out like you have in this package:
https://github.com/mdsumner/roc/blob/master/R/bins.R
It would be easy to use your grid-table approach to make these easier to work with, so that's something I'll try anyway - but it might be one to include here?
I've put the format in as a feature request to GDAL, it could be simply read in as a non-spatial table: https://trac.osgeo.org/gdal/ticket/6551 (programming the NetCDF for this format is painful but the GDAL tools are almost doing all the work already)
I wonder if you'd be interested to include the binning scheme used by the ocean colour group for L3?
This scheme is described here: http://oceancolor.gsfc.nasa.gov/cms/L3Bins.html
I've implemented it in simple form here, but I didn't finish the rounding out like you have in this package:
https://github.com/mdsumner/roc/blob/master/R/bins.R
It would be easy to use your grid-table approach to make these easier to work with, so that's something I'll try anyway - but it might be one to include here?
I've put the format in as a feature request to GDAL, it could be simply read in as a non-spatial table: https://trac.osgeo.org/gdal/ticket/6551 (programming the NetCDF for this format is painful but the GDAL tools are almost doing all the work already)