Published
Edited
Nov 14, 2021
7 stars
Insert cell
Insert cell
html`${map(projection.rotate(R))}${map(projection.rotate(R1))}` // 1
Insert cell
Insert cell
import { gon6 as model } from "@jrus/scpie" // 2
Insert cell
Insert cell
projection = d3.geoProjection((l, p) => model(...d3.geoStereographicRaw(l, p))).clipAngle(90) // 3
Insert cell
Insert cell
R = [-75, -13.92, 11.3] // 4
Insert cell
Insert cell
R1 = [R[0] - 180, -R[1], 180 - R[2]] // 5
Insert cell
Insert cell
import { map } from "@fil/base-map" // 6
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