#!/bin/sh # # Add a calculation of "inhabitants per node" to Gary68's quality evaluation # data. # See http://wiki.openstreetmap.org/wiki/Mapping_Quality # # Copyright 2009 Lars Kruse # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 3 dated June, 2007. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, # MA 02110-1301, USA. # # original data QUALITY_URL="http://www.gary68.de/osm/qa/unmapped/mecklenburg-vorpommern.htm" # where to get the number of inhabitants WIKIPEDIA_URL="http://de.wikipedia.org/wiki" PLACE_TYPE="(town|city)" # include this header file before the content HEADER_TEMPLATE_FILE="$(dirname "$0")/mv_sparsely_mapped_towns_header.template" # some wikipedia pages have different names # remove ALL non-letters (7-bit) characters from the _first_ column PLACE_NAME_MAPPING="Feldberg Feldberger_Seenlandschaft BoizenburgElbe Boizenburg Dmitz D%C3%B6mitz Friedland Friedland_(Mecklenburg) FrstenbergHavel F%C3%BCrstenberg/Havel Goldberg Goldberg_(Mecklenburg) Grabow Grabow_(Elde) Malchow Malchow_(Mecklenburg) OstseebadRerik Rerik RbelMritz R%C3%B6bel Schnberg Sch%C3%B6nberg_(Mecklenburg) Strasburg Strasburg_(Uckermark) Tessin Tessin_(bei_Rostock) Wesenberg Wesenberg_(Mecklenburg) Zarrentin Amt_Zarrentin" get_place_data() { wget --quiet --output-document - "$QUALITY_URL" \ | sed -n "1,/Details all information/p" \ | grep -E -A 4 -B 2 "^
Ort | Kategory | Qualität | Anzahl der Nodes | Einwohner | Einwohner pro Node |
---|