Skip to content
Yun Seok Choi edited this page Feb 6, 2026 · 3 revisions

개요

  • danmuji는 다수의 텍스트 파일과 래스터 파일을 배치 프로세스로 처리하기 위한 다양한 도구를 포함하고 있다.

  • danmuji는 많은 양의 자료를 처리하는 과학기술 분야에서 든든한 지원자, 동반자가 될 것이다.

  • The main features of the danmuji are below

    • Raster files converter(using GDAL tool)

      • Convert GTiff files <-> ASCII raster files
      • Convert GRIB/GRIB2 files -> ASCII raster files
      • Convert ASC raster files -> image files
      • Clip and resample ASCII raster files
      • Get raster files information
    • ASCII raster calculator

      • Algebraic or conditional calculation of ASCII raster files
    • Coordinate system converter(using GDAL tool)

      • Convert coordinate systems of a lot of files in a batch process
    • Get values from text files

      • Extract values in a cell of ASCII raster files
      • Calculate average, min, max, sum values of ASCII raster files
      • Calculate average, min, max, sum values of all cells in ASCII raster files
      • Aggregate ASCII raster files in some interval
      • Extract values in a certain column of text files
    • Append text files

      • Append text files in column mode
      • Append text files in row mode
    • Text files editor

      • Replace text in text files
      • Search and replace lines in text files
      • Insert a line to text files
      • Remove lines from text files
      • Replace values in certain regions of ASCII raster files
      • Cut decimal parts in ASCII raster files
    • File name processor

      • Rename files
      • Rename files to DateTime format
      • Change the extensions of files
      • Save file list (full path and name) to a file
      • Make a batch file using file list
  • 실행파일, 시작 가이드라인 : https://github.com/softsnack/danmuji/tree/master/DownloadStableVersion

실행환경 설정

  1. .NET framework 4.5 이상이 설치되어 있지 않을 경우에는 danmuji 실행시 애러(.NET Framework 버전 관련 애러)가 발생하므로, danmuji 실행 애러가 있을 경우 설치 필요함
  2. PC에 .NET Framework가 설치되어 있지 않으면 아래 경로에서 설치가능하다. https://www.microsoft.com/net/download/framework (여기서 .net framework 4.5 이상 버전 설치)

파일 다운로드

danmuji는 소프트웨어 설치 과정을 필요로 하지 않고, 단지 dll, exe, gdal 폴더를 복사하여 사용한다.

  1. https://github.com/softsnack/danmuji/tree/master/DownloadStableVersion 에서 danmuji.zip (danmuji.exe, danmuji.exe.config), gdal.zip 파일을 다운로드 한다.

  2. Windows 10 이상의 OS에서는 웹에서 다운로드한 실행파일(exe, dll, zip 등)의 차단을 해제해야 한다. 다운로드한 danmuji.zip, gdal.zip 파일을 선택한 후 마우스를 우클릭하여, 아래의 그림과 같이 [차단해제]를 선택하고 [확인] 버튼을 클릭한다.

  3. dll, exe, gdal 폴더는 같은 폴더에 위치해야 한다. danmuji.zip과 gdal.zip은 압축을 풀어서 사용한다. 예를 들어, ‘D:\danmuji_Tool’ 폴더에 파일을 배치할 경우는 아래 그림과 같다.

danmuji 실행

danmuji.exe를 실행한다.

Clone this wiki locally