<div dir="ltr"><div>Hi All,</div><div><br></div><div>I tried loading a raster with overviews using the raster2pgsql tool using the syntax below:</div><div><br></div><div>raster2pgsql -s <SRID> -d -Y -e -I -C -F -M -l 2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 /path/to/raster/file <table_name> | psql -h <host_address> -U postgres -p 5432 -d <database></div><div><br></div><div>but it gave an error message stating that the overview factor cannot be more than 1,000.</div><div><br></div><div>I would like to know how the Overview-factor works. Must the value for the Overview-factor be in Powers of 2 (i.e. 2,4,8,16,...)?</div><div><br></div><div>I would be glad if someone could help my understanding.</div></div>