kesto.de Cheatsheets

ogr2ogr

Shape file (.shp) to GeoJSON

ogr2ogr -f GeoJSON -t_srs crs:84 example_output.geojson example_input.shp

GeoJSON to Mercator-Projected PDF

ogr2ogr -f "PDF" -s_srs WGS84 -t_srs EPSG:3857 example_output.pdf example_input.json