worldpop
Version:
Compute the population within a polygon from GeoJSON population data
31 lines • 649 B
JSON
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
30.04829406738281,
-2.0663548944784704
],
[
30.04829406738281,
-1.978519026596244
],
[
30.138244628906246,
-1.978519026596244
],
[
30.138244628906246,
-2.0663548944784704
],
[
30.04829406738281,
-2.0663548944784704
]
]
]
}
}