/postleitzahlen

Postleitzahlengebiete in Deutschland / German Postcode Areas

OtherNOASSERTION

Postleitzahlen

This repository contains the shapes of german postcode areas (Postleitzahlengebiete) in geojson format.

Data Format

data/postleitzahlen.geojson - GeoJSON (RFC 7946)

Filtering for ZIP-Codes

Using jq

cat data/postleitzahlen.geojson|jq '.features[] | if (.properties.postcode == "80333" or .properties.postcode == "80335") then . else empty end'|jq -s . > ziptofence.json

Mapshaper to merge them

Using mapshaper

mapshaper -i ziptofence.json --dissolve -o format=geojson out.json

Finale refinement easy through mapbox

Mapbox.com

Source

Extracted from http://www.openstreetmap.org/