Skip to content

Instantly share code, notes, and snippets.

@hrbrmstr
Last active August 29, 2015 14:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrbrmstr/472f548d8d4ac84b6eb4 to your computer and use it in GitHub Desktop.
Save hrbrmstr/472f548d8d4ac84b6eb4 to your computer and use it in GitHub Desktop.

2015-08-05 UPDATE I got an official response from the Maritime Safety Office that included the official shapefile! I added that GeoJSON to this gist


So, I managed to determine that NIMA is directly associated with the NGIA and I found a GitHub org for NGIA: https://github.com/ngageoint?page=1

There's an iOS app repo there - https://github.com/ngageoint/anti-piracy-iOS-app which had a CSV file: https://raw.githubusercontent.com/ngageoint/anti-piracy-iOS-app/master/Asam/subregions.csv

That CSV file is a set of "spatial lines" for framing the sub-regions. I had to modify the subregions (I put the modified file in this gist) to remove duplicate IDs.

The R script in this gist will convert the CSV tile to a SpatialPolygonsDataFrame and also uses the geojsonio package to make a geojson file of the SPDF (which is also in the repo).

Thank you to everyone who went on the hunt! It's really weird this shapefile wasn't in any catalog.

The reason for this treasure hunt will become evident on September 19th! #rrrr

