Ticket #645 (closed defect: fixed)

Opened 3 years ago

Last modified 22 months ago

[raster] more raster/scripts/plpgsql st_setarray.sql, st_sevalues, st_union

Reported by: robe Owned by: pracine
Priority: blocker Milestone: PostGIS 2.0.0
Component: raster Version: trunk
Keywords: Cc:

Description

I'm guessing these are still a work in progress since there are several things wrong with them

1) In st_union you have MapAlgebra?4... which doesn't start with ST_ like the other functions

2) You have several places where you have band but don't declare the type yielding

ERROR:  type band does not exist

3) The st_setarray.sql contains a function called: huh - ST_SetArea

4) st_sevalues.sql (should be called st_setvalues)

Change History

Changed 3 years ago by pracine

  • summary changed from more raster/scripts/plpgsql st_setarray.sql, st_sevalues, st_union to [raster] more raster/scripts/plpgsql st_setarray.sql, st_sevalues, st_union

Changed 3 years ago by robe

Was just looking at ST_SetValues.sql. Is there a reason why you chose to create a min and max function instead of using the PostgreSQL built-in least and greatest functions?

Changed 2 years ago by pracine

  • status changed from new to assigned

Changed 2 years ago by pracine

  • priority changed from medium to blocker

Changed 22 months ago by pracine

  • status changed from assigned to closed
  • resolution set to fixed

All fixed in r7663 and r7661.

Note: See TracTickets for help on using tickets.