I'm trying to bring a geotiff into an Azure sql spatial database and it only seems to give me a polygon. Any thoughts.
Page 1 / 1
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.