Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

openglobus/openglobusddm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openglobus DDM file adapter (deprecated)

Introduction

This tool generates ddm tile files for https://www.openglobus.org/ .

To build it:

git clone https://github.com/screwt/openglobusddm.git
mkdir build
cd build
cmake ../openglobusddm
make

Usage

You will need data source files from:

Unzip all files in the same directory

./HeightAdapter -o /output/ -i /tmp/file_fome_viewfinderpanoramas/ -z 8 -s -5 51 -e 9 42
  • -z zoom level (exemple: 8)
  • -s lonlat starting point (exemple: -5 51)
  • -e lonlat ending point (exemple: 9 42)
  • -x quadsize (resolution) default: 33

INFO

This tool is based on this project from the openglobus team:

About

ddm file generator for openglobus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • C 1.2%
  • CMake 0.1%