Skip to content

Commit

Permalink
modifying googlemaps sustainability-lab#38
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvi-Jain01 committed Jun 30, 2023
1 parent fd7c45c commit 5b48d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vayu/googleMaps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def googleMaps(df, lat, long, pollutant, dataLoc):
def googleMaps(df, lat, long, pollutant, date, markersize):
"""Plots a geographical plot.
Plots a folium plot of longitude and latitude points
Expand Down Expand Up @@ -54,4 +54,4 @@ def googleMaps(df, lat, long, pollutant, date, markersize):

#Example
# df = pd.read_csv('interpolData.csv')
# googleMaps(df,'Latitude','Longitude','Ozone','Arithmetic Mean')
#googleMaps(df, 'latitude', 'longitude', 'pm25', '2022-08-23', 5)

0 comments on commit 5b48d31

Please sign in to comment.