Public
Script
  • mxdvl avatar
    haversine_distance
    @mxdvl
    Implementation of the Haversine formula for calculating the great circle distance between two points on a sphere. If no radius is provided, the average Earth’s radius is used with a value of 6371km.
    Script
  • mxdvl avatar
    cities
    @mxdvl
    Retrieve a city for a given coordinates in the format [longitude, latitude] . An OPENCAGE_API_KEY variable is necessary and can be obtained for free on their website .
    HTTP (deprecated)
1
Next
July 6, 2024