Convert raster to vector

Is it possible to convert a raster file (created from band maths) to vector?

1 Like

No this is not implemented yet.
But we have it in our issue tracker already (SNAP-206).

How about vector to raster in SNAP?

That’s working. Just import a shape (shapefile or WKT) and automatically a mask is created for this shape. Then you can use it in Band Maths and create a band from it.

1 Like

Is there development about raster to vector in SNAP

SNAP doesn’t support converting raster to vector yet. But you can try tools like QGIS or GDAL, which can do this kind of work.