Ticket #1379 (new enhancement)

Opened 5 months ago

Last modified 3 months ago

[raster] raster2pgsql: load a raster as a band(s) of an existing raster

Reported by: chdemars Owned by: pracine
Priority: medium Milestone: PostGIS Future
Component: raster Version: trunk
Keywords: Cc:

Description

It would be nice to be able to load a raster as a band of an existing raster table. For instance, landsat data comes with each band a separate single band raster. I am currently loading each band as a separate table, merging them into a multi-band raster using AddBand?, then removing the individual band tables. Seems like a kludgy way to do a common task.

Change History

Changed 5 months ago by dustymugs

  • version changed from 1.5.X to trunk

Changed 3 months ago by pracine

  • milestone changed from PostGIS Raster Future to PostGIS Future
Note: See TracTickets for help on using tickets.