Skip to content
Snippets Groups Projects
Commit 598f8dd0 authored by Maximilian Loch's avatar Maximilian Loch
Browse files

small name change

parent e57a76ce
Branches
Tags
No related merge requests found
# script zum geocoden der schulen und zuweisen der URI aus dem AREG # script zum verlinken der schulen und zuweisen der URI aus dem AREG
from script_helper import DBTools, APITools from script_helper import DBTools, APITools
from configparser import ConfigParser from configparser import ConfigParser
...@@ -67,9 +67,9 @@ if __name__ == '__main__': ...@@ -67,9 +67,9 @@ if __name__ == '__main__':
# out.write(item) # out.write(item)
percentage = round((numfeatures * 100) / maxfeatures, 2) percentage = round((numfeatures * 100) / maxfeatures, 2)
statistics = (f"statistics:\n {numfeatures} from {maxfeatures} geocoded" + statistics = (f"statistics:\n {numfeatures} from {maxfeatures} linked" +
f" >> {percentage}%\n {missinfeatures} features with " + f" >> {percentage}%\n {missinfeatures} features with " +
f"missing attributes\n {errorfeatures} features with " + f"missing attributes\n {errorfeatures} features with " +
f"errors\n") f"errors\n")
print(statistics) print(statistics)
print("geocoding dataset finished, closing programm") print("linking dataset finished, closing programm")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment