GithubHelp home page GithubHelp logo

resolution-tilesize-comparison's Introduction

위성 Tile들의 해상도를 낮추어 파일 크기를 비교하는 소스입니다.

MozJpegConverter를 통해 90%, 80%, 70%씩 해상도를 낮추었고 원본과 파일 크기와 사용자 육안으로 봤을 때의 차이점을 비교하였습니다. 해당 소스는 해상도별 tile들의 용량을 비교하는 소스입니다.

사용법

1. Flag 설명

  • -site : 'naver', 'daum', 'vworld' .. TileMap의 해당 사이트
  • -location : 해당 지역 이름
  • -type : site가 'vworld'라면 2D or 3D 선택

1.1 타일 데이터 저장 디렉터리 형식

  • tileData란 디렉터리 안에 naver_[해상도] 별로 저장 되어있어야 하고, 그 안에 [위치] 디렉터리 안에 타일들이 저장되어있어야 합니다.
.tileDate
├── naver_100
|   ├── 독도
|   ├── 북한산
|   └── ...
├── naver_90
├── naver_80
├── naver_70
├── vworld_100
|   ├── 2D독도
|   ├── ...
|   ├── 3D독도
|   └── ...
├── vworld_90
├── vworld_80
└── ...

2. 실행 방법

2.0. 타일 다운 URL

https://github.com/JinHyukParkk/DownloadTile.git

2.1. 리눅스, Mac OS X 환경

  1. 'resolutionOfTiles_Comparison' 이라는 실행 파일 다운
  2. 터미널 실행
    • ./resolutionOfTiles_Comparison -site [site] -location [지역명]
  3. result/[site]_[지역]_Result.txt 라는 텍스트 파일에 결과 저장

2.2. Window 환경

  1. 'resolutionOfTiles_Comparison.exe' 이라는 실행 파일 다운
  2. CMD 관리자 모드로 실행
    • resolutionOfTiles_Comparison.exe -site [site] -location [지역명]
  3. result/[site]_[지역]_Result.txt 라는 텍스트 파일에 결과 저장

3. 사용자 육안으로 타일 확인

링크 : https://github.com/IngIeoAndSpare/SortingImageDisplay

resolution-tilesize-comparison's People

Contributors

jinhyukparkk avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.