Published
Edited
Sep 29, 2022
Insert cell
# Mines Map. First step in search of a site..
Insert cell
d3 = require("d3@6")
Insert cell
Insert cell
sheds = FileAttachment("Watershed.geojson").json()
Insert cell
clay = FileAttachment("Clay Points.geojson").json()
Insert cell
limestone = FileAttachment("Limestone Points.geojson").json()
Insert cell
sandgravel = FileAttachment("SandGravel Points.geojson").json()
Insert cell
oline = FileAttachment("Shoreline@1.geojson").json()
Insert cell
subSts = FileAttachment("Points@1.geojson").json()
Insert cell
roads = FileAttachment("Roads@1.geojson").json()
Insert cell
bbox = FileAttachment("Boundry@1.geojson").json()
Insert cell
water = FileAttachment("Water.geojson").json()
Insert cell
limd="https://docs.google.com/spreadsheets/d/e/2PACX-1vTqn6JHXRdyIV1yblLaGaonBDYZP1bZPnuGAhrePCBW01tRS0LFPhNO3-Jdt5uX_gbmWU1yZo-WqXg7/pub?output=csv"
Insert cell
lime = d3.csv(limd,d3.autoType)
Insert cell
sandd="https://docs.google.com/spreadsheets/d/e/2PACX-1vSrLzoBHFN8iMonGKGh3eNZUUQYFpRPgZBhrBLo3o9Kt4w7GFisp3AO-Ks0A_bmdWO-R3qFwMhH4nJq/pub?output=csv"
Insert cell
sand = d3.csv(sandd,d3.autoType)
Insert cell
clayd= "https://docs.google.com/spreadsheets/d/e/2PACX-1vRzaqjJ_hYR1UgoUR7hq2-qP395GJKcwLi7L5rMxjnIwRtq_0X8vNVYkzwbLdjymx-MlyjPFR-JgvLo/pub?output=csv"
Insert cell
claytext = d3.csv(clayd,d3.autoType)
Insert cell
boundary = FileAttachment("nyc_boundary.geojson").json()
Insert cell
lakes = FileAttachment("Lakes.geojson").json()
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