From 1f922e4f2fcae6cac141445104c5da57884a669f Mon Sep 17 00:00:00 2001 From: BenjaminGolub <107389350+BenjaminGolub@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:03:51 +0200 Subject: [PATCH] Update germany_plot_v04.py corrected that the right location_rdm is read --- germany_plot_v04.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/germany_plot_v04.py b/germany_plot_v04.py index a5a5a37..2a8b619 100644 --- a/germany_plot_v04.py +++ b/germany_plot_v04.py @@ -51,9 +51,9 @@ mapdf = tmpdf[df["LEVL_CODE"]==1] #load information from location.dat -# city, long, lat, status, topic, kind = np.loadtxt("location_rdm.dat", unpack=True, dtype='str') + city, long, lat, status, topic, kind = np.loadtxt("location_rdm.dat", unpack=True, dtype='str') # city, long, lat, status, topic, kind = np.loadtxt("location_chemotion.dat", unpack=True, dtype='str') - city, long, lat, status, topic, kind = np.loadtxt("location.dat", unpack=True, dtype='str') +# city, long, lat, status, topic, kind = np.loadtxt("location.dat", unpack=True, dtype='str') #define figure fig=plt.figure(figsize=(4,4), dpi=300)