Public
Edited
Nov 21, 2022
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {filtered_sheets} from "@cs7290/geocoding-bioscience-map-of-maine-filter"
Insert cell
import {companiesGeoJson} from "@cs7290/geocoding-bioscience-map-of-maine"
Insert cell
import {viewof countyList} from "@cs7290/geocoding-bioscience-map-of-maine"
Insert cell
filtered_sheets
Insert cell
companiesGeoJson
Insert cell
companies = companiesGeoJson.features.map(d => ({
name: d.properties.title,
longitude: d.geometry.coordinates[0],
latitude: d.geometry.coordinates[1],
county: d.properties.County,
datum: d
}))
Insert cell
colormap = d3.scaleSequential([5, 0], d3.interpolateViridis)
Insert cell
import {Legend} from "@d3/color-legend"
Insert cell
maplibregl = require("maplibre-gl@2.1.9")
Insert cell
<link href="https://unpkg.com/maplibre-gl@2.1.9/dist/maplibre-gl.css" rel="stylesheet" />
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