Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: approximating geological problems with highway data

by Anonymous Monk
on Jan 25, 2023 at 11:47 UTC ( [id://11149868]=note: print w/replies, xml ) Need Help??


in reply to approximating geological problems with highway data

GPS::Point
use GPS::Point; my $gps = GPS::Point->new(lat => $lat1, lon => $lon1); my $dist = $gps->distance($lat2, $lon2);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11149868]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-23 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found