Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 610 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 610 Bytes

Verwaltungsgrenzen

Source

Postleitzahl

Source

  • OpenStreetMap via OverpassTurbo
  • Query:
/* all postal codes in Austria */
area["name:en"="Austria"][boundary=administrative]->.myarea;
rel(area.myarea)[postal_area~".*"];
/*added by auto repair*/
(._;>;);
/*end of auto repair*/
out;

Further steps to use the shapes

Challenges

  • Create the map for the five digit postcode beforehands

Steps

  1. Open OverpassTurbo and use the query
  2. Download the data and open it in QGIS