Skip to content

Commit

Permalink
Update germany_plot_v04.py
Browse files Browse the repository at this point in the history
corrected that the right location_rdm is read
  • Loading branch information
BenjaminGolub authored Aug 19, 2024
1 parent 70c24d9 commit 1f922e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions germany_plot_v04.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1f922e4

Please sign in to comment.