I am using postgis functions i.e. ST_Clip, ST_PixelHeight.
But I am getting this error -
ERROR: rt_raster_load_offline_data: Access to offline bands disabled
Actually, I have loaded my raster to postgis using
raster2pgsql
In raster2pgsql I have used -R option for saving only the metadata of the raster and path location to the raster in the database (not the pixels).
How to solve this issue ?