I'm trying to read in a TIF file as follows:
d = readGDAL('F182013.v4c.stable_lights.avg_vis.tif')
Error in validityMethod(as(object, superClass)) :
Geographical CRS given to non-conformant data: -180.004166667
The file is night light data from US National Oceanic and Atmospheric Administration, so it should be a valid file. Maybe the problem relates to a numerical floating point issue.
Grateful for any advice how to workaround.