gdal

Geospatial data translation and processing library with CLI tools

brewmacoslinux
Try with needOr install directly
Source

About

Geospatial Data Abstraction Library

Commands

gdalinfogdal_translategdalwarpogr2ogrogrinfogdal_contourgdal_creategdal_edit.py

Examples

Get information about a geospatial raster file$ gdalinfo input.tif
Convert and reproject a raster to a different format$ gdal_translate -of PNG -a_srs EPSG:4326 input.tif output.png
Convert vector format (shapefile to GeoJSON)$ ogr2ogr -f GeoJSON output.geojson input.shp