Skip to content

Instantly share code, notes, and snippets.

@aidenprice
Created May 1, 2019 02:16
Show Gist options
  • Save aidenprice/11b7045ed76f57b10394886358d8470a to your computer and use it in GitHub Desktop.
Save aidenprice/11b7045ed76f57b10394886358d8470a to your computer and use it in GitHub Desktop.
UTM Zone Boundaries GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type" : "FeatureCollection",
"name" : "UTM_Zone_Boundaries",
"features" : [
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -174, -80 ],
[ -174, 0 ],
[ -180, 0 ],
[ -180, -80 ],
[ -174, -80 ]
]
]
},
"properties" : {
"ZONE" : "01",
"CM" : "-177"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -168, -80 ],
[ -168, 0 ],
[ -174, 0 ],
[ -174, -80 ],
[ -168, -80 ]
]
]
},
"properties" : {
"ZONE" : "02",
"CM" : "-171"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -162, -80 ],
[ -162, 0 ],
[ -168, 0 ],
[ -168, -80 ],
[ -162, -80 ]
]
]
},
"properties" : {
"ZONE" : "03",
"CM" : "-165"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -156, -80 ],
[ -156, 0 ],
[ -162, 0 ],
[ -162, -80 ],
[ -156, -80 ]
]
]
},
"properties" : {
"ZONE" : "04",
"CM" : "-159"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -150, -80 ],
[ -150, 0 ],
[ -156, 0 ],
[ -156, -80 ],
[ -150, -80 ]
]
]
},
"properties" : {
"ZONE" : "05",
"CM" : "-153"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -144, -80 ],
[ -144, 0 ],
[ -150, 0 ],
[ -150, -80 ],
[ -144, -80 ]
]
]
},
"properties" : {
"ZONE" : "06",
"CM" : "-147"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -138, -80 ],
[ -138, 0 ],
[ -144, 0 ],
[ -144, -80 ],
[ -138, -80 ]
]
]
},
"properties" : {
"ZONE" : "07",
"CM" : "-141"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -132, -80 ],
[ -132, 0 ],
[ -138, 0 ],
[ -138, -80 ],
[ -132, -80 ]
]
]
},
"properties" : {
"ZONE" : "08",
"CM" : "-135"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -126, -80 ],
[ -126, 0 ],
[ -132, 0 ],
[ -132, -80 ],
[ -126, -80 ]
]
]
},
"properties" : {
"ZONE" : "09",
"CM" : "-129"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -120, -80 ],
[ -120, 0 ],
[ -126, 0 ],
[ -126, -80 ],
[ -120, -80 ]
]
]
},
"properties" : {
"ZONE" : "10",
"CM" : "-123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -114, -80 ],
[ -114, 0 ],
[ -120, 0 ],
[ -120, -80 ],
[ -114, -80 ]
]
]
},
"properties" : {
"ZONE" : "11",
"CM" : "-117"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -108, -80 ],
[ -108, 0 ],
[ -114, 0 ],
[ -114, -80 ],
[ -108, -80 ]
]
]
},
"properties" : {
"ZONE" : "12",
"CM" : "-111"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -102, -80 ],
[ -102, 0 ],
[ -108, 0 ],
[ -108, -80 ],
[ -102, -80 ]
]
]
},
"properties" : {
"ZONE" : "13",
"CM" : "-105"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -96, -80 ],
[ -96, 0 ],
[ -102, 0 ],
[ -102, -80 ],
[ -96, -80 ]
]
]
},
"properties" : {
"ZONE" : "14",
"CM" : "-99"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -90, -80 ],
[ -90, 0 ],
[ -96, 0 ],
[ -96, -80 ],
[ -90, -80 ]
]
]
},
"properties" : {
"ZONE" : "15",
"CM" : "-93"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -84, -80 ],
[ -84, 0 ],
[ -90, 0 ],
[ -90, -80 ],
[ -84, -80 ]
]
]
},
"properties" : {
"ZONE" : "16",
"CM" : "-87"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -78, -80 ],
[ -78, 0 ],
[ -84, 0 ],
[ -84, -80 ],
[ -78, -80 ]
]
]
},
"properties" : {
"ZONE" : "17",
"CM" : "-81"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -72, -80 ],
[ -72, 0 ],
[ -78, 0 ],
[ -78, -80 ],
[ -72, -80 ]
]
]
},
"properties" : {
"ZONE" : "18",
"CM" : "-75"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -66, -80 ],
[ -66, 0 ],
[ -72, 0 ],
[ -72, -80 ],
[ -66, -80 ]
]
]
},
"properties" : {
"ZONE" : "19",
"CM" : "-69"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -60, -80 ],
[ -60, 0 ],
[ -66, 0 ],
[ -66, -80 ],
[ -60, -80 ]
]
]
},
"properties" : {
"ZONE" : "20",
"CM" : "-63"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -54, -80 ],
[ -54, 0 ],
[ -60, 0 ],
[ -60, -80 ],
[ -54, -80 ]
]
]
},
"properties" : {
"ZONE" : "21",
"CM" : "-57"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -48, -80 ],
[ -48, 0 ],
[ -54, 0 ],
[ -54, -80 ],
[ -48, -80 ]
]
]
},
"properties" : {
"ZONE" : "22",
"CM" : "-51"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -42, -80 ],
[ -42, 0 ],
[ -48, 0 ],
[ -48, -80 ],
[ -42, -80 ]
]
]
},
"properties" : {
"ZONE" : "23",
"CM" : "-45"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -36, -80 ],
[ -36, 0 ],
[ -42, 0 ],
[ -42, -80 ],
[ -36, -80 ]
]
]
},
"properties" : {
"ZONE" : "24",
"CM" : "-39"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -30, -80 ],
[ -30, 0 ],
[ -36, 0 ],
[ -36, -80 ],
[ -30, -80 ]
]
]
},
"properties" : {
"ZONE" : "25",
"CM" : "-33"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -24, -80 ],
[ -24, 0 ],
[ -30, 0 ],
[ -30, -80 ],
[ -24, -80 ]
]
]
},
"properties" : {
"ZONE" : "26",
"CM" : "-27"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -18, -80 ],
[ -18, 0 ],
[ -24, 0 ],
[ -24, -80 ],
[ -18, -80 ]
]
]
},
"properties" : {
"ZONE" : "27",
"CM" : "-21"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -12, -80 ],
[ -12, 0 ],
[ -18, 0 ],
[ -18, -80 ],
[ -12, -80 ]
]
]
},
"properties" : {
"ZONE" : "28",
"CM" : "-15"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -6, -80 ],
[ -6, 0 ],
[ -12, 0 ],
[ -12, -80 ],
[ -6, -80 ]
]
]
},
"properties" : {
"ZONE" : "29",
"CM" : "-9"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 0, -80 ],
[ 0, 0 ],
[ -6, 0 ],
[ -6, -80 ],
[ 0, -80 ]
]
]
},
"properties" : {
"ZONE" : "30",
"CM" : "-3"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 6, -80 ],
[ 6, 0 ],
[ 0, 0 ],
[ 0, -80 ],
[ 6, -80 ]
]
]
},
"properties" : {
"ZONE" : "31",
"CM" : "3"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 12, 0 ],
[ 6, 0 ],
[ 6, -80 ],
[ 12, -80 ],
[ 12, 0 ]
]
]
},
"properties" : {
"ZONE" : "32",
"CM" : "9"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 18, -80 ],
[ 18, 0 ],
[ 12, 0 ],
[ 12, -80 ],
[ 18, -80 ]
]
]
},
"properties" : {
"ZONE" : "33",
"CM" : "15"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 24, -80 ],
[ 24, 0 ],
[ 18, 0 ],
[ 18, -80 ],
[ 24, -80 ]
]
]
},
"properties" : {
"ZONE" : "34",
"CM" : "21"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 30, -80 ],
[ 30, 0 ],
[ 24, 0 ],
[ 24, -80 ],
[ 30, -80 ]
]
]
},
"properties" : {
"ZONE" : "35",
"CM" : "27"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 36, 0 ],
[ 30, 0 ],
[ 30, -80 ],
[ 36, -80 ],
[ 36, 0 ]
]
]
},
"properties" : {
"ZONE" : "36",
"CM" : "33"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 42, 0 ],
[ 36, 0 ],
[ 36, -80 ],
[ 42, -80 ],
[ 42, 0 ]
]
]
},
"properties" : {
"ZONE" : "37",
"CM" : "39"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 48, 0 ],
[ 42, 0 ],
[ 42, -80 ],
[ 48, -80 ],
[ 48, 0 ]
]
]
},
"properties" : {
"ZONE" : "38",
"CM" : "45"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 54, -80 ],
[ 54, 0 ],
[ 48, 0 ],
[ 48, -80 ],
[ 54, -80 ]
]
]
},
"properties" : {
"ZONE" : "39",
"CM" : "51"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 60, -80 ],
[ 60, 0 ],
[ 54, 0 ],
[ 54, -80 ],
[ 60, -80 ]
]
]
},
"properties" : {
"ZONE" : "40",
"CM" : "57"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 66, -80 ],
[ 66, 0 ],
[ 60, 0 ],
[ 60, -80 ],
[ 66, -80 ]
]
]
},
"properties" : {
"ZONE" : "41",
"CM" : "63"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 72, -80 ],
[ 72, 0 ],
[ 66, 0 ],
[ 66, -80 ],
[ 72, -80 ]
]
]
},
"properties" : {
"ZONE" : "42",
"CM" : "69"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 78, -80 ],
[ 78, 0 ],
[ 72, 0 ],
[ 72, -80 ],
[ 78, -80 ]
]
]
},
"properties" : {
"ZONE" : "43",
"CM" : "75"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 84, -80 ],
[ 84, 0 ],
[ 78, 0 ],
[ 78, -80 ],
[ 84, -80 ]
]
]
},
"properties" : {
"ZONE" : "44",
"CM" : "81"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 90, -80 ],
[ 90, 0 ],
[ 84, 0 ],
[ 84, -80 ],
[ 90, -80 ]
]
]
},
"properties" : {
"ZONE" : "45",
"CM" : "87"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 96, -80 ],
[ 96, 0 ],
[ 90, 0 ],
[ 90, -80 ],
[ 96, -80 ]
]
]
},
"properties" : {
"ZONE" : "46",
"CM" : "93"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 102, -80 ],
[ 102, 0 ],
[ 96, 0 ],
[ 96, -80 ],
[ 102, -80 ]
]
]
},
"properties" : {
"ZONE" : "47",
"CM" : "99"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 108, -80 ],
[ 108, 0 ],
[ 102, 0 ],
[ 102, -80 ],
[ 108, -80 ]
]
]
},
"properties" : {
"ZONE" : "48",
"CM" : "105"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 114, -80 ],
[ 114, 0 ],
[ 108, 0 ],
[ 108, -80 ],
[ 114, -80 ]
]
]
},
"properties" : {
"ZONE" : "49",
"CM" : "111"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 120, -80 ],
[ 120, 0 ],
[ 114, 0 ],
[ 114, -80 ],
[ 120, -80 ]
]
]
},
"properties" : {
"ZONE" : "50",
"CM" : "117"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 126, -80 ],
[ 126, 0 ],
[ 120, 0 ],
[ 120, -80 ],
[ 126, -80 ]
]
]
},
"properties" : {
"ZONE" : "51",
"CM" : "123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 132, -80 ],
[ 132, 0 ],
[ 126, 0 ],
[ 126, -80 ],
[ 132, -80 ]
]
]
},
"properties" : {
"ZONE" : "52",
"CM" : "129"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 138, -80 ],
[ 138, 0 ],
[ 132, 0 ],
[ 132, -80 ],
[ 138, -80 ]
]
]
},
"properties" : {
"ZONE" : "53",
"CM" : "135"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 144, -80 ],
[ 144, 0 ],
[ 138, 0 ],
[ 138, -80 ],
[ 144, -80 ]
]
]
},
"properties" : {
"ZONE" : "54",
"CM" : "141"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 150, -80 ],
[ 150, 0 ],
[ 144, 0 ],
[ 144, -80 ],
[ 150, -80 ]
]
]
},
"properties" : {
"ZONE" : "55",
"CM" : "147"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 156, -80 ],
[ 156, 0 ],
[ 150, 0 ],
[ 150, -80 ],
[ 156, -80 ]
]
]
},
"properties" : {
"ZONE" : "56",
"CM" : "153"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 162, -80 ],
[ 162, 0 ],
[ 156, 0 ],
[ 156, -80 ],
[ 162, -80 ]
]
]
},
"properties" : {
"ZONE" : "57",
"CM" : "159"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 168, -80 ],
[ 168, 0 ],
[ 162, 0 ],
[ 162, -80 ],
[ 168, -80 ]
]
]
},
"properties" : {
"ZONE" : "58",
"CM" : "165"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 174, -80 ],
[ 174, 0 ],
[ 168, 0 ],
[ 168, -80 ],
[ 174, -80 ]
]
]
},
"properties" : {
"ZONE" : "59",
"CM" : "171"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 174, -80 ],
[ 180, -80 ],
[ 180, 0 ],
[ 174, 0 ],
[ 174, -80 ]
]
]
},
"properties" : {
"ZONE" : "60",
"CM" : "177"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -174, 0 ],
[ -174, 84 ],
[ -180, 84 ],
[ -180, 0 ],
[ -174, 0 ]
]
]
},
"properties" : {
"ZONE" : "01",
"CM" : "-177"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -168, 0 ],
[ -168, 84 ],
[ -174, 84 ],
[ -174, 0 ],
[ -168, 0 ]
]
]
},
"properties" : {
"ZONE" : "02",
"CM" : "-171"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -162, 0 ],
[ -162, 84 ],
[ -168, 84 ],
[ -168, 0 ],
[ -162, 0 ]
]
]
},
"properties" : {
"ZONE" : "03",
"CM" : "-165"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -156, 0 ],
[ -156, 84 ],
[ -162, 84 ],
[ -162, 0 ],
[ -156, 0 ]
]
]
},
"properties" : {
"ZONE" : "04",
"CM" : "-159"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -150, 0 ],
[ -150, 84 ],
[ -156, 84 ],
[ -156, 0 ],
[ -150, 0 ]
]
]
},
"properties" : {
"ZONE" : "05",
"CM" : "-153"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -144, 0 ],
[ -144, 84 ],
[ -150, 84 ],
[ -150, 0 ],
[ -144, 0 ]
]
]
},
"properties" : {
"ZONE" : "06",
"CM" : "-147"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -138, 0 ],
[ -138, 84 ],
[ -144, 84 ],
[ -144, 0 ],
[ -138, 0 ]
]
]
},
"properties" : {
"ZONE" : "07",
"CM" : "-141"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -132, 0 ],
[ -132, 84 ],
[ -138, 84 ],
[ -138, 0 ],
[ -132, 0 ]
]
]
},
"properties" : {
"ZONE" : "08",
"CM" : "-135"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -126, 0 ],
[ -126, 84 ],
[ -132, 84 ],
[ -132, 0 ],
[ -126, 0 ]
]
]
},
"properties" : {
"ZONE" : "09",
"CM" : "-129"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -120, 0 ],
[ -120, 84 ],
[ -126, 84 ],
[ -126, 0 ],
[ -120, 0 ]
]
]
},
"properties" : {
"ZONE" : "10",
"CM" : "-123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -114, 0 ],
[ -114, 84 ],
[ -120, 84 ],
[ -120, 0 ],
[ -114, 0 ]
]
]
},
"properties" : {
"ZONE" : "11",
"CM" : "-117"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -108, 0 ],
[ -108, 84 ],
[ -114, 84 ],
[ -114, 0 ],
[ -108, 0 ]
]
]
},
"properties" : {
"ZONE" : "12",
"CM" : "-111"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -102, 0 ],
[ -102, 84 ],
[ -108, 84 ],
[ -108, 0 ],
[ -102, 0 ]
]
]
},
"properties" : {
"ZONE" : "13",
"CM" : "-105"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -96, 0 ],
[ -96, 84 ],
[ -102, 84 ],
[ -102, 0 ],
[ -96, 0 ]
]
]
},
"properties" : {
"ZONE" : "14",
"CM" : "-99"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -90, 0 ],
[ -90, 84 ],
[ -96, 84 ],
[ -96, 0 ],
[ -90, 0 ]
]
]
},
"properties" : {
"ZONE" : "15",
"CM" : "-93"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -84, 0 ],
[ -84, 84 ],
[ -90, 84 ],
[ -90, 0 ],
[ -84, 0 ]
]
]
},
"properties" : {
"ZONE" : "16",
"CM" : "-87"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -78, 0 ],
[ -78, 84 ],
[ -84, 84 ],
[ -84, 0 ],
[ -78, 0 ]
]
]
},
"properties" : {
"ZONE" : "17",
"CM" : "-81"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -72, 0 ],
[ -72, 84 ],
[ -78, 84 ],
[ -78, 0 ],
[ -72, 0 ]
]
]
},
"properties" : {
"ZONE" : "18",
"CM" : "-75"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -66, 0 ],
[ -66, 84 ],
[ -72, 84 ],
[ -72, 0 ],
[ -66, 0 ]
]
]
},
"properties" : {
"ZONE" : "19",
"CM" : "-69"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -60, 0 ],
[ -60, 84 ],
[ -66, 84 ],
[ -66, 0 ],
[ -60, 0 ]
]
]
},
"properties" : {
"ZONE" : "20",
"CM" : "-63"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -54, 0 ],
[ -54, 84 ],
[ -60, 84 ],
[ -60, 0 ],
[ -54, 0 ]
]
]
},
"properties" : {
"ZONE" : "21",
"CM" : "-57"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -48, 0 ],
[ -48, 84 ],
[ -54, 84 ],
[ -54, 0 ],
[ -48, 0 ]
]
]
},
"properties" : {
"ZONE" : "22",
"CM" : "-51"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -42, 0 ],
[ -42, 84 ],
[ -48, 84 ],
[ -48, 0 ],
[ -42, 0 ]
]
]
},
"properties" : {
"ZONE" : "23",
"CM" : "-45"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -36, 0 ],
[ -36, 84 ],
[ -42, 84 ],
[ -42, 0 ],
[ -36, 0 ]
]
]
},
"properties" : {
"ZONE" : "24",
"CM" : "-39"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -30, 0 ],
[ -30, 84 ],
[ -36, 84 ],
[ -36, 0 ],
[ -30, 0 ]
]
]
},
"properties" : {
"ZONE" : "25",
"CM" : "-33"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -24, 0 ],
[ -24, 84 ],
[ -30, 84 ],
[ -30, 0 ],
[ -24, 0 ]
]
]
},
"properties" : {
"ZONE" : "26",
"CM" : "-27"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -18, 0 ],
[ -18, 84 ],
[ -24, 84 ],
[ -24, 0 ],
[ -18, 0 ]
]
]
},
"properties" : {
"ZONE" : "27",
"CM" : "-21"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -12, 0 ],
[ -12, 84 ],
[ -18, 84 ],
[ -18, 0 ],
[ -12, 0 ]
]
]
},
"properties" : {
"ZONE" : "28",
"CM" : "-15"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ -6, 0 ],
[ -6, 84 ],
[ -12, 84 ],
[ -12, 0 ],
[ -6, 0 ]
]
]
},
"properties" : {
"ZONE" : "29",
"CM" : "-9"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 0, 84 ],
[ -6, 84 ],
[ -6, 0 ],
[ 0, 0 ],
[ 0, 84 ]
]
]
},
"properties" : {
"ZONE" : "30",
"CM" : "-3"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 48, 0 ],
[ 48, 84 ],
[ 42, 84 ],
[ 42, 0 ],
[ 48, 0 ]
]
]
},
"properties" : {
"ZONE" : "38",
"CM" : "45"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 54, 0 ],
[ 54, 84 ],
[ 48, 84 ],
[ 48, 0 ],
[ 54, 0 ]
]
]
},
"properties" : {
"ZONE" : "39",
"CM" : "51"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 60, 0 ],
[ 60, 84 ],
[ 54, 84 ],
[ 54, 0 ],
[ 60, 0 ]
]
]
},
"properties" : {
"ZONE" : "40",
"CM" : "57"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 66, 0 ],
[ 66, 84 ],
[ 60, 84 ],
[ 60, 0 ],
[ 66, 0 ]
]
]
},
"properties" : {
"ZONE" : "41",
"CM" : "63"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 72, 0 ],
[ 72, 84 ],
[ 66, 84 ],
[ 66, 0 ],
[ 72, 0 ]
]
]
},
"properties" : {
"ZONE" : "42",
"CM" : "69"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 78, 0 ],
[ 78, 84 ],
[ 72, 84 ],
[ 72, 0 ],
[ 78, 0 ]
]
]
},
"properties" : {
"ZONE" : "43",
"CM" : "75"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 84, 0 ],
[ 84, 84 ],
[ 78, 84 ],
[ 78, 0 ],
[ 84, 0 ]
]
]
},
"properties" : {
"ZONE" : "44",
"CM" : "81"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 90, 0 ],
[ 90, 84 ],
[ 84, 84 ],
[ 84, 0 ],
[ 90, 0 ]
]
]
},
"properties" : {
"ZONE" : "45",
"CM" : "87"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 96, 0 ],
[ 96, 84 ],
[ 90, 84 ],
[ 90, 0 ],
[ 96, 0 ]
]
]
},
"properties" : {
"ZONE" : "46",
"CM" : "93"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 102, 0 ],
[ 102, 84 ],
[ 96, 84 ],
[ 96, 0 ],
[ 102, 0 ]
]
]
},
"properties" : {
"ZONE" : "47",
"CM" : "99"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 108, 0 ],
[ 108, 84 ],
[ 102, 84 ],
[ 102, 0 ],
[ 108, 0 ]
]
]
},
"properties" : {
"ZONE" : "48",
"CM" : "105"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 114, 0 ],
[ 114, 84 ],
[ 108, 84 ],
[ 108, 0 ],
[ 114, 0 ]
]
]
},
"properties" : {
"ZONE" : "49",
"CM" : "111"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 120, 0 ],
[ 120, 84 ],
[ 114, 84 ],
[ 114, 0 ],
[ 120, 0 ]
]
]
},
"properties" : {
"ZONE" : "50",
"CM" : "117"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 126, 0 ],
[ 126, 84 ],
[ 120, 84 ],
[ 120, 0 ],
[ 126, 0 ]
]
]
},
"properties" : {
"ZONE" : "51",
"CM" : "123"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 132, 0 ],
[ 132, 84 ],
[ 126, 84 ],
[ 126, 0 ],
[ 132, 0 ]
]
]
},
"properties" : {
"ZONE" : "52",
"CM" : "129"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 138, 0 ],
[ 138, 84 ],
[ 132, 84 ],
[ 132, 0 ],
[ 138, 0 ]
]
]
},
"properties" : {
"ZONE" : "53",
"CM" : "135"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 144, 0 ],
[ 144, 84 ],
[ 138, 84 ],
[ 138, 0 ],
[ 144, 0 ]
]
]
},
"properties" : {
"ZONE" : "54",
"CM" : "141"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 150, 0 ],
[ 150, 84 ],
[ 144, 84 ],
[ 144, 0 ],
[ 150, 0 ]
]
]
},
"properties" : {
"ZONE" : "55",
"CM" : "147"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 156, 0 ],
[ 156, 84 ],
[ 150, 84 ],
[ 150, 0 ],
[ 156, 0 ]
]
]
},
"properties" : {
"ZONE" : "56",
"CM" : "153"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 162, 0 ],
[ 162, 84 ],
[ 156, 84 ],
[ 156, 0 ],
[ 162, 0 ]
]
]
},
"properties" : {
"ZONE" : "57",
"CM" : "159"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 168, 0 ],
[ 168, 84 ],
[ 162, 84 ],
[ 162, 0 ],
[ 168, 0 ]
]
]
},
"properties" : {
"ZONE" : "58",
"CM" : "165"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 174, 0 ],
[ 174, 84 ],
[ 168, 84 ],
[ 168, 0 ],
[ 174, 0 ]
]
]
},
"properties" : {
"ZONE" : "59",
"CM" : "171"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 180, 0 ],
[ 180, 84 ],
[ 174, 84 ],
[ 174, 0 ],
[ 180, 0 ]
]
]
},
"properties" : {
"ZONE" : "60",
"CM" : "177"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 9, 84 ],
[ 0, 84 ],
[ 0, 0 ],
[ 6, 0 ],
[ 6, 56 ],
[ 3, 56 ],
[ 3, 64 ],
[ 6, 64 ],
[ 6, 72 ],
[ 9, 72 ],
[ 9, 84 ]
]
]
},
"properties" : {
"ZONE" : "31",
"CM" : "3"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 12, 0 ],
[ 12, 72 ],
[ 9, 72 ],
[ 6, 72 ],
[ 6, 64 ],
[ 3, 64 ],
[ 3, 56 ],
[ 6, 56 ],
[ 6, 0 ],
[ 12, 0 ]
]
]
},
"properties" : {
"ZONE" : "32",
"CM" : "9"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 21, 84 ],
[ 9, 84 ],
[ 9, 72 ],
[ 12, 72 ],
[ 12, 0 ],
[ 18, 0 ],
[ 18, 72 ],
[ 21, 72 ],
[ 21, 84 ]
]
]
},
"properties" : {
"ZONE" : "33",
"CM" : "15"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 24, 0 ],
[ 24, 72 ],
[ 21, 72 ],
[ 18, 72 ],
[ 18, 0 ],
[ 24, 0 ]
]
]
},
"properties" : {
"ZONE" : "34",
"CM" : "21"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 33, 84 ],
[ 21, 84 ],
[ 21, 72 ],
[ 24, 72 ],
[ 24, 0 ],
[ 30, 0 ],
[ 30, 72 ],
[ 33, 72 ],
[ 33, 84 ]
]
]
},
"properties" : {
"ZONE" : "35",
"CM" : "27"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 36, 0 ],
[ 36, 72 ],
[ 33, 72 ],
[ 30, 72 ],
[ 30, 0 ],
[ 36, 0 ]
]
]
},
"properties" : {
"ZONE" : "36",
"CM" : "33"
}
},
{
"type" : "Feature",
"geometry" : {
"type" : "Polygon",
"coordinates" : [
[
[ 42, 84 ],
[ 33, 84 ],
[ 33, 72 ],
[ 36, 72 ],
[ 36, 0 ],
[ 42, 0 ],
[ 42, 84 ]
]
]
},
"properties" : {
"ZONE" : "37",
"CM" : "39"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment