Skip to content
Prev 25599 / 29559 Next

raster and oceancolor L2 netcdf data

Mike
I had not really thought about order of operations to be honest.  I just
noticed early on when I was attempting to use raster approach that the data
were not mapped as hoped or orthorectified.  I certainly don't need to
remap before calculating chlor-a on a daily basis as all the bands I need
for a single day are aligned (if not mapped the way I wish).  In the end I
do need the data correctly mapped as I want to do matchups with data
collected with an LRAUV.

I am planning on using locally calibrated coefficients.  I will check out
your package!  I initially wanted to use L3 data but I and a colleague
determined that there was for some reason poor agreement between the L3
data and our in situ matchup data even though at L2 there is good
agreement.  This colleague has typically done the heavy lifting using ENVI,
which I don't have and would rather not learn if what I want to do can be
done in R.

It looks like I can create a raster with vect2rast.SpatialPoints() from the
plotKML package quite easily but the default settings for cell.size lead to
loss of data (I think).  You can set a cell.size but I am not sure if it
works correctly without having multiple values per cell or not.  Or what it
does if you have multiple values per cell.  There is some functionality
that allows you to pick the first, last, the min, the max, or the mean if
there are multiple  values for the same grid cell but I can't get that to
work without Saga GIS.

Cheers and thanks,
Dave
On Wed, Apr 12, 2017 at 8:57 AM, Michael Sumner <mdsumner at gmail.com> wrote: