KOPSS Model Process는 KOPSS DataMart와 분리될 수 없는 KOPSS 모형에 의존적인 데이터셋을 사용하는 분석 및 Vector, Grid Coverage, Statistics Process의 조합(Service Chain)으로 가능한 Process들의 집합니다.
Service Type | Category | Identifier |
KOPSS Common Analysis (KM) | 공통 | KM_SummaryReport_Parcel KM_SummaryReport_Building KM_RegionalStatistics_Parcel KM_RegionalStatistics_Building KM_RoadLengthRatioByWidth KM_BuildingRatioByAdjacentRoad KM_SimulateDecrepitRatio KM_Accessibility KM_CreateMDADataset KM_Density |
▣ KM_RoadLengthRatioByWidth(도로점유율분석)
사용자가 설정한 영역 내 도로점유율을 계산 후 XML로 리턴한다.
Syntax
KM_RoadLengthRatioByWidth(inputArea Geometry, maxRoadWidth Double): XML
Parameters
Parameter | Explanation | Data type | Required |
inputArea | 사용자 설정 영역 | Complex | ○ |
maxRoadWidth | Default(4m) | Literal | |
Constraints
도로점유율이란 구역 내 폭4미터 미만 도로의 총 연장을 구역 내 도로 총 연장으로 나눈 백분율을 말하며 그 식은 다음과 같다
- 구역내 4미터 미만 도로 총연장 / 구역내 도로 총연장 * 100
도로점유율 분석결과 스키마는 다음과 같다.
- 도로폭(BaseWidth), 영역면적(Area), 도로총연장(RoadLength), 4미터미만 도로연장(AOILength), 도로점유율(Ratio)
Examples
댓글 없음:
댓글 쓰기