General command-line utilities based on GDAL/OGR that don't fit in other repos
gdal_compress.sh
- In-place LZW compression (with predictor) to reduce filesizegdal_stats.sh
- print out stats, useful for scripting (stats=$(gdal_stats.sh in.tif)
)gdalinfoglob.sh
- gdalinfo for multiple files, useful to extract single attribute (gdalinfoglob.sh *.tif | grep 'Pixel Size'
)shp_rename.sh
- rename all files that comprise a shapefilegdaladdo_ro.sh
- parallel external overview generationhs.sh
- parallel shaded relief map generation
mask_raster.sh
- mask raster by shpogr_merge.sh
- merge shp