Ticket #2389 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 1 year ago

demtools suport

Reported by: cbalint Assigned to: warmerdam
Priority: normal Milestone:
Component: Utilities Version: unspecified
Severity: normal Keywords:
Cc: perrygeo@gmail.com

Description

For preliminary i would like to post as proposal a small patch which could get demtools to gdal as auxiliary DEM rendering utility.

Link to original SVN trunk here: http://perrygeo.googlecode.com/svn/trunk/demtools/

One issue could be apache license, but Matt can comment over, i Cc him. Let me know if you request a full patch over gdal-trunk including GNUMakefile and Makefile.vc and conversion from cout -> printf, in plus probably a better format of "Usage" and help section, and do something better with scale.txt configuration file.

Attached patch does for now:

  • fix gcc43 complie issue and warnings (olso do VC2008)
  • get rid of stingtoken.h and use gdal internals for this
  • add progressbar as gdal tools does, using gdal API
  • use more gdal internals for for some fopen/fclose handling

Attachments

demtools-upstream.patch (5.9 kB) - added by cbalint on 05/26/08 10:21:51.
patch for upstream demtools.

Change History

05/26/08 10:21:51 changed by cbalint

  • attachment demtools-upstream.patch added.

patch for upstream demtools.

04/24/09 16:46:25 changed by rouault

  • status changed from new to closed.
  • resolution set to duplicate.
  • milestone deleted.

This is a duplicate of #2640