gc*, gd*, ge*, gfortran: add Korean translation (#14294)

This commit is contained in:
HoJeong Im
2024-10-20 23:21:22 +09:00
committed by GitHub
parent 1893788d27
commit 730185e6cf
25 changed files with 494 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# gdaldem
> 디지털 표고 모델 (DEM)을 분석하고 시각화.
> 더 많은 정보: <https://gdal.org/programs/gdaldem.html>.
- DEM의 음영기복도를 계산:
`gdaldem hillshade {{경로/대상/입력.tif}} {{경로/대상/출력.tif}}`
- DEM의 기울기를 계산:
`gdaldem slope {{경로/대상/입력.tif}} {{경로/대상/출력.tif}}`
- DEM의 측면을 계산:
`gdaldem aspect {{경로/대상/입력.tif}} {{경로/대상/출력.tif}}`