Skip to main content
Question

SHP to TIFF

  • February 17, 2022
  • 4 replies
  • 111 views

abinash

Can i Convert my shape file to tiff image with geo location ? Pls guide me .

 

4 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • February 17, 2022

Take a look at the MapnikRasteriser transformer - This will convert you vector geometries into styled raster features which you can then Write out to a GeoTiff

 

Shapefile reader > MapnikRasteriser > GeoTiff writer

 


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • February 18, 2022

Hi. I thought this was such an interesting question I made it one of two Questions-of-the-Week. You can find a video demonstration of how to convert vector to GeoTIFF here: https://www.youtube.com/watch?v=xGvG5z447ps&t=211s


abinash
  • Author
  • 6 replies
  • February 28, 2022

Hi. I thought this was such an interesting question I made it one of two Questions-of-the-Week. You can find a video demonstration of how to convert vector to GeoTIFF here: https://www.youtube.com/watch?v=xGvG5z447ps&t=211s

Thank you so much. You described it really well😀


abinash
  • Author
  • 6 replies
  • February 28, 2022

Take a look at the MapnikRasteriser transformer - This will convert you vector geometries into styled raster features which you can then Write out to a GeoTiff

 

Shapefile reader > MapnikRasteriser > GeoTiff writer

 

Thank you😊