Public
Edited
Jun 19, 2023
Insert cell
# Learning Leaflet maps

Insert cell
L = require("leaflet@1.9")
Insert cell
Insert cell
Insert cell
L.Icon.Default.prototype.options
Insert cell
Insert cell
Insert cell
EStopojson = {
var appoints = d3.map(AP30B_es, (d) =>
turf.point([d.LONGITUDE, d.LATITUDE], { Gain: d.GAIN, Antenna: d.ANTENNA })
);
return turf.featureCollection(appoints);
}
Insert cell
d3.extent(d3.map(AP30B_es, (d) => d.GAIN))
Insert cell
footprint = turf.ellipse([83, 0], 90, 30, { units: "degrees" })
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