Depends on what you want to do:

Raster/vector analysis in vector space (with ST_Intersection(geometry, 
raster)): smaller is better

Raster/vector analysis in raster space (with ST_Clip or ST_Intersection(raster, 
raster)): tile approximately the size of polygons is better

No analysis: depends on your application.

Pierre

> -----Original Message-----
> From: postgis-users-boun...@postgis.refractions.net [mailto:postgis-users-
> boun...@postgis.refractions.net] On Behalf Of Stephen Crawford
> Sent: Wednesday, May 02, 2012 11:04 AM
> To: PostGIS Users Discussion
> Subject: [postgis-users] tile size
> 
> Is there any rule of thumb for choosing a tile size for a raster?  I
> have a grid that is 2145 x 1377
> 
> Thanks,
> Steve
> 
> --
> Stephen Crawford
> Center for Environmental Informatics
> The Pennsylvania State University
> 
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users@postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to