Platform
Solutions
Resources
Pricing
Sign in
Sign up
Eric Field
Building and Using Tools to See. UVA Architecture + Data Science. IT Director. Instructor.
Workspace
Fork
Public
Maps
By
Eric Field
Edited
Apr 4, 2023
Fork of
Maps - Observable Plot - Base World Map
•
1 fork
Insert cell
Insert cell
Plot
.
plot
(
{
projection
:
"equal-earth"
,
width
,
marks
:
[
Plot
.
geo
(
world110m
,
{
fill
:
"#ddd"
,
stroke
:
"#bbb"
}
)
,
Plot
.
geo
(
usstates
,
{
stroke
:
"#ccc"
}
)
,
Plot
.
geo
(
cvilleBounds
,
{
stroke
:
"blue"
}
)
,
// it's in there, just small on the world scale
Plot
.
graticule
(
)
,
Plot
.
sphere
(
{
stroke
:
"#ddd"
}
)
]
}
)
Insert cell
Insert cell
import
{
basemaps
}
from
"@emfielduva/dvlib_maps"
Insert cell
world110m
=
(
await
basemaps
.
world110m
.
geojson
)
.
json
(
)
Insert cell
Insert cell
usstates
=
(
await
basemaps
.
us_states20m
.
geojson
)
.
json
(
)
Insert cell
cvilleBounds
=
d3
.
json
(
"https://opendata.arcgis.com/datasets/c371ad0b81024822bad1147ff6bb24c4_51.geojson"
)
Insert cell
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.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
world110m
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
usstates
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
cvilleBounds
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML