Created
February 19, 2025 04:06
-
-
Save jmasselink/14a28cb32c30947e8a6b36f983947e7d to your computer and use it in GitHub Desktop.
AOIs for PNKB & PNVi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"name": "AlbertineRift_aoi", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"fid": 1, | |
"nom_ap": "Parc National du Kahuzi-Biega", | |
"wdpaid": null, | |
"wdpapid": null, | |
"aoi_name": "PNKB_Area_A", | |
"area_km2": 41.38973731394707 | |
}, | |
"geometry": { | |
"type": "MultiPolygon", | |
"coordinates": [ | |
[ | |
[ | |
[ | |
28.756724591121484, | |
-2.088120619158876 | |
], | |
[ | |
28.774021277529149, | |
-2.088120619158876 | |
], | |
[ | |
28.78041779987724, | |
-2.093711039996825 | |
], | |
[ | |
28.79297783936389, | |
-2.109431340511912 | |
], | |
[ | |
28.80545796023133, | |
-2.124231299824753 | |
], | |
[ | |
28.80561348016656, | |
-2.124562230759133 | |
], | |
[ | |
28.80601092000109, | |
-2.124519209490327 | |
], | |
[ | |
28.808946360126389, | |
-2.127291929789128 | |
], | |
[ | |
28.811365200691307, | |
-2.130932790020461 | |
], | |
[ | |
28.81412855954078, | |
-2.134399770373965 | |
], | |
[ | |
28.81671948048322, | |
-2.137693409728666 | |
], | |
[ | |
28.81948211978212, | |
-2.140292790457687 | |
], | |
[ | |
28.82034792054453, | |
-2.143241370602924 | |
], | |
[ | |
28.821041279806719, | |
-2.146016699906506 | |
], | |
[ | |
28.82138796033609, | |
-2.147577929943941 | |
], | |
[ | |
28.822769999536086, | |
-2.1494848499437 | |
], | |
[ | |
28.823806080452209, | |
-2.150698140127802 | |
], | |
[ | |
28.82484395979548, | |
-2.153126069508542 | |
], | |
[ | |
28.82450267993759, | |
-2.156076180559108 | |
], | |
[ | |
28.82398787970276, | |
-2.158332389938574 | |
], | |
[ | |
28.823884792262399, | |
-2.158958820093456 | |
], | |
[ | |
28.756724591121484, | |
-2.158958820093456 | |
], | |
[ | |
28.756724591121484, | |
-2.088120619158876 | |
] | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"fid": 2, | |
"nom_ap": "Parc National de la Virunga", | |
"wdpaid": null, | |
"wdpapid": null, | |
"aoi_name": "PNVi_Area_A", | |
"area_km2": 111.22951403877757 | |
}, | |
"geometry": { | |
"type": "MultiPolygon", | |
"coordinates": [ | |
[ | |
[ | |
[ | |
29.23001974756023, | |
-1.572748250377922 | |
], | |
[ | |
29.244171362370677, | |
-1.49641679725919 | |
], | |
[ | |
29.276103369895496, | |
-1.460664856663686 | |
], | |
[ | |
29.31474109900053, | |
-1.455876606833869 | |
], | |
[ | |
29.34293122093906, | |
-1.464248464276453 | |
], | |
[ | |
29.34293122093906, | |
-1.464248464276453 | |
], | |
[ | |
29.348329035451248, | |
-1.475315945528249 | |
], | |
[ | |
29.348629827291334, | |
-1.476287739477399 | |
], | |
[ | |
29.347295744548054, | |
-1.477791485848651 | |
], | |
[ | |
29.346209912726363, | |
-1.48185025405765 | |
], | |
[ | |
29.34291551881469, | |
-1.485171922283373 | |
], | |
[ | |
29.33860874621563, | |
-1.491613601175884 | |
], | |
[ | |
29.323028896689885, | |
-1.518716466687738 | |
], | |
[ | |
29.286608318300297, | |
-1.565146594159657 | |
], | |
[ | |
29.272332471215195, | |
-1.581439295399903 | |
], | |
[ | |
29.252889422766847, | |
-1.581745928645372 | |
], | |
[ | |
29.240202378906774, | |
-1.57840315472615 | |
], | |
[ | |
29.23635525379256, | |
-1.576760912804093 | |
], | |
[ | |
29.23001974756023, | |
-1.572748250377922 | |
] | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment