import { aq, op } from "@uwdata/arquero"
regions = FileAttachment("regions.csv").csv()
regionTable = aq.from(regions)
regionMap = regionTable
.derive({ map: d => [d.country + " - " + d.region, d.region] })
.array("map")
Select the location closest to you to see where in the sky the Geminid radiant will be on the night of 14 December into the morning of 15 December.
Suzannah Lyons, Michael Joiner & James Goldie, 360info
Data: Stellarium using the Meteor Showers Plug-in by Marcos Cardinot; modified by Jonti Horner, UniSQ