mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
338 B
338 B
Assumed Radius Of The Earth
Using the
earthdistance
module, we can get the assumed radius of the earth (in meters).
> create extension cube;
CREATE EXTENSION
> create extension earthdistance;
CREATE EXTENSION
> select earth();
earth
---------
6378168