Skip to main content
Question

how could i convert from Geotiff to DGN

  • June 3, 2021
  • 3 replies
  • 59 views

spiderman
Contributor
Forum|alt.badge.img+7

input file : GeoTIFF (Geo-referenced Tagged Image File Format)

writer DGN File

Output Dgn filei have checked it before in inspector ,i have shown output and i have written it to pdf ,i got output as i want

but when i have written it to dgn writer ,i got as shown as image above.no output

could someone tell me the reason ,how could i convert geotiff to DGN ?

Thanks for help

FME 2018

3 replies

rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • 359 replies
  • June 3, 2021

Hi @spiderman​ 

You are attempting to translate raster to vector. There is an article that covers the steps (Convert Raster to Vector)

and will get you started.

Hope this helps 🙂


spiderman
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 64 replies
  • June 5, 2021

Hi @spiderman​ 

You are attempting to translate raster to vector. There is an article that covers the steps (Convert Raster to Vector)

and will get you started.

Hope this helps 🙂

Could u please guide me about colors ,how could i color the output vector (streets,river,...)


rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • 359 replies
  • June 7, 2021

Could u please guide me about colors ,how could i color the output vector (streets,river,...)

Hi @spiderman​ I forgot to update you as I was looking for some sample data.

The steps would be simple, the _label attribute stores the color information.

Convert the information to either fme_color or in igds_color.red, igds_color.blue, igds_color.green (HINT: Attribute splitter and AttributeManager)