Platform
Resources
Pricing
Sign in
Get started
Christoph Pahmeyer
Agricultural economics · Thünen Institute of Farm Economics / University Bonn
Workspace
Fork
Published
By
Christoph Pahmeyer
Edited
Jul 25, 2022
Insert cell
Insert cell
fc
=
(
{
type
:
"FeatureCollection"
,
features
:
[
{
type
:
"Feature"
,
geometry
:
{
type
:
"Point"
,
coordinates
:
[
102.0
,
0.5
]
}
,
properties
:
{
prop0
:
"value0"
}
}
,
{
type
:
"Feature"
,
geometry
:
null
,
properties
:
{
prop0
:
"value1"
}
}
]
}
)
Insert cell
Insert cell
clonedFC
=
clone
(
fc
)
Insert cell
clone
=
require
(
"https://bundle.run/@turf/clone@6.5.0"
)
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fc
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
clonedFC
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
clone
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML