I have a raster image(TIFF file). I want to import it to Postgis.
How can I do?
I tried it : - Reader: read tiff file , - Writer: PostGIS Raster.
But I got error. Could you tell me please how can I do?
Thank you
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
The "fme" database could be a non-spatial database. Did you create it as a spatial database (i.e. PostGIS DB)? If you didn't, you have to extend it as a spatial database at first.
If you are using pgAdmin III tool, the way described in this page would be a quickest one.
A raster has pixel values but cannot have attributes like vector features. The image looks like a geographic feature of northern Vietnam. I guess the raster have elevation as its pixel value, that's a typical use case of raster on GIS.