Opened 12 years ago

Closed 12 years ago

Last modified 7 years ago

#2021 closed enhancement (fixed)

[raster] Multi-band support for ST_Union

Reported by: Bborie Park Owned by: Bborie Park
Priority: medium Milestone: PostGIS Fund Me
Component: raster Version: master
Keywords: history Cc:

Description

Splitting the dual goals listed in ticket #1364. This ticket is just for having multi-band support for ST_Union.

Refer to ticket #1364 for discussion.

Change History (4)

comment:1 by Bborie Park, 12 years ago

Signature of ST_Union would look like…

ST_Union(raster, ARRAY[]::record[])

Where ARRAY[]::record[] is…

ARRAY[ROW(nband, uniontype), ... ]

Example…

ST_Union(raster, ARRAY[ROW(1, 'LAST'), ROW(2, 'FIRST'), ROW(3, 'MEAN')])

We could use a composite type but types are pains to manage in the long term…

comment:2 by Bborie Park, 12 years ago

Owner: changed from pracine to Bborie Park
Status: newassigned

comment:3 by Bborie Park, 12 years ago

Keywords: history added
Resolution: fixed
Status: assignedclosed

Added in r10360

comment:4 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.