Opened 12 years ago
Closed 12 years ago
#2302 closed patch (fixed)
[raster] st_roughness
Reported by: | nclay | Owned by: | Bborie Park |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | raster | Version: | master |
Keywords: | history | Cc: |
Description
Calculates the "roughness" of a DEM, by subtracting the maximum from the minimum for a given area.
Attachments (4)
Change History (8)
by , 12 years ago
Attachment: | st_roughtness.sql added |
---|
by , 12 years ago
Attachment: | st_roughness.xml added |
---|
comment:1 by , 12 years ago
Component: | postgis → raster |
---|---|
Owner: | changed from | to
comment:2 by , 12 years ago
Summary: | st_roughness → [raster] st_roughness |
---|
by , 12 years ago
Attachment: | rt_st_roughness.sql added |
---|
by , 12 years ago
Attachment: | rt_st_roughness_expected added |
---|
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added in r11379
Note:
See TracTickets
for help on using tickets.
I've added the regression tests.