ClickHouse/tests/queries/0_stateless/01044_h3_edge_angle.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
121 B
MySQL
Raw Normal View History

2021-11-21 10:58:26 +00:00
-- Tags: no-fasttest
2021-09-12 12:35:27 +00:00
2019-12-05 13:22:10 +00:00
SELECT h3EdgeAngle(10);
SELECT h3EdgeLengthM(2) * 180 / pi() / 6371007.180918475 - h3EdgeAngle(2);