jiayuasu commented on code in PR #142:
URL:
https://github.com/apache/sedona-spatialbench/pull/142#discussion_r3900908904
##########
docs/queries.md:
##########
@@ -366,7 +366,7 @@ WITH trip_lengths AS (
ST_GeomFromWKB(t.t_pickuploc),
ST_GeomFromWKB(t.t_dropoffloc)
)
- ) * 111111 AS line_distance_m -- Approx. meters per degree
+ ) / 0.000009 AS line_distance_m -- 1 meter = 0.000009 degree
Review Comment:
Could we refresh the sample output below, and the matching block in
queries.zh.md, to go with this conversion? The notebook now shows
11111.126052681648 / 8.99998789734414e-9 for the first row, while both rendered
pages still show the old * 111111 values.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]