Re: [postgis-users] Create a new raster

2013-04-25 Thread Pierre Racine
ct: [postgis-users] Create a new raster > > Dear All > > I am new to PostGIS... > I like to make a new raster and copy the values from other raster with > specific condition... > > Let's say that other raster data include categorical data and I want to select >

[postgis-users] Create a new raster

2013-04-25 Thread Amin Tayyebi
Dear All I am new to PostGIS... I like to make a new raster and copy the values from other raster with specific condition... Let's say that other raster data include categorical data and I want to select one of them (e.g. value = 10) and set others as no-data in a new raster... Does anybody have an