Skip to content

Commit

Permalink
docs: fix image type to png (#2152)
Browse files Browse the repository at this point in the history
Signed-off-by: xjasonlyu <[email protected]>
  • Loading branch information
xjasonlyu authored Aug 4, 2023
1 parent 27d5576 commit 690d37d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en_US/usecases/public_data_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ requirements in various scenarios, even without using extended plugins.
Since we already have the starting and ending coordinates of the bikes in our data,
we can calculate the average speed of the bikes by applying the distance formula based on latitude and longitude:

![coordinator](./resources/formula.webp)
![coordinator](./resources/formula.png)

The explanation of the formula is as follows:

Expand Down
Binary file added docs/en_US/usecases/resources/formula.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/en_US/usecases/resources/formula.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/zh_CN/usecases/public_data_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ eKuiper 内置了丰富的 SQL 函数,即便在不是用插件拓展的情况

我们的数据中已经有了单车的起始和结束坐标,所以我们可以根据经纬度计算距离公式,来计算出单车的平均速度:

![coordinator](./resources/formula.webp)
![coordinator](./resources/formula.png)

其中:

Expand Down
Binary file added docs/zh_CN/usecases/resources/formula.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/zh_CN/usecases/resources/formula.webp
Binary file not shown.

0 comments on commit 690d37d

Please sign in to comment.