#GDAL is there a way to specify an empty raster source entirely as a text string (compactly)?
I can use MEM and generate a datapointer description from an array in memory, but what about the equivalent of an empty cog? something like
"MEM:::EMPTY_COG,87,61,1,Float64,0/1/0/61/0/-1"
(I certainly don't recommend experimenting with arbitrary values for DATAPOINTER)