Opened 12 years ago
Closed 12 years ago
#2164 closed enhancement (fixed)
[raster] Add st_tri
Reported by: | nclay | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | raster | Version: | master |
Keywords: | history | Cc: |
Description
Add the ability to calculate Terrain Ruggedness Index for DEM rasters.
Attachments (6)
Change History (14)
by , 12 years ago
Attachment: | st_tri.sql added |
---|
comment:1 by , 12 years ago
Summary: | Add st_tri → [raster] Add st_tri |
---|
comment:2 by , 12 years ago
We also need user documentation and it is technically your responsibility to provide regression tests as well but we'll help you
Please refer to patch submission guidelines section in wiki http://trac.osgeo.org/postgis/wiki/DevWikiMain
— Which has these links (I admit we probably need to update those so if anything is unclear just let us know)
http://trac.osgeo.org/postgis/wiki/DevWikiDocNewFeature http://trac.osgeo.org/postgis/wiki/DevWikiPatch http://trac.osgeo.org/postgis/wiki/DevWikiPGRegress http://trac.osgeo.org/postgis/wiki/DevWikiCUnit
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Milestone: | PostGIS 2.1.0 → PostGIS Future |
---|
No regression tests or docs… punting to the future. Should also add roughness…
by , 12 years ago
Attachment: | st_tri.xml added |
---|
comment:5 by , 12 years ago
Added docs, is there anything other than regression test that I need to do?
Thanks,
Nathan
by , 12 years ago
Attachment: | st_tri.2.xml added |
---|
by , 12 years ago
Attachment: | rt_st_tri.sql added |
---|
by , 12 years ago
Attachment: | rt_st_tri_expected added |
---|
comment:7 by , 12 years ago
Milestone: | PostGIS Future → PostGIS 2.1.0 |
---|
comment:8 by , 12 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added in r11380
Can I get some reference material describing TPI and TRI? That way appropriate regression tests can be created. I can't really consider committing this without a good understanding of the operations and verifying that the code is doing what it is saying it is doing.