[postgis-users] tile size
Pierre Racine
Pierre.Racine at sbf.ulaval.ca
Wed May 2 08:12:37 PDT 2012
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-bounces at postgis.refractions.net [mailto:postgis-users-
> bounces at 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 at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list