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
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
Paste all the error messages.
If you are using pgAdmin III tool, the way described in this page would be a quickest one.
Creating a spatial database (http://www.amipci.org.mx:8080/opengeo-docs/dataadmin/pgGettingStarted/createdb.html)
Could you tell me how can I do? Thanks
What kind of result do you expect?
I am connecting temperature image to Postgis.
When I connected, I check in inspector. I saw It has not value.
When I connect postgis to QGIS. I cant open this raster.
I saw in this example, it has Value of each pixel:
Just one example. If the data consists of points each of which has temperature as its attribute, this process might work as expected.
1) Assign temperature into z-coordinate for each point (3DForcer).
2) Create a DEM raster based on the points (RasterDEMGenerator).
3) Clip the raster by the interest area (Clipper).
4) Write the raster into the database.