Public
Edited
Nov 5, 2022
16 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
a = new Date("2022-03-05 00:00Z").getTime()
Insert cell
radius = 22
Insert cell
height = 700
Insert cell
Insert cell
// import {country_labels} from "@xoolive/flying-to-kaliningrad"
country_labels = [
["Estonia", 25.720882,58.788955],
["Kaliningrad", 20.4, 55.0],
["Latvia", 24.860902,56.973568],
["Lithuania", 23.859301,55.508246],
["Belarus", 28.163753,53.3],
["Russia", 30.088763,57.056650],
["Finland", 24.820690,60.986535],
["Sweden", 15.055561,58.24],
["Poland", 20.153990,53.791018]
].map((x)=>Object({type: "Point", coordinates: [x[1], x[2]], properties: {'name': x[0]}}))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more