Published unlisted
Edited
Jun 21, 2022
Insert cell
Insert cell
//ap30b = d3.csv(csvurl, d3.autoType)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
center = [ap30b[10].LONGITUDE, ap30b[10].LATITUDE]
Insert cell
// lambda, phi, gamma
Insert cell
// rotate = [yaw, pitch, roll]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
bs19cell
Insert cell
// 2.4 => 1132m coverage (1670m ISD), 10=>553m,830m ISD
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
bs19cell = d3.json(getURL({ N: Ncells, Radius: ISDtoRadius(ISD) }))
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
usa = d3.json("https://cdn.jsdelivr.net/npm/us-atlas@2/us/10m.json")
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
Insert cell
GainOffset(90 + 0)
Insert cell
GainOffset(90 + 10)
Insert cell
Insert cell
Insert cell
Insert cell
antennapatternAll = FileAttachment("antenna.csv").csv({ typed: true })
Insert cell
Insert cell
Insert cell
d3.extent(antennapattern, (d) => d.El)
Insert cell
import { ScaledPolarPlot } from "635e94da1271672f"
Insert cell
Insert cell
d3.extent(antennapattern, (d) => d.El)
Insert cell
GainOffset(10)
Insert cell
Insert cell
Insert cell
// indiaurl = "https://raw.githubusercontent.com/datameet/maps/b3fbbde595310b397a55d718e0958ce249a4fa1f/Country/india-soi.geojson"
Insert cell
// india2 = d3.json(indiaurl)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
newprop[0]
Insert cell
selectedues
Insert cell
Insert cell
Insert cell
// mycolor = d3
// .scaleOrdinal()
// .domain(satlites)
// .range(d3.quantize(d3.interpolateRainbow, satlites.length))
Insert cell
antennapattern
Insert cell
Plot.line(hassan, {
marker: true,
x: "Hour",
y: "Altitude",
stroke: "SatID"
}).plot({
width: width,
grid: true,
facet: { data: hassan, y: "SatID", marginRight: 100 },

color: { legend: true }
})
Insert cell
Insert cell
Insert cell
Insert cell
jodhpur = FileAttachment("jodhpur-final.csv").csv({ typed: true })
Insert cell
shillong = FileAttachment("shillong-final.csv").csv({ typed: true })
Insert cell
Insert cell
function CombinedGain(opts) {
var ESelevation = 0; // in degree
var ESelevationToIMT = 0; // in degree
}
Insert cell
// EarthStation and Gain towards EarthStation in direction
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more