<div dir="ltr">Hello,<div><br></div><div>I am having a problem adding in the raster extent constraint on some of my rasters. My project uses world extent datasets. The problem that we have noticed is that many of these rasters have data that extends further than the defined world. Therefore if a dataset's extent may end up being -180.00001 90.000002 which doesn't exist. We have been trying to account for this by removing cells at various extents, but we are running into a problem with the MODIS data in a sinusoidal projection.</div>
<div><br></div><div>When trying to run AddRasterConstraints(gis_rasters'::name, 'modis_igbp'::name, 'rast'::name)</div><div>We essentially fail, because we can not add the extent.</div><div><br></div><div>
I was looking at an old ticket</div><div><a href="http://trac.osgeo.org/postgis/ticket/2050">http://trac.osgeo.org/postgis/ticket/2050</a> and can get a return on the convexhull of the raster.<br></div><div>SELECT ST_AsText(ST_union(st_convexhull(rast))) FROM gis_rasters.modis_igbp_2012<br>
</div><div><br></div><div>However, this function returns false</div><div>SELECT _add_raster_constraint_extent('gis_rasters'::name, 'modis_igbp'::name, 'rast'::name)<br></div><div><br></div><div>How necessary is the extent constraint??</div>
</div>