Question

Raster sat image to vector

  • 22 January 2017
  • 2 replies
  • 1 view

Badge +10

any way we could convert the raster sat image to vector, we are trying to draw all parcels , building and roads on sat image to vector


2 replies

Badge

Hi @boubcher

Have you already taken a look at the RasterToPolygonCoercer?

Badge +16

Essentially you will need to classify all the objects you want to transform into vectors, this is s typical remote sensing job and is more suitable to do it with the appropriate application.

With FME it wont be an easy task and as suggested you can start by having a look at the RasterToPolygonCoercer.

Reply