library(sp)
library(stringr)
dat <- readLines("subregions.csv")
SpatialPolygons(lapply(dat, function(x) {
region <- str_split_fixed(x, ",", 2)[,1]
poly_pts <- as.numeric(str_split(str_split_fixed(x, ",", 2)[,2], ",")[[1]])
poly_mat <- matrix(c(poly_pts, poly_pts[1], poly_pts[2]), ncol=2, byrow=TRUE)
tmp <- poly_mat[,2]
poly_mat[,2] <- poly_mat[,1]
poly_mat[,1] <- tmp
Polygons(list(Polygon(poly_mat)), ID=region)
}), proj4string=CRS("+proj=longlat")) -> subr
subr_dat <- data.frame(id=sapply(subr@polygons, function(x) { slot(x, "ID") }),
stringsAsFactors=FALSE)
rownames(subr_dat) <- subr_dat$id
subr <- SpatialPolygonsDataFrame(subr, subr_dat)
plot(subr)
library(geojsonio)
geojson_write(subr, geometry="polygon", file="subregions.geojson")
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "OBJECTID": 1, "ID": 1, "SUBREGION": 83, "REGION": 8, "Shape_Leng": 275.90637284100001, "Shape_Area": 4513.1276800400001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -180.000000008732428, -26.988185867381006 ], [ -179.999999995362998, 17.918098452766813 ], [ -135.000000000341885, 17.999999999941693 ], [ -120.00000000179557, 18.000000026624363 ], [ -120.00000000076848, 4.999999999459533 ], [ -120.000000005644097, -60.000000005274273 ], [ -175.000000000151488, -60.000000000166708 ], [ -174.999999997915097, -26.999999999235115 ], [ -180.000000008732428, -26.988185867381006 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 2, "ID": 2, "SUBREGION": 19, "REGION": 1, "Shape_Leng": 144.081976072, "Shape_Area": 1216.8427847099999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -179.999999995362998, 17.918098452766813 ], [ -179.999999999473914, 44.999999998254637 ], [ -149.99999999922764, 44.999999999659579 ], [ -134.999999999748013, 45.000000000362107 ], [ -135.000000000341885, 17.999999999941693 ], [ -179.999999995362998, 17.918098452766813 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 3, "ID": 3, "SUBREGION": 17, "REGION": 1, "Shape_Leng": 66.679662952100003, "Shape_Area": 248.730098911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -149.99999999922764, 44.999999999659579 ], [ -149.999999999999574, 52.000000001261938 ], [ -136.00000002215009, 58.999999984958251 ], [ -135.168720784426398, 59.827286490906729 ], [ -129.862522699664851, 55.996354241370383 ], [ -123.427866519978949, 50.357135054821569 ], [ -124.449996953665618, 49.95000075097947 ], [ -134.999999999748013, 45.000000000362107 ], [ -149.99999999922764, 44.999999999659579 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 4, "ID": 4, "SUBREGION": 18, "REGION": 1, "Shape_Leng": 116.559100194, "Shape_Area": 692.64299437800003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.427866519978949, 50.357135054821569 ], [ -104.540915183527133, 50.135453540380766 ], [ -107.428422477444855, 34.250271235019099 ], [ -116.000000003511389, 32.749999997425036 ], [ -120.000000000267391, 31.999999999552912 ], [ -120.00000000179557, 18.000000026624363 ], [ -135.000000000341885, 17.999999999941693 ], [ -134.999999999748013, 45.000000000362107 ], [ -124.449996953665618, 49.95000075097947 ], [ -123.427866519978949, 50.357135054821569 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 5, "ID": 5, "SUBREGION": 21, "REGION": 2, "Shape_Leng": 123.27129866, "Shape_Area": 672.56328174500004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.000000003511389, 32.749999997425036 ], [ -105.417129455105055, 28.985228283918232 ], [ -101.226488208590723, 19.907113067977178 ], [ -87.29186817719777, 14.563762529623489 ], [ -84.805952163973856, 10.937788604407515 ], [ -82.89302179178803, 8.903382859003983 ], [ -82.008006204197812, 8.756045374715399 ], [ -80.988680587405526, 8.589264722198592 ], [ -79.497478264809132, 9.266213924549334 ], [ -78.252539619356725, 9.014428580525205 ], [ -77.666011216386707, 8.165849723024351 ], [ -84.999999998343043, 4.999999999989569 ], [ -120.00000000076848, 4.999999999459533 ], [ -120.00000000179557, 18.000000026624363 ], [ -120.000000000267391, 31.999999999552912 ], [ -116.000000003511389, 32.749999997425036 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 6, "ID": 6, "SUBREGION": 28, "REGION": 2, "Shape_Leng": 70.842866575000002, "Shape_Area": 180.140911125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -105.417129455105055, 28.985228283918232 ], [ -100.67964757028129, 27.299687340470541 ], [ -90.00000634129043, 23.49999522756535 ], [ -86.000000138989094, 23.499999821834678 ], [ -86.000010612395172, 21.500018239873114 ], [ -81.00000289165105, 18.000002185057966 ], [ -82.000023109686722, 14.00004558892617 ], [ -82.008006204197812, 8.756045374715399 ], [ -82.89302179178803, 8.903382859003983 ], [ -84.805952163973856, 10.937788604407515 ], [ -87.29186817719777, 14.563762529623489 ], [ -101.226488208590723, 19.907113067977178 ], [ -105.417129455105055, 28.985228283918232 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 7, "ID": 7, "SUBREGION": 27, "REGION": 2, "Shape_Leng": 25.8711975258, "Shape_Area": 37.473414565100001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -86.000000138989094, 23.499999821834678 ], [ -79.600053874888516, 23.499948091881492 ], [ -75.75000250359659, 21.749994407787895 ], [ -75.75717234718033, 20.384473053481571 ], [ -77.250007882312033, 19.899994246762617 ], [ -81.00000289165105, 18.000002185057966 ], [ -86.000010612395172, 21.500018239873114 ], [ -86.000000138989094, 23.499999821834678 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 8, "ID": 8, "SUBREGION": 11, "REGION": 1, "Shape_Leng": 107.27366437800001, "Shape_Area": 504.85999098500002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -116.000000003511389, 32.749999997425036 ], [ -107.428422477444855, 34.250271235019099 ], [ -105.65577057712018, 44.002246116577922 ], [ -93.00000283935475, 44.00000430829563 ], [ -88.000000043078842, 40.499997324908392 ], [ -82.000004471372989, 40.500002877756302 ], [ -77.197044093545131, 35.527622368952152 ], [ -74.750003029820533, 35.499991813656479 ], [ -74.250005303239703, 32.935322091346606 ], [ -79.599999294190411, 31.999998958365694 ], [ -79.600053874888516, 23.499948091881492 ], [ -86.000000138989094, 23.499999821834678 ], [ -90.00000634129043, 23.49999522756535 ], [ -100.67964757028129, 27.299687340470541 ], [ -105.417129455105055, 28.985228283918232 ], [ -116.000000003511389, 32.749999997425036 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 9, "ID": 9, "SUBREGION": 26, "REGION": 2, "Shape_Leng": 80.535078672899999, "Shape_Area": 219.35295503200001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.250005303239703, 32.935322091346606 ], [ -68.000099286916054, 34.027953543231646 ], [ -64.000007155964141, 34.727268481704542 ], [ -71.500000457702157, 19.999983840842589 ], [ -71.499994307970496, 17.750012546586262 ], [ -76.000010688648388, 13.250001426559223 ], [ -77.666011216386707, 8.165849723024351 ], [ -78.252539619356725, 9.014428580525205 ], [ -79.497478264809132, 9.266213924549334 ], [ -80.988680587405526, 8.589264722198592 ], [ -82.008006204197812, 8.756045374715399 ], [ -82.000023109686722, 14.00004558892617 ], [ -81.00000289165105, 18.000002185057966 ], [ -77.250007882312033, 19.899994246762617 ], [ -75.75717234718033, 20.384473053481571 ], [ -75.75000250359659, 21.749994407787895 ], [ -79.600053874888516, 23.499948091881492 ], [ -79.599999294190411, 31.999998958365694 ], [ -74.250005303239703, 32.935322091346606 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 10, "ID": 10, "SUBREGION": 25, "REGION": 2, "Shape_Leng": 89.065873548400006, "Shape_Area": 450.16167443000001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -64.000007155964141, 34.727268481704542 ], [ -55.255951020350693, 36.255950953319356 ], [ -42.99943529757121, 23.999437139985034 ], [ -59.333000476054991, 11.249999980601913 ], [ -65.00000016042577, 12.999999975436211 ], [ -67.999994573869046, 13.499999972832086 ], [ -72.049452826039385, 13.643375800350626 ], [ -76.000010688648388, 13.250001426559223 ], [ -71.499994307970496, 17.750012546586262 ], [ -71.500000457702157, 19.999983840842589 ], [ -64.000007155964141, 34.727268481704542 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 11, "ID": 11, "SUBREGION": 12, "REGION": 1, "Shape_Leng": 41.3361733642, "Shape_Area": 81.149601746599998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.197044093545131, 35.527622368952152 ], [ -82.000004471372989, 40.500002877756302 ], [ -72.726027375647902, 45.308727996659812 ], [ -72.377976039841741, 41.490533705709751 ], [ -72.370026874854076, 40.880029908608591 ], [ -68.000099286916054, 34.027953543231646 ], [ -74.250005303239703, 32.935322091346606 ], [ -74.750003029820533, 35.499991813656479 ], [ -77.197044093545131, 35.527622368952152 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 12, "ID": 12, "SUBREGION": 13, "REGION": 1, "Shape_Leng": 35.789222603500001, "Shape_Area": 71.187727306200003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -72.377976039841741, 41.490533705709751 ], [ -72.726027375647902, 45.308727996659812 ], [ -68.500000104482879, 47.499999689727716 ], [ -66.833000324320111, 47.000000554569155 ], [ -66.832999100706488, 45.571816967420389 ], [ -66.832998849420022, 44.999999153698397 ], [ -64.000007155964141, 34.727268481704542 ], [ -68.000099286916054, 34.027953543231646 ], [ -72.370026874854076, 40.880029908608591 ], [ -72.377976039841741, 41.490533705709751 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 13, "ID": 13, "SUBREGION": 14, "REGION": 1, "Shape_Leng": 181.41822801800001, "Shape_Area": 795.99054518399998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -66.832999100706488, 45.571816967420389 ], [ -66.833000324320111, 47.000000554569155 ], [ -68.500000104482879, 47.499999689727716 ], [ -72.726027375647902, 45.308727996659812 ], [ -82.000004471372989, 40.500002877756302 ], [ -88.000000043078842, 40.499997324908392 ], [ -93.00000283935475, 44.00000430829563 ], [ -105.65577057712018, 44.002246116577922 ], [ -104.540915183527133, 50.135453540380766 ], [ -92.999991681322001, 49.99999444195673 ], [ -55.750008466081454, 52.499993475947107 ], [ -46.374120829267582, 56.999948325138845 ], [ -27.500000431203858, 41.500000270486638 ], [ -55.255951020350693, 36.255950953319356 ], [ -64.000007155964141, 34.727268481704542 ], [ -66.832998849420022, 44.999999153698397 ], [ -66.832999100706488, 45.571816967420389 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 14, "ID": 14, "SUBREGION": 15, "REGION": 1, "Shape_Leng": 253.54504336400001, "Shape_Area": 2556.8438557999998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -92.999991681322001, 49.99999444195673 ], [ -104.540915183527133, 50.135453540380766 ], [ -123.427866519978949, 50.357135054821569 ], [ -129.862522699664851, 55.996354241370383 ], [ -135.168720784426398, 59.827286490906729 ], [ -139.915368089759681, 67.144083146022254 ], [ -140.000002050862577, 69.611797702779384 ], [ -140.000000760237498, 83.999998186289801 ], [ -58.000002671099679, 83.999998734734802 ], [ -61.014423083029186, 81.994918691582612 ], [ -67.500135733287607, 80.603416737436177 ], [ -73.801896121557803, 78.706396321082664 ], [ -73.793852763156863, 76.682182725091096 ], [ -60.980074234641222, 68.99476413688744 ], [ -46.374120829267582, 56.999948325138845 ], [ -55.750008466081454, 52.499993475947107 ], [ -92.999991681322001, 49.99999444195673 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 15, "ID": 15, "SUBREGION": 16, "REGION": 1, "Shape_Leng": 153.119692227, "Shape_Area": 1236.5590968399999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -139.915368089759681, 67.144083146022254 ], [ -135.168720784426398, 59.827286490906729 ], [ -136.00000002215009, 58.999999984958251 ], [ -149.999999999999574, 52.000000001261938 ], [ -149.99999999922764, 44.999999999659579 ], [ -179.999999999473914, 44.999999998254637 ], [ -180.000000000083844, 59.136227049689708 ], [ -168.000000036420744, 66.499999947870336 ], [ -167.999999974740831, 74.017886801428133 ], [ -167.999999892843391, 83.999999978438083 ], [ -140.000000760237498, 83.999998186289801 ], [ -140.000002050862577, 69.611797702779384 ], [ -139.915368089759681, 67.144083146022254 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 16, "ID": 16, "SUBREGION": 96, "REGION": 9, "Shape_Leng": 48.497005737800002, "Shape_Area": 134.5064787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -180.000000000083844, 59.136227049689708 ], [ -179.99999977939126, 74.036086949043707 ], [ -167.999999974740831, 74.017886801428133 ], [ -168.000000036420744, 66.499999947870336 ], [ -180.000000000083844, 59.136227049689708 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 17, "ID": 17, "SUBREGION": 41, "REGION": 4, "Shape_Leng": 43.948649269500002, "Shape_Area": 119.69181104800001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -179.99999977939126, 74.036086949043707 ], [ -180.000000142234654, 84.002608901983209 ], [ -167.999999892843391, 83.999999978438083 ], [ -167.999999974740831, 74.017886801428133 ], [ -179.99999977939126, 74.036086949043707 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 18, "ID": 18, "SUBREGION": 76, "REGION": 7, "Shape_Leng": 75.997509055699993, "Shape_Area": 164.99367695000001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -175.000000000151488, -60.000000000166708 ], [ -179.999999318541683, -59.985661075191068 ], [ -180.000000008732428, -26.988185867381006 ], [ -174.999999997915097, -26.999999999235115 ], [ -175.000000000151488, -60.000000000166708 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 19, "ID": 19, "SUBREGION": 22, "REGION": 2, "Shape_Leng": 250.315254095, "Shape_Area": 3574.8865533500002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.666011216386707, 8.165849723024351 ], [ -75.311499778133907, 5.476679485569875 ], [ -58.331078144960145, -14.171706296963265 ], [ -65.307378593789991, -34.083778936918542 ], [ -71.590249704048574, -52.016634159048373 ], [ -68.720600928778168, -51.966195579816954 ], [ -62.999999927358516, -53.000000174243894 ], [ -62.999999516101568, -59.999999890485846 ], [ -120.000000005644097, -60.000000005274273 ], [ -120.00000000076848, 4.999999999459533 ], [ -84.999999998343043, 4.999999999989569 ], [ -77.666011216386707, 8.165849723024351 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 20, "ID": 20, "SUBREGION": 23, "REGION": 2, "Shape_Leng": 147.02549922200001, "Shape_Area": 949.88309005199994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -65.307378593789991, -34.083778936918542 ], [ -57.162770823107849, -36.249956009730013 ], [ -20.000000080952361, -36.250000109890976 ], [ -20.000000056305566, -53.499999914954373 ], [ -46.999999739149104, -53.500000248207485 ], [ -46.999999757690915, -59.999999984761502 ], [ -62.999999516101568, -59.999999890485846 ], [ -62.999999927358516, -53.000000174243894 ], [ -68.720600928778168, -51.966195579816954 ], [ -71.590249704048574, -52.016634159048373 ], [ -65.307378593789991, -34.083778936918542 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 21, "ID": 21, "SUBREGION": 24, "REGION": 2, "Shape_Leng": 209.073829864, "Shape_Area": 2332.7520105799999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -42.99943529757121, 23.999437139985034 ], [ -20.000000368424992, 1.000000106489367 ], [ -20.000000080952361, -36.250000109890976 ], [ -57.162770823107849, -36.249956009730013 ], [ -65.307378593789991, -34.083778936918542 ], [ -58.331078144960145, -14.171706296963265 ], [ -75.311499778133907, 5.476679485569875 ], [ -77.666011216386707, 8.165849723024351 ], [ -76.000010688648388, 13.250001426559223 ], [ -72.049452826039385, 13.643375800350626 ], [ -67.999994573869046, 13.499999972832086 ], [ -65.00000016042577, 12.999999975436211 ], [ -59.333000476054991, 11.249999980601913 ], [ -42.99943529757121, 23.999437139985034 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 22, "ID": 22, "SUBREGION": 38, "REGION": 3, "Shape_Leng": 804.726498634, "Shape_Area": 3994.6505532699998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -180.000000142234654, 84.002608901983209 ], [ -179.999999999774531, 90.000000000691145 ], [ 179.999999999434465, 89.999999999228194 ], [ 179.999999933549134, 84.000000025875423 ], [ 86.999164417919474, 84.000001059068168 ], [ 86.528754288893765, 84.00000106429421 ], [ 36.067435846470431, 84.00000162489421 ], [ 0.000000868003269, 84.000002025585403 ], [ 0.00000059767811, 75.500000258578396 ], [ -0.000000182488577, 70.000000353831709 ], [ -19.298252441115636, 49.999992293208848 ], [ -27.500000431203858, 41.500000270486638 ], [ -46.374120829267582, 56.999948325138845 ], [ -60.980074234641222, 68.99476413688744 ], [ -73.793852763156863, 76.682182725091096 ], [ -73.801896121557803, 78.706396321082664 ], [ -67.500135733287607, 80.603416737436177 ], [ -61.014423083029186, 81.994918691582612 ], [ -58.000002671099679, 83.999998734734802 ], [ -140.000000760237498, 83.999998186289801 ], [ -167.999999892843391, 83.999999978438083 ], [ -180.000000142234654, 84.002608901983209 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 23, "ID": 23, "SUBREGION": 29, "REGION": 2, "Shape_Leng": 793.01435843800004, "Shape_Area": 10975.5358877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -20.000000056305566, -53.499999914954373 ], [ -20.000000111840137, -59.999999716594374 ], [ 18.750000005628294, -59.999999775467188 ], [ 90.000000171956401, -59.999999463696604 ], [ 134.999999997908787, -59.999999996540765 ], [ 180.000000072113835, -60.000000020454117 ], [ 179.999999999702197, -90.000000001207439 ], [ -179.999999999527262, -90.000000006504436 ], [ -179.999999318541683, -59.985661075191068 ], [ -175.000000000151488, -60.000000000166708 ], [ -120.000000005644097, -60.000000005274273 ], [ -62.999999516101568, -59.999999890485846 ], [ -46.999999757690915, -59.999999984761502 ], [ -46.999999739149104, -53.500000248207485 ], [ -20.000000056305566, -53.499999914954373 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 24, "ID": 24, "SUBREGION": 57, "REGION": 5, "Shape_Leng": 211.36490084799999, "Shape_Area": 2575.4654197200002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -20.000000368424992, 1.000000106489367 ], [ -7.240001023827489, 4.240000002531275 ], [ -7.238349570870383, 8.358990675476235 ], [ 18.75000001795803, 8.342632960542417 ], [ 18.750000005628294, -59.999999775467188 ], [ -20.000000111840137, -59.999999716594374 ], [ -20.000000056305566, -53.499999914954373 ], [ -20.000000080952361, -36.250000109890976 ], [ -20.000000368424992, 1.000000106489367 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 25, "ID": 25, "SUBREGION": 61, "REGION": 6, "Shape_Leng": 282.84681712299999, "Shape_Area": 4579.6526360600001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 18.750000017958037, 8.342632960542415 ], [ 45.912962564297658, 8.038599132579638 ], [ 51.005599448233909, 11.136983896010777 ], [ 54.000000001999076, 11.133999830707458 ], [ 53.999999996924622, 0.000000040700728 ], [ 90.000000003399151, 0.000000004915449 ], [ 89.999999981137378, -11.24999988901159 ], [ 89.999999998422766, -33.999999998207798 ], [ 90.000000171956472, -59.999999463696604 ], [ 18.75000000562834, -59.999999775467188 ], [ 18.75, -6.726191817967808 ], [ 18.750000017958037, 8.342632960542415 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 26, "ID": 26, "SUBREGION": 76, "REGION": 7, "Shape_Leng": 134.413481757, "Shape_Area": 791.999960139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 134.999999997908787, -59.999999996540765 ], [ 168.090911664007308, -34.000000108311596 ], [ 176.999999263152176, -26.999999913589861 ], [ 180.000000007204335, -26.999999999744205 ], [ 180.000000072113835, -60.000000020454117 ], [ 134.999999997908787, -59.999999996540765 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 27, "ID": 27, "SUBREGION": 75, "REGION": 7, "Shape_Leng": 195.43733455099999, "Shape_Area": 1647.0807201800001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 89.999999998422766, -33.999999998207798 ], [ 117.827379216785801, -36.337017680173474 ], [ 117.901144709748451, -35.052889239742058 ], [ 119.624364001907807, -33.243078658832822 ], [ 130.95757313179891, -28.202675979639032 ], [ 145.828011650013735, -34.044633968937603 ], [ 151.048080534330921, -34.000078495687873 ], [ 168.090911664007365, -34.000000108311639 ], [ 134.999999997908787, -59.999999996540765 ], [ 90.000000171956387, -59.999999463696604 ], [ 89.999999998422766, -33.999999998207798 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 28, "ID": 28, "SUBREGION": 62, "REGION": 6, "Shape_Leng": 166.39100571099999, "Shape_Area": 1288.6154788399999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 45.912962564297658, 8.038599132579677 ], [ 18.75000001795803, 8.342632960542417 ], [ 18.74999979447378, 29.999999959002878 ], [ 31.59031986985346, 29.999999908102382 ], [ 43.00000022587551, 29.999999798572276 ], [ 42.999999994515349, 38.999999993671921 ], [ 42.999999990161996, 49.999999997196099 ], [ 62.041570336876788, 49.999999998171134 ], [ 62.042355583752084, 26.588459299155943 ], [ 62.07680135063373, 25.094607866581953 ], [ 63.676589973750851, 22.795736045028548 ], [ 64.475715622094583, 20.539367686695215 ], [ 64.000000080836287, 18.000000169177994 ], [ 62.759941490322717, 15.815095383831903 ], [ 60.78561234549025, 13.934782583934407 ], [ 57.730117587957466, 12.171998717175214 ], [ 54.000000001998956, 11.133999830707452 ], [ 51.005599448233824, 11.136983896010776 ], [ 45.912962564297658, 8.038599132579677 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 29, "ID": 29, "SUBREGION": 51, "REGION": 5, "Shape_Leng": 201.86480536600001, "Shape_Area": 1829.9908445200001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -27.500000431203858, 41.500000270486638 ], [ -12.74992275211531, 42.190994263372815 ], [ -5.000000213746546, 42.554053536342266 ], [ -4.999999762856902, 29.999999925474512 ], [ 11.999999650972285, 29.999999554677643 ], [ 18.74999979447378, 29.999999959002878 ], [ 18.75000001795803, 8.342632960542417 ], [ -7.238349570870383, 8.358990675476235 ], [ -7.240001023827489, 4.240000002531275 ], [ -20.000000368424992, 1.000000106489367 ], [ -42.99943529757121, 23.999437139985034 ], [ -55.255951020350693, 36.255950953319356 ], [ -27.500000431203858, 41.500000270486638 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 30, "ID": 30, "SUBREGION": 74, "REGION": 7, "Shape_Leng": 216.39700922399999, "Shape_Area": 1671.1692966799999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 89.999999981137307, -11.24999988901159 ], [ 108.500000069279011, -11.250000202050609 ], [ 118.000002510701876, -11.25000060249714 ], [ 132.000005900540572, -9.499999866028176 ], [ 141.999999034348804, -10.000000042238314 ], [ 146.000000221780283, -10.000000412733531 ], [ 149.999999706722178, -11.999999887013477 ], [ 161.999999972091985, -15.000000118603552 ], [ 162.000000402639756, -27.000000110288696 ], [ 172.500000010334759, -26.999999580637095 ], [ 176.999999263152176, -26.999999913589857 ], [ 168.090911664007365, -34.000000108311639 ], [ 151.048080534330921, -34.000078495687873 ], [ 145.828011650013735, -34.044633968937603 ], [ 130.95757313179891, -28.202675979639032 ], [ 119.624364001907807, -33.243078658832822 ], [ 117.901144709748451, -35.052889239742058 ], [ 117.827379216785801, -36.337017680173474 ], [ 89.999999998422766, -33.999999998207798 ], [ 89.999999981137307, -11.24999988901159 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 31, "ID": 31, "SUBREGION": 71, "REGION": 7, "Shape_Leng": 91.937032730599995, "Shape_Area": 387.70374061000001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 90.000000003399123, 0.000000004915492 ], [ 90.000000057458692, 4.999999795432942 ], [ 98.999999975547098, 8.249998321649855 ], [ 103.999999922933853, 1.749999734825124 ], [ 106.999999638990801, 7.399999923734583 ], [ 116.410003321478086, 7.400000289257491 ], [ 117.499999983959583, 7.400000005293904 ], [ 118.500457886765219, 6.399542898228574 ], [ 110.999999579538382, -2.500000387172108 ], [ 108.499999972017747, -6.500000223340678 ], [ 108.500000069278997, -11.250000202050572 ], [ 89.999999981137307, -11.249999889011633 ], [ 90.000000003399123, 0.000000004915492 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 32, "ID": 32, "SUBREGION": 72, "REGION": 7, "Shape_Leng": 56.603563118799997, "Shape_Area": 156.69331797500001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 118.500457886765219, 6.399542898228574 ], [ 119.499999944286401, 5.399999916138725 ], [ 119.499999916264301, 4.400000222069139 ], [ 123.500014621477533, 4.780911569319528 ], [ 123.500007353755905, 1.000002371276722 ], [ 121.000053539163105, 0.999995220301415 ], [ 120.99999995146635, -6.499999941260214 ], [ 118.919998107709148, -8.500000060478911 ], [ 118.000002510701847, -11.250000602497096 ], [ 108.500000069278997, -11.250000202050572 ], [ 108.499999972017747, -6.500000223340678 ], [ 110.999999579538382, -2.500000387172108 ], [ 118.500457886765219, 6.399542898228574 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 33, "ID": 33, "SUBREGION": 73, "REGION": 7, "Shape_Leng": 112.15909410899999, "Shape_Area": 339.96522058199997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.500014621477533, 4.780911569319528 ], [ 129.999999927511112, 5.400000188634067 ], [ 129.999999992609048, 1.500000015403899 ], [ 136.750000002369745, -0.00000000376086 ], [ 141.249999981966994, -0.999999995437832 ], [ 147.250008994020504, -5.600006745126905 ], [ 150.749999990147387, -8.100000535164213 ], [ 153.999999996904705, -8.100000381707702 ], [ 161.999999972091928, -15.000000118603552 ], [ 149.999999706722178, -11.999999887013516 ], [ 146.000000221780283, -10.00000041273357 ], [ 141.999999034348775, -10.000000042238312 ], [ 132.000005900540543, -9.499999866028219 ], [ 118.000002510701847, -11.250000602497096 ], [ 118.919998107709148, -8.500000060478911 ], [ 120.99999995146635, -6.499999941260214 ], [ 121.000053539163105, 0.999995220301415 ], [ 123.500007353755905, 1.000002371276722 ], [ 123.500014621477533, 4.780911569319528 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 34, "ID": 34, "SUBREGION": 83, "REGION": 8, "Shape_Leng": 85.506200935699994, "Shape_Area": 312.02271583300001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 172.500000010334702, -26.999999580637052 ], [ 172.500000005364711, -17.999712592738419 ], [ 162.997324133487155, 0.000000048889888 ], [ 167.999999979692461, -0.00000000894191 ], [ 180.000000002292495, 3.999999998876788 ], [ 180.000000007204335, -26.999999999744205 ], [ 176.999999263152176, -26.999999913589861 ], [ 172.500000010334702, -26.999999580637052 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 35, "ID": 35, "SUBREGION": 82, "REGION": 8, "Shape_Leng": 108.387659816, "Shape_Area": 362.727285424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 136.750000002369745, -0.00000000376086 ], [ 157.999999667810869, 0.000000106659783 ], [ 162.997324133487155, 0.000000048889888 ], [ 172.500000005364711, -17.999712592738419 ], [ 172.500000010334702, -26.999999580637052 ], [ 162.000000402639728, -27.000000110288653 ], [ 161.999999972091928, -15.000000118603552 ], [ 153.999999996904705, -8.100000381707702 ], [ 150.749999990147387, -8.100000535164213 ], [ 147.250008994020504, -5.600006745126905 ], [ 141.249999981966994, -0.999999995437832 ], [ 136.750000002369745, -0.00000000376086 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 36, "ID": 36, "SUBREGION": 92, "REGION": 9, "Shape_Leng": 40.735868308500002, "Shape_Area": 97.852210230300003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 116.410003321478086, 7.400000289257491 ], [ 119.000000065324457, 12.999999924653139 ], [ 127.000000021459584, 13.000000070365118 ], [ 126.999999980539712, 13.250000035169222 ], [ 130.000000002035677, 13.250000003123532 ], [ 129.999999927511112, 5.400000188634067 ], [ 123.500014621477533, 4.780911569319528 ], [ 119.499999916264301, 4.400000222069139 ], [ 119.499999944286401, 5.399999916138725 ], [ 118.500457886765219, 6.399542898228574 ], [ 117.499999983959583, 7.400000005293904 ], [ 116.410003321478086, 7.400000289257491 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 37, "ID": 37, "SUBREGION": 91, "REGION": 9, "Shape_Leng": 39.886000991800003, "Shape_Area": 98.374999928700007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 119.000000065324457, 12.999999924653139 ], [ 118.250000029254522, 14.999999992927911 ], [ 118.249999988320042, 21.500000020844652 ], [ 123.500000008399638, 21.500000004042974 ], [ 130.000000000152681, 21.499999999775198 ], [ 130.000000002035677, 13.250000003123532 ], [ 126.999999980539712, 13.250000035169222 ], [ 127.000000021459584, 13.000000070365118 ], [ 119.000000065324457, 12.999999924653139 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 38, "ID": 38, "SUBREGION": 81, "REGION": 8, "Shape_Leng": 145.31376893800001, "Shape_Area": 1120.93749787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 130.000000000152681, 21.499999999775198 ], [ 130.000000077108041, 23.499999921731913 ], [ 149.999999939287306, 23.50000011156483 ], [ 150.000000019372919, 25.00000002673535 ], [ 170.000000006740606, 24.999999999164615 ], [ 170.000000126543853, 17.999999604252977 ], [ 179.999999998739042, 18.000000000493003 ], [ 180.000000002292495, 3.999999998876788 ], [ 167.999999979692461, -0.00000000894191 ], [ 162.997324133487155, 0.000000048889888 ], [ 157.999999667810869, 0.000000106659783 ], [ 136.750000002369745, -0.00000000376086 ], [ 129.999999992609048, 1.500000015403899 ], [ 129.999999927511112, 5.400000188634067 ], [ 130.000000002035677, 13.250000003123532 ], [ 130.000000000152681, 21.499999999775198 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 39, "ID": 39, "SUBREGION": 19, "REGION": 1, "Shape_Leng": 74.000000269300003, "Shape_Area": 270.00000144199998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 170.000000006740606, 24.999999999164615 ], [ 169.999999998478415, 45.000000000359407 ], [ 179.999999999996476, 44.999999999999645 ], [ 179.999999998739042, 18.000000000493003 ], [ 170.000000126543853, 17.999999604252977 ], [ 170.000000006740606, 24.999999999164615 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 40, "ID": 40, "SUBREGION": 94, "REGION": 9, "Shape_Leng": 78.385395880499999, "Shape_Area": 308.26324198200001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 118.249999988320042, 21.500000020844652 ], [ 116.699997290905685, 23.239999499602987 ], [ 98.99999998122172, 41.546016338240108 ], [ 113.226292798950681, 41.537452608814604 ], [ 124.29765805385523, 41.515213482727191 ], [ 124.309996844204761, 39.900001345668599 ], [ 124.309997603460317, 32.999999996134292 ], [ 123.500000008399638, 21.500000004042974 ], [ 118.249999988320042, 21.500000020844652 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 41, "ID": 41, "SUBREGION": 95, "REGION": 9, "Shape_Leng": 44.997739509500001, "Shape_Area": 113.16734999800001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 124.29765805385523, 41.515213482727191 ], [ 129.567103870343942, 42.083306820427751 ], [ 130.17508030059156, 42.148852111437648 ], [ 130.210007420031104, 42.150001260869956 ], [ 140.74999996737148, 40.830001861825153 ], [ 140.499999946482944, 39.000000010432316 ], [ 138.000000118768696, 35.999999996445851 ], [ 135.499999941917622, 35.099998481381888 ], [ 131.000001289979423, 34.166001038474477 ], [ 128.000000099032718, 33.00000001653089 ], [ 124.309997603460317, 32.999999996134292 ], [ 124.309996844204761, 39.900001345668599 ], [ 124.29765805385523, 41.515213482727191 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 42, "ID": 42, "SUBREGION": 93, "REGION": 9, "Shape_Leng": 99.903596110600006, "Shape_Area": 483.75272659400002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 98.999999975547098, 8.249998321649855 ], [ 98.999999940940143, 26.544489276255518 ], [ 98.99999998122172, 41.546016338240108 ], [ 116.699997290905685, 23.239999499602987 ], [ 118.249999988320042, 21.500000020844652 ], [ 118.250000029254522, 14.999999992927911 ], [ 119.000000065324457, 12.999999924653139 ], [ 116.410003321478086, 7.400000289257491 ], [ 106.999999638990801, 7.399999923734583 ], [ 103.999999922933853, 1.749999734825124 ], [ 98.999999975547098, 8.249998321649855 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 43, "ID": 43, "SUBREGION": 97, "REGION": 9, "Shape_Leng": 137.56024823499999, "Shape_Area": 770.77002145999995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 140.74999996737148, 40.830001861825153 ], [ 154.999999952746919, 42.499999853903049 ], [ 170.000000054847135, 49.999999933352129 ], [ 169.999999998478415, 45.000000000359407 ], [ 170.000000006740606, 24.999999999164615 ], [ 150.000000019372919, 25.00000002673535 ], [ 149.999999939287306, 23.50000011156483 ], [ 130.000000077108041, 23.499999921731913 ], [ 130.000000000152681, 21.499999999775198 ], [ 123.500000008399638, 21.500000004042974 ], [ 124.309997603460317, 32.999999996134292 ], [ 128.000000099032718, 33.00000001653089 ], [ 131.000001289979423, 34.166001038474477 ], [ 135.499999941917622, 35.099998481381888 ], [ 138.000000118768696, 35.999999996445851 ], [ 140.499999946482944, 39.000000010432316 ], [ 140.74999996737148, 40.830001861825153 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 44, "ID": 44, "SUBREGION": 16, "REGION": 1, "Shape_Leng": 43.876138088799998, "Shape_Area": 110.70522139800001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 170.000000054847135, 49.999999933352129 ], [ 169.999999991404366, 52.999999983707667 ], [ 180.000000000601858, 59.141044330980307 ], [ 179.999999999996476, 44.999999999999645 ], [ 169.999999998478415, 45.000000000359407 ], [ 170.000000054847135, 49.999999933352129 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 45, "ID": 45, "SUBREGION": 63, "REGION": 6, "Shape_Leng": 185.73314274000001, "Shape_Area": 1874.6068654000001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 62.042355583752084, 26.588459299155943 ], [ 62.041570336876788, 49.999999998171134 ], [ 91.93513375004926, 49.99999999970187 ], [ 99.000000003921969, 50.00000000006365 ], [ 98.999999940940143, 26.544489276255518 ], [ 98.999999975547098, 8.249998321649855 ], [ 90.000000057458692, 4.999999795432942 ], [ 90.000000003399123, 0.000000004915492 ], [ 53.999999996924544, 0.000000040700726 ], [ 54.000000001998956, 11.133999830707452 ], [ 57.730117587957466, 12.171998717175214 ], [ 60.78561234549025, 13.934782583934407 ], [ 62.759941490322717, 15.815095383831903 ], [ 64.000000080836287, 18.000000169177994 ], [ 64.475715622094583, 20.539367686695215 ], [ 63.676589973750851, 22.795736045028548 ], [ 62.07680135063373, 25.094607866581953 ], [ 62.042355583752084, 26.588459299155943 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 46, "ID": 46, "SUBREGION": 96, "REGION": 9, "Shape_Leng": 200.30909566299999, "Shape_Area": 1184.16456988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 129.567103870343942, 42.083306820427751 ], [ 124.29765805385523, 41.515213482727191 ], [ 113.226292798950681, 41.537452608814604 ], [ 98.99999998122172, 41.546016338240108 ], [ 99.000000003921969, 50.00000000006365 ], [ 102.749999999769102, 50.000000000255696 ], [ 129.539200429635287, 56.336848611939402 ], [ 178.000000403069407, 67.800003131582415 ], [ 177.999999943363662, 73.999999980662651 ], [ 179.999999999991417, 73.999999999413703 ], [ 180.000000000601858, 59.141044330980307 ], [ 169.999999991404366, 52.999999983707667 ], [ 170.000000054847135, 49.999999933352129 ], [ 154.999999952746919, 42.499999853903049 ], [ 140.74999996737148, 40.830001861825153 ], [ 130.210007420031104, 42.150001260869956 ], [ 130.17508030059156, 42.148852111437648 ], [ 129.567103870343942, 42.083306820427751 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 47, "ID": 47, "SUBREGION": 56, "REGION": 5, "Shape_Leng": 76.295631351699996, "Shape_Area": 146.50000568499999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 11.999999650972285, 29.999999554677643 ], [ 11.999999990144914, 33.999999991980999 ], [ 17.249999999927013, 33.999999991419529 ], [ 33.999999971538728, 33.999999989628023 ], [ 42.999999994515349, 38.999999993671921 ], [ 43.00000022587551, 29.999999798572276 ], [ 31.59031986985346, 29.999999908102382 ], [ 18.74999979447378, 29.999999959002878 ], [ 11.999999650972285, 29.999999554677643 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 48, "ID": 49, "SUBREGION": 41, "REGION": 4, "Shape_Leng": 229.22323440100001, "Shape_Area": 2249.3201692299999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 129.539200429635287, 56.336848611939402 ], [ 102.749999999769102, 50.000000000255696 ], [ 99.000000003921969, 50.00000000006365 ], [ 97.199477517882826, 55.099976489076099 ], [ 89.997969829171439, 75.498233207693872 ], [ 86.998299882599952, 78.002347635085854 ], [ 86.999164417919474, 84.000001059068168 ], [ 179.999999933549134, 84.000000025875423 ], [ 179.999999999991417, 73.999999999413703 ], [ 177.999999943363662, 73.999999980662651 ], [ 178.000000403069407, 67.800003131582415 ], [ 129.539200429635287, 56.336848611939402 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 49, "ID": 50, "SUBREGION": 35, "REGION": 3, "Shape_Leng": 66.664025489400004, "Shape_Area": 153.50149741499999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.00000018248858, 70.000000353831751 ], [ 0.000000009545021, 56.580001838664046 ], [ -0.000000003591563, 54.131281616245303 ], [ -0.524317713238402, 54.13707434996423 ], [ -5.333000176448324, 56.333000241304134 ], [ -7.250000184601245, 52.166000045187076 ], [ -8.000000006539645, 51.333000187419849 ], [ -10.755830830685992, 50.498779950172022 ], [ -13.333263613267082, 50.098835390610937 ], [ -16.421730004497434, 49.743327859269222 ], [ -19.298252441115679, 49.999992293208805 ], [ -0.00000018248858, 70.000000353831751 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 50, "ID": 51, "SUBREGION": 36, "REGION": 3, "Shape_Leng": 66.565877814100006, "Shape_Area": 140.528364547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.524317713238402, 54.13707434996423 ], [ -2.140490416370574, 51.791017200256313 ], [ -3.242772454125787, 50.91021683722677 ], [ -4.86729732886208, 50.377173068202332 ], [ -5.333000071934077, 50.080001831945097 ], [ -6.750000037055101, 49.500000141789471 ], [ -12.749922752115316, 42.190994263372808 ], [ -27.500000431203869, 41.50000027048668 ], [ -19.298252441115679, 49.999992293208805 ], [ -16.421730004497434, 49.743327859269222 ], [ -13.333263613267082, 50.098835390610937 ], [ -10.755830830685992, 50.498779950172022 ], [ -8.000000006539645, 51.333000187419849 ], [ -7.250000184601245, 52.166000045187076 ], [ -5.333000176448324, 56.333000241304134 ], [ -0.524317713238402, 54.13707434996423 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 51, "ID": 52, "SUBREGION": 37, "REGION": 3, "Shape_Leng": 61.573463879599998, "Shape_Area": 181.96196333200001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.000000009545021, 56.580001838664046 ], [ 8.170000097815187, 56.580001859577806 ], [ 8.174303234746933, 56.576994837406545 ], [ 8.999999939476973, 55.999999882973682 ], [ 8.999999994905856, 54.580001827259494 ], [ 10.249999995864762, 53.499999985077558 ], [ 10.250000017981659, 50.000000177418535 ], [ 0.24999994039086, 42.799999213052466 ], [ -5.000000213746578, 42.554053536342316 ], [ -12.749922752115316, 42.190994263372808 ], [ -6.750000037055101, 49.500000141789471 ], [ -5.333000071934077, 50.080001831945097 ], [ -4.86729732886208, 50.377173068202332 ], [ -3.242772454125787, 50.91021683722677 ], [ -2.140490416370574, 51.791017200256313 ], [ -0.524317713238402, 54.13707434996423 ], [ -0.000000003591563, 54.131281616245303 ], [ 0.000000009545021, 56.580001838664046 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 52, "ID": 53, "SUBREGION": 43, "REGION": 4, "Shape_Leng": 95.197352438699994, "Shape_Area": 404.83957177000002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 24.016050145685256, 66.991245161231447 ], [ 8.170000100962966, 60.000000039050846 ], [ 8.170000097815063, 56.58000185957782 ], [ 0.000000009545033, 56.580001838664046 ], [ -0.000000182488577, 70.000000353831709 ], [ 0.00000059767811, 75.500000258578396 ], [ 33.000000004569216, 75.499999997082497 ], [ 33.000000005668568, 71.000000002162508 ], [ 31.000002412266497, 69.750000789704941 ], [ 24.016050145685256, 66.991245161231447 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 53, "ID": 54, "SUBREGION": 44, "REGION": 4, "Shape_Leng": 76.585969835900002, "Shape_Area": 357.30882484900002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.999999941727168, 49.999999914351676 ], [ 26.079999926722337, 50.000000009162008 ], [ 10.250000017981563, 50.000000177418499 ], [ 10.249999995864755, 53.499999985077594 ], [ 8.999999994905863, 54.580001827259466 ], [ 8.999999939476851, 55.999999882973682 ], [ 8.174303234746816, 56.576994837406502 ], [ 8.170000097815063, 56.58000185957782 ], [ 8.170000100962966, 60.000000039050846 ], [ 24.016050145685256, 66.991245161231447 ], [ 34.999999974655623, 60.999999996074351 ], [ 34.999999941727168, 49.999999914351676 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 54, "ID": 55, "SUBREGION": 52, "REGION": 5, "Shape_Leng": 56.195295824600002, "Shape_Area": 184.40437689500001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.249999940390722, 42.79999921305243 ], [ 8.250000001484068, 38.599998466086205 ], [ 12.000000004198114, 38.599998471944517 ], [ 11.999999990144914, 33.999999991980999 ], [ 11.999999650972285, 29.999999554677643 ], [ -4.999999762856902, 29.999999925474512 ], [ -5.000000213746546, 42.554053536342266 ], [ 0.249999940390722, 42.79999921305243 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 55, "ID": 56, "SUBREGION": 53, "REGION": 5, "Shape_Leng": 54.647265041300003, "Shape_Area": 115.58225282399999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 10.250000017981563, 50.000000177418499 ], [ 11.621723322475191, 43.34751227636626 ], [ 17.250000054018471, 40.659999716175733 ], [ 17.249999999927013, 33.999999991419529 ], [ 11.999999990144914, 33.999999991980999 ], [ 12.000000004198114, 38.599998471944517 ], [ 8.250000001484068, 38.599998466086205 ], [ 0.249999940390722, 42.79999921305243 ], [ 10.250000017981563, 50.000000177418499 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 56, "ID": 57, "SUBREGION": 54, "REGION": 5, "Shape_Leng": 89.683545241900006, "Shape_Area": 254.157760865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 26.079999926722337, 50.000000009162008 ], [ 26.079999950663108, 40.000000347400473 ], [ 28.499999144076554, 39.000000053052659 ], [ 42.999999994515349, 38.999999993671921 ], [ 33.999999971538728, 33.999999989628023 ], [ 17.249999999927013, 33.999999991419529 ], [ 17.250000054018471, 40.659999716175733 ], [ 11.621723322475191, 43.34751227636626 ], [ 10.250000017981563, 50.000000177418499 ], [ 26.079999926722337, 50.000000009162008 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 57, "ID": 58, "SUBREGION": 55, "REGION": 5, "Shape_Leng": 55.038472783499998, "Shape_Area": 184.90999946299999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 42.999999990161996, 49.999999997196099 ], [ 42.999999994515349, 38.999999993671921 ], [ 28.499999144076554, 39.000000053052659 ], [ 26.079999950663108, 40.000000347400473 ], [ 26.079999926722337, 50.000000009162008 ], [ 34.999999941727168, 49.999999914351676 ], [ 42.999999990161996, 49.999999997196099 ] ] ] } },
{ "type": "Feature", "properties": { "OBJECTID": 58, "ID": 59, "SUBREGION": 42, "REGION": 4, "Shape_Leng": 267.32422626800002, "Shape_Area": 2326.77717691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 34.999999974655623, 60.999999996074351 ], [ 24.016050145685256, 66.991245161231447 ], [ 31.000002412266497, 69.750000789704941 ], [ 33.000000005668568, 71.000000002162508 ], [ 33.000000004569216, 75.499999997082497 ], [ 0.00000059767811, 75.500000258578396 ], [ 0.000000868003269, 84.000002025585403 ], [ 36.067435846470431, 84.00000162489421 ], [ 86.528754288893765, 84.00000106429421 ], [ 86.999164417919474, 84.000001059068168 ], [ 86.998299882599952, 78.002347635085854 ], [ 89.997969829171439, 75.498233207693872 ], [ 97.199477517882826, 55.099976489076099 ], [ 99.000000003921969, 50.00000000006365 ], [ 91.93513375004926, 49.99999999970187 ], [ 62.041570336876788, 49.999999998171134 ], [ 42.999999990161996, 49.999999997196099 ], [ 34.999999941727168, 49.999999914351676 ], [ 34.999999974655623, 60.999999996074351 ] ] ] } }
]
}
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 33 columns, instead of 19. in line 1.
11,32.750000000,-116.000000000,34.250270844,-107.428421021,44.002246857,-105.655769348,44.000003815,-93.000000000,40.499996185,-88.000000000,40.500003815,-82.000007629,35.527622223,-77.197044373,35.499992371,-74.750000000,32.935321808,-74.250007629,32.000000000,-79.599998474,23.499948502,-79.600051880,23.500000000,-86.000000000,23.499994278,-90.000007629,27.299686432,-100.679649353,28.985225677,-105.417129517,32.750000000,-116.000000000
12,35.527622223,-77.197044373,40.500003815,-82.000007629,45.308727264,-72.726028442,41.490531921,-72.377975464,40.880031586,-72.370025635,34.027954102,-68.000099182,32.935321808,-74.250007629,35.499992371,-74.750000000,35.527622223,-77.197044373
13,41.490531921,-72.377975464,45.308727264,-72.726028442,47.500000000,-68.500000000,47.000000000,-66.833000183,45.571815491,-66.833000183,45.000000000,-66.833000183,34.727268219,-64.000007629,34.027954102,-68.000099182,40.880031586,-72.370025635,41.490531921,-72.377975464
14,45.571815491,-66.833000183,47.000000000,-66.833000183,47.500000000,-68.500000000,45.308727264,-72.726028442,40.500003815,-82.000007629,40.499996185,-88.000000000,44.000003815,-93.000000000,44.002246857,-105.655769348,50.135452271,-104.540916443,49.999996185,-92.999992371,52.499992371,-55.750007629,56.999946594,-46.374122620,41.500000000,-27.500000000,36.255950928,-55.255950928,34.727268219,-64.000007629,45.000000000,-66.833000183,45.571815491,-66.833000183
15,49.999996185,-92.999992371,50.135452271,-104.540916443,50.357135773,-123.427871704,55.996353149,-129.862518311,59.827285767,-135.168716431,67.144081116,-139.915374756,69.611801147,-140.000000000,84.000000000,-140.000000000,84.000000000,-58.000007629,81.994918823,-61.014419556,80.603416443,-67.500137329,78.706398010,-73.801895142,76.682182312,-73.793853760,68.994766235,-60.980079651,56.999946594,-46.374122620,52.499992371,-55.750007629,49.999996185,-92.999992371
16a,67.144081116,-139.915374756,59.827285767,-135.168716431,59.000000000,-136.000000000,52.000000000,-150.000000000,45.000000000,-150.000000000,45.000000000,-180.000000000,59.136230469,-180.000000000,66.500000000,-168.000000000,74.017883301,-168.000000000,84.000000000,-168.000000000,84.000000000,-140.000000000,69.611801147,-140.000000000,67.144081116,-139.915374756
16b,50.000000000,170.000000000,53.000000000,170.000000000,59.141044617,180.000000000,45.000000000,180.000000000,45.000000000,170.000000000,50.000000000,170.000000000
17,45.000000000,-150.000000000,52.000000000,-150.000000000,59.000000000,-136.000000000,59.827285767,-135.168716431,55.996353149,-129.862518311,50.357135773,-123.427871704,49.950000763,-124.449996948,45.000000000,-135.000000000,45.000000000,-150.000000000
18,50.357135773,-123.427871704,50.135452271,-104.540916443,34.250270844,-107.428421021,32.750000000,-116.000000000,32.000000000,-120.000000000,18.000000000,-120.000000000,18.000000000,-135.000000000,45.000000000,-135.000000000,49.950000763,-124.449996948,50.357135773,-123.427871704
19,17.918098450,-180.000000000,45.000000000,-180.000000000,45.000000000,-150.000000000,45.000000000,-135.000000000,18.000000000,-135.000000000,17.918098450,-180.000000000
20,25.000000000,170.000000000,45.000000000,170.000000000,45.000000000,180.000000000,18.000000000,180.000000000,18.000000000,170.000000000,25.000000000,170.000000000
21,32.750000000,-116.000000000,28.985225677,-105.417129517,19.907112122,-101.226486206,14.563762665,-87.291870117,10.937788963,-84.805953979,8.903383255,-82.893020630,8.756045341,-82.008003235,8.589264870,-80.988677979,9.266214371,-79.497474670,9.014428139,-78.252540588,8.165849686,-77.666007996,5.000000000,-85.000000000,5.000000000,-120.000000000,18.000000000,-120.000000000,32.000000000,-120.000000000,32.750000000,-116.000000000
22,8.165849686,-77.666007996,5.476679325,-75.311500549,-14.171706200,-58.331077576,-34.083778381,-65.307380676,-52.016635895,-71.590248108,-51.966194153,-68.720603943,-53.000000000,-63.000000000,-60.000000000,-63.000000000,-60.000000000,-120.000000000,5.000000000,-120.000000000,5.000000000,-85.000000000,8.165849686,-77.666007996
23,-34.083778381,-65.307380676,-36.249954224,-57.162769318,-36.250000000,-20.000000000,-53.500000000,-20.000000000,-53.500000000,-47.000000000,-60.000000000,-47.000000000,-60.000000000,-63.000000000,-53.000000000,-63.000000000,-51.966194153,-68.720603943,-52.016635895,-71.590248108,-34.083778381,-65.307380676
24,23.999437332,-42.999435425,1.000000119,-20.000000000,-36.250000000,-20.000000000,-36.249954224,-57.162769318,-34.083778381,-65.307380676,-14.171706200,-58.331077576,5.476679325,-75.311500549,8.165849686,-77.666007996,13.250000954,-76.000007629,13.643375397,-72.049453735,13.500000000,-67.999992371,13.000000000,-65.000000000,11.250000000,-59.333000183,23.999437332,-42.999435425
25,34.727268219,-64.000007629,36.255950928,-55.255950928,23.999437332,-42.999435425,11.250000000,-59.333000183,13.000000000,-65.000000000,13.500000000,-67.999992371,13.643375397,-72.049453735,13.250000954,-76.000007629,17.750013351,-71.499992371,19.999984741,-71.500000000,34.727268219,-64.000007629
26,32.935321808,-74.250007629,34.027954102,-68.000099182,34.727268219,-64.000007629,19.999984741,-71.500000000,17.750013351,-71.499992371,13.250000954,-76.000007629,8.165849686,-77.666007996,9.014428139,-78.252540588,9.266214371,-79.497474670,8.589264870,-80.988677979,8.756045341,-82.008003235,14.000045776,-82.000022888,18.000001907,-81.000000000,19.899993896,-77.250007629,20.384473801,-75.757171631,21.749994278,-75.750000000,23.499948502,-79.600051880,32.000000000,-79.599998474,32.935321808,-74.250007629
27,23.500000000,-86.000000000,23.499948502,-79.600051880,21.749994278,-75.750000000,20.384473801,-75.757171631,19.899993896,-77.250007629,18.000001907,-81.000000000,21.500019073,-86.000007629,23.500000000,-86.000000000
28,28.985225677,-105.417129517,27.299686432,-100.679649353,23.499994278,-90.000007629,23.500000000,-86.000000000,21.500019073,-86.000007629,18.000001907,-81.000000000,14.000045776,-82.000022888,8.756045341,-82.008003235,8.903383255,-82.893020630,10.937788963,-84.805953979,14.563762665,-87.291870117,19.907112122,-101.226486206,28.985225677,-105.417129517
29,-53.500000000,-20.000000000,-60.000000000,-20.000000000,-60.000000000,-47.000000000,-53.500000000,-47.000000000,-53.500000000,-20.000000000
35,70.000000000,-0.000000182,56.580001831,0.000000010,54.000000000,-0.000000004,56.333000183,-5.333000183,52.166000366,-7.250000000,51.333000183,-8.000000000,50.498779297,-10.755830765,50.098834991,-13.333263397,49.743328094,-16.421730042,49.999992371,-19.298252106,70.000000000,-0.000000182
36,54.000000000,-0.000000004,50.080001831,-5.333000183,49.500000000,-6.750000000,42.190994263,-12.749922752,41.500000000,-27.500000000,49.999992371,-19.298252106,49.743328094,-16.421730042,50.098834991,-13.333263397,50.498779297,-10.755830765,51.333000183,-8.000000000,52.166000366,-7.250000000,56.333000183,-5.333000183,54.000000000,-0.000000004
37,56.580001831,0.000000010,56.580001831,8.170000076,56.576995850,8.174303055,56.000000000,9.000000000,54.580001831,9.000000000,53.500000000,10.250000000,50.000000000,10.250000000,42.799999237,0.249999940,42.554054260,-5.000000000,42.190994263,-12.749922752,49.500000000,-6.750000000,50.080001831,-5.333000183,54.000000000,-0.000000004,56.580001831,0.000000010
38,84.000000000,0.000000868,75.500000000,0.000000598,70.000000000,-0.000000182,49.999992371,-19.298252106,41.500000000,-27.500000000,56.999946594,-46.374122620,68.994766235,-60.980079651,76.682182312,-73.793853760,78.706398010,-73.801895142,80.603416443,-67.500137329,81.994918823,-61.014419556,84.000000000,-58.000007629,84.000000000,0.000000868
41a,56.336849213,129.539199829,50.000000000,102.750000000,50.000000000,99.000000000,55.099975586,97.199478149,75.498229980,89.997970581,78.002349854,86.998298645,84.000000000,86.999160767,84.000000000,180.000000000,74.000000000,180.000000000,74.000000000,178.000000000,67.800003052,178.000000000,56.336849213,129.539199829
41b,74.036087036,-180.000000000,84.002609253,-180.000000000,84.000000000,-168.000000000,74.017883301,-168.000000000,74.036087036,-180.000000000
42,61.000003815,35.000000000,66.991241455,24.016050339,69.750000000,31.000001907,71.000000000,33.000000000,75.500000000,33.000000000,75.500000000,0.000000598,84.000000000,0.000000868,84.000000000,36.067436218,84.000000000,86.528755188,84.000000000,86.999160767,78.002349854,86.998298645,75.498229980,89.997970581,55.099975586,97.199478149,50.000000000,99.000000000,50.000000000,91.935134888,50.000000000,62.041564941,50.000000000,43.000000000,50.000000000,35.000000000,61.000003815,35.000000000
43,66.991241455,24.016050339,60.000000000,8.170000076,56.580001831,8.170000076,56.580001831,0.000000010,70.000000000,-0.000000182,75.500000000,0.000000598,75.500000000,33.000000000,71.000000000,33.000000000,69.750000000,31.000001907,66.991241455,24.016050339
44,50.000000000,35.000000000,50.000000000,26.079999924,50.000000000,10.250000000,53.500000000,10.250000000,54.580001831,9.000000000,56.000000000,9.000000000,56.576995850,8.174303055,56.580001831,8.170000076,60.000000000,8.170000076,66.991241455,24.016050339,61.000003815,35.000000000,50.000000000,35.000000000
51,41.500000000,-27.500000000,42.190994263,-12.749922752,42.554054260,-5.000000000,30.000000000,-5.000000000,30.000000000,12.000000000,30.000000000,18.750000000,8.342633247,18.750000000,8.358990669,-7.238349438,4.239999771,-7.240001202,1.000000119,-20.000000000,23.999437332,-42.999435425,36.255950928,-55.255950928,41.500000000,-27.500000000
52,42.799999237,0.249999940,38.599998474,8.250000000,38.599998474,12.000000000,34.000000000,12.000000000,30.000000000,12.000000000,30.000000000,-5.000000000,42.554054260,-5.000000000,42.799999237,0.249999940
53,50.000000000,10.250000000,43.347511292,11.621723175,40.659999847,17.250000000,34.000000000,17.250000000,34.000000000,12.000000000,38.599998474,12.000000000,38.599998474,8.250000000,42.799999237,0.249999940,50.000000000,10.250000000
54,50.000000000,26.079999924,40.000000000,26.079999924,39.000000000,28.500000000,39.000000000,43.000000000,34.000000000,34.000000000,34.000000000,17.250000000,40.659999847,17.250000000,43.347511292,11.621723175,50.000000000,10.250000000,50.000000000,26.079999924
55,50.000000000,43.000000000,39.000000000,43.000000000,39.000000000,28.500000000,40.000000000,26.079999924,50.000000000,26.079999924,50.000000000,35.000000000,50.000000000,43.000000000
56,30.000000000,12.000000000,34.000000000,12.000000000,34.000000000,17.250000000,34.000000000,34.000000000,39.000000000,43.000000000,30.000000000,43.000000000,30.000000000,31.590322495,30.000000000,18.750000000,30.000000000,12.000000000
57,1.000000119,-20.000000000,4.239999771,-7.240001202,8.358990669,-7.238349438,8.342633247,18.750000000,-60.000000000,18.750000000,-60.000000000,-20.000000000,-53.500000000,-20.000000000,-36.250000000,-20.000000000,1.000000119,-20.000000000
61,8.342633247,18.750000000,8.038599014,45.912963867,11.136983871,51.005599976,11.133999825,54.000000000,0.000000041,54.000000000,0.000000005,90.000000000,-11.250000000,90.000000000,-34.000000000,90.000000000,-60.000000000,90.000000000,-60.000000000,18.750000000,8.342633247,18.750000000
62,8.038599014,45.912963867,8.342633247,18.750000000,30.000000000,18.750000000,30.000000000,31.590322495,30.000000000,43.000000000,39.000000000,43.000000000,50.000000000,43.000000000,50.000000000,62.041564941,26.588459015,62.042350769,25.094608307,62.076801300,22.795736313,63.676589966,20.539367676,64.475715637,18.000000000,64.000000000,15.815094948,62.759944916,13.934782982,60.785617828,12.171998978,57.730117798,11.133999825,54.000000000,11.136983871,51.005599976,8.038599014,45.912963867
63,26.588459015,62.042350769,50.000000000,62.041564941,50.000000000,91.935134888,50.000000000,99.000000000,26.544488907,99.000000000,8.249998093,99.000000000,5.000000000,90.000000000,0.000000005,90.000000000,0.000000041,54.000000000,11.133999825,54.000000000,12.171998978,57.730117798,13.934782982,60.785617828,15.815094948,62.759944916,18.000000000,64.000000000,20.539367676,64.475715637,22.795736313,63.676589966,25.094608307,62.076801300,26.588459015,62.042350769
71,0.000000005,90.000000000,5.000000000,90.000000000,8.249998093,99.000000000,1.749999762,104.000000000,7.400000095,107.000000000,7.400000095,116.410003662,7.400000095,117.500007629,6.399542809,118.500465393,-2.500000477,111.000000000,-6.500000000,108.500000000,-11.250000000,108.500000000,-11.250000000,90.000000000,0.000000005,90.000000000
72,6.399542809,118.500465393,5.400000095,119.500007629,4.400000095,119.500007629,4.780911446,123.500007629,1.000002384,123.500007629,0.999995172,121.000053406,-6.500000000,121.000000000,-8.500000000,118.919998169,-11.250000954,118.000000000,-11.250000000,108.500000000,-6.500000000,108.500000000,-2.500000477,111.000000000,6.399542809,118.500465393
73,4.780911446,123.500007629,5.400000095,130.000000000,1.500000000,130.000000000,-0.000000004,136.750000000,-1.000000000,141.250000000,-5.600006580,147.250015259,-8.100000381,150.750000000,-8.100000381,154.000000000,-15.000000000,162.000000000,-12.000000000,150.000000000,-10.000000000,146.000000000,-10.000000000,142.000000000,-9.500000000,132.000000000,-11.250000954,118.000000000,-8.500000000,118.919998169,-6.500000000,121.000000000,0.999995172,121.000053406,1.000002384,123.500007629,4.780911446,123.500007629
74,-11.250000000,90.000000000,-11.250000000,108.500000000,-11.250000954,118.000000000,-9.500000000,132.000000000,-10.000000000,142.000000000,-10.000000000,146.000000000,-12.000000000,150.000000000,-15.000000000,162.000000000,-27.000000000,162.000000000,-27.000000000,172.500000000,-27.000000000,177.000000000,-34.000000000,168.090911865,-34.000080109,151.048080444,-34.044635773,145.828018188,-28.202676773,130.957580566,-34.000000000,114.978965759,-34.000000000,90.000000000,-11.250000000,90.000000000
75,-34.000000000,90.000000000,-34.000000000,114.978965759,-28.202676773,130.957580566,-34.044635773,145.828018188,-34.000080109,151.048080444,-34.000000000,168.090911865,-60.000000000,135.000000000,-60.000000000,90.000000000,-34.000000000,90.000000000
76a,-60.000000000,135.000000000,-34.000000000,168.090911865,-27.000000000,177.000000000,-27.000000000,180.000000000,-60.000000000,180.000000000,-60.000000000,135.000000000
76b,-60.000000000,-175.000000000,-59.985656738,-180.000000000,-26.988185883,-180.000000000,-27.000000000,-175.000000000,-60.000000000,-175.000000000
81,21.500000000,130.000000000,23.500000000,130.000000000,23.500000000,150.000000000,25.000000000,150.000000000,25.000000000,170.000000000,18.000000000,170.000000000,18.000000000,180.000000000,4.000000000,180.000000000,-0.000000009,168.000000000,0.000000049,162.997329712,0.000000107,158.000000000,-0.000000004,136.750000000,1.500000000,130.000000000,5.400000095,130.000000000,13.250000000,130.000000000,21.500000000,130.000000000
82,-0.000000004,136.750000000,0.000000107,158.000000000,0.000000049,162.997329712,-17.999711990,172.500000000,-27.000000000,172.500000000,-27.000000000,162.000000000,-15.000000000,162.000000000,-8.100000381,154.000000000,-8.100000381,150.750000000,-5.600006580,147.250015259,-1.000000000,141.250000000,-0.000000004,136.750000000
83a,-27.000000000,172.500000000,-17.999711990,172.500000000,0.000000049,162.997329712,-0.000000009,168.000000000,4.000000000,180.000000000,-27.000000000,180.000000000,-27.000000000,177.000000000,-27.000000000,172.500000000
83b,-26.988185883,-180.000000000,17.918098450,-180.000000000,18.000000000,-135.000000000,18.000000000,-120.000000000,5.000000000,-120.000000000,-60.000000000,-120.000000000,-60.000000000,-175.000000000,-27.000000000,-175.000000000,-26.988185883,-180.000000000
91,13.000000000,118.999992371,15.000000000,118.250000000,21.500000000,118.250000000,21.500000000,123.500000000,21.500000000,130.000000000,13.250000000,130.000000000,13.250000000,127.000007629,13.000000000,127.000007629,13.000000000,118.999992371
92,7.400000095,116.410003662,13.000000000,118.999992371,13.000000000,127.000007629,13.250000000,127.000007629,13.250000000,130.000000000,5.400000095,130.000000000,4.780911446,123.500007629,4.400000095,119.500007629,5.400000095,119.500007629,6.399542809,118.500465393,7.400000095,117.500007629,7.400000095,116.410003662
93,8.249998093,99.000000000,26.544488907,99.000000000,41.546016693,99.000000000,23.239999771,116.699996948,21.500000000,118.250000000,15.000000000,118.250000000,13.000000000,118.999992371,7.400000095,116.410003662,7.400000095,107.000000000,1.749999762,104.000000000,8.249998093,99.000000000
94,21.500000000,118.250000000,23.239999771,116.699996948,41.546016693,99.000000000,41.537452698,113.226295471,41.515213013,124.297668457,39.900001526,124.310005188,33.000000000,124.310005188,21.500000000,123.500000000,21.500000000,118.250000000
95,41.515213013,124.297668457,42.083305359,129.567108154,42.148853302,130.175079346,42.150001526,130.210006714,40.830001831,140.750000000,39.000000000,140.500000000,36.000000000,138.000000000,35.099998474,135.500000000,34.166000366,131.000000000,33.000000000,128.000000000,33.000000000,124.310005188,39.900001526,124.310005188,41.515213013,124.297668457
96a,42.083305359,129.567108154,41.515213013,124.297668457,41.537452698,113.226295471,41.546016693,99.000000000,50.000000000,99.000000000,50.000000000,102.750000000,56.336849213,129.539199829,67.800003052,178.000000000,74.000000000,178.000000000,74.000000000,180.000000000,59.141044617,180.000000000,53.000000000,170.000000000,50.000000000,170.000000000,42.500000000,155.000000000,40.830001831,140.750000000,42.150001526,130.210006714,42.148853302,130.175079346,42.083305359,129.567108154
96b,59.136230469,-180.000000000,74.036087036,-180.000000000,74.017883301,-168.000000000,66.500000000,-168.000000000,59.136230469,-180.000000000
97,40.830001831,140.750000000,42.500000000,155.000000000,50.000000000,170.000000000,45.000000000,170.000000000,25.000000000,170.000000000,25.000000000,150.000000000,23.500000000,150.000000000,23.500000000,130.000000000,21.500000000,130.000000000,21.500000000,123.500000000,33.000000000,124.310005188,33.000000000,128.000000000,34.166000366,131.000000000,35.099998474,135.500000000,36.000000000,138.000000000,39.000000000,140.500000000,40.830001831,140.750000000
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mikeatlas
Copy link

I was mentioned on this from twitter, what's the hoopla all about? These subregions don't make a ton of sense without context, but sortof remind me of FAA regions:

faa-zones-map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment