LACMTA / gopass-lookup

Lookup for schools participating in Metro's GoPass program
https://mygopass.metro.net
GNU General Public License v3.0
0 stars 2 forks source link

Final dataset format #23

Closed matikin9 closed 2 years ago

matikin9 commented 2 years ago
[
  {
    "oid": ...,
    "district": ...,
    "school_name": ...,
    "school_name_with_district": ...,
    "address": ...,
    "phone": ...,
    "latitude": ...,
    "longitude": ...,
    "participating": ...
  },
  {
    ...
  }
]
matikin9 commented 2 years ago

Mission Accopmlished!