logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GIS::Distance::Constants - Constants used by formula classes.

Authors

       See "AUTHORS" in GIS::Distance.

Constants

$KILOMETER_RHO
       Number of kilometers around the equator of the earth.

       6371.64

   $DEG_RATIO
       Number of units in a single decimal degree (lat or lon) at the equator.

       0.0174532925199433

       This value is derived from:

           $gis = GIS::Distance->new( 'Haversine' );
           $DEG_RATIO = $gis->distance( 10,0 => 11,0 )->km() / $KILOMETER_RHO;

License

       See "LICENSE" in GIS::Distance.

perl v5.36.0                                       2023-10-21                      GIS::Distance::Constants(3pm)

Name

       GIS::Distance::Constants - Constants used by formula classes.

Support

       See "SUPPORT" in GIS::Distance.

See Also