Solved

How do i bring in Geotiff into a spl spatial database and retain values.

  • 15 November 2019
  • 1 reply
  • 10 views

Badge

I'm trying to bring a geotiff into an Azure sql spatial database and it only seems to give me a polygon. Any thoughts.

icon

Best answer by daveatsafe 15 November 2019, 22:49

View original

1 reply

Userlevel 2
Badge +17

Hi @brianapeters,

FME's SQL Server writers do not support raster data, so the geometry is being converted to the bounding box of the image.

If you would like to store the image in a BLOB field, you can do so using the RasterExtractor to extract the raster geometry into a blob attribute, in any of the popular image formats, then write that attribute to a BLOB field in the output table.

Reply