Skip to content

Commit

Permalink
Add medium voltage electricity grid overlay for Zambia (#2543)
Browse files Browse the repository at this point in the history
* Gridlines for Zambia

* Use specific license_url

---------

Co-authored-by: archpdx <[email protected]>
  • Loading branch information
zabop and arch0345 authored Nov 18, 2024
1 parent b23dd84 commit 959995a
Showing 1 changed file with 152 additions and 0 deletions.
152 changes: 152 additions & 0 deletions sources/africa/zm/medium_voltage_overhead_gridlines.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
{
"type": "Feature",
"properties": {
"id": "zm-medium-voltage-overhead-gridlines",
"name": "Medium voltage gridlines",
"type": "tms",
"url": "https://zmbgrid.zabop.workers.dev/{zoom}/{x}/{y}",
"overlay": true,
"country_code": "ZM",
"icon": "https://www.zesco.co.zm/assets/img/logo/new_logo_v2.png",
"max_zoom": 22,
"min_zoom": 7,
"license_url": "https://energydata.info/dataset/zambia-overhead-mv-distribution-lines",
"privacy_policy_url": "https://www.mapbox.com/legal/privacy",
"description": "Overhead medium voltage gridlines mapped by ZESCO in Zambia. Data and licence source: https://energydata.info/dataset/zambia-overhead-mv-distribution-lines. Data access date: 02-Nov-2024. Tiles were generated using Mapbox Studio. Requests are proxied through Cloudflare.",
"category": "other"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[21.952, -16.206],
[22.074, -16.364],
[22.088, -16.522],
[23.105, -17.5],
[23.417, -17.679],
[24.252, -17.52],
[24.77, -17.553],
[25.011, -17.626],
[25.064, -17.744],
[25.359, -17.893],
[25.681, -17.858],
[25.961, -18.047],
[26.221, -17.934],
[26.697, -18.121],
[27.064, -17.999],
[27.295, -17.682],
[27.661, -17.36],
[27.854, -17.018],
[28.85, -16.516],
[28.891, -16.066],
[28.959, -15.983],
[29.582, -15.689],
[30.453, -15.653],
[30.275, -15.026],
[33.279, -14.025],
[33.159, -13.896],
[33.044, -13.982],
[32.783, -13.607],
[33.065, -13.222],
[33.074, -12.905],
[32.993, -12.774],
[33.05, -12.694],
[33.392, -12.596],
[33.594, -12.377],
[33.404, -12.306],
[33.305, -12.133],
[33.38, -11.793],
[33.277, -11.481],
[33.45, -11.156],
[33.312, -10.918],
[33.493, -10.851],
[33.754, -10.564],
[33.618, -10.417],
[33.601, -10.209],
[33.368, -10.043],
[33.409, -9.839],
[33.273, -9.72],
[33.246, -9.585],
[33.119, -9.553],
[33.066, -9.61],
[32.983, -9.362],
[32.568, -9.216],
[32.447, -9.076],
[32.025, -9.037],
[31.972, -8.896],
[31.695, -8.872],
[31.604, -8.676],
[31.392, -8.546],
[31.097, -8.574],
[30.81, -8.234],
[28.976, -8.423],
[28.783, -8.871],
[28.328, -9.251],
[28.484, -9.389],
[28.649, -9.804],
[28.53, -10.226],
[28.647, -10.664],
[28.506, -10.833],
[28.341, -11.594],
[28.417, -11.868],
[28.724, -12.015],
[29.022, -12.425],
[29.261, -12.407],
[29.493, -12.503],
[29.575, -12.416],
[29.54, -12.28],
[29.768, -12.211],
[29.769, -13.396],
[29.668, -13.389],
[29.726, -13.237],
[29.587, -13.159],
[29.191, -13.388],
[29.127, -13.323],
[29.028, -13.362],
[28.818, -12.91],
[28.67, -12.772],
[28.574, -12.827],
[28.513, -12.735],
[28.58, -12.631],
[28.481, -12.485],
[28.34, -12.377],
[27.993, -12.311],
[27.947, -12.198],
[27.651, -12.222],
[27.498, -11.9],
[27.273, -11.759],
[27.223, -11.522],
[26.984, -11.585],
[26.962, -11.824],
[26.857, -11.94],
[26.584, -11.939],
[26.432, -11.865],
[26.003, -11.901],
[25.908, -11.768],
[25.737, -11.77],
[25.655, -11.686],
[25.535, -11.73],
[25.372, -11.594],
[25.373, -11.156],
[24.859, -11.223],
[24.45, -11.421],
[24.354, -11.374],
[24.452, -11.256],
[24.414, -11.056],
[24.187, -11.003],
[24.136, -10.866],
[23.978, -10.85],
[24.04, -11.398],
[23.915, -11.662],
[23.976, -11.836],
[23.935, -12.144],
[24.025, -12.373],
[23.905, -12.52],
[23.848, -12.84],
[23.946, -12.955],
[21.961, -12.984],
[21.952, -16.206]
]
]
}
}

0 comments on commit 959995a

Please sign in to comment.