I'm trying to bring a geotiff into an Azure sql spatial database and it only seems to give me a polygon. Any thoughts.
Solved
How do i bring in Geotiff into a spl spatial database and retain values.
Best answer by daveatsafe
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
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.