worldpop
Version:
Compute the population within a polygon from GeoJSON population data
36 lines • 713 B
JSON
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
28.789672851562496,
-2.9320690181896394
],
[
28.789672851562496,
-0.8843642966138988
],
[
30.937499999999996,
-0.8843642966138988
],
[
30.937499999999996,
-2.9320690181896394
],
[
28.789672851562496,
-2.9320690181896394
]
]
]
}
}
]
}