Hi, I'm trying to convert a raster that is some 7 gigapixel to polygons without resampling.
The raster is global land cover data, and it is one band 129 600 by 55 800 pixels (7,2 Gpx...).
Trying to use the rastertopolygoncoercer obviously crashes. I don't want to resample because of the resolution and my following work. Instead what I want to do is to dissolve polygons based on 23 possible values represented in the raster. Land cover is fairly coherent I believe.
But... I am at a loss trying to figure out how I should solve this. Maybe some kind of loop reading 10-100-1000? rows at a time, dissolving these and writing to an appending fileset.
I believe that the final dataset would, should... could be in a manageable size. Maybe I'm wrong and the only option is to resample.