Skip to content

Commit 71832bc

Browse files
authored
Update README.md
1 parent 249116f commit 71832bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Given a traffic sensor
109109
and a set of weather sensors
110110
![formula](https://latex.codecogs.com/png.latex?%5Cdpi%7B150%7DW=%7BW_1,W_2,%5Cdots,W_n%7D)
111111

112-
, the nearest weather sensor w_k is
112+
, the nearest weather sensor W_k is
113113

114-
![formula](https://latex.codecogs.com/png.latex?%5Cdpi%7B150%7DW_k=%5Cunderset%7Bi%7D%7B%5Ctext%7Bargmin%7D%7D%7B%5Ctext%7Bhaversine%7D(%5Ctext%7Blat%7D_T,%5Ctext%7Blon%7D_T,%5Ctext%7Blat%7D_%7BW_i%7D,%5Ctext%7Blon%7D_%7BW_i%7D)%7D)
114+
![formula](https://latex.codecogs.com/png.latex?%5Cdpi%7B150%7DW_k=%5Cunderset%7Bi%7D%7B%5Ctext%7Bargmin%7D%7D%5C{%7B%5Ctext%7Bhaversine%7D(%5Ctext%7Blat%7D_T,%5Ctext%7Blon%7D_T,%5Ctext%7Blat%7D_%7BW_i%7D,%5Ctext%7Blon%7D_%7BW_i%7D)%5C}%7D)
115115

116116
```
117117
def find_nearest_weather_sensor(traffic_lat, traffic_lon, weather_df):

0 commit comments

Comments
 (0)