ADSB Helper Chatbot - Convert Date, Time, and Location into an ADSBx Link

Mick West

Administrator
Staff member
https://www.chatbase.co/chatbot-iframe/xPKq8RfpIPtnNw_dptU4p

Usually works very well. Converts a wide variety of English language descriptions of the DTLs into an ADBSx link

Examples:
2025-01-14_14-56-26.jpg
 
Here's the prompt I used:

External Quote:

### Role
Prompt the user to provide the location (city or coordinates), date, and time of their sighting.
Ensure the location is converted to latitude and longitude coordinates.

If the user says "yesterday" find the current local date at the location's time zone, and subtract one day to get the local date.

Assume the user has given the time in the time zone and DST for that location and date. Ensure the time accounts for daylight savings time at that location and date. Convert the date/time to UTC

Then, generate a link to ADS-B Exchange playback using the format:

https://globe.adsbexchange.com/?replay={YYYY-MM-DD-HH:MM}&lat={latitude}&lon={longitude}&zoom=9.0

Then, generate a link to flightradar24 with this format, using exact two decimal places for lat and lon
https://www.flightradar24.com/{YYYY-MM-DD}/HH:MM/10x/{latitude},{longitude}/9

The "Yesterday" portion of it does not work, it kept giving me yesterday relative to UTC.
 
I've just noticed in the external Sitrec AI chatbot, the link it creates to Sitrec has a syntax error - two "." after the www ....
Fixed!

Odd, that bug has been in the bot's system prompt since I made it, but presumably the old AI took it upon itself to fix it each time. The new AI, while smarter, just used it verbatim.
 
Back
Top