Clinic location search

This function takes in a lat / long and returns an array of the 4 nearest health clinics in Tunisia.

Loading...
Variables

  lat

string

  url

string

  long

string

Secrets

Run cost = 1 credits

Functions are free if called from another workflow.

With each run, you agree to Gooey.AI's terms & privacy policy.

Return value

{1 Items
"nearest"
:
[
]4 Items
}

Logs

Fetching TSV...TSV loaded and decodedValid locations: 2017Nearest: [
  {
    City: "حي النزهة (مقر الدائرة الصحية)",
    Gouvernorat: "Tataouine",
    Delegation: "تطاوين الشمالية",
    Name: "Centre de santé de base",
    Latitude: 32.94086,
    Longitude: 10.455085,
    Opening: "8:00 AM",
    Closing: "13:30",
    distance_km: "0.10"
  },
  {
    City: "المدينة",
    Gouvernorat: "Tataouine",
    Delegation: "تطاوين الجنوبية",
    Name: "شارع الحبيب بورقيبة 3200 تطاوين",
    Latitude: 32.93716351,
    Longitude: 10.45248602,
    Opening: "8:00 AM",
    Closing: "13:30",
    distance_km: "0.40"
  },
  {
    City: "حي الرياض",
    Gouvernorat: "Tataouine",
    Delegation: "تطاوين الشمالية",
    Name: "حي الرياض 3221 تطاوين",
    Latitude: 32.9360696,
    Longitude: 10.44876211,
    Opening: "8:00 AM",
    Closing: "13:30",
    distance_km: "0.73"
  },
  {
    City: "وادي القمح",
    Gouvernorat: "Tataouine",
    Delegation: "تطاوين الشمالية",
    Name: "مركز الصحة الاساسية وادي القمح 3200 تطاوين",
    Latitude: 32.92702395,
    Longitude: 10.45883586,
    Opening: "8:00 AM",
    Closing: "13:30",
    distance_km: "1.48"
  }
]