일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- qgis
- PostgreSQL
- idw
- posgtresql
- postgis
- 하위디렉토리
- 테이블목록
- 테이블리턴
- 테이블 중복조회
- shp내려받기
- pygqis
- 순댓국밥
- 와콤뱀부슬레이트
- HP스펙터x360
- table비교
- Python
- postgrest
- rc.local
- ST_InvDistWeight4ma
- 공주페이
- 네이버클라우드
- table
- 데이터비교
- HP스펙터
- shape내려받기
- posgresql
- Openlayers
- tablewidget
- SQL
- psql
- Today
- Total
오픈소스의 일상
PostGIS - ST_InvDistWeight4ma 본문
PostGIS을 통해 IDW 기법을 배울려고 준비중이지만 너무 어렵다 ㅠㅠ
PostGIS
http://postgis.net/docs/RT_ST_InvDistWeight4ma.html
IDW 설명
https://gisgeography.com/inverse-distance-weighting-idw-interpolation
역거리 가중치 방식을 사용하여 픽셀의 보간 값을 계산하는데...
예제가 없으니 어떤 방식으로 사용이 가능한지 이제부터 찾아봐야겠다 ㅠㅠ
Synopsis
double precision ST_InvDistWeight4ma(
double precision[][][] value, integer[][] pos, text[] VARIADIC userargs)
;
Description
Calculate an interpolated value for a pixel using the Inverse Distance Weighted method.
There are two optional parameters that can be passed through userargs
. The first parameter is the power factor (variable k in the equation below) between 0 and 1 used in the Inverse Distance Weighted equation. If not specified, default value is 1. The second parameter is the weight percentage applied only when the value of the pixel of interest is included with the interpolated value from the neighborhood. If not specified and the pixel of interest has a value, that value is returned.
The basic inverse distance weight equation is:
'오픈소스 > PostGIS' 카테고리의 다른 글
PostGIS 업그레이드 할때 참고 (0) | 2022.01.26 |
---|---|
#9. PostGIS Dump 풀기 (0) | 2022.01.04 |