Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am having a table with integer values. These values are in between 0 and 2. I want to create a raster out of that table with integers as cell values. Or else how to create polygons out of that table with each polygon consisting of same integer value.

That table is not geometry. So, is it possible to check whether the particular pixel value is present in the raster or not. If I can get the this I can use ST_SetValues for assigning new pixel value.

share|improve this question
    
It isn't entirely clear how you are mapping your integer values to rasters. Where are the x and y values coming from? Are you using interpolation? –  John Barça Apr 20 at 8:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.