File: README.md

package info (click to toggle)
dans-gdal-scripts 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,372 kB
  • ctags: 496
  • sloc: cpp: 7,427; sh: 1,064; makefile: 44
file content (64 lines) | stat: -rw-r--r-- 1,799 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
dans-gdal-scripts
=================

This package consists of a number of utilities for use in conjunction with
GDAL.  Currently these programs are only supported on Unix systems, but it
should be possible to compile them on Windows if you know how to make the
corresponding Makefiles.

## Programs

### gdal_contrast_stretch      
Contrast stretch and conversion from 8,16-bit or floating point to 8-bit

### gdal_dem2rgb               
Generate hillshaded images from DEMs

### gdal_get_projected_bounds  
Project a polygon and return its bounding rectangle

### gdal_landsat_pansharp      
Pansharpening - works best for Landsat 7 images

### gdal_list_corners          
Prints raster geocode information in YAML format (similar to gdalinfo but gives YAML)

### gdal_merge_simple          
Merge individual bands into a single GeoTIFF image (8-bit only)

### gdal_merge_vrt             
Merge individual bands into a single VRT image

### gdal_raw2geotiff           
Convert raw binary files into GeoTIFFs

### gdal_trace_outline         
Trace the outline of an image and generate WKT or Shapefile (options exist for cleaning up raggedy edges, can also do feature classification)

### gdal_wkt_to_mask           
Generate a bitmap of the area covered by a polygon

## Install

Debian/ubuntu: apt-get install dans-gdal-scripts

from source:

    ./autogen.sh
    ./configure  # --prefix=/your/favorite/prefix
    make
    make install

### OSX (homebrew)

To get dans-gdal-scripts working on OSX you'll need to get a few deps:

* [Homebrew](http://mxcl.github.io/homebrew/)
 * brew install gdal
 * brew install boost

## Credits

These programs were written by Dan Stahlke of the Geographic Information Network of Alaska.
Send questions or comments to [dan@stahlke.org](mailto:dan@stahlke.org).