4
Einfaches thematisches Mapping von Shapefile mit Python?
Ich möchte geografische Daten in Python ohne Verwendung von ArcGIS / ArcPy visualisieren und eine Karte erstellen. Im Internet fand ich heraus, wie man mit Python eine thematische Karte erstellt : Hier ist ein Code, den ich ausprobiert habe: import shpUtils import matplotlib.pyplot as plt shpRecords = shpUtils.loadShapefile('C:\\Users\\shapefile.shp') for i …