1

I have a number of raster files saved locally which I use for basemapping in QGIS. I have built virtual raster fields to load these in one go but I'm looking to store them within my PostgreSQL database to share with other users.

Does anyone know whether this is possible?

Vince
  • 20,017
  • 15
  • 45
  • 64
Chris Jenner
  • 374
  • 2
  • 12
  • did you read the docs on PostGIS raster support and function reference? – geozelot Jun 28 '19 at 09:55
  • I'm a little out my depth with this sort of thing so was crossing my fingers for an easy QGIS import! Thanks for the response and i'll spend some time working through these documents. – Chris Jenner Jun 28 '19 at 10:03
  • 3
    It's probably a good idea to read some tutorials and browse for examples of actual use case scenarios. PostGIS' analytic capabilities are mighty, but is not the most straight forward environment to work with raster data, and it's usually not the most performant backend to serve it. The plain answer to your question is probably: use raster2pgsql to import all supported formats. – geozelot Jun 28 '19 at 11:50

0 Answers0