Scientists warn US will lose a generation of talent because of Trump cuts
Scientists warn US will lose a generation of talent because of Trump cuts
Political interference and chaotic cuts to staff, programs and grants at the National Science Foundation are producing ‘devastating consequences’Nina Lakhani (The Guardian)
Justas🇱🇹
in reply to cm0002 • • •I used to work at a place outside the city that only had one bus after work and it was kinda spotty and unreliable. However, there was an online API provided by the bus company that told me where the bus is.
So I wrote a Python script and a Linux alert that would give me a notification when the bus was within range, with enough time to get to the stop on time.
cheese_greater
in reply to Justas🇱🇹 • • •Justas🇱🇹
in reply to cheese_greater • • •cheese_greater
in reply to Justas🇱🇹 • • •grue
in reply to cheese_greater • • •It depends on the transit service, and how much their IT people suck. I'm pretty sure there have been multiple attempts to make standardized APIs for this sort of thing, but you shouldn't necessarily expect them to be widely used except maybe in Europe.
Do a web search for "[transit service name] API" and start from there.
Edit: My local transit service apparently publishes a GTFS feed, which may be more widespread than I assumed, but I'm honestly kinda surprised they didn't try to roll their own or something stupid like that.
defines a common format for public transportation schedules and associated geographic information
Contributors to Wikimedia projects (Wikimedia Foundation, Inc.)cheese_greater
in reply to grue • • •