Skip to content

Instantly share code, notes, and snippets.

@jonsadka
Last active February 13, 2017 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonsadka/c1f75dfceeac5947da9b316469753b16 to your computer and use it in GitHub Desktop.
Save jonsadka/c1f75dfceeac5947da9b316469753b16 to your computer and use it in GitHub Desktop.
TopoJSON Map of Los Angeles
license: mit
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/topojson.v2.min.js"></script>
<style>
body { margin:0;position:fixed;top:0;right:0;bottom:0;left:0; }
path {
stroke: gray;
fill: none;
}
</style>
</head>
<body>
<script>
const width = 960;
const height = 960;
const svg = d3.select('body').append('svg')
.attr('height', width)
.attr('width', height);
d3.queue()
.defer(d3.json, 'la.json')
.await(render)
function render(error, la) {
if (error) return console.warn(error);
// Create a unit projection.
const laProjection = d3.geoAlbers()
.scale(1)
.translate([0, 0]);
// Create a path generator
const path = d3.geoPath()
.projection(laProjection);
// Compute the bounds of a feature of interest,
// then derive scale & translate.
const laBounds = path.bounds(la);
const laScale = 0.95 / Math.max(
(laBounds[1][0] - laBounds[0][0]) / width,
(laBounds[1][1] - laBounds[0][1]) / height
);
const laTranslate = [
(width - laScale * (laBounds[1][0] + laBounds[0][0])) / 2,
(height - laScale * (laBounds[1][1] + laBounds[0][1])) / 2
];
// Update the projection to use computed scale & translate.
console.log(laBounds);
console.log(laScale, laTranslate)
laProjection.scale(laScale)
.translate(laTranslate);
svg.append('path')
.datum(la)
.attr('d', path);
}
</script>
</body>
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "acton",
"name": "Acton",
"slug": "acton-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 39.3391089485, "type": "unincorporated-area", "name": "Acton", "slug": "acton"},
"resource_uri": "/1.0/boundary/acton-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.202617479205401, 34.538989720769287 ], [ -118.189469589185691, 34.5385546636616 ], [ -118.189504004229534, 34.534945773241098 ], [ -118.185124836341018, 34.534829560447093 ], [ -118.18516440876347, 34.531246519705533 ], [ -118.176015779830166, 34.531354702430015 ], [ -118.176189308438111, 34.523803185624587 ], [ -118.167025613659661, 34.523512278232808 ], [ -118.162940265952827, 34.523716853632315 ], [ -118.162988882794778, 34.527586918918189 ], [ -118.154267977664105, 34.527789861082837 ], [ -118.154027259228982, 34.527320039393956 ], [ -118.153655207202689, 34.527429379780635 ], [ -118.150635306375662, 34.524590832337481 ], [ -118.150644182314807, 34.524313334147003 ], [ -118.150334497292917, 34.524307408942221 ], [ -118.148505080105608, 34.522586027103742 ], [ -118.148506382700859, 34.521995295685777 ], [ -118.147864054242106, 34.521983357228365 ], [ -118.143015987972774, 34.517421823395871 ], [ -118.143003915402289, 34.51688741100935 ], [ -118.14243635370282, 34.516875548731647 ], [ -118.132920427128937, 34.5079196554126 ], [ -118.131514988540204, 34.507971058742967 ], [ -118.123428576294458, 34.500365923139725 ], [ -118.122848457357023, 34.498783702161312 ], [ -118.12242053861624, 34.49878438140744 ], [ -118.122779404886785, 34.498399398663054 ], [ -118.122464904342777, 34.497537010677036 ], [ -118.12274394249323, 34.4972209172346 ], [ -118.122098284476891, 34.496830223965368 ], [ -118.122096349408324, 34.496529557217201 ], [ -118.120995885319616, 34.495083096980309 ], [ -118.079704391673886, 34.495368133098623 ], [ -118.079850853160266, 34.48084042740588 ], [ -118.079701778533519, 34.473579517385176 ], [ -118.096728941806163, 34.473520016606621 ], [ -118.096796561183623, 34.480767012667762 ], [ -118.118628566047576, 34.480677896362835 ], [ -118.118624111287815, 34.477046436738718 ], [ -118.118235622968356, 34.477046815790501 ], [ -118.117850370948105, 34.476425875279766 ], [ -118.118660520234613, 34.476424618986108 ], [ -118.118729707499867, 34.466169238143472 ], [ -118.131641486933219, 34.466174605450966 ], [ -118.140485411072902, 34.466422355307934 ], [ -118.149620169869493, 34.466439080812933 ], [ -118.14960678145502, 34.452009871133228 ], [ -118.184708587521015, 34.451958438622832 ], [ -118.184743510552906, 34.455701009850017 ], [ -118.197194721989433, 34.455802461932741 ], [ -118.197524559575356, 34.455524583551878 ], [ -118.197261455379177, 34.455802353469466 ], [ -118.197530946458642, 34.455671583806371 ], [ -118.197563077575808, 34.456309087600431 ], [ -118.198102394624357, 34.455844288512679 ], [ -118.206302312083935, 34.456135718729939 ], [ -118.206608963338212, 34.462886925156575 ], [ -118.207846364840705, 34.462864851995249 ], [ -118.20800446863116, 34.463656896194394 ], [ -118.20789867089195, 34.464038648775727 ], [ -118.207992612127171, 34.466057465210518 ], [ -118.219682261905803, 34.465710534571002 ], [ -118.219666468632809, 34.462667538203512 ], [ -118.23702710197351, 34.463398142499884 ], [ -118.237020886515069, 34.467402818446281 ], [ -118.245336415259857, 34.46732248905014 ], [ -118.245031506698325, 34.478108005466012 ], [ -118.246078309982991, 34.47811289528655 ], [ -118.245978342719354, 34.481709432066751 ], [ -118.257737606507746, 34.481836792648693 ], [ -118.259918606053432, 34.495903101058374 ], [ -118.255544672135983, 34.49588389204682 ], [ -118.255672457437086, 34.510049171616565 ], [ -118.255505428813976, 34.539292874673706 ], [ -118.237882969512739, 34.538947952229542 ], [ -118.220247759082582, 34.539088978245836 ], [ -118.220182089695655, 34.542752039858854 ], [ -118.206986468049081, 34.542696626173367 ], [ -118.207021928029533, 34.539012185669769 ], [ -118.202617479205401, 34.538989720769287 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "adams-normandie",
"name": "Adams-Normandie",
"slug": "adams-normandie-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.805350187789, "type": "segment-of-a-city", "name": "Adams-Normandie", "slug": "adams-normandie"},
"resource_uri": "/1.0/boundary/adams-normandie-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.309008000000105, 34.037410999124077 ], [ -118.300408000000118, 34.037311999124093 ], [ -118.291508, 34.036811999124069 ], [ -118.291408000000104, 34.025511999124234 ], [ -118.305408, 34.025711999124255 ], [ -118.309008000000105, 34.025611999124216 ], [ -118.309008000000105, 34.037410999124077 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "agoura-hills",
"name": "Agoura Hills",
"slug": "agoura-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.14676029818, "type": "standalone-city", "name": "Agoura Hills", "slug": "agoura-hills"},
"resource_uri": "/1.0/boundary/agoura-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.761925000000105, 34.168202999122627 ], [ -118.726317, 34.167874999122581 ], [ -118.732324000000162, 34.154301999122701 ], [ -118.737060000000284, 34.154352999122771 ], [ -118.737023857231506, 34.143043243695431 ], [ -118.735871932943695, 34.142670207947113 ], [ -118.734937045786893, 34.142153456231014 ], [ -118.730638300059312, 34.139239215941366 ], [ -118.729182108818307, 34.138432889509147 ], [ -118.727956455663346, 34.138101589939659 ], [ -118.726797239564604, 34.137998650484825 ], [ -118.724133860887974, 34.138299620924457 ], [ -118.724112000000204, 34.13631199912296 ], [ -118.719685000000183, 34.136240999123061 ], [ -118.719410000000167, 34.132051999123014 ], [ -118.720182000000165, 34.132063999123034 ], [ -118.720740193258777, 34.131710539035971 ], [ -118.720621000000193, 34.130658999123071 ], [ -118.720158549390717, 34.129857545593424 ], [ -118.720145717646943, 34.128972180473227 ], [ -118.719790215158554, 34.128972516888133 ], [ -118.719787278897456, 34.128167579034539 ], [ -118.719589000000155, 34.128165999122999 ], [ -118.719502000000105, 34.125007999123092 ], [ -118.723893000000203, 34.124957999123154 ], [ -118.723882282474662, 34.125330621015678 ], [ -118.724099261479736, 34.125329992493931 ], [ -118.72411632723238, 34.128958985951861 ], [ -118.723905522151, 34.128967103621527 ], [ -118.723902000000123, 34.131221999123028 ], [ -118.72501700000015, 34.131213999123055 ], [ -118.726341357438585, 34.131521377044315 ], [ -118.72846054601429, 34.131509542691632 ], [ -118.728467595026515, 34.132395345385376 ], [ -118.734423000000191, 34.132269999123011 ], [ -118.736372000000188, 34.130731999123107 ], [ -118.738352000000148, 34.132202999123045 ], [ -118.755976000000146, 34.140989999123001 ], [ -118.759389000000112, 34.139188999122915 ], [ -118.77146900000011, 34.133451999123054 ], [ -118.78703700000014, 34.134352999122925 ], [ -118.800359000000142, 34.138378999123013 ], [ -118.792895000000158, 34.14605899912285 ], [ -118.791840000000235, 34.150519999122807 ], [ -118.791536000000221, 34.151125999122783 ], [ -118.790871000000195, 34.154337999122731 ], [ -118.790809000000294, 34.154727999122798 ], [ -118.791765, 34.156350999122779 ], [ -118.789775000000176, 34.162603999122702 ], [ -118.789244000000139, 34.168195999122652 ], [ -118.788697000000113, 34.168514999122429 ], [ -118.761925000000105, 34.168202999122627 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "agua-dulce",
"name": "Agua Dulce",
"slug": "agua-dulce-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 31.4626319451, "type": "unincorporated-area", "name": "Agua Dulce", "slug": "agua-dulce"},
"resource_uri": "/1.0/boundary/agua-dulce-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.254677395922116, 34.558304033750566 ], [ -118.255505428813976, 34.539292874673706 ], [ -118.255628700733823, 34.531948694410538 ], [ -118.255612466343365, 34.503131135639123 ], [ -118.255237804967791, 34.503133489754049 ], [ -118.255609480627001, 34.502764911606739 ], [ -118.255625102910372, 34.501679836012592 ], [ -118.258114053969791, 34.499481076304349 ], [ -118.259437411651604, 34.498773050698901 ], [ -118.261322994394305, 34.498169151035064 ], [ -118.269848460796538, 34.497104262398516 ], [ -118.271488575159765, 34.496765726250644 ], [ -118.283360042032996, 34.491956900106857 ], [ -118.285134118706367, 34.490705230863071 ], [ -118.286148455685819, 34.489385898025276 ], [ -118.286514062308527, 34.488234964068788 ], [ -118.286845557469761, 34.484328860842552 ], [ -118.287864797335246, 34.482547940210843 ], [ -118.289411190307845, 34.48122246989989 ], [ -118.291530761540486, 34.48036033704529 ], [ -118.295844909777955, 34.479877534943078 ], [ -118.297837236347888, 34.479345811146018 ], [ -118.311001048015143, 34.472873050699363 ], [ -118.312386321409377, 34.472414667854395 ], [ -118.316990268228295, 34.471615808779703 ], [ -118.318288258718582, 34.471110988142613 ], [ -118.319413217569121, 34.470418006246817 ], [ -118.323065735762327, 34.467558833536572 ], [ -118.324050699516349, 34.467107834713538 ], [ -118.325573642640492, 34.466733700815801 ], [ -118.324794032202618, 34.458729522377631 ], [ -118.324579205717782, 34.451549965843114 ], [ -118.334493500498226, 34.452608198666219 ], [ -118.343432603226503, 34.451643430780678 ], [ -118.343344313841556, 34.459465992422913 ], [ -118.344109360417249, 34.459491990967322 ], [ -118.343305561550252, 34.460220967794768 ], [ -118.343255185430408, 34.467355723077766 ], [ -118.379496951950003, 34.467626696550035 ], [ -118.37909563574739, 34.486519466736091 ], [ -118.379529942221282, 34.487409460779162 ], [ -118.379081755230317, 34.487595901326259 ], [ -118.378974682880013, 34.496331098250486 ], [ -118.361499456095714, 34.496601305383422 ], [ -118.361812834332866, 34.511152451637699 ], [ -118.361654854245543, 34.525677531235083 ], [ -118.344061395779732, 34.525666435815062 ], [ -118.343267755598774, 34.53990710112496 ], [ -118.326113808686969, 34.54019150458609 ], [ -118.308305658202045, 34.540237129053047 ], [ -118.306973234793276, 34.558303349015844 ], [ -118.287612911390397, 34.558149167787604 ], [ -118.254677395922116, 34.558304033750566 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "alhambra",
"name": "Alhambra",
"slug": "alhambra-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 7.62381430605, "type": "standalone-city", "name": "Alhambra", "slug": "alhambra"},
"resource_uri": "/1.0/boundary/alhambra-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.121747000000155, 34.105039999123321 ], [ -118.116866000000115, 34.107321999123371 ], [ -118.112933000000112, 34.101729999123364 ], [ -118.112739000000161, 34.100940999123267 ], [ -118.112795000000204, 34.100408999123488 ], [ -118.11377500000016, 34.099960999123361 ], [ -118.113182000000236, 34.099002999123492 ], [ -118.113622000000149, 34.098704999123335 ], [ -118.113213, 34.097908999123447 ], [ -118.113171000000136, 34.096718999123453 ], [ -118.113004, 34.09671599912344 ], [ -118.113076000000177, 34.096048999123425 ], [ -118.112737000000109, 34.094936999123448 ], [ -118.112707000000185, 34.093872999123477 ], [ -118.108399000000176, 34.095597999123541 ], [ -118.108189000000181, 34.071653999123676 ], [ -118.110867000000297, 34.071635999123707 ], [ -118.109399000000167, 34.071109999123799 ], [ -118.109401, 34.069840999123805 ], [ -118.135707000000139, 34.069740999123717 ], [ -118.135688000000144, 34.06792799912381 ], [ -118.135158000000132, 34.067929999123749 ], [ -118.135029000000159, 34.066022999123824 ], [ -118.134988000000149, 34.063283999123819 ], [ -118.13551200000019, 34.06327999912385 ], [ -118.135502000000272, 34.062456999123903 ], [ -118.138470000000197, 34.062424999123948 ], [ -118.140266, 34.062202999123869 ], [ -118.141675000000106, 34.061425999123841 ], [ -118.142338, 34.06129399912394 ], [ -118.143167000000204, 34.060882999123912 ], [ -118.143423000000141, 34.060311999123918 ], [ -118.144632000000158, 34.059931999123897 ], [ -118.145791000000315, 34.060075999123946 ], [ -118.147222, 34.061003999123798 ], [ -118.148269, 34.061458999123907 ], [ -118.151271, 34.06174299912383 ], [ -118.152820000000148, 34.062328999123828 ], [ -118.164835000000224, 34.062282999123852 ], [ -118.164433000000159, 34.064505999123838 ], [ -118.164011000000144, 34.065711999123792 ], [ -118.162032000000139, 34.069673999123843 ], [ -118.163371, 34.069746999123893 ], [ -118.161717000000138, 34.07179299912378 ], [ -118.16156200000016, 34.07297099912379 ], [ -118.161761, 34.074634999123688 ], [ -118.160496000000194, 34.075130999123715 ], [ -118.160673000000202, 34.093740999123511 ], [ -118.159353000000181, 34.094529999123345 ], [ -118.159498, 34.094170999123477 ], [ -118.156191000000121, 34.096507999123531 ], [ -118.15546300000014, 34.097514999123469 ], [ -118.15529, 34.098671999123482 ], [ -118.141783, 34.098681999123478 ], [ -118.141831000000209, 34.103971999123424 ], [ -118.140045, 34.104071999123363 ], [ -118.139029000000193, 34.103872999123411 ], [ -118.134694000000152, 34.10391999912342 ], [ -118.134694000000252, 34.104084999123387 ], [ -118.134489000000158, 34.104162999123453 ], [ -118.134478, 34.105448999123368 ], [ -118.135296000000196, 34.106449999123321 ], [ -118.127935000000306, 34.111145999123245 ], [ -118.121747000000155, 34.105039999123321 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "alondra-park",
"name": "Alondra Park",
"slug": "alondra-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.13989423058, "type": "unincorporated-area", "name": "Alondra Park", "slug": "alondra-park"},
"resource_uri": "/1.0/boundary/alondra-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.326512972164508, 33.897572005620816 ], [ -118.326491990462301, 33.882916000567711 ], [ -118.343774980679726, 33.877302004152753 ], [ -118.343820000000306, 33.89358699912605 ], [ -118.342322993000195, 33.893598003649345 ], [ -118.342307979164815, 33.894658000462954 ], [ -118.335173993052805, 33.894663003147798 ], [ -118.335177979152988, 33.898287000373138 ], [ -118.332999986088168, 33.898290003992614 ], [ -118.333067986012892, 33.897424001189115 ], [ -118.33158098739203, 33.89751800549201 ], [ -118.330812991166184, 33.898001997779318 ], [ -118.329209987303742, 33.899434002399424 ], [ -118.328691981014657, 33.900124006981137 ], [ -118.32649197216287, 33.901932005626534 ], [ -118.326512972164508, 33.897572005620816 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "altadena",
"name": "Altadena",
"slug": "altadena-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.71033767246, "type": "unincorporated-area", "name": "Altadena", "slug": "altadena"},
"resource_uri": "/1.0/boundary/altadena-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.151353971814785, 34.215508005992319 ], [ -118.140839971800389, 34.215028005989303 ], [ -118.136439971794417, 34.214644005987729 ], [ -118.135003971792656, 34.214004005986673 ], [ -118.124902971780401, 34.208304005976863 ], [ -118.117894971772103, 34.204116005969816 ], [ -118.10682297175947, 34.195829005956462 ], [ -118.104702993827857, 34.194805008937408 ], [ -118.104862993376059, 34.19337300137353 ], [ -118.106918971760564, 34.193296005953137 ], [ -118.104787971758341, 34.191186005950037 ], [ -118.104885971758605, 34.19078600594942 ], [ -118.104081983920921, 34.190385000114929 ], [ -118.104578987837257, 34.189983004956076 ], [ -118.104569971758934, 34.188480005946516 ], [ -118.103060971757216, 34.187376005944635 ], [ -118.10303198591744, 34.185620000681688 ], [ -118.102260985840019, 34.185604004382974 ], [ -118.10194697175632, 34.185270005941668 ], [ -118.102242971756937, 34.184769005941028 ], [ -118.101570971756232, 34.184161005940048 ], [ -118.100665971755177, 34.183671005939189 ], [ -118.100394971754866, 34.183328005938712 ], [ -118.100287971755748, 34.180371005934916 ], [ -118.098255985865208, 34.175685000876143 ], [ -118.095406985887493, 34.175706004174231 ], [ -118.095785971751326, 34.17486800592674 ], [ -118.09578998596244, 34.174495006275144 ], [ -118.095976987111186, 34.174515998922253 ], [ -118.096114971752101, 34.174142005925802 ], [ -118.096107971752375, 34.173051005924407 ], [ -118.096501971753113, 34.172205005923303 ], [ -118.095972986078323, 34.171067003123781 ], [ -118.095659985496269, 34.171172001645964 ], [ -118.095434986129632, 34.170708003236584 ], [ -118.095042985563239, 34.170847001426104 ], [ -118.094902985669634, 34.170291001909767 ], [ -118.095516986082657, 34.170084003133397 ], [ -118.095201985876301, 34.169406004220313 ], [ -118.096001985155723, 34.169405999972156 ], [ -118.095900985904819, 34.169168004094232 ], [ -118.097802985862998, 34.169138000100077 ], [ -118.097801985883834, 34.168839005069877 ], [ -118.098318985910467, 34.168838999972238 ], [ -118.09833998588708, 34.167709004183607 ], [ -118.109204978808677, 34.16765000176111 ], [ -118.109233985871995, 34.168645004278353 ], [ -118.111785978777007, 34.168596001926808 ], [ -118.11178997871643, 34.169143000426196 ], [ -118.111006971774358, 34.16914400592281 ], [ -118.110879971773883, 34.170117005924034 ], [ -118.111198971774201, 34.170368005924466 ], [ -118.11301398588536, 34.17033900029012 ], [ -118.113022985910689, 34.169636004126367 ], [ -118.117102978801739, 34.169606001830168 ], [ -118.116980971781928, 34.171393005927143 ], [ -118.117204978592682, 34.173754000489261 ], [ -118.116603999548786, 34.173642030975614 ], [ -118.116620984794366, 34.175419000685281 ], [ -118.117353980479649, 34.174983006992832 ], [ -118.117357985635934, 34.175863004946251 ], [ -118.118774986157931, 34.175937000034963 ], [ -118.118859985941754, 34.175416003986506 ], [ -118.12124997876488, 34.175334002042227 ], [ -118.12125298599257, 34.175547003502757 ], [ -118.122522985975294, 34.175510000007648 ], [ -118.122537985899683, 34.175209004208163 ], [ -118.128630978731394, 34.175229002331484 ], [ -118.128708985809027, 34.17656600454184 ], [ -118.13190797875761, 34.176507002156569 ], [ -118.131883971800775, 34.177066005937895 ], [ -118.132108984965242, 34.177036003023495 ], [ -118.142666985897392, 34.181793004279903 ], [ -118.150103985987997, 34.181805001592863 ], [ -118.162992978885924, 34.18144900166741 ], [ -118.162993985931763, 34.181611004199965 ], [ -118.164116978867412, 34.181604001749292 ], [ -118.164128985929153, 34.183086004214658 ], [ -118.167457971848108, 34.183075005954059 ], [ -118.167474985919711, 34.181430002517843 ], [ -118.169042978828898, 34.181078003968409 ], [ -118.16958397185158, 34.181405005952435 ], [ -118.170460971852094, 34.18374500595565 ], [ -118.170261971851673, 34.184101005955938 ], [ -118.170825971852238, 34.184753005956935 ], [ -118.17034697185106, 34.186037005958589 ], [ -118.169713971850513, 34.18548000595775 ], [ -118.168733985933855, 34.185445004209612 ], [ -118.168721985875919, 34.189311004430635 ], [ -118.17179997898107, 34.189394001355765 ], [ -118.170900977960827, 34.190205003543952 ], [ -118.170887979347015, 34.190605997994574 ], [ -118.170600985205937, 34.190561006651684 ], [ -118.170410975301706, 34.191209008754228 ], [ -118.169217971847459, 34.19246100596672 ], [ -118.168591971847079, 34.190674005964141 ], [ -118.168339971846891, 34.190470005963725 ], [ -118.168295985943189, 34.188497000755817 ], [ -118.167670985566986, 34.188409007241233 ], [ -118.167506972682347, 34.190570994934419 ], [ -118.166871990572716, 34.190256004849658 ], [ -118.166502971843954, 34.191233005964392 ], [ -118.167626971845593, 34.191590005965146 ], [ -118.167480971845123, 34.192120005965727 ], [ -118.168490971846467, 34.192445005966434 ], [ -118.168454971846117, 34.193250005967556 ], [ -118.167485971844144, 34.195297005969849 ], [ -118.166797971842911, 34.196220005970964 ], [ -118.165798971840786, 34.198042005973043 ], [ -118.164250979436773, 34.201455002416537 ], [ -118.162577986010191, 34.201643003678015 ], [ -118.163444971836995, 34.199713005974672 ], [ -118.160524984096284, 34.198775007249822 ], [ -118.16000197183206, 34.200126005974482 ], [ -118.161116971833167, 34.201276005976162 ], [ -118.160762985946462, 34.201860004128385 ], [ -118.161601978830163, 34.201844001895196 ], [ -118.162900971834745, 34.203948005979967 ], [ -118.162760985879856, 34.204376004407486 ], [ -118.16315697893252, 34.20438400148187 ], [ -118.163352985627981, 34.204796001864452 ], [ -118.163649979091588, 34.204702004949525 ], [ -118.165516971837249, 34.207177005984896 ], [ -118.165507971837016, 34.207997005985959 ], [ -118.165804971837446, 34.208104005986122 ], [ -118.165904971836852, 34.210304005988988 ], [ -118.166991971838073, 34.210908005989985 ], [ -118.166744979881301, 34.21161100010454 ], [ -118.16564698582404, 34.211569004594267 ], [ -118.165003981264732, 34.212445998913481 ], [ -118.164823990785322, 34.212348005207176 ], [ -118.164629971834202, 34.212560005991598 ], [ -118.164776971834456, 34.212673005991746 ], [ -118.164253971833205, 34.213960005993364 ], [ -118.162862985869197, 34.215219004448173 ], [ -118.166858978946877, 34.215317001442479 ], [ -118.166979986333089, 34.215462000489019 ], [ -118.167801985500688, 34.215141004443716 ], [ -118.167917985914414, 34.215296004296427 ], [ -118.170592986000841, 34.215304002135866 ], [ -118.174401985579948, 34.215088003713589 ], [ -118.177304979289289, 34.215404000595242 ], [ -118.177574978361477, 34.220091002703242 ], [ -118.17231297184253, 34.219796006002731 ], [ -118.164475971832118, 34.218236005998875 ], [ -118.159348971825537, 34.216870005996022 ], [ -118.153877971818204, 34.215832005993398 ], [ -118.151353971814785, 34.215508005992319 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "angeles-crest",
"name": "Angeles Crest",
"slug": "angeles-crest-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 430.477491127, "type": "unincorporated-area", "name": "Angeles Crest", "slug": "angeles-crest"},
"resource_uri": "/1.0/boundary/angeles-crest-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.096796561183623, 34.480767012667762 ], [ -118.096728941806163, 34.473520016606621 ], [ -118.079701778533519, 34.473579517385176 ], [ -118.07960022101274, 34.473833344302911 ], [ -118.079585908892255, 34.470140728368804 ], [ -118.044926293052839, 34.470338137078208 ], [ -118.011119929988055, 34.470137708399236 ], [ -118.01110636074138, 34.442702572947034 ], [ -118.010533, 34.443162999119416 ], [ -118.009765, 34.443306999119457 ], [ -118.008517, 34.441098999119454 ], [ -118.007429, 34.440442999119504 ], [ -118.007141, 34.439642999119449 ], [ -118.006421, 34.439066999119454 ], [ -118.004997, 34.438602999119482 ], [ -118.004645, 34.438250999119489 ], [ -118.004341, 34.438330999119586 ], [ -118.003493, 34.438074999119522 ], [ -118.002949, 34.437642999119547 ], [ -118.002053, 34.437258999119486 ], [ -118.000645, 34.437146999119548 ], [ -118.000325, 34.436938999119469 ], [ -117.999221, 34.437210999119522 ], [ -117.998677, 34.437098999119492 ], [ -117.998229, 34.437274999119531 ], [ -117.997109, 34.435690999119551 ], [ -117.996421, 34.435547999119507 ], [ -117.996005, 34.43521199911951 ], [ -117.995173, 34.435227999119519 ], [ -117.995013, 34.434683999119592 ], [ -117.994357, 34.434331999119564 ], [ -117.993797, 34.434075999119628 ], [ -117.992325, 34.433851999119526 ], [ -117.991636, 34.433467999119586 ], [ -117.991012, 34.43220399911953 ], [ -117.990548, 34.43193199911957 ], [ -117.99098, 34.431371999119669 ], [ -117.990628, 34.431131999119636 ], [ -117.990228, 34.431275999119627 ], [ -117.99018, 34.430347999119547 ], [ -117.989316, 34.429627999119582 ], [ -117.988564, 34.429291999119563 ], [ -117.988836, 34.428923999119583 ], [ -117.988836, 34.428443999119622 ], [ -117.988676, 34.428187999119672 ], [ -117.988068, 34.427915999119612 ], [ -117.987428, 34.427259999119613 ], [ -117.986324, 34.427131999119617 ], [ -117.985924, 34.426795999119598 ], [ -117.98482, 34.426635999119618 ], [ -117.984324, 34.426331999119711 ], [ -117.984196, 34.426123999119632 ], [ -117.984228, 34.425483999119663 ], [ -117.984004, 34.425291999119722 ], [ -117.983252, 34.425115999119633 ], [ -117.982548, 34.425179999119685 ], [ -117.9821, 34.424859999119647 ], [ -117.981252, 34.422955999119758 ], [ -117.980644, 34.422395999119665 ], [ -117.980644, 34.422011999119647 ], [ -117.980356, 34.421515999119698 ], [ -117.980484, 34.421179999119694 ], [ -117.97978, 34.420987999119689 ], [ -117.979172, 34.420395999119648 ], [ -117.978004, 34.42029999911972 ], [ -117.976564, 34.41943599911977 ], [ -117.975764, 34.4193399991197 ], [ -117.975092, 34.418363999119705 ], [ -117.975108, 34.417883999119788 ], [ -117.974916, 34.417435999119697 ], [ -117.974564, 34.417275999119774 ], [ -117.974052, 34.417883999119788 ], [ -117.973284, 34.417579999119766 ], [ -117.97306, 34.41717999911971 ], [ -117.973188, 34.416379999119826 ], [ -117.973092, 34.415883999119778 ], [ -117.972644, 34.415531999119757 ], [ -117.97226, 34.415579999119792 ], [ -117.971412, 34.415083999119808 ], [ -117.970948, 34.414603999119755 ], [ -117.970884, 34.414219999119801 ], [ -117.971188, 34.413548999119769 ], [ -117.969444, 34.412412999119816 ], [ -117.969332, 34.411980999119841 ], [ -117.96874, 34.411388999119787 ], [ -117.96866, 34.411116999119876 ], [ -117.969092, 34.409980999119867 ], [ -117.968292, 34.409564999119809 ], [ -117.967955, 34.409212999119859 ], [ -117.967859, 34.408508999119874 ], [ -117.967075, 34.407596999119853 ], [ -117.966131, 34.407484999119873 ], [ -117.965459, 34.406748999119912 ], [ -117.965091, 34.406668999119844 ], [ -117.964243, 34.407100999119926 ], [ -117.963411, 34.407052999119827 ], [ -117.963091, 34.406508999119865 ], [ -117.961027, 34.405548999119937 ], [ -117.960675, 34.405612999119903 ], [ -117.959363, 34.406636999119868 ], [ -117.958019, 34.407100999119884 ], [ -117.956995, 34.406924999119887 ], [ -117.956579, 34.406412999119951 ], [ -117.956035, 34.406444999119884 ], [ -117.954595, 34.405804999119894 ], [ -117.952115, 34.405756999119909 ], [ -117.951715, 34.406284999119862 ], [ -117.950899, 34.406332999119869 ], [ -117.950515, 34.406524999119839 ], [ -117.949283, 34.405692999119836 ], [ -117.948355, 34.405404999119895 ], [ -117.947843, 34.40550099911988 ], [ -117.946819, 34.405372999119912 ], [ -117.946083, 34.404860999119826 ], [ -117.945827, 34.405100999119895 ], [ -117.945427, 34.404940999119887 ], [ -117.945171, 34.404636999119859 ], [ -117.943875, 34.40407699911993 ], [ -117.943379, 34.403500999119892 ], [ -117.943699, 34.402156999119875 ], [ -117.943571, 34.40202899911997 ], [ -117.943363, 34.401852999119996 ], [ -117.941315, 34.401868999119955 ], [ -117.940579, 34.399804999119986 ], [ -117.940915, 34.398300999120011 ], [ -117.940835, 34.397756999119984 ], [ -117.940467, 34.397308999120042 ], [ -117.939602, 34.394940999120038 ], [ -117.939682, 34.394380999119981 ], [ -117.93821, 34.392925999120081 ], [ -117.939298, 34.391741999120121 ], [ -117.939954, 34.391821999120047 ], [ -117.940354, 34.391661999120025 ], [ -117.940562, 34.391277999120021 ], [ -117.940226, 34.390653999120012 ], [ -117.940338, 34.390253999120105 ], [ -117.941762, 34.389437999120091 ], [ -117.94253, 34.388717999120082 ], [ -117.942978, 34.388573999120077 ], [ -117.943426, 34.387997999120138 ], [ -117.943378, 34.387821999120163 ], [ -117.942914, 34.38758199912008 ], [ -117.942818, 34.387325999120158 ], [ -117.942946, 34.387053999120113 ], [ -117.942658, 34.386749999120092 ], [ -117.942274, 34.386669999120159 ], [ -117.941554, 34.386845999120162 ], [ -117.940338, 34.386685999120139 ], [ -117.940306, 34.38626999912011 ], [ -117.939778, 34.386077999120083 ], [ -117.939746, 34.385165999120169 ], [ -117.939314, 34.384797999120167 ], [ -117.93869, 34.384669999120163 ], [ -117.937602, 34.384029999120173 ], [ -117.937122, 34.383933999120217 ], [ -117.93645, 34.384221999120129 ], [ -117.936066, 34.383901999120084 ], [ -117.935442, 34.382461999120217 ], [ -117.932578, 34.381101999120197 ], [ -117.932465469410815, 34.380861269560043 ], [ -117.922319515021968, 34.380711492528263 ], [ -117.875906447923555, 34.381052730444942 ], [ -117.782880616550571, 34.382526969261193 ], [ -117.780681625616765, 34.37755887863301 ], [ -117.779903853596494, 34.377500765367351 ], [ -117.779295198053973, 34.37707062699436 ], [ -117.779235537908534, 34.375333791805886 ], [ -117.778516517142407, 34.37463559100091 ], [ -117.776203421748974, 34.374668063590413 ], [ -117.77470800695292, 34.375558967308102 ], [ -117.774245899889067, 34.37558437436298 ], [ -117.773221015032192, 34.375065058933586 ], [ -117.772562136903403, 34.374996011521219 ], [ -117.770931551060897, 34.375876301749727 ], [ -117.768841176212433, 34.375821756294862 ], [ -117.767954997805077, 34.375432980625561 ], [ -117.767425204117984, 34.374483103624065 ], [ -117.767245053788429, 34.373141966808546 ], [ -117.766695803658109, 34.372706891159872 ], [ -117.766188827369419, 34.3725405707712 ], [ -117.765146378741449, 34.372644394733065 ], [ -117.763807979226485, 34.373362187783407 ], [ -117.763150671156524, 34.374160336462637 ], [ -117.762081818182168, 34.374350345777728 ], [ -117.758935396684763, 34.373923349879448 ], [ -117.756518327966518, 34.37424066859807 ], [ -117.753367652078992, 34.373259436686872 ], [ -117.75078196433023, 34.373522486779891 ], [ -117.748983035509681, 34.372557488737087 ], [ -117.747877551753248, 34.372386709414023 ], [ -117.747188848595542, 34.372448811665393 ], [ -117.7465169903614, 34.372834199145018 ], [ -117.746102717790549, 34.373356453177934 ], [ -117.745996265714638, 34.374448338186774 ], [ -117.746113266437263, 34.375879347023869 ], [ -117.746486710293979, 34.377081817301914 ], [ -117.746363458204485, 34.377468989340166 ], [ -117.745980770167108, 34.377736038449086 ], [ -117.745304481976973, 34.377895653598529 ], [ -117.744075511841189, 34.377865570286382 ], [ -117.742671679258152, 34.378645129358041 ], [ -117.742050267121428, 34.378694483567628 ], [ -117.741039386655245, 34.377963364902151 ], [ -117.740396710089499, 34.376747176789259 ], [ -117.739437411651537, 34.376463311176408 ], [ -117.738587098450481, 34.376001983692248 ], [ -117.737493713843719, 34.37589591040183 ], [ -117.735658823788086, 34.376539938113098 ], [ -117.734215113389666, 34.376459670968757 ], [ -117.733213369242648, 34.376776301749466 ], [ -117.731827427171439, 34.376963004228735 ], [ -117.731410416383554, 34.377387455049039 ], [ -117.73123892069745, 34.378472281049518 ], [ -117.731048456950106, 34.378793910615578 ], [ -117.730485664120607, 34.379146708980315 ], [ -117.72966363636391, 34.379259436686837 ], [ -117.729033326994212, 34.379079642260379 ], [ -117.727855215588463, 34.378345382352855 ], [ -117.726334654891801, 34.378120614829101 ], [ -117.726077072794752, 34.377704481096913 ], [ -117.72639489802738, 34.376777940804075 ], [ -117.726202557938365, 34.376209332088202 ], [ -117.725892402522149, 34.375982306058447 ], [ -117.724360599721408, 34.375670551351234 ], [ -117.723188290009389, 34.374689363989127 ], [ -117.722601847313967, 34.374631837412942 ], [ -117.721499554656688, 34.375066192544878 ], [ -117.72048642711448, 34.375186562689571 ], [ -117.719582866197044, 34.375026947540107 ], [ -117.717352566041967, 34.373949641739991 ], [ -117.713759358030558, 34.37392175629509 ], [ -117.712909947714067, 34.37356112072704 ], [ -117.711803197219808, 34.372282104709264 ], [ -117.711043495867756, 34.372059705524279 ], [ -117.710081803946366, 34.372406248625069 ], [ -117.708169672195652, 34.374436189440928 ], [ -117.707360613345372, 34.37579063762945 ], [ -117.70646672980088, 34.376484132479369 ], [ -117.705810686169698, 34.37817566125684 ], [ -117.705049300484177, 34.378710345344075 ], [ -117.704368881334432, 34.378692163525713 ], [ -117.703715747927859, 34.378228980592233 ], [ -117.702588352030247, 34.376199553776758 ], [ -117.702711342750689, 34.374639706657184 ], [ -117.702174474076472, 34.374041962601993 ], [ -117.701761097406759, 34.373977618504782 ], [ -117.701260085398005, 34.37407430503297 ], [ -117.700718420607018, 34.374497041704792 ], [ -117.700322983764764, 34.375734263358069 ], [ -117.699490586048199, 34.376497236062917 ], [ -117.698706915867604, 34.378530308490014 ], [ -117.698239400278993, 34.378897824078479 ], [ -117.697691354434625, 34.378893465271908 ], [ -117.696355200123051, 34.378332163959456 ], [ -117.694818181818249, 34.378495800323158 ], [ -117.693058485718439, 34.378423015299674 ], [ -117.6919823381958, 34.378593402106382 ], [ -117.690704608932663, 34.379141108143905 ], [ -117.689289200346224, 34.378675160283485 ], [ -117.685642233121968, 34.375774144050645 ], [ -117.684103327425461, 34.374846070890605 ], [ -117.682860842275133, 34.374485795294973 ], [ -117.679382263525639, 34.374248010726554 ], [ -117.677579418913467, 34.373347423799451 ], [ -117.675736808980062, 34.373002556181234 ], [ -117.670320827286332, 34.371275962577492 ], [ -117.667054990798249, 34.371066192544852 ], [ -117.665421700566128, 34.370378325474874 ], [ -117.662520432183811, 34.368709388515029 ], [ -117.659759963946769, 34.367912920029362 ], [ -117.656718627161837, 34.367538919817534 ], [ -117.653890058796563, 34.366429617798012 ], [ -117.652603158236928, 34.366205628436106 ], [ -117.652629056018199, 34.366505350177079 ], [ -117.652097000000126, 34.366147999120265 ], [ -117.652144000000149, 34.364855999120387 ], [ -117.651614000000166, 34.362737999120306 ], [ -117.65199600000021, 34.360799999120253 ], [ -117.650248000000133, 34.338864999120617 ], [ -117.645604000000318, 34.289946999121163 ], [ -117.647880000000271, 34.282579999121282 ], [ -117.656002000000186, 34.250888999121685 ], [ -117.657188000000104, 34.245104999121814 ], [ -117.664078000000316, 34.218021999122186 ], [ -117.675316000000123, 34.177047999122536 ], [ -117.674770000000152, 34.179023999122521 ], [ -117.675517000000255, 34.17602299912258 ], [ -117.677594000000298, 34.16512099912277 ], [ -117.677745000000186, 34.164798999122695 ], [ -117.698072000000181, 34.164993999122657 ], [ -117.698276000000192, 34.157951999122751 ], [ -117.685512000000259, 34.157836999122722 ], [ -117.683730000000239, 34.159892999122839 ], [ -117.683785000000285, 34.160648999122728 ], [ -117.682558000000284, 34.16066199912278 ], [ -117.682572000000164, 34.159756999122862 ], [ -117.683741000000254, 34.158178999122782 ], [ -117.684107000000154, 34.15620399912293 ], [ -117.684698000000296, 34.155338999122741 ], [ -117.686626000000246, 34.153456999122966 ], [ -117.68707600000026, 34.153572999122851 ], [ -117.687356000000321, 34.154428999122821 ], [ -117.690841000000262, 34.153805999122874 ], [ -117.691783000000143, 34.153492999122903 ], [ -117.692007000000373, 34.153491999122934 ], [ -117.692052000000217, 34.153640999122707 ], [ -117.702126000000263, 34.154324999122892 ], [ -117.702572000000188, 34.154378999122756 ], [ -117.703106000000133, 34.158261999122715 ], [ -117.706285000000264, 34.158446999122724 ], [ -117.715787000000276, 34.158135999122834 ], [ -117.715968000000103, 34.165243999122644 ], [ -117.724889000000189, 34.165305999122637 ], [ -117.72488934305413, 34.164917938484869 ], [ -117.755806260490274, 34.165320277902033 ], [ -117.755723635271096, 34.163569655914074 ], [ -117.758681000000266, 34.163601999122804 ], [ -117.758775000000227, 34.157273999122886 ], [ -117.767759000000154, 34.157236999122816 ], [ -117.767919000000163, 34.152742999122843 ], [ -117.767715329033933, 34.150745594383373 ], [ -117.774534646576413, 34.150714560569504 ], [ -117.774716000000112, 34.150484999122845 ], [ -117.774463000000281, 34.149406999122888 ], [ -117.775822000000261, 34.148172999122863 ], [ -117.776090865539629, 34.147122997017028 ], [ -117.780691000000147, 34.147106999122869 ], [ -117.780507000000284, 34.166950999122605 ], [ -117.7915160000002, 34.166934999122645 ], [ -117.793532000000312, 34.166805999122566 ], [ -117.793624000000165, 34.178587999122492 ], [ -117.84509800000022, 34.17859799912253 ], [ -117.845098000000164, 34.177719999122516 ], [ -117.846390000000184, 34.177732999122547 ], [ -117.846329, 34.172373999122648 ], [ -117.837718000000322, 34.172363999122567 ], [ -117.837753000000205, 34.161524999122634 ], [ -117.824662000000146, 34.161962999122814 ], [ -117.824686000000213, 34.160872999122802 ], [ -117.825173000000106, 34.160342999122832 ], [ -117.826993000000101, 34.159531999122699 ], [ -117.829379000000145, 34.158107999122748 ], [ -117.830750000000123, 34.15749399912275 ], [ -117.83206400000023, 34.157326999122724 ], [ -117.834225000000259, 34.156440999122879 ], [ -117.836609, 34.155897999122793 ], [ -117.838343000000251, 34.159863999122834 ], [ -117.83867200000023, 34.162222999122662 ], [ -117.839293000000268, 34.162405999122782 ], [ -117.839165, 34.16134999912282 ], [ -117.841293000000206, 34.161205999122778 ], [ -117.841293000000206, 34.157706999122716 ], [ -117.845993000000192, 34.157506999122802 ], [ -117.845891000000123, 34.165111999122686 ], [ -117.85055900000026, 34.165154999122684 ], [ -117.850105000000227, 34.178562999122562 ], [ -117.864270000000246, 34.178533999122635 ], [ -117.864398000000193, 34.171445999122639 ], [ -117.880863000000261, 34.171301999122633 ], [ -117.880995000000198, 34.165005999122677 ], [ -117.885695000000339, 34.165105999122609 ], [ -117.885537000000269, 34.161502999122689 ], [ -117.889852000000204, 34.161489999122672 ], [ -117.889846000000162, 34.165120999122699 ], [ -117.899160000000222, 34.165105999122716 ], [ -117.899117000000146, 34.168098999122797 ], [ -117.907291000000185, 34.168205999122684 ], [ -117.907352000000245, 34.165038999122679 ], [ -117.914464000000223, 34.16534999912264 ], [ -117.924796000000285, 34.165505999122665 ], [ -117.924704000000133, 34.194324999122301 ], [ -117.953405283213712, 34.194173871757137 ], [ -117.995085370831788, 34.194314692478216 ], [ -118.01264500170025, 34.193963472941277 ], [ -118.021385198074796, 34.193940040642588 ], [ -118.021385090619958, 34.193807838876154 ], [ -118.022046000000174, 34.193819999122262 ], [ -118.021599000000236, 34.190781999122372 ], [ -118.021691000000217, 34.188507999122344 ], [ -118.021369218769991, 34.179438731585122 ], [ -118.066001000000185, 34.179404999122596 ], [ -118.06597810318614, 34.179160912968335 ], [ -118.082772776026502, 34.179081141521692 ], [ -118.082272726923122, 34.19693498899673 ], [ -118.10110379547919, 34.196781007684628 ], [ -118.1012240000003, 34.196829999122301 ], [ -118.10114600000027, 34.197246999122299 ], [ -118.101654000000153, 34.196929999122247 ], [ -118.104926000000191, 34.196839999122261 ], [ -118.104807712246966, 34.194855594866461 ], [ -118.10682297175947, 34.195829005956462 ], [ -118.117894971772103, 34.204116005969816 ], [ -118.124902971780401, 34.208304005976863 ], [ -118.135003971792656, 34.214004005986673 ], [ -118.136439971794417, 34.214644005987729 ], [ -118.140839971800389, 34.215028005989303 ], [ -118.148662971811149, 34.215303005991558 ], [ -118.153877971818204, 34.215832005993398 ], [ -118.159348971825537, 34.216870005996022 ], [ -118.164475971832118, 34.218236005998875 ], [ -118.17231297184253, 34.219796006002731 ], [ -118.177574978361477, 34.220091002703242 ], [ -118.177674000000252, 34.222451999122086 ], [ -118.183434000000176, 34.222403999122008 ], [ -118.18348200000024, 34.223107999121972 ], [ -118.186664000000263, 34.223020999122078 ], [ -118.186841000000214, 34.232151999121925 ], [ -118.186403000000141, 34.233565999121808 ], [ -118.186717000000186, 34.234304999121917 ], [ -118.186915, 34.237507999121789 ], [ -118.186842000000254, 34.251585999121616 ], [ -118.195574000000164, 34.251904999121599 ], [ -118.196804274689057, 34.25174978591798 ], [ -118.197387172038475, 34.251972904553931 ], [ -118.197658851296154, 34.25238196345164 ], [ -118.197495801203232, 34.253082247206144 ], [ -118.197565076182585, 34.253504189884119 ], [ -118.197984700104726, 34.253829083753665 ], [ -118.198750808402124, 34.25406381364472 ], [ -118.199141165582702, 34.254493007611075 ], [ -118.199186563569285, 34.254777208371088 ], [ -118.199106067890682, 34.255036092176383 ], [ -118.198038072381266, 34.256111523921213 ], [ -118.196851854381435, 34.256342960918396 ], [ -118.196622814220106, 34.256572936684627 ], [ -118.196560097918308, 34.256937830143571 ], [ -118.19710436292695, 34.258309681028493 ], [ -118.196956979345288, 34.259228980593548 ], [ -118.196286096515237, 34.259621756296255 ], [ -118.195300445343733, 34.259593465273511 ], [ -118.194703023018732, 34.259236092176231 ], [ -118.194016317096455, 34.258195048299505 ], [ -118.193114253673755, 34.258092326015849 ], [ -118.192507320399002, 34.258639485245205 ], [ -118.192522487659801, 34.259899852973398 ], [ -118.192305353856682, 34.260281639143933 ], [ -118.191531754704258, 34.260595653599708 ], [ -118.189046572671472, 34.260332367557901 ], [ -118.188651203244675, 34.260424722965766 ], [ -118.188293740927492, 34.260892296569878 ], [ -118.18837747266025, 34.261931753825628 ], [ -118.188156979345223, 34.262401707866438 ], [ -118.187497900601585, 34.262941164704237 ], [ -118.186908944761143, 34.263158850417611 ], [ -118.186441608607325, 34.263128527163616 ], [ -118.186078815777464, 34.262884819707814 ], [ -118.185163814523307, 34.261923534796068 ], [ -118.184492438751803, 34.260800408729757 ], [ -118.184028955916943, 34.260650345779084 ], [ -118.18343598330874, 34.260727478144851 ], [ -118.183023320097007, 34.261043725845759 ], [ -118.18279515106245, 34.26181003548097 ], [ -118.18268689999239, 34.263051418874703 ], [ -118.182967211720552, 34.2641229935154 ], [ -118.182929829788293, 34.264508644687197 ], [ -118.182747163290472, 34.26478425119393 ], [ -118.182122460151689, 34.265058119932711 ], [ -118.181591354434616, 34.265038919818863 ], [ -118.180238706981186, 34.264539606924039 ], [ -118.178868881334566, 34.264273981708961 ], [ -118.176869922933633, 34.263092758420278 ], [ -118.176267855122106, 34.263032280600392 ], [ -118.17550699984983, 34.263227500663362 ], [ -118.174480379139013, 34.263704789239213 ], [ -118.174251985860451, 34.263959930473931 ], [ -118.174049029902193, 34.26638609563669 ], [ -118.173654274872931, 34.267033339739257 ], [ -118.172731551060792, 34.267467210841652 ], [ -118.170981946883032, 34.267517577440408 ], [ -118.168777165428722, 34.26938232968881 ], [ -118.167990463747472, 34.269720738000757 ], [ -118.166305244970857, 34.269573981708895 ], [ -118.165169221100399, 34.268965442278905 ], [ -118.163670433012641, 34.268643639186351 ], [ -118.162422354502056, 34.267688458385834 ], [ -118.161869451465762, 34.267586903526272 ], [ -118.16035239884782, 34.268507750113898 ], [ -118.159430275131868, 34.269612092435075 ], [ -118.159049300484142, 34.269828527163426 ], [ -118.157538707350625, 34.2696504441573 ], [ -118.155549963430033, 34.269677563392591 ], [ -118.154464457931027, 34.269856809106535 ], [ -118.153448700992527, 34.270245450834189 ], [ -118.153995962374708, 34.271297673944105 ], [ -118.154432622995628, 34.271544335516118 ], [ -118.155106226002943, 34.271614168721278 ], [ -118.156204608932626, 34.271340708279688 ], [ -118.157208042894169, 34.271418505247247 ], [ -118.159741825551734, 34.273294148256845 ], [ -118.162097900601594, 34.274086106266175 ], [ -118.163684015250098, 34.275401547620298 ], [ -118.16443913705227, 34.27565032138294 ], [ -118.165599554656623, 34.275733805697037 ], [ -118.16633426423806, 34.27604974262956 ], [ -118.166864891678486, 34.276741607728518 ], [ -118.167021950236148, 34.27825934009244 ], [ -118.167212203862348, 34.278613808260531 ], [ -118.167827420221499, 34.278922580277253 ], [ -118.168827126579288, 34.278913875098013 ], [ -118.169497900601698, 34.279122469902362 ], [ -118.170534093519791, 34.280457563807744 ], [ -118.171083753160161, 34.280594618052355 ], [ -118.172363490215631, 34.280559329643417 ], [ -118.174872281929368, 34.28099744206051 ], [ -118.176474436017827, 34.281506656139719 ], [ -118.177087398833265, 34.282507869822204 ], [ -118.177388213954302, 34.282726579842596 ], [ -118.178800000000152, 34.282567834281984 ], [ -118.179338072381498, 34.282706656139673 ], [ -118.179727094568122, 34.283049190719382 ], [ -118.180493466151916, 34.284218626283106 ], [ -118.180493466151916, 34.284745008323348 ], [ -118.180159798775932, 34.28554311196212 ], [ -118.180297046114546, 34.286137665466448 ], [ -118.180811647970245, 34.286809535373919 ], [ -118.180693342981584, 34.287719889684233 ], [ -118.179621218460738, 34.28852509680673 ], [ -118.178389252863767, 34.288558756282036 ], [ -118.177234264237953, 34.28946843743136 ], [ -118.17614665345981, 34.28981770860225 ], [ -118.175460613345138, 34.290763364903192 ], [ -118.17500384593869, 34.291101254435929 ], [ -118.172663636363836, 34.291586709415107 ], [ -118.170580220824249, 34.291022419896919 ], [ -118.169967825365319, 34.291116076031983 ], [ -118.169586172382481, 34.291622951043607 ], [ -118.169610535409106, 34.291984521692029 ], [ -118.170104745387661, 34.2929136989627 ], [ -118.170008766601839, 34.293535314742606 ], [ -118.169672456691075, 34.294024248829913 ], [ -118.167844406530548, 34.295217856631915 ], [ -118.166158568687692, 34.295353096836507 ], [ -118.165808828807926, 34.295675593163466 ], [ -118.165629706617963, 34.296574435138638 ], [ -118.165131118665755, 34.296973981708625 ], [ -118.164350267121364, 34.297021756295806 ], [ -118.162966653817122, 34.296586709414967 ], [ -118.162082309519931, 34.296711408391481 ], [ -118.160720239958437, 34.297193597683901 ], [ -118.160457053636989, 34.297565428835661 ], [ -118.160458622380219, 34.297921519065802 ], [ -118.161243279503879, 34.298733326115048 ], [ -118.161286620128223, 34.299579717904351 ], [ -118.16093426423808, 34.299950255613034 ], [ -118.159593183359547, 34.300493211702282 ], [ -118.158358391393122, 34.301483072617742 ], [ -118.157654990798179, 34.301475283454735 ], [ -118.156410064780175, 34.300987072276754 ], [ -118.155175604183043, 34.301064038141064 ], [ -118.153392309368016, 34.30017711917381 ], [ -118.151360339183555, 34.298820198139261 ], [ -118.149355709304359, 34.298460086321185 ], [ -118.148791298224879, 34.298612586223868 ], [ -118.148385280967062, 34.29911031936107 ], [ -118.148534475486272, 34.299672320527428 ], [ -118.149596976981513, 34.300418451521125 ], [ -118.150174333926628, 34.301933361845521 ], [ -118.151480088106695, 34.303656231943904 ], [ -118.153490584783469, 34.305682865317934 ], [ -118.153539938993163, 34.30607700472715 ], [ -118.153288734049283, 34.306593944854384 ], [ -118.152439366040838, 34.307748456070875 ], [ -118.151631754704226, 34.308004744508303 ], [ -118.1503173942329, 34.307714245173806 ], [ -118.149377336205333, 34.307868380871895 ], [ -118.147520908380415, 34.307149295375062 ], [ -118.145963387102412, 34.307111826435843 ], [ -118.144348491188111, 34.308025096806468 ], [ -118.143029395295102, 34.30847580702946 ], [ -118.142193945733567, 34.309306914988355 ], [ -118.141022841564322, 34.309628831867649 ], [ -118.140075763915448, 34.310270551352126 ], [ -118.138399265489852, 34.310950064957282 ], [ -118.137787172038387, 34.311963457325206 ], [ -118.136206967957577, 34.312555732547281 ], [ -118.135990034594471, 34.312831071046674 ], [ -118.135786710293928, 34.313840629186302 ], [ -118.13604110902385, 34.316659153507786 ], [ -118.135934463215364, 34.317025688163838 ], [ -118.135600693657295, 34.317366734708656 ], [ -118.134963490215711, 34.317658850416919 ], [ -118.132702087075785, 34.317447486776103 ], [ -118.131431740936392, 34.318329228024531 ], [ -118.130744420840443, 34.319933717611107 ], [ -118.128881131167233, 34.321255800361691 ], [ -118.128466070254262, 34.322228980593096 ], [ -118.127732182487733, 34.322918079201138 ], [ -118.127390730931566, 34.324023534795359 ], [ -118.126218490012718, 34.324719058364607 ], [ -118.126221757175074, 34.325922459272199 ], [ -118.125890638509276, 34.326351521557022 ], [ -118.120371679257914, 34.329190583904293 ], [ -118.118480350534128, 34.329493864977842 ], [ -118.117054289176565, 34.329967455047125 ], [ -118.116561697386544, 34.330432249617445 ], [ -118.11628149387451, 34.331562587469321 ], [ -118.115969704254354, 34.331999728539003 ], [ -118.114133061195375, 34.333118397279726 ], [ -118.112578081129314, 34.335108911870385 ], [ -118.110654490544775, 34.335466633776527 ], [ -118.109290168314857, 34.336162250252009 ], [ -118.108841255748544, 34.336787572538242 ], [ -118.109470552231116, 34.337633326114585 ], [ -118.109793466151956, 34.33858226264617 ], [ -118.110084280701471, 34.340543900437758 ], [ -118.110638920697369, 34.342073171736878 ], [ -118.110823073930376, 34.343472726393259 ], [ -118.110679643140273, 34.344039399399499 ], [ -118.110060678273641, 34.344977925167868 ], [ -118.109814374956272, 34.345668594862616 ], [ -118.110395801203182, 34.347399999120427 ], [ -118.109936948388906, 34.348443533902611 ], [ -118.10988632942788, 34.348906293355881 ], [ -118.110638920697369, 34.351073171736751 ], [ -118.110832164839394, 34.352418180938635 ], [ -118.110619250053958, 34.353486206855877 ], [ -118.109958713059342, 34.354847239873152 ], [ -118.109632219523931, 34.358030486534723 ], [ -118.109803575356779, 34.359940641090112 ], [ -118.10936663876825, 34.360657546979297 ], [ -118.107538472878005, 34.362294154248502 ], [ -118.106215158799785, 34.365827001265913 ], [ -118.10329063850935, 34.368924248829259 ], [ -118.100667836226179, 34.37067278210705 ], [ -118.100523073930347, 34.371096285048495 ], [ -118.100594449248362, 34.371984490270343 ], [ -118.100926354123075, 34.372483800822394 ], [ -118.102004801946435, 34.373302098518799 ], [ -118.102077033114369, 34.373654398426552 ], [ -118.101902433890686, 34.374219889683161 ], [ -118.101567914697071, 34.374439938113362 ], [ -118.098583642706046, 34.374906300785035 ], [ -118.097972848186799, 34.37594382668351 ], [ -118.09747510110806, 34.377359958577145 ], [ -118.097316006776737, 34.378312126671553 ], [ -118.096360142608589, 34.37931165949508 ], [ -118.09657515005064, 34.380607511300568 ], [ -118.096978361751127, 34.381557298861466 ], [ -118.098295174761475, 34.382973913281667 ], [ -118.099435349385374, 34.385026712524713 ], [ -118.099413892855651, 34.385552445176124 ], [ -118.099004975967375, 34.385969556331283 ], [ -118.098313699841583, 34.386150199053013 ], [ -118.097743745800784, 34.385956978465288 ], [ -118.097193336405297, 34.385446011760443 ], [ -118.096378167686723, 34.38535918380704 ], [ -118.094926827383929, 34.386066192544682 ], [ -118.093747413590904, 34.386121355217327 ], [ -118.091386300158746, 34.387495653598151 ], [ -118.090843745800711, 34.387402433010621 ], [ -118.089720977776565, 34.386364377900492 ], [ -118.088116458587464, 34.386309115960103 ], [ -118.086903221786727, 34.387312399284035 ], [ -118.086108820327439, 34.388278794283536 ], [ -118.084952553872967, 34.388944359147139 ], [ -118.084635362612346, 34.38928655336052 ], [ -118.084827036758838, 34.39077146408389 ], [ -118.083899821840774, 34.392323534794428 ], [ -118.08334973287883, 34.392703574476634 ], [ -118.082731881659768, 34.392759289961994 ], [ -118.082183917580608, 34.392595710157408 ], [ -118.078951617637685, 34.39008886662922 ], [ -118.07843389380804, 34.389986486281906 ], [ -118.077660912663703, 34.390178532390578 ], [ -118.077113193112467, 34.390823867999231 ], [ -118.07750357535663, 34.391941175332114 ], [ -118.07739782495841, 34.392466672126126 ], [ -118.075887734936913, 34.394269960603246 ], [ -118.075627094568048, 34.395087171158039 ], [ -118.074794280833075, 34.395729326321629 ], [ -118.074645130238082, 34.396544405650424 ], [ -118.074115158799913, 34.397517910356441 ], [ -118.073008944761099, 34.397977032234323 ], [ -118.071337930200073, 34.39788626214748 ], [ -118.070860473672028, 34.398108710983223 ], [ -118.070672173347333, 34.39837291241863 ], [ -118.07067261403914, 34.398927014437461 ], [ -118.070955480230992, 34.399214517519617 ], [ -118.073343355147202, 34.40033156081001 ], [ -118.074108912749907, 34.401021917990803 ], [ -118.074376302629489, 34.401441175332039 ], [ -118.074341696319962, 34.402659988853273 ], [ -118.07459928358783, 34.403282823514537 ], [ -118.076334264237985, 34.40358610626452 ], [ -118.078108912749826, 34.405412827081683 ], [ -118.079370552231083, 34.407215144295556 ], [ -118.079690305476035, 34.409008546508041 ], [ -118.080541165582886, 34.410029371245713 ], [ -118.081552774059503, 34.412579376778368 ], [ -118.08220229944034, 34.413568550867851 ], [ -118.082955971320658, 34.41407390066697 ], [ -118.085022027756779, 34.414626016532274 ], [ -118.085593342981696, 34.415007381284099 ], [ -118.085885393538661, 34.415695720786452 ], [ -118.085829274739098, 34.41615605426869 ], [ -118.084919533314675, 34.417258588090533 ], [ -118.084705171612782, 34.417913506466157 ], [ -118.084781736159854, 34.418600491071331 ], [ -118.085497391195631, 34.41972738403603 ], [ -118.086167272647373, 34.420238555296876 ], [ -118.088225173328979, 34.420877015355202 ], [ -118.088830275131954, 34.42134245126087 ], [ -118.089206159230557, 34.421868201427522 ], [ -118.08932307393053, 34.422281817301439 ], [ -118.0891411610652, 34.423959803138445 ], [ -118.089246852155952, 34.425023463290088 ], [ -118.091370552231098, 34.428642417022481 ], [ -118.091732018114811, 34.429786426233676 ], [ -118.091626948419815, 34.430798951104556 ], [ -118.08971956608714, 34.43489573161883 ], [ -118.089685633954161, 34.435551321557263 ], [ -118.089982457732731, 34.436204630770135 ], [ -118.092479812100009, 34.438401543086023 ], [ -118.108345183963877, 34.451266658501439 ], [ -118.110049937183504, 34.453247005862124 ], [ -118.111111647970063, 34.455682262644764 ], [ -118.115655204791011, 34.473448783917561 ], [ -118.116519378509992, 34.474905493926698 ], [ -118.117950256491937, 34.476593007608372 ], [ -118.118404305841594, 34.47788196344888 ], [ -118.117866026938415, 34.480711990993775 ], [ -118.096796561183623, 34.480767012667762 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "arcadia",
"name": "Arcadia",
"slug": "arcadia-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 11.1507969199, "type": "standalone-city", "name": "Arcadia", "slug": "arcadia"},
"resource_uri": "/1.0/boundary/arcadia-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.017052, 34.177181999122524 ], [ -118.0181860000001, 34.176231999122543 ], [ -118.018634, 34.176602999122451 ], [ -118.01872000000013, 34.175410999122484 ], [ -118.019632000000101, 34.175394999122503 ], [ -118.019931, 34.174899999122516 ], [ -118.020497, 34.174728999122465 ], [ -118.021255, 34.173533999122441 ], [ -118.021419, 34.173631999122485 ], [ -118.021314000000103, 34.159804999122741 ], [ -118.021119000000198, 34.159779999122669 ], [ -118.021106000000117, 34.159053999122818 ], [ -118.021263000000104, 34.158551999122629 ], [ -118.020387, 34.157653999122765 ], [ -118.02065200000014, 34.157461999122773 ], [ -118.021288, 34.157933999122733 ], [ -118.021278000000137, 34.157062999122672 ], [ -118.021906000000229, 34.157052999122762 ], [ -118.021883, 34.154752999122714 ], [ -118.0213, 34.154761999122762 ], [ -118.021009, 34.151107999122836 ], [ -118.020705000000163, 34.15111199912289 ], [ -118.020326, 34.131098999123076 ], [ -118.02002000000013, 34.131142999123107 ], [ -118.020009, 34.130163999123106 ], [ -118.018055, 34.130190999123059 ], [ -118.018050000000102, 34.129985999123114 ], [ -118.016515, 34.129980999123042 ], [ -118.016525, 34.130217999123062 ], [ -118.014578000000157, 34.130028999123077 ], [ -118.012569000000127, 34.130264999123035 ], [ -118.007237000000188, 34.130328999123044 ], [ -118.007219, 34.129333999123084 ], [ -118.006733980797279, 34.129335998614835 ], [ -118.008785971646887, 34.125885005844736 ], [ -118.008574971646894, 34.124907005841507 ], [ -118.00848998580382, 34.121927004239318 ], [ -118.008594985824544, 34.119129008150971 ], [ -118.012105973792771, 34.120335000497974 ], [ -118.012370971653738, 34.11988500583734 ], [ -118.012346985887461, 34.11868100519343 ], [ -118.013104971655238, 34.11865500583442 ], [ -118.013077985829625, 34.117019004148311 ], [ -118.013410229891122, 34.117028064995537 ], [ -118.013474564636383, 34.117282757049864 ], [ -118.01392818149786, 34.117269543293666 ], [ -118.014876985842946, 34.115673004094702 ], [ -118.015235986209078, 34.115670000047366 ], [ -118.015446, 34.114726999123206 ], [ -118.016036, 34.113721999123285 ], [ -118.016919985658703, 34.109929000937385 ], [ -118.016714593536264, 34.109868607300832 ], [ -118.016810739175412, 34.109335098677292 ], [ -118.015945998295422, 34.105628995893483 ], [ -118.016061986579203, 34.105568003965338 ], [ -118.015551000000116, 34.102901999123311 ], [ -118.007342, 34.105565999123378 ], [ -118.008054000000115, 34.104108999123333 ], [ -117.995093000000111, 34.099718999123525 ], [ -117.996639000000116, 34.096549999123489 ], [ -117.992226, 34.095052999123439 ], [ -117.99145, 34.095059999123507 ], [ -117.993758, 34.09310499912349 ], [ -117.995296, 34.091548999123596 ], [ -117.998653, 34.087006999123652 ], [ -117.998926, 34.087264999123597 ], [ -118.001862000000116, 34.088261999123603 ], [ -117.997651, 34.096894999123414 ], [ -117.998650000000154, 34.097280999123477 ], [ -117.997717, 34.098185999123636 ], [ -117.997530000000125, 34.098738999123377 ], [ -118.000304, 34.099686999123406 ], [ -118.001097, 34.098071999123505 ], [ -118.009566, 34.100945999123439 ], [ -118.010283, 34.09956499912343 ], [ -118.01122, 34.099668999123367 ], [ -118.01207, 34.099248999123382 ], [ -118.012932, 34.098403999123448 ], [ -118.016386000000182, 34.09672799912348 ], [ -118.017388, 34.0968269991235 ], [ -118.020125000000107, 34.096527999123438 ], [ -118.02034, 34.099114999123408 ], [ -118.019224971669232, 34.102788005815952 ], [ -118.017893283607705, 34.102516384044627 ], [ -118.016589984370825, 34.105288000321309 ], [ -118.017319985924175, 34.10864900310407 ], [ -118.018585985658504, 34.108464001537392 ], [ -118.018469985925108, 34.107904003104416 ], [ -118.024537270103181, 34.107009530679939 ], [ -118.024559985890662, 34.107348003877824 ], [ -118.02619898587858, 34.107286001719096 ], [ -118.029235985662879, 34.106851001510478 ], [ -118.029177985934695, 34.106569003140862 ], [ -118.030495992787806, 34.106384000249186 ], [ -118.030813, 34.107315999123195 ], [ -118.031204000000102, 34.107260999123326 ], [ -118.031018, 34.106400999123387 ], [ -118.032691000000128, 34.106157999123347 ], [ -118.032827000000154, 34.106329999123282 ], [ -118.032748, 34.105937999123363 ], [ -118.033622, 34.105813999123384 ], [ -118.0337320000001, 34.106344999123401 ], [ -118.034699000000103, 34.106206999123287 ], [ -118.034824, 34.106804999123256 ], [ -118.036219000000116, 34.106605999123353 ], [ -118.036213, 34.106047999123319 ], [ -118.03807500000012, 34.105778999123316 ], [ -118.037972, 34.105289999123393 ], [ -118.03874100000013, 34.105178999123339 ], [ -118.038938000000172, 34.106151999123348 ], [ -118.052244, 34.104201999123369 ], [ -118.052778, 34.106887999123302 ], [ -118.053496, 34.106787999123263 ], [ -118.053671000000108, 34.107679999123292 ], [ -118.052735000000126, 34.107942999123281 ], [ -118.052843, 34.108432999123387 ], [ -118.053044, 34.1084059991232 ], [ -118.053158000000167, 34.108941999123289 ], [ -118.052472, 34.109032999123315 ], [ -118.052597000000134, 34.10966399912342 ], [ -118.053293, 34.1095679991232 ], [ -118.053701, 34.111456999123284 ], [ -118.054012, 34.11141299912331 ], [ -118.054175000000143, 34.11221799912326 ], [ -118.054067, 34.112232999123322 ], [ -118.054178000000107, 34.112780999123224 ], [ -118.054027, 34.112801999123306 ], [ -118.054209, 34.113693999123242 ], [ -118.054631000000185, 34.113635999123268 ], [ -118.054696, 34.113992999123248 ], [ -118.055682, 34.113860999123276 ], [ -118.056931, 34.12011199912326 ], [ -118.057138000000123, 34.120726999123036 ], [ -118.057917000000202, 34.120617999123198 ], [ -118.058331000000138, 34.122674999123163 ], [ -118.05961500000015, 34.122495999123132 ], [ -118.059848000000216, 34.123621999123117 ], [ -118.06047, 34.123530999123119 ], [ -118.060544, 34.12391899912312 ], [ -118.061239000000185, 34.123680999123067 ], [ -118.061320000000151, 34.124101999123049 ], [ -118.066499000000192, 34.123362999123081 ], [ -118.06702000000017, 34.123018999123168 ], [ -118.067162000000167, 34.124144999123168 ], [ -118.068158000000238, 34.123985999123128 ], [ -118.06794898588241, 34.12414600256583 ], [ -118.067729985790734, 34.125325000692598 ], [ -118.067289985945777, 34.125355003685257 ], [ -118.067353985926417, 34.129788003845157 ], [ -118.067870985797853, 34.129763001162111 ], [ -118.067887985692352, 34.130726004711114 ], [ -118.069318985922465, 34.130649002723402 ], [ -118.069387986224044, 34.130989003417106 ], [ -118.069033986667051, 34.131398000660269 ], [ -118.067467985946763, 34.131509003671781 ], [ -118.067958000000189, 34.15682099912275 ], [ -118.038412, 34.157258999122789 ], [ -118.038473, 34.166880999122597 ], [ -118.029668, 34.166853999122551 ], [ -118.029473, 34.167831999122591 ], [ -118.030141000000143, 34.168927999122594 ], [ -118.030141000000143, 34.169820999122543 ], [ -118.029619, 34.169994999122586 ], [ -118.030354000000102, 34.170367999122583 ], [ -118.030007, 34.170771999122522 ], [ -118.030226000000127, 34.170951999122572 ], [ -118.030139, 34.179401999122497 ], [ -118.017593, 34.179452999122375 ], [ -118.017052, 34.177181999122524 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "arleta",
"name": "Arleta",
"slug": "arleta-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.09617917557, "type": "segment-of-a-city", "name": "Arleta", "slug": "arleta"},
"resource_uri": "/1.0/boundary/arleta-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.422015000000101, 34.224102999121818 ], [ -118.422815000000156, 34.221702999121845 ], [ -118.427815000000109, 34.221702999121845 ], [ -118.435815, 34.229902999121762 ], [ -118.440816, 34.236602999121608 ], [ -118.450116000000122, 34.250002999121591 ], [ -118.451816, 34.251701999121458 ], [ -118.447916, 34.257401999121363 ], [ -118.442300000000117, 34.264496999121313 ], [ -118.441041000000126, 34.262545999121336 ], [ -118.439816000000107, 34.261201999121319 ], [ -118.422359000000142, 34.244721999121644 ], [ -118.410514, 34.233802999121757 ], [ -118.409699, 34.233394999121728 ], [ -118.420515, 34.225602999121904 ], [ -118.422015000000101, 34.224102999121818 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "arlington-heights",
"name": "Arlington Heights",
"slug": "arlington-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.03141523527, "type": "segment-of-a-city", "name": "Arlington Heights", "slug": "arlington-heights"},
"resource_uri": "/1.0/boundary/arlington-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.315909, 34.052610999123843 ], [ -118.313409, 34.052710999123867 ], [ -118.313109000000111, 34.049610999123971 ], [ -118.313008, 34.04001099912405 ], [ -118.313408, 34.040010999124007 ], [ -118.313408, 34.037510999124173 ], [ -118.315008000000134, 34.037410999124077 ], [ -118.315308, 34.037210999124255 ], [ -118.320009, 34.036710999124011 ], [ -118.323609, 34.036110999124155 ], [ -118.328409000000107, 34.035710999124177 ], [ -118.331409, 34.035210999124082 ], [ -118.333809, 34.035010999124161 ], [ -118.332709, 34.036710999124011 ], [ -118.323009, 34.05480999912394 ], [ -118.319609, 34.053510999123858 ], [ -118.315909, 34.052610999123843 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "artesia",
"name": "Artesia",
"slug": "artesia-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.63220417689, "type": "standalone-city", "name": "Artesia", "slug": "artesia"},
"resource_uri": "/1.0/boundary/artesia-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.074895000000112, 33.880382999126127 ], [ -118.075024000000141, 33.879622999126049 ], [ -118.074985000000268, 33.876805999126148 ], [ -118.07812800000022, 33.876757999126148 ], [ -118.077418000000137, 33.876470999126099 ], [ -118.080066, 33.875260999126198 ], [ -118.080043000000188, 33.873053999126228 ], [ -118.070270000000193, 33.87311199912628 ], [ -118.070311000000231, 33.8698339991262 ], [ -118.072504000000208, 33.869820999126297 ], [ -118.072502000000213, 33.869693999126298 ], [ -118.070263000000168, 33.869726999126222 ], [ -118.07046900000033, 33.862153999126186 ], [ -118.070136000000176, 33.860718999126384 ], [ -118.070823000000203, 33.860314999126388 ], [ -118.07112600000012, 33.860392999126312 ], [ -118.071006000000182, 33.859142999126405 ], [ -118.071133000000273, 33.858535999126275 ], [ -118.069007000000113, 33.858556999126392 ], [ -118.06891500000016, 33.85342299912643 ], [ -118.070746000000142, 33.853408999126408 ], [ -118.072237000000214, 33.85432499912644 ], [ -118.072287000000159, 33.856939999126375 ], [ -118.074929000000168, 33.857070999126464 ], [ -118.074972000000159, 33.855989999126386 ], [ -118.082112000000222, 33.860371999126357 ], [ -118.082128000000111, 33.859319999126363 ], [ -118.082782000000179, 33.859320999126354 ], [ -118.082999000000171, 33.858447999126383 ], [ -118.082118000000222, 33.858453999126411 ], [ -118.082094000000154, 33.856218999126447 ], [ -118.086690000000246, 33.856314999126376 ], [ -118.086703000000114, 33.858422999126404 ], [ -118.086397000000147, 33.859988999126401 ], [ -118.090313000000137, 33.860107999126392 ], [ -118.09039800000015, 33.861316999126402 ], [ -118.090901000000116, 33.861312999126305 ], [ -118.091010000000253, 33.874531999126233 ], [ -118.091287000000179, 33.876414999126204 ], [ -118.091167, 33.876648999126196 ], [ -118.087717000000197, 33.876751999126171 ], [ -118.087707000000137, 33.880338999126153 ], [ -118.074895000000112, 33.880382999126127 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "athens",
"name": "Athens",
"slug": "athens-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.33275332251, "type": "unincorporated-area", "name": "Athens", "slug": "athens"},
"resource_uri": "/1.0/boundary/athens-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.291663972105155, 33.930963005656039 ], [ -118.291524972104938, 33.930962005655957 ], [ -118.291606982357763, 33.916422006214361 ], [ -118.313912980479031, 33.916452000075033 ], [ -118.31398199285357, 33.918361003810489 ], [ -118.315209985025277, 33.918433998438147 ], [ -118.316483987315152, 33.917656005465453 ], [ -118.31778797898059, 33.917520003156469 ], [ -118.317768979862549, 33.921606005763273 ], [ -118.313390992418448, 33.9234099992319 ], [ -118.313391986058718, 33.93091200460988 ], [ -118.291663972105155, 33.930963005656039 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "atwater-village",
"name": "Atwater Village",
"slug": "atwater-village-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.77689394489, "type": "segment-of-a-city", "name": "Atwater Village", "slug": "atwater-village"},
"resource_uri": "/1.0/boundary/atwater-village-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.278324730896756, 34.153007145296243 ], [ -118.277068, 34.153255999122713 ], [ -118.275613, 34.1532609991228 ], [ -118.263206, 34.129167999123055 ], [ -118.262, 34.127128999123038 ], [ -118.260356, 34.124826999123094 ], [ -118.258424, 34.122584999123049 ], [ -118.25617, 34.120407999123067 ], [ -118.254258, 34.118760999123246 ], [ -118.254148597787747, 34.118850727904785 ], [ -118.247807000000165, 34.113108999123213 ], [ -118.246007, 34.112108999123265 ], [ -118.248207, 34.110408999123209 ], [ -118.249107000000166, 34.10860899912322 ], [ -118.256407, 34.108508999123302 ], [ -118.258808000000158, 34.109008999123176 ], [ -118.261208, 34.110108999123241 ], [ -118.262172, 34.110888999123169 ], [ -118.263208, 34.111408999123292 ], [ -118.265708, 34.113908999123147 ], [ -118.270508000000106, 34.121507999123104 ], [ -118.273308, 34.128907999122994 ], [ -118.275708, 34.13710699912297 ], [ -118.276408000000103, 34.140906999122727 ], [ -118.277709000000129, 34.145406999122741 ], [ -118.27873995932471, 34.15362371439506 ], [ -118.278512, 34.153469999122812 ], [ -118.278324730896756, 34.153007145296243 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "avalon",
"name": "Avalon",
"slug": "avalon-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.74469670567, "type": "standalone-city", "name": "Avalon", "slug": "avalon"},
"resource_uri": "/1.0/boundary/avalon-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.330430995189829, 33.354872974127886 ], [ -118.329919974026211, 33.354301975189301 ], [ -118.330013991818802, 33.353905017021916 ], [ -118.329687007722043, 33.35358497771999 ], [ -118.329642024390893, 33.353284983621911 ], [ -118.328335982038581, 33.352297980941991 ], [ -118.328281002411785, 33.351523004957158 ], [ -118.328445993904523, 33.350917018983374 ], [ -118.327574001238176, 33.349504016266096 ], [ -118.326690013017085, 33.348941014364264 ], [ -118.325352982147905, 33.348811009906797 ], [ -118.324096973886725, 33.34827399837399 ], [ -118.323773988308218, 33.347992997237881 ], [ -118.323888998322062, 33.34792602205605 ], [ -118.324601997272921, 33.348310984668515 ], [ -118.326324990384137, 33.348111006140371 ], [ -118.326862001916894, 33.347798016857652 ], [ -118.327239020104869, 33.34684200269465 ], [ -118.327232022697871, 33.345998999286373 ], [ -118.326847007473319, 33.345079024400363 ], [ -118.326279007423437, 33.344273007286375 ], [ -118.325560010695014, 33.343608990184862 ], [ -118.323983016114624, 33.342746993814494 ], [ -118.32374299979125, 33.342778981961018 ], [ -118.322834020830584, 33.343505975726075 ], [ -118.321900998147839, 33.343887992061788 ], [ -118.321863012223858, 33.344193983937437 ], [ -118.322070987788578, 33.344663020658786 ], [ -118.321863012223858, 33.344821014744532 ], [ -118.320008015395956, 33.342498980454586 ], [ -118.318608007863219, 33.3422700126685 ], [ -118.31750999368775, 33.343044988653546 ], [ -118.317143024407784, 33.342955021991266 ], [ -118.31491800679899, 33.340690019199442 ], [ -118.313142980337631, 33.338072988959141 ], [ -118.3124299813866, 33.337408024840165 ], [ -118.310650009389335, 33.336247981018616 ], [ -118.309760023390609, 33.333436023010272 ], [ -118.308787015524757, 33.332401985127952 ], [ -118.308319978062656, 33.331109990201867 ], [ -118.307613469551242, 33.33029922693018 ], [ -118.311086000000202, 33.330342999133087 ], [ -118.31397600000011, 33.329253999133151 ], [ -118.316938000000135, 33.327727999133067 ], [ -118.318311, 33.330598999133208 ], [ -118.31828400000019, 33.339010999132988 ], [ -118.326988000000128, 33.33032599913318 ], [ -118.327093000000161, 33.317931999133428 ], [ -118.347051000000206, 33.318682999133273 ], [ -118.346873000000159, 33.321273999133162 ], [ -118.34249500000017, 33.340340999132962 ], [ -118.33928000000013, 33.343797999132967 ], [ -118.335722000000118, 33.347315999132874 ], [ -118.331084000000118, 33.352859999132903 ], [ -118.331753000000163, 33.353608999132796 ], [ -118.332579000000209, 33.353636999132803 ], [ -118.334458000000126, 33.353367999132885 ], [ -118.334691000000106, 33.353566999132781 ], [ -118.334664000000103, 33.353927999132821 ], [ -118.335263, 33.353947999132821 ], [ -118.335433000000165, 33.354151999132682 ], [ -118.33539600000033, 33.355298999132813 ], [ -118.335028000000165, 33.35543499913274 ], [ -118.335064000000202, 33.35500499913293 ], [ -118.334170000000128, 33.354880999132796 ], [ -118.334253000000103, 33.355472999132836 ], [ -118.333319000000103, 33.355501999132777 ], [ -118.33325900000014, 33.354896999132755 ], [ -118.332098000000215, 33.3548089991328 ], [ -118.331979000000217, 33.355693999132882 ], [ -118.331422000000202, 33.355976999132743 ], [ -118.330871000000187, 33.355701999132755 ], [ -118.330893000000145, 33.355495999132756 ], [ -118.330632588862557, 33.355493267547416 ], [ -118.330430995189829, 33.354872974127886 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "avocado-heights",
"name": "Avocado Heights",
"slug": "avocado-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.94845892743, "type": "unincorporated-area", "name": "Avocado Heights", "slug": "avocado-heights"},
"resource_uri": "/1.0/boundary/avocado-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.965868971621461, 34.02597400570324 ], [ -117.965962979479585, 34.025876012849182 ], [ -117.96656997162205, 34.026428005703963 ], [ -117.964987987277297, 34.027856996325731 ], [ -117.96446997161901, 34.027449005704725 ], [ -117.965868971621461, 34.02597400570324 ] ] ], [ [ [ -118.00251597166293, 34.053334005747303 ], [ -118.002247990718715, 34.053172005389833 ], [ -118.001702982189443, 34.053785998534508 ], [ -118.00036797166014, 34.052862005746192 ], [ -118.000452971660295, 34.052574005745775 ], [ -117.999412987228055, 34.051798004545731 ], [ -117.999107982873824, 34.051999999835708 ], [ -117.992187971650694, 34.047148005736936 ], [ -117.992920985865027, 34.046128009894652 ], [ -117.993425981412869, 34.04645199959851 ], [ -117.993508971652773, 34.046369005736075 ], [ -117.993111971652311, 34.046045005735692 ], [ -117.99442498628575, 34.044387999674058 ], [ -117.993162985372791, 34.044179005176332 ], [ -117.99360497165388, 34.043605005732616 ], [ -117.99328698495772, 34.043403000787258 ], [ -117.993843986696277, 34.043108004069083 ], [ -117.993007988582889, 34.042552012802751 ], [ -117.992877971653044, 34.043038005731859 ], [ -117.992713976821634, 34.042682016951076 ], [ -117.99180297165131, 34.043746005732309 ], [ -117.992734971652411, 34.044287005733302 ], [ -117.990936982723724, 34.046292999731747 ], [ -117.990024988335449, 34.045669997169192 ], [ -117.990842971649599, 34.044767005733419 ], [ -117.990511986847054, 34.044620004226182 ], [ -117.990191984802181, 34.044802000631286 ], [ -117.990034986113656, 34.043559003229184 ], [ -117.988304983095475, 34.044504000012985 ], [ -117.985139971642496, 34.042362005729139 ], [ -117.985265971642917, 34.042136005728722 ], [ -117.984051971641435, 34.041299005727325 ], [ -117.986086984403272, 34.038967010035421 ], [ -117.98656298190717, 34.03934499932285 ], [ -117.98729797164691, 34.038641005724671 ], [ -117.985907985448051, 34.037685012870952 ], [ -117.985761981474496, 34.038029997597164 ], [ -117.985293983809697, 34.037900006287863 ], [ -117.983703984924617, 34.039504002227204 ], [ -117.983092982629913, 34.039926999746321 ], [ -117.982159990185991, 34.03932100526017 ], [ -117.98176398155347, 34.039712999489296 ], [ -117.980203971637025, 34.038635005723066 ], [ -117.980694971637845, 34.037983005722332 ], [ -117.980366971637494, 34.037708005721854 ], [ -117.979584990363747, 34.037211005311342 ], [ -117.979006981401909, 34.037809999400181 ], [ -117.97383897162959, 34.034277005715836 ], [ -117.974345971630399, 34.033758005715285 ], [ -117.973756990508491, 34.033333005806156 ], [ -117.973274980939777, 34.033897999245475 ], [ -117.971858971627213, 34.032920005713606 ], [ -117.972298971628291, 34.032266005713005 ], [ -117.971783990360152, 34.031945005252112 ], [ -117.971244981439412, 34.032496999408359 ], [ -117.965906971620569, 34.028578005706557 ], [ -117.967431978447081, 34.027219012095593 ], [ -117.969036982098061, 34.02872199893779 ], [ -117.970603984157194, 34.027171009083105 ], [ -117.977610971635528, 34.031994005713742 ], [ -117.975932971632758, 34.033667005715614 ], [ -117.977414971634317, 34.035041005717744 ], [ -117.976517971632688, 34.035912005718671 ], [ -117.978437981386861, 34.037101999676345 ], [ -117.981148984200672, 34.034397009156812 ], [ -117.983961981279734, 34.036340999351161 ], [ -117.986753971647815, 34.03334100571773 ], [ -117.984038971644679, 34.031476005714659 ], [ -117.986975985708924, 34.028623004124476 ], [ -117.990453981426185, 34.030981999432875 ], [ -117.991565971655618, 34.029840005714256 ], [ -117.990697971654654, 34.029310005713505 ], [ -117.990106971654043, 34.028716005712482 ], [ -117.995358984334487, 34.028777997737066 ], [ -117.995624981351597, 34.028580007566404 ], [ -118.002027971669634, 34.031194005718454 ], [ -118.003102986114314, 34.031532002590701 ], [ -118.005302985996323, 34.031858001928391 ], [ -118.008168985844961, 34.031714002304014 ], [ -118.025870978638835, 34.02994400263659 ], [ -118.025908971702407, 34.032451005725719 ], [ -118.02679997170334, 34.033440005727208 ], [ -118.027363984190131, 34.033736000140841 ], [ -118.030958986039138, 34.030892002264174 ], [ -118.032971980413095, 34.029621006855365 ], [ -118.035020971715454, 34.031426005726523 ], [ -118.035317971715713, 34.031520005726776 ], [ -118.035107971715036, 34.032890005728447 ], [ -118.035999983979835, 34.032068008697927 ], [ -118.037782971718642, 34.033226005729524 ], [ -118.038052981983384, 34.034319005034533 ], [ -118.027839000000327, 34.038746999124164 ], [ -118.031560000000212, 34.041987999124132 ], [ -118.030025000000251, 34.043282999124145 ], [ -118.030308000000218, 34.043569999124117 ], [ -118.028779000000284, 34.044797999124157 ], [ -118.028478000000234, 34.044543999124159 ], [ -118.027999000000221, 34.044909999124087 ], [ -118.02575700000024, 34.043094999124172 ], [ -118.024669000000316, 34.044002999124174 ], [ -118.021791000000334, 34.041392999124206 ], [ -118.020685000000285, 34.041882999124162 ], [ -118.020316985336407, 34.040762001248609 ], [ -118.025496986294939, 34.038558003508641 ], [ -118.023093971696923, 34.037139005731078 ], [ -118.020823986790774, 34.035829004144453 ], [ -118.018582984837295, 34.037059999414083 ], [ -118.017780985909354, 34.037100003722394 ], [ -118.017278986151538, 34.036639999940036 ], [ -118.016419986355814, 34.036534006497241 ], [ -118.01549899169386, 34.037009998399519 ], [ -118.015147986585205, 34.038675003922705 ], [ -118.008098984980037, 34.042310000802196 ], [ -118.00779898593197, 34.044210003280774 ], [ -118.008540978613169, 34.044127002808175 ], [ -118.009410971675422, 34.044854005738088 ], [ -118.008724971673999, 34.046069005739284 ], [ -118.009914971674732, 34.048513005742947 ], [ -118.00832597167161, 34.051300005746072 ], [ -118.006664975572818, 34.055885994794757 ], [ -118.00251597166293, 34.053334005747303 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "azusa",
"name": "Azusa",
"slug": "azusa-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.8714355887, "type": "standalone-city", "name": "Azusa", "slug": "azusa"},
"resource_uri": "/1.0/boundary/azusa-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.895086000000191, 34.165095999122663 ], [ -117.889846, 34.165120999122649 ], [ -117.889692000000181, 34.146823999122837 ], [ -117.890037000000248, 34.132689999123087 ], [ -117.887037000000248, 34.132631999123006 ], [ -117.886709, 34.131162999123077 ], [ -117.885984000000278, 34.131000999123081 ], [ -117.885908000000157, 34.130038999123009 ], [ -117.881345, 34.130094999122967 ], [ -117.881366990405965, 34.127062002210145 ], [ -117.885730971520189, 34.127063000081215 ], [ -117.885737985748193, 34.125093004096776 ], [ -117.889694978538884, 34.125087000701804 ], [ -117.889681985835225, 34.124701003441729 ], [ -117.890115971403077, 34.124659002873194 ], [ -117.89009597145585, 34.124233002586507 ], [ -117.889854985754567, 34.124235004081015 ], [ -117.88985098577605, 34.124382000073773 ], [ -117.889198985757901, 34.124389004063659 ], [ -117.889213985817406, 34.124118003687329 ], [ -117.890120978573577, 34.124061001387901 ], [ -117.890140978801881, 34.121911000997883 ], [ -117.889891985615591, 34.121896004559972 ], [ -117.889853978696436, 34.12164500131513 ], [ -117.889382985685458, 34.121631004348068 ], [ -117.889339978612014, 34.121403001630306 ], [ -117.884538985766014, 34.121448004006517 ], [ -117.884679971477027, 34.118780005804403 ], [ -117.884368971477016, 34.117697005802839 ], [ -117.884382985795341, 34.114367003836136 ], [ -117.884798971364773, 34.114350001670886 ], [ -117.884801984557043, 34.113138000514191 ], [ -117.888309986219383, 34.111463005591233 ], [ -117.890234985806941, 34.111527000556563 ], [ -117.890208985791546, 34.113632003887602 ], [ -117.890711985695589, 34.113615001034653 ], [ -117.890790985717658, 34.114139004234723 ], [ -117.891131985769817, 34.114144000688356 ], [ -117.891123985740478, 34.114685000350967 ], [ -117.890198985794711, 34.114719003867251 ], [ -117.89016298528847, 34.119628005231085 ], [ -117.891231971485809, 34.119840005807269 ], [ -117.892333986660319, 34.120544001802649 ], [ -117.894625986386387, 34.120891001376847 ], [ -117.899388971270284, 34.120994001755307 ], [ -117.899424971498661, 34.115376005803405 ], [ -117.898898971498639, 34.113308005800683 ], [ -117.898949978509165, 34.108229003431951 ], [ -117.89670798592563, 34.108604003269143 ], [ -117.890234971487516, 34.110574005795058 ], [ -117.890242971462357, 34.10842100257279 ], [ -117.886888985755107, 34.108448004065799 ], [ -117.886877981039845, 34.106766000403795 ], [ -117.905990000000173, 34.106733999123385 ], [ -117.903529, 34.108083999123352 ], [ -117.900594000000211, 34.108217999123326 ], [ -117.900594000000211, 34.10889899912334 ], [ -117.899631000000284, 34.10889799912335 ], [ -117.899495000000115, 34.113906999123181 ], [ -117.899847, 34.113900999123302 ], [ -117.89983159773665, 34.114195567411798 ], [ -117.901598000000163, 34.114201999123317 ], [ -117.901537000000175, 34.110732999123293 ], [ -117.903399000000221, 34.11066699912331 ], [ -117.903316000000189, 34.113499999123185 ], [ -117.903712000000127, 34.113529999123308 ], [ -117.903708000000165, 34.114229999123211 ], [ -117.905424000000153, 34.114227999123223 ], [ -117.905385000000152, 34.107761999123177 ], [ -117.907560000000103, 34.107622999123286 ], [ -117.907557, 34.106750999123378 ], [ -117.909714985891895, 34.106848002462471 ], [ -117.909793985703232, 34.110297004334775 ], [ -117.912089986414273, 34.11040899940609 ], [ -117.91209297151768, 34.111226005800944 ], [ -117.9120959864062, 34.113144003839537 ], [ -117.911188985901106, 34.113514000983393 ], [ -117.907580985765989, 34.113480004086043 ], [ -117.907575985580365, 34.114253004681274 ], [ -117.91127598553399, 34.114263000160548 ], [ -117.912223985280534, 34.113944001675797 ], [ -117.91593798736055, 34.112023004714374 ], [ -117.916027985724625, 34.114301004277792 ], [ -117.916375971559049, 34.114308000365199 ], [ -117.91645297851619, 34.110792002434302 ], [ -117.915300986315046, 34.110878004713349 ], [ -117.914190985673088, 34.111199002152389 ], [ -117.914203985715503, 34.108216004303188 ], [ -117.916540978751883, 34.108271000072733 ], [ -117.916560985784159, 34.107086002557615 ], [ -117.918007985750904, 34.107064000847963 ], [ -117.917744971526758, 34.10753100579759 ], [ -117.916910971524572, 34.110687005801488 ], [ -117.916678971523297, 34.113540005805035 ], [ -117.916795985776872, 34.114304004067613 ], [ -117.92229697105482, 34.11430800098352 ], [ -117.922249971803282, 34.113981001567531 ], [ -117.920791985624561, 34.11388600459415 ], [ -117.920963985769433, 34.110598004113847 ], [ -117.924598978591405, 34.110579000529832 ], [ -117.924561978602043, 34.108563001863601 ], [ -117.921320985775807, 34.108594004086527 ], [ -117.921338985766027, 34.10700700412918 ], [ -117.925362990526395, 34.106964999494231 ], [ -117.92530200000013, 34.110572999123299 ], [ -117.928027000000213, 34.110446999123305 ], [ -117.928110000000146, 34.108492999123307 ], [ -117.928812000000136, 34.108505999123288 ], [ -117.928569, 34.11432299912321 ], [ -117.938397000000151, 34.11430799912317 ], [ -117.938295000000139, 34.121646999123193 ], [ -117.931395, 34.121664999123162 ], [ -117.931358000000316, 34.120555999123155 ], [ -117.929572000000221, 34.119585999123181 ], [ -117.927768000000157, 34.119755999123186 ], [ -117.926707000000221, 34.120848999123169 ], [ -117.926726000000187, 34.122002999123126 ], [ -117.928902000000164, 34.125834999123128 ], [ -117.929382000000203, 34.126355999123042 ], [ -117.929535000000172, 34.129375999123091 ], [ -117.929398000000148, 34.140126999122955 ], [ -117.933991000000162, 34.140812999122886 ], [ -117.939363000000228, 34.135938999123013 ], [ -117.939266000000174, 34.135308999123005 ], [ -117.939014000000199, 34.134896999123036 ], [ -117.93949700000033, 34.134597999123031 ], [ -117.943592, 34.137349999122968 ], [ -117.943248000000125, 34.137691999122922 ], [ -117.942862000000147, 34.138726999122859 ], [ -117.939702, 34.140539999122979 ], [ -117.937514000000192, 34.142984999122852 ], [ -117.932426000000206, 34.147980999122858 ], [ -117.93157700000026, 34.149129999122863 ], [ -117.930023, 34.150531999122741 ], [ -117.930673000000141, 34.150692999122697 ], [ -117.930873000000147, 34.151075999122817 ], [ -117.934101, 34.153442999122781 ], [ -117.933990000000179, 34.153728999122741 ], [ -117.935160000000209, 34.154326999122766 ], [ -117.935059000000294, 34.153822999122838 ], [ -117.938151000000332, 34.15203899912283 ], [ -117.938247000000146, 34.153504999122724 ], [ -117.941508000000141, 34.153505999122807 ], [ -117.941747000000149, 34.165227999122671 ], [ -117.924796000000185, 34.165505999122644 ], [ -117.914464000000123, 34.165349999122618 ], [ -117.907352000000145, 34.165038999122658 ], [ -117.907291000000114, 34.168205999122655 ], [ -117.899117, 34.168098999122748 ], [ -117.899160000000151, 34.165105999122659 ], [ -117.895086000000191, 34.165095999122663 ] ], [ [ -117.890216983499485, 34.11270697782308 ], [ -117.890218457342527, 34.112576059014366 ], [ -117.889443000000171, 34.112588999123176 ], [ -117.889432000000184, 34.113319999123242 ], [ -117.89021008673177, 34.113318006994668 ], [ -117.890216983499485, 34.11270697782308 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "baldwin-hillscrenshaw",
"name": "Baldwin Hills/Crenshaw",
"slug": "baldwin-hillscrenshaw-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.88370467344, "type": "segment-of-a-city", "name": "Baldwin Hills/Crenshaw", "slug": "baldwin-hillscrenshaw"},
"resource_uri": "/1.0/boundary/baldwin-hillscrenshaw-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.356261000000131, 34.024835999124299 ], [ -118.355009, 34.024710999124267 ], [ -118.35490900000012, 34.024910999124231 ], [ -118.352118000000104, 34.024691999124322 ], [ -118.342709, 34.023710999124305 ], [ -118.336209000000153, 34.022711999124354 ], [ -118.335109, 34.022711999124219 ], [ -118.335009000000113, 34.00831199912448 ], [ -118.335671416309069, 34.008028106420582 ], [ -118.335687982313544, 34.008258002039668 ], [ -118.336616985584925, 34.007874002082133 ], [ -118.338228986349691, 34.006301002599891 ], [ -118.339723985722344, 34.005658002181193 ], [ -118.34104198642595, 34.004850002764854 ], [ -118.341902986155958, 34.004572002779817 ], [ -118.346249985927855, 34.004505002711042 ], [ -118.349554986248194, 34.004978002012422 ], [ -118.351200985847086, 34.004626002232008 ], [ -118.35184598553964, 34.004231002291192 ], [ -118.354079986237309, 34.002050002471073 ], [ -118.355935986085527, 34.000621002442976 ], [ -118.356468986085972, 33.999677002442297 ], [ -118.356817986086511, 33.997961002441265 ], [ -118.357168986658465, 33.99751500257107 ], [ -118.357804985682819, 33.997145001764935 ], [ -118.358190986087237, 33.999270002442238 ], [ -118.359032986087485, 34.001020002443525 ], [ -118.359122986087513, 34.001631002443808 ], [ -118.357491986085464, 34.007243002447268 ], [ -118.357542982695676, 34.00914500436614 ], [ -118.358614985910847, 34.009057001303539 ], [ -118.361435976894398, 34.008332004895287 ], [ -118.361447986088052, 34.007690002447895 ], [ -118.361981974934054, 34.007483004918704 ], [ -118.362060986088721, 34.006952002447626 ], [ -118.362655994924339, 34.006315999230971 ], [ -118.365026982215255, 34.005555005190871 ], [ -118.366229986091625, 34.006352002447642 ], [ -118.366842990512978, 34.007076003718829 ], [ -118.367172989653014, 34.007087999944922 ], [ -118.366718983213516, 34.015622005035453 ], [ -118.372648977016027, 34.015839000842881 ], [ -118.372857995491145, 34.011921003115674 ], [ -118.373092995942955, 34.011913002729266 ], [ -118.373926, 34.013866999124446 ], [ -118.374070000000117, 34.015133999124416 ], [ -118.373736, 34.01637599912447 ], [ -118.372627, 34.018470999124389 ], [ -118.372813, 34.018362999124413 ], [ -118.375891000000109, 34.018519999124372 ], [ -118.375832, 34.01804999912445 ], [ -118.377973, 34.018017999124361 ], [ -118.379212000000123, 34.019567999124433 ], [ -118.380483, 34.020835999124316 ], [ -118.378335, 34.021180999124383 ], [ -118.37875, 34.022046999124399 ], [ -118.376697, 34.023987999124358 ], [ -118.376369, 34.025848999124314 ], [ -118.376693, 34.026036999124294 ], [ -118.376548160919668, 34.026795539354126 ], [ -118.356261000000131, 34.024835999124299 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "baldwin-park",
"name": "Baldwin Park",
"slug": "baldwin-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.77801613616, "type": "standalone-city", "name": "Baldwin Park", "slug": "baldwin-park"},
"resource_uri": "/1.0/boundary/baldwin-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.942953000000173, 34.107063999123397 ], [ -117.94298000000019, 34.099748999123499 ], [ -117.954598000000189, 34.099618999123443 ], [ -117.954597000000163, 34.096007999123515 ], [ -117.953509000000139, 34.09589099912354 ], [ -117.953546000000188, 34.092353999123546 ], [ -117.954778000000118, 34.092342999123552 ], [ -117.954735000000127, 34.08904999912356 ], [ -117.952295000000177, 34.091231999123544 ], [ -117.950993, 34.091923999123516 ], [ -117.949491000000151, 34.092339999123567 ], [ -117.948795000000146, 34.092419999123507 ], [ -117.948907000000133, 34.089296999123597 ], [ -117.945001000000133, 34.090177999123597 ], [ -117.945487000000128, 34.086630999123635 ], [ -117.944163000000202, 34.086557999123571 ], [ -117.94418, 34.086114999123701 ], [ -117.944489, 34.082962999123588 ], [ -117.945607, 34.082962999123588 ], [ -117.94596700000011, 34.079292999123673 ], [ -117.948213000000194, 34.079343999123658 ], [ -117.954241, 34.073578999123768 ], [ -117.956580000000315, 34.075308999123699 ], [ -117.958122, 34.073877999123646 ], [ -117.955740000000148, 34.072134999123776 ], [ -117.95745600000032, 34.070349999123813 ], [ -117.958194000000134, 34.070253999123736 ], [ -117.957823000000218, 34.069973999123754 ], [ -117.959916000000177, 34.068122999123837 ], [ -117.960523, 34.068428999123824 ], [ -117.960426000000183, 34.068533999123808 ], [ -117.961206000000217, 34.069129999123724 ], [ -117.961061000000171, 34.069373999123769 ], [ -117.961202000000199, 34.069561999123799 ], [ -117.961371000000156, 34.069395999123813 ], [ -117.96220800000026, 34.069297999123805 ], [ -117.963225, 34.068364999123744 ], [ -117.963702000000211, 34.068551999123777 ], [ -117.963922000000139, 34.068339999123765 ], [ -117.962032000000207, 34.066957999123836 ], [ -117.96130200000016, 34.066692999123838 ], [ -117.962212000000193, 34.065366999123832 ], [ -117.964708000000215, 34.065774999123846 ], [ -117.967138000000162, 34.063457999123784 ], [ -117.966223985289815, 34.0627849974329 ], [ -117.967123990190487, 34.06182000567302 ], [ -117.969184981798733, 34.063340999480246 ], [ -117.969383988987943, 34.063156005674898 ], [ -117.970416986638284, 34.063809004037346 ], [ -117.969073971612531, 34.064870005754265 ], [ -117.969735981656697, 34.065350999409127 ], [ -117.970106965425231, 34.064985033991171 ], [ -117.969968971613525, 34.065522005755398 ], [ -117.970660975926833, 34.066028982383756 ], [ -117.970741000000203, 34.065431999123803 ], [ -117.972923989940981, 34.063381005507573 ], [ -117.975616986150769, 34.063778001568238 ], [ -117.976199988734592, 34.063596005275322 ], [ -117.976700981559532, 34.063884999986549 ], [ -117.977869989226235, 34.062838005642803 ], [ -117.978510985451365, 34.063269001501091 ], [ -117.979537986180617, 34.062873005012904 ], [ -117.981175985722359, 34.06286800049174 ], [ -117.981826985992583, 34.06268500378895 ], [ -117.985106, 34.06239999912394 ], [ -117.985245000000276, 34.062723999123868 ], [ -117.985962000000185, 34.063266999123869 ], [ -117.986537000000155, 34.062657999123964 ], [ -117.988167000000189, 34.06260899912386 ], [ -117.988098, 34.062880999123919 ], [ -117.989507, 34.062927999123829 ], [ -117.989772000000116, 34.062596999123755 ], [ -117.990054000000157, 34.062806999123886 ], [ -117.990375000000157, 34.062240999123922 ], [ -117.990798000000197, 34.062530999123965 ], [ -118.000322000000224, 34.061484999123913 ], [ -118.000696, 34.061248999123862 ], [ -118.001612000000137, 34.058913999123874 ], [ -118.003635000000244, 34.055154999123985 ], [ -118.007428000000218, 34.057790999123995 ], [ -118.006159000000153, 34.061505999123909 ], [ -118.005760000000151, 34.061584999123887 ], [ -118.004642000000132, 34.064376999123844 ], [ -118.0046320000002, 34.06498899912382 ], [ -118.004899000000179, 34.065160999123925 ], [ -118.001765000000134, 34.074170999123687 ], [ -118.001175000000174, 34.076935999123748 ], [ -117.998354000000106, 34.077455999123671 ], [ -117.982796000000135, 34.081082999123588 ], [ -117.982902, 34.09201499912345 ], [ -117.984404, 34.092007999123545 ], [ -117.984419000000145, 34.092205999123514 ], [ -117.984073000000208, 34.099122999123409 ], [ -117.977992000000228, 34.099377999123405 ], [ -117.97792500000017, 34.105384999123295 ], [ -117.977562000000134, 34.10671899912338 ], [ -117.976303000000115, 34.106556999123399 ], [ -117.97264, 34.106605999123353 ], [ -117.96103800000013, 34.106962999123269 ], [ -117.953720000000231, 34.106956999123334 ], [ -117.953739000000283, 34.106770999123327 ], [ -117.95287600000016, 34.106711999123313 ], [ -117.952101000000141, 34.106774999123289 ], [ -117.95210700000014, 34.106972999123371 ], [ -117.94828700000015, 34.107011999123394 ], [ -117.948263000000154, 34.106741999123336 ], [ -117.947921, 34.10668999912334 ], [ -117.94720400000017, 34.106770999123327 ], [ -117.947142000000298, 34.107023999123285 ], [ -117.942953000000173, 34.107063999123397 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "bel-air",
"name": "Bel-Air",
"slug": "bel-air-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.37332143094, "type": "segment-of-a-city", "name": "Bel-Air", "slug": "bel-air"},
"resource_uri": "/1.0/boundary/bel-air-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.469015, 34.129505999123019 ], [ -118.467415, 34.129205999122938 ], [ -118.466414000000114, 34.129705999122997 ], [ -118.465514, 34.129905999122869 ], [ -118.464114, 34.129805999122937 ], [ -118.463114, 34.130805999123062 ], [ -118.459614, 34.130405999123013 ], [ -118.458514, 34.129305999122899 ], [ -118.458414, 34.127405999123113 ], [ -118.459414, 34.126705999122969 ], [ -118.458414000000133, 34.125905999123084 ], [ -118.457614, 34.126205999122938 ], [ -118.457114000000132, 34.125906999123011 ], [ -118.455614000000111, 34.12430699912305 ], [ -118.455814, 34.119106999123041 ], [ -118.455514, 34.118406999123138 ], [ -118.455634, 34.118006999123175 ], [ -118.455314000000143, 34.118006999123118 ], [ -118.456714, 34.115806999123123 ], [ -118.456114, 34.114206999123112 ], [ -118.4570140000001, 34.113806999123206 ], [ -118.456014, 34.112806999123173 ], [ -118.457314, 34.111306999123144 ], [ -118.45581400000016, 34.110206999123122 ], [ -118.455214000000126, 34.109506999123248 ], [ -118.456814, 34.109206999123259 ], [ -118.455214000000126, 34.107706999123131 ], [ -118.452614000000125, 34.104806999123312 ], [ -118.451014, 34.106006999123174 ], [ -118.449413, 34.103306999123319 ], [ -118.449713, 34.102706999123235 ], [ -118.449013, 34.102506999123207 ], [ -118.447713, 34.101706999123287 ], [ -118.447013, 34.100906999123346 ], [ -118.446913000000109, 34.100406999123386 ], [ -118.447013000000169, 34.099706999123327 ], [ -118.446113, 34.099506999123271 ], [ -118.443913, 34.098607999123338 ], [ -118.444013000000112, 34.099306999123328 ], [ -118.443613, 34.099706999123356 ], [ -118.442313, 34.098407999123367 ], [ -118.441113000000101, 34.096807999123406 ], [ -118.440713, 34.094307999123288 ], [ -118.440013, 34.093707999123403 ], [ -118.438713, 34.091807999123397 ], [ -118.438213, 34.090207999123407 ], [ -118.436513000000105, 34.088107999123402 ], [ -118.435413000000125, 34.085307999123621 ], [ -118.434813000000148, 34.082407999123454 ], [ -118.435313000000136, 34.080607999123615 ], [ -118.437813000000105, 34.07940799912361 ], [ -118.440513, 34.077607999123586 ], [ -118.442813000000129, 34.077507999123668 ], [ -118.444013, 34.077007999123659 ], [ -118.444513, 34.076607999123546 ], [ -118.445313000000112, 34.073707999123663 ], [ -118.448813000000115, 34.073507999123628 ], [ -118.450113000000115, 34.075107999123759 ], [ -118.453913000000128, 34.076907999123584 ], [ -118.454913, 34.076507999123535 ], [ -118.457535, 34.074328999123587 ], [ -118.459142, 34.074453999123776 ], [ -118.461113, 34.073207999123724 ], [ -118.462412000000114, 34.073295999123658 ], [ -118.463376, 34.074015999123723 ], [ -118.464019, 34.07417299912364 ], [ -118.465995, 34.073222999123651 ], [ -118.468325000000135, 34.076075999123539 ], [ -118.468977, 34.077366999123626 ], [ -118.469885, 34.078030999123619 ], [ -118.472388000000123, 34.080688999123673 ], [ -118.47456, 34.083857999123438 ], [ -118.47513600000012, 34.086091999123418 ], [ -118.475826, 34.092393999123495 ], [ -118.475596, 34.095743999123385 ], [ -118.475945, 34.096366999123333 ], [ -118.477301000000139, 34.096679999123502 ], [ -118.477906, 34.098902999123467 ], [ -118.477852000000127, 34.100127999123366 ], [ -118.477166000000111, 34.102919999123365 ], [ -118.477201000000122, 34.104007999123219 ], [ -118.477649000000142, 34.105039999123278 ], [ -118.482005000000143, 34.110963999123186 ], [ -118.482018, 34.117836999123121 ], [ -118.481570000000119, 34.118640999123137 ], [ -118.477815, 34.123305999123069 ], [ -118.476115, 34.126005999122974 ], [ -118.474815, 34.126305999122934 ], [ -118.473215, 34.129305999122899 ], [ -118.471615, 34.130905999122959 ], [ -118.469015, 34.129505999123019 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "bellflower",
"name": "Bellflower",
"slug": "bellflower-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.19531162394, "type": "standalone-city", "name": "Bellflower", "slug": "bellflower"},
"resource_uri": "/1.0/boundary/bellflower-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.138574000000204, 33.908970999125728 ], [ -118.137775000000147, 33.909015999125749 ], [ -118.135197000000261, 33.909684999125695 ], [ -118.134090000000157, 33.909763999125794 ], [ -118.109359000000183, 33.909709999125752 ], [ -118.108364000000108, 33.906636999125809 ], [ -118.108192000000173, 33.904495999125828 ], [ -118.108174000000133, 33.895581999125881 ], [ -118.108358000000166, 33.89532899912593 ], [ -118.108270000000147, 33.88707399912596 ], [ -118.108566000000124, 33.887050999125925 ], [ -118.1085470000002, 33.879842999126126 ], [ -118.106769000000142, 33.872942999126245 ], [ -118.108539000000121, 33.872903999126187 ], [ -118.1084290000002, 33.8655869991264 ], [ -118.114279, 33.865573999126326 ], [ -118.114310000000145, 33.869236999126372 ], [ -118.117204000000228, 33.868141999126287 ], [ -118.125152000000142, 33.868177999126232 ], [ -118.129020000000111, 33.869036999126237 ], [ -118.151239, 33.8689699991262 ], [ -118.151294000000178, 33.87971699912616 ], [ -118.149962000000173, 33.879877999126187 ], [ -118.146878, 33.879871999126095 ], [ -118.14710400000024, 33.882009999126112 ], [ -118.146901, 33.88641499912616 ], [ -118.14697100000015, 33.889179999125965 ], [ -118.142574000000252, 33.889196999125964 ], [ -118.142906000000181, 33.907960999125777 ], [ -118.142694000000319, 33.909771999125724 ], [ -118.142404000000184, 33.910452999125788 ], [ -118.13959300000019, 33.909156999125749 ], [ -118.138574000000204, 33.908970999125728 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "bell-gardens",
"name": "Bell Gardens",
"slug": "bell-gardens-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.48028549043, "type": "standalone-city", "name": "Bell Gardens", "slug": "bell-gardens"},
"resource_uri": "/1.0/boundary/bell-gardens-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.14857, 33.973972999124946 ], [ -118.134376000000117, 33.972399999125052 ], [ -118.132562000000149, 33.972520999124953 ], [ -118.130595000000156, 33.973189999125012 ], [ -118.129423000000173, 33.970933999124952 ], [ -118.13360200000011, 33.971112999124863 ], [ -118.1366680000001, 33.967452999125058 ], [ -118.13741200000014, 33.965836999125095 ], [ -118.139478000000167, 33.963029999125055 ], [ -118.140589000000304, 33.962635999125027 ], [ -118.155064, 33.954741999125169 ], [ -118.157647, 33.952884999125224 ], [ -118.15849300000022, 33.952035999125201 ], [ -118.163960000000174, 33.953359999125233 ], [ -118.170449000000218, 33.954373999125075 ], [ -118.170438000000189, 33.955686999125248 ], [ -118.169344000000137, 33.963605999125086 ], [ -118.167756000000125, 33.966443999124934 ], [ -118.166568000000211, 33.967139999125067 ], [ -118.166165000000191, 33.967789999124989 ], [ -118.165285000000125, 33.96798499912493 ], [ -118.165890000000175, 33.96816299912507 ], [ -118.16711900000017, 33.969797999125085 ], [ -118.167712000000122, 33.972048999125043 ], [ -118.167831000000191, 33.973365999125008 ], [ -118.167373000000111, 33.97650499912492 ], [ -118.167315, 33.979335999124835 ], [ -118.149732000000128, 33.9774839991249 ], [ -118.149612000000133, 33.976645999124948 ], [ -118.150271000000146, 33.974151999124906 ], [ -118.14857, 33.973972999124946 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "bell",
"name": "Bell",
"slug": "bell-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.55402884183, "type": "standalone-city", "name": "Bell", "slug": "bell"},
"resource_uri": "/1.0/boundary/bell-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.165504, 33.998112999124665 ], [ -118.16044100000029, 33.995377999124749 ], [ -118.152089000000231, 33.991985999124779 ], [ -118.152680000000288, 33.990650999124632 ], [ -118.154453000000117, 33.99121299912477 ], [ -118.155353, 33.991332999124722 ], [ -118.159241, 33.991296999124842 ], [ -118.160143000000119, 33.991538999124735 ], [ -118.161087000000137, 33.99201799912472 ], [ -118.161805000000101, 33.987359999124763 ], [ -118.163441000000105, 33.98726999912477 ], [ -118.164760000000186, 33.987672999124847 ], [ -118.17047100000012, 33.987888999124749 ], [ -118.169471000000286, 33.986425999124791 ], [ -118.16871600000016, 33.984941999124871 ], [ -118.167747000000162, 33.982098999124808 ], [ -118.167441, 33.980584999124879 ], [ -118.167324000000178, 33.977084999124955 ], [ -118.167840000000183, 33.973013999124994 ], [ -118.167295, 33.970192999125082 ], [ -118.165890000000175, 33.96816299912507 ], [ -118.165285000000125, 33.96798499912493 ], [ -118.166165000000191, 33.967789999124989 ], [ -118.166568000000211, 33.967139999125067 ], [ -118.167756000000125, 33.966443999124934 ], [ -118.169308000000299, 33.963698999125135 ], [ -118.170853, 33.964109999125043 ], [ -118.170319000000205, 33.964604999125044 ], [ -118.17010500000022, 33.966215999124984 ], [ -118.171116, 33.966330999125049 ], [ -118.170962000000202, 33.967279999124969 ], [ -118.171121000000198, 33.967280999124995 ], [ -118.171076, 33.967533999125045 ], [ -118.171491, 33.967615999125051 ], [ -118.171685000000139, 33.966286999125032 ], [ -118.173222000000109, 33.966438999125103 ], [ -118.173003, 33.967713999125095 ], [ -118.175091000000151, 33.96801299912498 ], [ -118.175286000000227, 33.967511999125016 ], [ -118.176989000000162, 33.967700999125086 ], [ -118.176980000000157, 33.967980999125018 ], [ -118.177794, 33.968097999124936 ], [ -118.177739000000159, 33.968382999125069 ], [ -118.185743000000159, 33.969078999124903 ], [ -118.185638000000168, 33.970051999124927 ], [ -118.188009000000136, 33.970303999125015 ], [ -118.187840000000193, 33.969505999125069 ], [ -118.190215000000151, 33.969389999125113 ], [ -118.190160000000134, 33.968953999125027 ], [ -118.190608, 33.968952999125044 ], [ -118.190651000000116, 33.968272999124999 ], [ -118.191926000000123, 33.96840899912511 ], [ -118.191844000000103, 33.969084999125052 ], [ -118.191965000000181, 33.969103999124997 ], [ -118.192063000000175, 33.968423999125065 ], [ -118.192196000000195, 33.968437999125008 ], [ -118.192104000000313, 33.969313999124971 ], [ -118.194031, 33.969418999125075 ], [ -118.193979000000169, 33.969782999125066 ], [ -118.194347000000178, 33.969821999125017 ], [ -118.194261, 33.970399999125064 ], [ -118.194439000000159, 33.970463999125016 ], [ -118.199842000000174, 33.971205999125047 ], [ -118.199793000000156, 33.97156599912492 ], [ -118.202763000000175, 33.971870999124917 ], [ -118.203508000000113, 33.973946999124891 ], [ -118.203911000000232, 33.9759189991249 ], [ -118.206166000000195, 33.976240999124876 ], [ -118.206243000000143, 33.979637999124868 ], [ -118.204285000000183, 33.979504999124906 ], [ -118.20429, 33.979876999124912 ], [ -118.202337000000227, 33.979660999124803 ], [ -118.202544000000174, 33.980037999124825 ], [ -118.202581000000137, 33.982568999124837 ], [ -118.197536000000142, 33.98206399912484 ], [ -118.197411000000201, 33.982653999124842 ], [ -118.170035000000127, 33.980007999124908 ], [ -118.169945000000126, 33.98023799912481 ], [ -118.170850000000144, 33.983851999124823 ], [ -118.172198000000137, 33.986272999124708 ], [ -118.172579000000212, 33.986436999124805 ], [ -118.173628000000136, 33.98788699912474 ], [ -118.174953000000158, 33.989264999124849 ], [ -118.176986000000156, 33.990856999124709 ], [ -118.175433, 33.9927099991246 ], [ -118.178051000000167, 33.995516999124625 ], [ -118.177650000000213, 33.995744999124717 ], [ -118.177467000000178, 33.995409999124696 ], [ -118.176275000000118, 33.995905999124723 ], [ -118.176761000000184, 33.997204999124719 ], [ -118.176535000000158, 33.997831999124706 ], [ -118.175455000000156, 33.998346999124657 ], [ -118.16833, 33.996024999124657 ], [ -118.167156000000219, 33.998622999124642 ], [ -118.165504, 33.998112999124665 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "beverly-crest",
"name": "Beverly Crest",
"slug": "beverly-crest-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.23609299869, "type": "segment-of-a-city", "name": "Beverly Crest", "slug": "beverly-crest"},
"resource_uri": "/1.0/boundary/beverly-crest-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.453214000000116, 34.13180599912284 ], [ -118.451214000000135, 34.131505999122986 ], [ -118.449814000000103, 34.131905999122971 ], [ -118.448114000000118, 34.130705999122924 ], [ -118.443414, 34.130005999123064 ], [ -118.442514000000173, 34.130505999122953 ], [ -118.442014, 34.131005999122998 ], [ -118.440614000000167, 34.131505999122929 ], [ -118.439314, 34.13110599912288 ], [ -118.438414, 34.131505999123043 ], [ -118.435414000000137, 34.130406999123096 ], [ -118.433913000000103, 34.130706999122928 ], [ -118.432713, 34.13170699912294 ], [ -118.431113000000124, 34.132006999122936 ], [ -118.42641300000011, 34.131006999123045 ], [ -118.424313, 34.130206999122912 ], [ -118.423713, 34.130306999122972 ], [ -118.423213, 34.13020699912299 ], [ -118.422413, 34.129706999122931 ], [ -118.421213000000108, 34.129606999122984 ], [ -118.420813000000109, 34.128506999123061 ], [ -118.419613000000155, 34.127706999122957 ], [ -118.418413000000143, 34.127006999122983 ], [ -118.417213, 34.127206999123018 ], [ -118.415613000000107, 34.126206999122921 ], [ -118.414013, 34.128006999122917 ], [ -118.414213, 34.12900699912305 ], [ -118.413213000000155, 34.128806999122979 ], [ -118.412013, 34.129406999122899 ], [ -118.409113000000133, 34.129406999122899 ], [ -118.406913, 34.128906999123068 ], [ -118.406113000000147, 34.127406999122982 ], [ -118.403912, 34.127906999123056 ], [ -118.40351200000012, 34.127206999123018 ], [ -118.403012000000103, 34.125206999122994 ], [ -118.398912, 34.122306999123076 ], [ -118.3982120000001, 34.120706999123009 ], [ -118.398112, 34.119606999123143 ], [ -118.397412, 34.119106999123098 ], [ -118.395112, 34.119606999123143 ], [ -118.394412, 34.119906999123231 ], [ -118.393512000000129, 34.120006999123092 ], [ -118.391412000000145, 34.122006999123165 ], [ -118.387612000000132, 34.123406999123162 ], [ -118.386912, 34.121806999123038 ], [ -118.388712, 34.120906999123193 ], [ -118.390012, 34.121106999123114 ], [ -118.392112, 34.120406999123105 ], [ -118.390912000000142, 34.119906999123089 ], [ -118.390912, 34.119206999123087 ], [ -118.388812, 34.11870699912312 ], [ -118.390312000000165, 34.118306999123234 ], [ -118.390612000000104, 34.117606999123218 ], [ -118.390612000000104, 34.11710699912318 ], [ -118.391712, 34.117006999123141 ], [ -118.391012, 34.115206999123146 ], [ -118.391651, 34.114194999123193 ], [ -118.392096, 34.11448699912313 ], [ -118.391920000000113, 34.114214999123142 ], [ -118.391579589121889, 34.112425976024603 ], [ -118.395856, 34.11241399912317 ], [ -118.396006, 34.111202999123392 ], [ -118.396365, 34.111615999123224 ], [ -118.397202, 34.111618999123287 ], [ -118.399203, 34.11148699912335 ], [ -118.400073, 34.110934999123309 ], [ -118.398655, 34.108609999123296 ], [ -118.401038, 34.108732999123248 ], [ -118.400888, 34.093993999123491 ], [ -118.401399, 34.093839999123439 ], [ -118.401677, 34.094204999123477 ], [ -118.402064, 34.093790999123392 ], [ -118.402419, 34.093666999123393 ], [ -118.40532, 34.096299999123516 ], [ -118.405144, 34.097155999123395 ], [ -118.405299000000113, 34.097998999123426 ], [ -118.40541, 34.101460999123354 ], [ -118.40826, 34.101501999123407 ], [ -118.408171, 34.10128999912336 ], [ -118.408723, 34.100659999123408 ], [ -118.408606, 34.1004579991234 ], [ -118.409058, 34.100155999123395 ], [ -118.409005, 34.099000999123447 ], [ -118.408785, 34.098451999123377 ], [ -118.409067, 34.097553999123399 ], [ -118.408641, 34.097146999123439 ], [ -118.408892, 34.097118999123509 ], [ -118.409054, 34.096569999123382 ], [ -118.409494000000109, 34.096149999123391 ], [ -118.40919, 34.095537999123465 ], [ -118.40944, 34.094858999123446 ], [ -118.411471, 34.093495999123526 ], [ -118.411883, 34.092243999123411 ], [ -118.411969, 34.092478999123479 ], [ -118.412609, 34.092916999123403 ], [ -118.413934000000111, 34.094267999123531 ], [ -118.42274, 34.094314999123441 ], [ -118.422689000000119, 34.090560999123539 ], [ -118.423318, 34.090534999123456 ], [ -118.424032, 34.09011099912351 ], [ -118.424553000000159, 34.090321999123553 ], [ -118.424500000000108, 34.09063799912348 ], [ -118.427041, 34.090630999123505 ], [ -118.426962, 34.083043999123625 ], [ -118.422778, 34.08309299912365 ], [ -118.422647, 34.080008999123606 ], [ -118.423231283354596, 34.079927282478124 ], [ -118.425812, 34.080807999123593 ], [ -118.427712000000113, 34.080607999123565 ], [ -118.429012000000114, 34.079107999123487 ], [ -118.429912, 34.07930799912365 ], [ -118.431812, 34.082207999123582 ], [ -118.434213, 34.082707999123656 ], [ -118.434813000000148, 34.082407999123454 ], [ -118.435413000000125, 34.085307999123621 ], [ -118.436513000000105, 34.088107999123402 ], [ -118.438213, 34.090207999123407 ], [ -118.438713, 34.091807999123397 ], [ -118.440013, 34.093707999123403 ], [ -118.440713, 34.094307999123288 ], [ -118.441113000000101, 34.096807999123406 ], [ -118.442313, 34.098407999123367 ], [ -118.443613, 34.099706999123356 ], [ -118.444013000000112, 34.099306999123328 ], [ -118.443913, 34.098607999123338 ], [ -118.446113, 34.099506999123271 ], [ -118.447013000000169, 34.099706999123327 ], [ -118.446913000000109, 34.100406999123386 ], [ -118.447013, 34.100906999123346 ], [ -118.447713, 34.101706999123287 ], [ -118.449013, 34.102506999123207 ], [ -118.449713, 34.102706999123235 ], [ -118.449413, 34.103306999123319 ], [ -118.451014, 34.106006999123174 ], [ -118.452614000000125, 34.104806999123312 ], [ -118.455214000000126, 34.107706999123131 ], [ -118.456814, 34.109206999123259 ], [ -118.455214000000126, 34.109506999123248 ], [ -118.45581400000016, 34.110206999123122 ], [ -118.457314, 34.111306999123144 ], [ -118.456014, 34.112806999123173 ], [ -118.4570140000001, 34.113806999123206 ], [ -118.456114, 34.114206999123112 ], [ -118.456714, 34.115806999123123 ], [ -118.455314000000143, 34.118006999123118 ], [ -118.455634, 34.118006999123175 ], [ -118.455514, 34.118406999123138 ], [ -118.455814, 34.119106999123041 ], [ -118.455614000000111, 34.12430699912305 ], [ -118.457114000000132, 34.125906999123011 ], [ -118.457614, 34.126205999122938 ], [ -118.458414000000133, 34.125905999123084 ], [ -118.459414, 34.126705999122969 ], [ -118.458414, 34.127405999123113 ], [ -118.458514, 34.129305999122899 ], [ -118.459614, 34.130405999123013 ], [ -118.455914, 34.132605999122859 ], [ -118.454914, 34.132905999123004 ], [ -118.453214000000116, 34.13180599912284 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "beverly-grove",
"name": "Beverly Grove",
"slug": "beverly-grove-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.64868313332, "type": "segment-of-a-city", "name": "Beverly Grove", "slug": "beverly-grove"},
"resource_uri": "/1.0/boundary/beverly-grove-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.372486, 34.085754999123587 ], [ -118.372485, 34.085437999123606 ], [ -118.37023, 34.085608999123515 ], [ -118.370233, 34.087083999123621 ], [ -118.36643, 34.087138999123638 ], [ -118.366443, 34.088923999123544 ], [ -118.363269, 34.088970999123525 ], [ -118.363267, 34.08877799912355 ], [ -118.362712, 34.088786999123506 ], [ -118.362701, 34.087190999123507 ], [ -118.361716386168695, 34.087200630959231 ], [ -118.361486, 34.073960999123663 ], [ -118.361610000000141, 34.065809999123729 ], [ -118.36151, 34.0630099991238 ], [ -118.372231264900762, 34.064201250779483 ], [ -118.37203, 34.064181999123839 ], [ -118.373017, 34.065394999123818 ], [ -118.375864, 34.070298999123693 ], [ -118.375892, 34.069783999123658 ], [ -118.376354000000163, 34.06978699912375 ], [ -118.376317, 34.069335999123723 ], [ -118.377375, 34.069323999123775 ], [ -118.377403, 34.069708999123826 ], [ -118.383728, 34.069683999123676 ], [ -118.383764, 34.072121999123745 ], [ -118.390704, 34.072082999123722 ], [ -118.390718, 34.076500999123638 ], [ -118.381694, 34.076395999123697 ], [ -118.381692999999899, 34.076710999123698 ], [ -118.380517, 34.07669399912379 ], [ -118.379754, 34.076390999123632 ], [ -118.377192, 34.076478999123751 ], [ -118.37722, 34.07817299912363 ], [ -118.377567, 34.078741999123608 ], [ -118.377777, 34.078652999123676 ], [ -118.377991, 34.078942999123704 ], [ -118.377302000000199, 34.07922699912362 ], [ -118.376893000000109, 34.078965999123689 ], [ -118.377248, 34.080206999123625 ], [ -118.375264000000129, 34.08015899912364 ], [ -118.37525, 34.082010999123582 ], [ -118.374202000000111, 34.082018999123569 ], [ -118.374209, 34.080160999123599 ], [ -118.370294, 34.080168999123579 ], [ -118.370302000000109, 34.083156999123538 ], [ -118.377033000000125, 34.08303999912355 ], [ -118.376951, 34.088629999123555 ], [ -118.376284, 34.088988999123522 ], [ -118.375383000000113, 34.089139999123503 ], [ -118.375186, 34.089417999123484 ], [ -118.374757000000116, 34.089424999123494 ], [ -118.374757000000116, 34.089698999123478 ], [ -118.374328, 34.08970599912346 ], [ -118.37413, 34.089956999123565 ], [ -118.372498, 34.090255999123443 ], [ -118.372486, 34.085754999123587 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "beverly-hills",
"name": "Beverly Hills",
"slug": "beverly-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.70224133167, "type": "standalone-city", "name": "Beverly Hills", "slug": "beverly-hills"},
"resource_uri": "/1.0/boundary/beverly-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.391140000000206, 34.112422999123389 ], [ -118.390574000000285, 34.109202999123319 ], [ -118.391197000000204, 34.107485999123355 ], [ -118.391757000000155, 34.106681999123353 ], [ -118.392227, 34.106516999123336 ], [ -118.392079000000152, 34.10635799912334 ], [ -118.392081000000132, 34.099793999123477 ], [ -118.394894, 34.096975999123394 ], [ -118.395412000000178, 34.096172999123453 ], [ -118.39650600000013, 34.096181999123502 ], [ -118.396504, 34.095065999123428 ], [ -118.396154, 34.095162999123509 ], [ -118.395914000000175, 34.095012999123526 ], [ -118.395728000000204, 34.090585999123526 ], [ -118.394514000000186, 34.090579999123499 ], [ -118.393586000000212, 34.089634999123611 ], [ -118.38975500000015, 34.088494999123711 ], [ -118.389733000000192, 34.076489999123716 ], [ -118.390718000000192, 34.076500999123681 ], [ -118.390704000000184, 34.072082999123772 ], [ -118.383764, 34.072121999123766 ], [ -118.383728000000161, 34.069683999123718 ], [ -118.377403000000186, 34.069708999123847 ], [ -118.377375000000129, 34.069323999123824 ], [ -118.376317000000142, 34.069335999123801 ], [ -118.376354000000262, 34.069786999123799 ], [ -118.375892000000121, 34.0697839991237 ], [ -118.375864000000206, 34.070298999123743 ], [ -118.373017000000175, 34.065394999123839 ], [ -118.372030000000166, 34.064181999123903 ], [ -118.372258000000201, 34.064244999123815 ], [ -118.372027000000173, 34.06386699912386 ], [ -118.372244000000194, 34.062199999123884 ], [ -118.376001, 34.059964999123849 ], [ -118.37600600000016, 34.059610999123869 ], [ -118.376174000000162, 34.059461999123911 ], [ -118.377266000000105, 34.059383999123959 ], [ -118.377330000000157, 34.062953999123891 ], [ -118.383534000000139, 34.062936999123941 ], [ -118.383666, 34.057098999123959 ], [ -118.399713000000233, 34.057095999123973 ], [ -118.400002, 34.056876999123901 ], [ -118.400428, 34.057096999123935 ], [ -118.400785, 34.056866999123947 ], [ -118.400907000000146, 34.05699699912401 ], [ -118.400751000000113, 34.057097999123933 ], [ -118.401271000000165, 34.057097999123933 ], [ -118.401584000000227, 34.056914999123883 ], [ -118.401679000000229, 34.057028999123943 ], [ -118.401556000000198, 34.057098999123994 ], [ -118.401882000000214, 34.057097999123933 ], [ -118.40227, 34.05688599912402 ], [ -118.402371000000116, 34.056995999123863 ], [ -118.402183000000207, 34.057098999123994 ], [ -118.402463000000196, 34.05709899912393 ], [ -118.402771000000214, 34.056886999124096 ], [ -118.402927000000147, 34.057054999123892 ], [ -118.403261, 34.056830999123925 ], [ -118.403455000000221, 34.057022999123866 ], [ -118.403993000000114, 34.057100999123925 ], [ -118.405922000000132, 34.057103999123953 ], [ -118.405929000000185, 34.054829999124003 ], [ -118.405452000000153, 34.054860999123967 ], [ -118.405285000000106, 34.054401999124067 ], [ -118.405562000000188, 34.054311999123954 ], [ -118.405562000000117, 34.054140999123824 ], [ -118.406122000000181, 34.054144999123935 ], [ -118.405484, 34.052846999124 ], [ -118.406023000000147, 34.052665999124009 ], [ -118.411551000000173, 34.060424999123939 ], [ -118.412204000000273, 34.060100999123911 ], [ -118.414166, 34.062840999123814 ], [ -118.413514000000177, 34.063164999123828 ], [ -118.417253000000201, 34.068382999123799 ], [ -118.416371, 34.06883999912381 ], [ -118.417382000000231, 34.0702059991239 ], [ -118.418462, 34.072360999123852 ], [ -118.419642000000181, 34.072651999123714 ], [ -118.420928000000131, 34.07542799912364 ], [ -118.421839000000219, 34.075092999123818 ], [ -118.422546000000168, 34.075272999123719 ], [ -118.423289000000125, 34.075688999123727 ], [ -118.422767000000178, 34.077047999123721 ], [ -118.423296, 34.077568999123685 ], [ -118.423632000000111, 34.078763999123744 ], [ -118.423477000000105, 34.078812999123699 ], [ -118.423828000000199, 34.079739999123696 ], [ -118.422647000000183, 34.080008999123656 ], [ -118.422778000000193, 34.083092999123672 ], [ -118.426962000000174, 34.08304399912366 ], [ -118.427041000000131, 34.090630999123526 ], [ -118.424500000000208, 34.090637999123523 ], [ -118.424553000000273, 34.090321999123574 ], [ -118.424032000000111, 34.090110999123539 ], [ -118.423318000000165, 34.090534999123484 ], [ -118.422689000000219, 34.090560999123547 ], [ -118.422740000000118, 34.094314999123462 ], [ -118.413934000000211, 34.094267999123559 ], [ -118.412609000000188, 34.09291699912346 ], [ -118.411969000000127, 34.092478999123507 ], [ -118.411883, 34.092243999123468 ], [ -118.411471000000191, 34.093495999123583 ], [ -118.409440000000203, 34.094858999123495 ], [ -118.40919000000018, 34.095537999123508 ], [ -118.409494000000208, 34.096149999123426 ], [ -118.409054000000197, 34.096569999123453 ], [ -118.408892000000122, 34.097118999123524 ], [ -118.408641000000117, 34.097146999123481 ], [ -118.409067000000121, 34.097553999123448 ], [ -118.408785000000151, 34.098451999123427 ], [ -118.409005000000107, 34.09900099912349 ], [ -118.409058000000201, 34.100155999123452 ], [ -118.408606000000134, 34.100457999123428 ], [ -118.408723000000137, 34.100659999123437 ], [ -118.408171000000166, 34.101289999123402 ], [ -118.408260000000141, 34.10150199912345 ], [ -118.405410000000145, 34.10146099912339 ], [ -118.405299000000213, 34.09799899912344 ], [ -118.405144000000135, 34.097155999123444 ], [ -118.405320000000117, 34.096299999123573 ], [ -118.402419000000123, 34.093666999123421 ], [ -118.402064000000152, 34.093790999123428 ], [ -118.401677, 34.094204999123505 ], [ -118.40139900000014, 34.093839999123468 ], [ -118.400888, 34.093993999123526 ], [ -118.401038000000156, 34.108732999123298 ], [ -118.398655000000176, 34.108609999123345 ], [ -118.400073000000162, 34.110934999123344 ], [ -118.399203000000227, 34.1114869991234 ], [ -118.397202000000178, 34.111618999123301 ], [ -118.396365000000131, 34.111615999123273 ], [ -118.396006000000185, 34.111202999123392 ], [ -118.395856000000123, 34.11241399912322 ], [ -118.391140000000206, 34.112422999123389 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "beverlywood",
"name": "Beverlywood",
"slug": "beverlywood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.794341836932, "type": "segment-of-a-city", "name": "Beverlywood", "slug": "beverlywood"},
"resource_uri": "/1.0/boundary/beverlywood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.389611000000144, 34.052309999123885 ], [ -118.389511000000127, 34.049509999123849 ], [ -118.385411, 34.048809999123883 ], [ -118.388310000000132, 34.039009999124112 ], [ -118.38841, 34.038209999124049 ], [ -118.38941, 34.034709999124161 ], [ -118.394111, 34.036109999124101 ], [ -118.39851100000017, 34.037209999124116 ], [ -118.399211000000136, 34.039709999124135 ], [ -118.398511, 34.041209999124064 ], [ -118.398711, 34.043709999124019 ], [ -118.399011, 34.043809999123965 ], [ -118.398859000000172, 34.045479999123899 ], [ -118.402553, 34.046352999123961 ], [ -118.401531, 34.051966999123898 ], [ -118.397711, 34.052309999123935 ], [ -118.389611000000144, 34.052309999123885 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "boyle-heights",
"name": "Boyle Heights",
"slug": "boyle-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.51900530941, "type": "segment-of-a-city", "name": "Boyle Heights", "slug": "boyle-heights"},
"resource_uri": "/1.0/boundary/boyle-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.192705, 34.061810999123814 ], [ -118.192384003827556, 34.034002470454126 ], [ -118.191840852800283, 34.034004460028129 ], [ -118.191845852814424, 34.034416460028929 ], [ -118.191291000000163, 34.034416999124225 ], [ -118.191269000000119, 34.033612999124202 ], [ -118.191286, 34.033273999124134 ], [ -118.192377, 34.033232999124102 ], [ -118.192219, 34.015079999124403 ], [ -118.191436, 34.015083999124364 ], [ -118.191428, 34.012760999124417 ], [ -118.201273, 34.013583999124499 ], [ -118.205058, 34.014373999124487 ], [ -118.205026, 34.012625999124467 ], [ -118.20534, 34.012815999124456 ], [ -118.207041, 34.012776999124512 ], [ -118.208166, 34.015005999124568 ], [ -118.212701000000109, 34.014988999124355 ], [ -118.212698000000117, 34.014294999124388 ], [ -118.218069, 34.015984999124399 ], [ -118.218064, 34.014964999124381 ], [ -118.22291280880971, 34.014942445015237 ], [ -118.223906, 34.018512999124418 ], [ -118.226206000000104, 34.029311999124133 ], [ -118.226464000000121, 34.029434999124142 ], [ -118.227406, 34.034511999124092 ], [ -118.228406, 34.038611999124115 ], [ -118.230306, 34.048011999124036 ], [ -118.228906000000165, 34.053210999123834 ], [ -118.227306, 34.055110999123791 ], [ -118.225806000000119, 34.054410999123967 ], [ -118.219306, 34.056910999123893 ], [ -118.213506, 34.061410999123837 ], [ -118.207506000000123, 34.065210999123671 ], [ -118.204805000000107, 34.065710999123759 ], [ -118.202105, 34.065710999123759 ], [ -118.198405, 34.065110999123732 ], [ -118.192805, 34.06391099912392 ], [ -118.192705, 34.061810999123814 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "bradbury",
"name": "Bradbury",
"slug": "bradbury-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.92842214364, "type": "standalone-city", "name": "Bradbury", "slug": "bradbury"},
"resource_uri": "/1.0/boundary/bradbury-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.960053000000258, 34.156947999122785 ], [ -117.960052000000189, 34.151784999122825 ], [ -117.951505000000125, 34.150420999122794 ], [ -117.951297000000267, 34.148305999122798 ], [ -117.951308000000182, 34.145778999122861 ], [ -117.95159800000016, 34.144517999122833 ], [ -117.95155, 34.143516999122859 ], [ -117.960029000000148, 34.143425999122861 ], [ -117.961586, 34.143499999122824 ], [ -117.963124000000164, 34.143679999122874 ], [ -117.963123000000138, 34.143781999122929 ], [ -117.975380535849368, 34.143677262903644 ], [ -117.975382369664018, 34.146904296473217 ], [ -117.980361000000201, 34.146870999122854 ], [ -117.980335000000153, 34.14791699912287 ], [ -117.981966000000241, 34.147824999122861 ], [ -117.982080000000153, 34.150417999122858 ], [ -117.983390000000256, 34.150586999122787 ], [ -117.983556, 34.151177999122808 ], [ -117.983884000000302, 34.151561999122798 ], [ -117.985076000000149, 34.151557999122758 ], [ -117.985378000000267, 34.154008999122723 ], [ -117.985851, 34.155124999122712 ], [ -117.985567000000131, 34.155117999122723 ], [ -117.985136000000182, 34.155733999122738 ], [ -117.984877000000196, 34.155712999122755 ], [ -117.98473700000018, 34.156384999122757 ], [ -117.98269900000021, 34.156298999122782 ], [ -117.982565000000193, 34.156519999122715 ], [ -117.981919000000133, 34.156634999122751 ], [ -117.981095000000153, 34.156430999122733 ], [ -117.980902000000185, 34.156833999122775 ], [ -117.980112, 34.156509999122804 ], [ -117.9800180000002, 34.156697999122748 ], [ -117.9774460000001, 34.155866999122786 ], [ -117.977198, 34.165005999122627 ], [ -117.960054, 34.165053999122598 ], [ -117.960053000000258, 34.156947999122785 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "brentwood",
"name": "Brentwood",
"slug": "brentwood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 15.2237014135, "type": "segment-of-a-city", "name": "Brentwood", "slug": "brentwood"},
"resource_uri": "/1.0/boundary/brentwood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.488415, 34.130005999123064 ], [ -118.479985000000113, 34.130012999122918 ], [ -118.479364, 34.129515999123051 ], [ -118.478519, 34.126655999123003 ], [ -118.478241, 34.126183999123043 ], [ -118.477637000000115, 34.125944999123114 ], [ -118.476115, 34.126005999122974 ], [ -118.477815, 34.123305999123069 ], [ -118.481864, 34.118217999123118 ], [ -118.482069000000109, 34.117339999123004 ], [ -118.482081000000107, 34.11132299912321 ], [ -118.481915000000114, 34.110706999123167 ], [ -118.477649000000142, 34.105039999123278 ], [ -118.477201000000122, 34.104007999123219 ], [ -118.477166000000111, 34.102919999123365 ], [ -118.477852000000127, 34.100127999123366 ], [ -118.477906, 34.098902999123467 ], [ -118.477301000000139, 34.096679999123502 ], [ -118.475945, 34.096366999123333 ], [ -118.475596, 34.095743999123385 ], [ -118.475826, 34.092393999123495 ], [ -118.47513600000012, 34.086091999123418 ], [ -118.474802, 34.084475999123484 ], [ -118.474277000000114, 34.083280999123545 ], [ -118.472388000000123, 34.080688999123673 ], [ -118.469885, 34.078030999123619 ], [ -118.468977, 34.077366999123626 ], [ -118.468325000000135, 34.076075999123539 ], [ -118.465995, 34.073222999123651 ], [ -118.466532, 34.072917999123675 ], [ -118.460203, 34.065374999123804 ], [ -118.459626000000171, 34.065503999123791 ], [ -118.455161000000132, 34.060242999123716 ], [ -118.458781, 34.058072999123958 ], [ -118.461100000000201, 34.060045999123787 ], [ -118.462814000000151, 34.063108999123912 ], [ -118.4632000000001, 34.065065999123789 ], [ -118.465336, 34.06698899912373 ], [ -118.466731, 34.067707999123812 ], [ -118.468893, 34.065870999123732 ], [ -118.467953, 34.060909999123794 ], [ -118.459229411674684, 34.050794638902083 ], [ -118.47096, 34.041275999124167 ], [ -118.471513, 34.041748999124131 ], [ -118.471275, 34.041941999123949 ], [ -118.473721, 34.044035999124077 ], [ -118.474278, 34.044313999124 ], [ -118.474382, 34.044207999124112 ], [ -118.477283, 34.046698999124054 ], [ -118.478348000000153, 34.04626499912402 ], [ -118.478438, 34.045628999124006 ], [ -118.479015, 34.045686999123916 ], [ -118.479136, 34.045188999123937 ], [ -118.479647, 34.045106999124101 ], [ -118.479745, 34.044702999124056 ], [ -118.480161, 34.044528999124168 ], [ -118.480015000000108, 34.044455999124025 ], [ -118.483766, 34.041429999124063 ], [ -118.494103213793181, 34.050248523261978 ], [ -118.493814, 34.050107999123881 ], [ -118.493014, 34.051807999123831 ], [ -118.492514000000114, 34.053507999123923 ], [ -118.493114000000119, 34.056407999123955 ], [ -118.492714000000134, 34.058407999123773 ], [ -118.493459000000129, 34.058919999123809 ], [ -118.49347800000011, 34.059944999123886 ], [ -118.493637000000149, 34.060310999123786 ], [ -118.494368, 34.060629999123748 ], [ -118.49505, 34.060553999123798 ], [ -118.495513, 34.060165999123797 ], [ -118.496172, 34.05633599912391 ], [ -118.496359, 34.056018999123985 ], [ -118.498628, 34.054920999123802 ], [ -118.499054, 34.05440699912382 ], [ -118.499256, 34.053689999123996 ], [ -118.4995440000001, 34.053288999123865 ], [ -118.500614, 34.05290799912391 ], [ -118.50294, 34.052721999123982 ], [ -118.503885, 34.052279999123868 ], [ -118.508014, 34.046607999123999 ], [ -118.508427, 34.046239999123898 ], [ -118.509166, 34.04618899912392 ], [ -118.510006000000146, 34.046686999124013 ], [ -118.510059, 34.047279999123994 ], [ -118.509297, 34.048561999124054 ], [ -118.509212, 34.048989999123933 ], [ -118.50927100000014, 34.050516999123886 ], [ -118.509541, 34.050902999123934 ], [ -118.509961000000118, 34.051087999123936 ], [ -118.506807, 34.05532399912385 ], [ -118.506814, 34.061507999123762 ], [ -118.507114000000129, 34.064107999123841 ], [ -118.511514, 34.066907999123842 ], [ -118.516515, 34.072207999123677 ], [ -118.515215000000111, 34.075007999123727 ], [ -118.517515000000117, 34.076007999123718 ], [ -118.520515, 34.081806999123486 ], [ -118.518415, 34.081806999123486 ], [ -118.519515, 34.082806999123477 ], [ -118.518015000000105, 34.083106999123643 ], [ -118.52071500000018, 34.088606999123392 ], [ -118.525516, 34.104406999123285 ], [ -118.525616, 34.107306999123232 ], [ -118.527916000000104, 34.118205999123226 ], [ -118.527516000000119, 34.11850599912308 ], [ -118.528316000000103, 34.118905999123136 ], [ -118.529216, 34.122005999123026 ], [ -118.528616, 34.125505999123021 ], [ -118.527116000000134, 34.129105999123141 ], [ -118.510716, 34.130305999122918 ], [ -118.510416000000134, 34.130705999122924 ], [ -118.508516, 34.131205999122926 ], [ -118.504116000000138, 34.128005999123026 ], [ -118.502616000000103, 34.128405999122968 ], [ -118.502016, 34.130605999122892 ], [ -118.502216000000104, 34.129505999123062 ], [ -118.500916, 34.129105999123126 ], [ -118.496815, 34.130505999122903 ], [ -118.496015000000142, 34.130005999122936 ], [ -118.494415, 34.130105999122975 ], [ -118.492815000000107, 34.13110599912298 ], [ -118.490415, 34.131205999122926 ], [ -118.490015, 34.130605999123041 ], [ -118.488415, 34.130005999123064 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "broadway-manchester",
"name": "Broadway-Manchester",
"slug": "broadway-manchester-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.55848582484, "type": "segment-of-a-city", "name": "Broadway-Manchester", "slug": "broadway-manchester"},
"resource_uri": "/1.0/boundary/broadway-manchester-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.278207, 33.960013999125138 ], [ -118.269506, 33.960013999125039 ], [ -118.269437786881895, 33.923101994170985 ], [ -118.277331974878521, 33.923281000429391 ], [ -118.2772889860438, 33.922856002383824 ], [ -118.277533989608628, 33.92243300664812 ], [ -118.278220988790622, 33.922509000262671 ], [ -118.278225981751035, 33.923217997976927 ], [ -118.281265278067167, 33.923199001298045 ], [ -118.279848, 33.934944999125371 ], [ -118.279806000000107, 33.942913999125238 ], [ -118.279606000000129, 33.945513999125211 ], [ -118.279306000000119, 33.947213999125104 ], [ -118.280707000000206, 33.956613999125182 ], [ -118.280807, 33.959913999124993 ], [ -118.278207, 33.960013999125138 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "burbank",
"name": "Burbank",
"slug": "burbank-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 17.3418424792, "type": "standalone-city", "name": "Burbank", "slug": "burbank"},
"resource_uri": "/1.0/boundary/burbank-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.292761000000212, 34.221653999121976 ], [ -118.280209000000141, 34.207103999122197 ], [ -118.280109000000152, 34.190204999122294 ], [ -118.283377, 34.18598399912235 ], [ -118.287831000000153, 34.187631999122381 ], [ -118.288272000000148, 34.187153999122359 ], [ -118.290092000000314, 34.184615999122457 ], [ -118.29287500000018, 34.181633999122504 ], [ -118.297599000000176, 34.177003999122597 ], [ -118.296392000000168, 34.176121999122564 ], [ -118.298906000000159, 34.17369899912255 ], [ -118.29918, 34.173275999122502 ], [ -118.296887000000112, 34.171559999122515 ], [ -118.302030000000116, 34.166570999122577 ], [ -118.304583, 34.164351999122623 ], [ -118.307017000000172, 34.161782999122678 ], [ -118.307849000000203, 34.161151999122659 ], [ -118.308728000000215, 34.161438999122637 ], [ -118.309646000000129, 34.161258999122644 ], [ -118.310320000000203, 34.160759999122639 ], [ -118.312189000000245, 34.155344999122796 ], [ -118.314675000000122, 34.154277999122748 ], [ -118.315818000000164, 34.154452999122753 ], [ -118.316002, 34.154660999122662 ], [ -118.317217000000198, 34.154791999122779 ], [ -118.31767700000016, 34.156312999122676 ], [ -118.322110000000151, 34.155726999122734 ], [ -118.325721000000158, 34.153252999122934 ], [ -118.329026000000198, 34.15018099912281 ], [ -118.33006700000017, 34.149746999122812 ], [ -118.331028000000131, 34.148317999122845 ], [ -118.336637000000238, 34.146493999122967 ], [ -118.338804000000181, 34.145227999122888 ], [ -118.339891000000179, 34.145558999122848 ], [ -118.340343000000161, 34.145491999122925 ], [ -118.34088, 34.144934999122825 ], [ -118.344838000000209, 34.142691999122825 ], [ -118.345665000000238, 34.142366999122906 ], [ -118.345949, 34.14457299912285 ], [ -118.353103000000161, 34.16128899912276 ], [ -118.357151000000258, 34.161286999122709 ], [ -118.357158000000197, 34.164907999122626 ], [ -118.354727000000139, 34.164908999122567 ], [ -118.357758000000217, 34.172161999122601 ], [ -118.360824000000207, 34.192484999122293 ], [ -118.361190000000121, 34.193970999122321 ], [ -118.361151000000149, 34.194650999122324 ], [ -118.370313000000195, 34.196378999122274 ], [ -118.370312000000169, 34.201196999122146 ], [ -118.362261000000188, 34.201233999122209 ], [ -118.362171, 34.201418999122211 ], [ -118.362987000000217, 34.206817999122102 ], [ -118.339930000000209, 34.206502999122215 ], [ -118.339806000000152, 34.211193999122059 ], [ -118.337737000000146, 34.211270999122078 ], [ -118.337706000000196, 34.212588999122048 ], [ -118.336032000000174, 34.214308999122032 ], [ -118.336417000000111, 34.214567999121961 ], [ -118.334845000000186, 34.215513999121988 ], [ -118.335128000000154, 34.216752999122079 ], [ -118.337462000000144, 34.221311999122008 ], [ -118.292761000000212, 34.221653999121976 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "calabasas",
"name": "Calabasas",
"slug": "calabasas-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 18.5426135082, "type": "standalone-city", "name": "Calabasas", "slug": "calabasas"},
"resource_uri": "/1.0/boundary/calabasas-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.694544000000135, 34.168417999122532 ], [ -118.674377000000192, 34.168164999122617 ], [ -118.674233624772626, 34.165909266956561 ], [ -118.674213806660902, 34.154664271298643 ], [ -118.668667985325257, 34.154658909001711 ], [ -118.668665844561687, 34.154816921119846 ], [ -118.668503279036798, 34.154816531748637 ], [ -118.668502978024904, 34.15465880269921 ], [ -118.667512112604967, 34.154658344100042 ], [ -118.667521212345306, 34.152222637228263 ], [ -118.666925000000163, 34.152302999122838 ], [ -118.666380000000231, 34.152178999122768 ], [ -118.665681115403686, 34.151363673096128 ], [ -118.665310318722362, 34.154110048885592 ], [ -118.664372014176649, 34.15465504916218 ], [ -118.658687247387263, 34.154650406945912 ], [ -118.658677924635541, 34.157958457141149 ], [ -118.655177000000151, 34.158082999122655 ], [ -118.65522400000016, 34.161092999122694 ], [ -118.654312000000161, 34.160836999122708 ], [ -118.654353000000171, 34.1581129991227 ], [ -118.651309000000154, 34.158088999122718 ], [ -118.651295000000175, 34.157747999122606 ], [ -118.649986000000183, 34.157735999122615 ], [ -118.649948684511429, 34.158922308094034 ], [ -118.649368000000209, 34.158964999122659 ], [ -118.648287000000153, 34.158705999122702 ], [ -118.646776000000145, 34.157668999122798 ], [ -118.646722000000125, 34.157247999122767 ], [ -118.644722000000229, 34.157971999122758 ], [ -118.644739000000172, 34.157458999122689 ], [ -118.64575300000017, 34.15600399912271 ], [ -118.64127, 34.157923999122694 ], [ -118.641276000000218, 34.156632999122692 ], [ -118.638483000000193, 34.157596999122724 ], [ -118.632162000000136, 34.150524999122851 ], [ -118.63125, 34.151086999122775 ], [ -118.630255000000204, 34.150380999122788 ], [ -118.630075000000161, 34.149832999122886 ], [ -118.629811000000132, 34.149892999122784 ], [ -118.628978000000117, 34.147348999122912 ], [ -118.629153000000173, 34.14689899912289 ], [ -118.622888000000131, 34.147267999122825 ], [ -118.61497100000021, 34.147276999122859 ], [ -118.614978000000264, 34.149266999122815 ], [ -118.610146000000185, 34.14742999912275 ], [ -118.610802000000206, 34.147440999122914 ], [ -118.611020000000153, 34.145247999122873 ], [ -118.611394409056942, 34.143652650328768 ], [ -118.614240801462572, 34.143656412310676 ], [ -118.615310000000193, 34.142832999122902 ], [ -118.615094000000127, 34.141478999122924 ], [ -118.613633000000149, 34.141381999122856 ], [ -118.612805000000137, 34.140644999122912 ], [ -118.612776000000224, 34.139772999122883 ], [ -118.606203470787619, 34.139658624116613 ], [ -118.606245645058976, 34.12900110415265 ], [ -118.610609061541339, 34.12902239431132 ], [ -118.610629672787852, 34.125330580443517 ], [ -118.641107462879873, 34.125308348765614 ], [ -118.644832212896489, 34.125322329703664 ], [ -118.644955197046983, 34.129054487967558 ], [ -118.650061761345128, 34.129070536850755 ], [ -118.650205314047213, 34.121531425794522 ], [ -118.650944180797026, 34.120836740879753 ], [ -118.651363786125572, 34.119860196528279 ], [ -118.651493454280541, 34.118292388191357 ], [ -118.651804611493432, 34.117299878624948 ], [ -118.660528000000184, 34.117070999123236 ], [ -118.676932, 34.117703999123165 ], [ -118.688584000000191, 34.117465999123198 ], [ -118.688684000000194, 34.114267999123228 ], [ -118.706383000000216, 34.114266999123252 ], [ -118.706690000000208, 34.107120999123282 ], [ -118.710738497225094, 34.107184760725268 ], [ -118.71077200000019, 34.104203999123328 ], [ -118.711343000000184, 34.103911999123291 ], [ -118.711731000000157, 34.104833999123379 ], [ -118.711774000000204, 34.105421999123358 ], [ -118.711359, 34.107006999123385 ], [ -118.71144000000011, 34.108920999123256 ], [ -118.711318000000148, 34.109799999123297 ], [ -118.710969000000219, 34.111056999123299 ], [ -118.708409, 34.11752199912322 ], [ -118.706419000000153, 34.12498099912311 ], [ -118.719502000000105, 34.125007999123092 ], [ -118.719589000000155, 34.128165999122999 ], [ -118.719787278897456, 34.128167579034539 ], [ -118.719790215158554, 34.128972516888133 ], [ -118.720145717646943, 34.128972180473227 ], [ -118.720158549390717, 34.129857545593424 ], [ -118.720621000000193, 34.130658999123071 ], [ -118.720740193258777, 34.131710539035971 ], [ -118.720182000000165, 34.132063999123034 ], [ -118.719410000000167, 34.132051999123014 ], [ -118.719685000000183, 34.136240999123061 ], [ -118.724112000000204, 34.13631199912296 ], [ -118.724133860887974, 34.138299620924457 ], [ -118.726797239564604, 34.137998650484825 ], [ -118.727956455663346, 34.138101589939659 ], [ -118.729182108818307, 34.138432889509147 ], [ -118.730638300059312, 34.139239215941366 ], [ -118.734937045786893, 34.142153456231014 ], [ -118.735871932943695, 34.142670207947113 ], [ -118.737023857231506, 34.143043243695431 ], [ -118.737060000000284, 34.154352999122771 ], [ -118.732324000000162, 34.154301999122701 ], [ -118.726317, 34.167874999122581 ], [ -118.723374000000291, 34.167860999122681 ], [ -118.711674000000343, 34.168516999122595 ], [ -118.705066000000187, 34.168596999122606 ], [ -118.694544000000135, 34.168417999122532 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "canoga-park",
"name": "Canoga Park",
"slug": "canoga-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.34851812528, "type": "segment-of-a-city", "name": "Canoga Park", "slug": "canoga-park"},
"resource_uri": "/1.0/boundary/canoga-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.603017000000108, 34.235305999121721 ], [ -118.588320000000138, 34.235302999121629 ], [ -118.588319, 34.188203999122273 ], [ -118.597311, 34.18821299912225 ], [ -118.60674, 34.186434999122334 ], [ -118.61462, 34.186403999122305 ], [ -118.61452, 34.198303999122139 ], [ -118.61472, 34.199703999122164 ], [ -118.61452, 34.204703999122152 ], [ -118.61472, 34.211903999121915 ], [ -118.61452, 34.215403999121989 ], [ -118.614621, 34.219403999121923 ], [ -118.61012, 34.219403999121845 ], [ -118.605814, 34.219601999121842 ], [ -118.605818, 34.225696999121865 ], [ -118.605704, 34.226423999121899 ], [ -118.605122, 34.227319999121846 ], [ -118.603052000000119, 34.22890699912174 ], [ -118.602634000000123, 34.229862999121799 ], [ -118.602821, 34.231302999121745 ], [ -118.604821, 34.235302999121664 ], [ -118.603017000000108, 34.235305999121721 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "carson",
"name": "Carson",
"slug": "carson-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 19.1495884923, "type": "standalone-city", "name": "Carson", "slug": "carson"},
"resource_uri": "/1.0/boundary/carson-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.25760500000024, 33.886267999126112 ], [ -118.257213000000107, 33.884000999126101 ], [ -118.258141000000137, 33.883971999126082 ], [ -118.261306000000161, 33.881342999126097 ], [ -118.261512000000181, 33.880111999126143 ], [ -118.260814000000181, 33.880181999126144 ], [ -118.259098000000179, 33.87996199912611 ], [ -118.253376000000159, 33.880115999126112 ], [ -118.253666000000152, 33.881716999126155 ], [ -118.248741000000223, 33.881716999126155 ], [ -118.248734000000169, 33.880414999126039 ], [ -118.247298000000171, 33.880451999126166 ], [ -118.24742400000018, 33.878911999126167 ], [ -118.248642, 33.878812999126175 ], [ -118.248660000000228, 33.870079999126219 ], [ -118.244139, 33.870185999126257 ], [ -118.242399000000106, 33.869893999126198 ], [ -118.242077000000151, 33.867739999126222 ], [ -118.235634000000147, 33.867899999126237 ], [ -118.233891000000199, 33.846635999126491 ], [ -118.205496000000167, 33.846622999126552 ], [ -118.205784000000307, 33.845005999126563 ], [ -118.207332000000207, 33.839418999126643 ], [ -118.21126200000019, 33.838306999126566 ], [ -118.211798000000172, 33.836635999126642 ], [ -118.212658000000161, 33.835459999126684 ], [ -118.213191, 33.834420999126671 ], [ -118.215968000000117, 33.834383999126686 ], [ -118.216847, 33.831714999126767 ], [ -118.216875000000144, 33.83015199912677 ], [ -118.215762000000126, 33.826074999126803 ], [ -118.218885000000157, 33.825681999126743 ], [ -118.222283000000317, 33.825813999126709 ], [ -118.22229700000031, 33.824291999126821 ], [ -118.224576000000113, 33.824287999126824 ], [ -118.226622000000134, 33.829530999126774 ], [ -118.228503000000117, 33.824374999126796 ], [ -118.228066, 33.824194999126895 ], [ -118.22538700000014, 33.811007999126893 ], [ -118.225373000000133, 33.808457999127029 ], [ -118.225280000000197, 33.808152999127024 ], [ -118.223926000000148, 33.80642299912703 ], [ -118.223940000000241, 33.80621899912704 ], [ -118.224432000000206, 33.804585999127092 ], [ -118.227181000000158, 33.800099999127148 ], [ -118.22885600000015, 33.795263999127123 ], [ -118.230261000000127, 33.792771999127211 ], [ -118.237482, 33.800480999127075 ], [ -118.258445000000194, 33.799441999127119 ], [ -118.256512000000185, 33.804773999127121 ], [ -118.262261000000194, 33.804615999127165 ], [ -118.262259000000185, 33.804511999127136 ], [ -118.263361, 33.804704999127189 ], [ -118.264603, 33.804696999127046 ], [ -118.264402000000189, 33.800974999127149 ], [ -118.264502000000149, 33.799131999127219 ], [ -118.282997000000123, 33.798240999127202 ], [ -118.28293000000015, 33.797630999127144 ], [ -118.286736978450577, 33.797818002512741 ], [ -118.287651972143308, 33.798780005483707 ], [ -118.288151972143709, 33.799558005484812 ], [ -118.28876697214416, 33.801089005486929 ], [ -118.288841972143487, 33.802931005489377 ], [ -118.287453972139559, 33.809191005497226 ], [ -118.287243972138768, 33.811037005499486 ], [ -118.287144972129937, 33.837136005533246 ], [ -118.284916990466968, 33.846239005198491 ], [ -118.286016994800462, 33.846253005751052 ], [ -118.286036000000294, 33.852247999126497 ], [ -118.285275000000198, 33.852249999126379 ], [ -118.285254000000222, 33.854156999126438 ], [ -118.290518000000205, 33.854222999126506 ], [ -118.290523000000292, 33.858698999126275 ], [ -118.285615000000121, 33.861043999126366 ], [ -118.285488000000129, 33.860635999126337 ], [ -118.285211000000174, 33.860480999126352 ], [ -118.285136000000207, 33.860683999126323 ], [ -118.285363000000146, 33.861155999126296 ], [ -118.281555000000125, 33.86280199912634 ], [ -118.281643000000145, 33.872018999126254 ], [ -118.281845000000146, 33.872696999126163 ], [ -118.282247000000197, 33.872638999126323 ], [ -118.282107000000167, 33.872852999126266 ], [ -118.282280000000171, 33.874126999126169 ], [ -118.282728985974813, 33.885466001241163 ], [ -118.261362990693698, 33.886091001275993 ], [ -118.261161000000115, 33.885233999126037 ], [ -118.260231000000132, 33.885219999126029 ], [ -118.259841, 33.885247999126044 ], [ -118.259878, 33.885616999126 ], [ -118.25936600000027, 33.885707999126076 ], [ -118.259462000000127, 33.88621199912609 ], [ -118.25760500000024, 33.886267999126112 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "carthay",
"name": "Carthay",
"slug": "carthay-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.504675757272, "type": "segment-of-a-city", "name": "Carthay", "slug": "carthay"},
"resource_uri": "/1.0/boundary/carthay-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.36841, 34.063709999123894 ], [ -118.36151, 34.0630099991238 ], [ -118.36381, 34.058409999123832 ], [ -118.36691, 34.05150999912393 ], [ -118.3762100000001, 34.053309999123918 ], [ -118.37631, 34.059452684055366 ], [ -118.376006, 34.059610999123812 ], [ -118.376001, 34.059964999123828 ], [ -118.372244, 34.062199999123855 ], [ -118.372027, 34.063866999123796 ], [ -118.372231264900762, 34.064201250779483 ], [ -118.36841, 34.063709999123894 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "castaic-canyons",
"name": "Castaic Canyons",
"slug": "castaic-canyons-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 192.702636576, "type": "unincorporated-area", "name": "Castaic Canyons", "slug": "castaic-canyons"},
"resource_uri": "/1.0/boundary/castaic-canyons-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.517951481878441, 34.701119696761708 ], [ -118.515889390944665, 34.700320194670354 ], [ -118.512073400544296, 34.699257168812096 ], [ -118.509809499672727, 34.698822566274274 ], [ -118.507704812755634, 34.698630847086797 ], [ -118.505751084588667, 34.697998397035249 ], [ -118.505731006508881, 34.695538035963864 ], [ -118.501325272455972, 34.69555223985396 ], [ -118.501305659331265, 34.693737626843557 ], [ -118.496891434545077, 34.693729818165004 ], [ -118.496871300249822, 34.691911043880893 ], [ -118.492456657759405, 34.691900297984652 ], [ -118.49244633218828, 34.690989555221513 ], [ -118.488016443188343, 34.690980032666822 ], [ -118.488008961521786, 34.690069274583756 ], [ -118.483582075120665, 34.690058204865046 ], [ -118.48354921249134, 34.686420677378592 ], [ -118.479161267135481, 34.686471228392918 ], [ -118.479149089802576, 34.684597491374426 ], [ -118.474727924244036, 34.684645182970563 ], [ -118.474684792702149, 34.681115681071716 ], [ -118.465717115052598, 34.681138409598596 ], [ -118.465603420892236, 34.65556530705647 ], [ -118.483117669268282, 34.655607386469413 ], [ -118.483046701327268, 34.649185130415148 ], [ -118.484153574884985, 34.649196172481425 ], [ -118.484154450566109, 34.648285375763415 ], [ -118.488572195577063, 34.648336268859119 ], [ -118.488554615519092, 34.646540004650639 ], [ -118.48965274770255, 34.646551800643167 ], [ -118.489643748919391, 34.645826105228373 ], [ -118.489925385989622, 34.645659912657784 ], [ -118.494030394341507, 34.645667022223847 ], [ -118.494011258526371, 34.644769467986237 ], [ -118.500596964552244, 34.644674750537021 ], [ -118.500696814765675, 34.640543778448667 ], [ -118.500353233896277, 34.639941192599274 ], [ -118.498634797710423, 34.640056157397758 ], [ -118.497696302358662, 34.640382981616781 ], [ -118.496796229986387, 34.640392404302901 ], [ -118.494657555813262, 34.641979115866299 ], [ -118.494434636894283, 34.642773430371186 ], [ -118.492037778520555, 34.64473553560444 ], [ -118.483064984010511, 34.644621583393317 ], [ -118.483057441486565, 34.64643492909422 ], [ -118.478685545876829, 34.646446279389487 ], [ -118.478703089785284, 34.648296401727748 ], [ -118.469922629503316, 34.648295991771526 ], [ -118.469942131145103, 34.6501093140024 ], [ -118.465553317797458, 34.650108879763479 ], [ -118.465572758294556, 34.651922201222824 ], [ -118.456712222196799, 34.651971154085821 ], [ -118.456741036685159, 34.659231299468111 ], [ -118.430399094961814, 34.659437319831198 ], [ -118.407762641025428, 34.659419927766059 ], [ -118.407724036758651, 34.655742470362902 ], [ -118.394569257578311, 34.655778460541896 ], [ -118.39458324333593, 34.644862788494365 ], [ -118.377085495615631, 34.644929179363039 ], [ -118.377050867894766, 34.641365730994359 ], [ -118.363934941436611, 34.641409698043972 ], [ -118.363919535132624, 34.637809368177457 ], [ -118.35949499766032, 34.63781120648563 ], [ -118.359478789049049, 34.630692465990485 ], [ -118.358303305181764, 34.630681289234396 ], [ -118.35828491022616, 34.627078435432466 ], [ -118.340743866871435, 34.627153420245953 ], [ -118.340523573644802, 34.602024823826305 ], [ -118.305523470991659, 34.601748273832023 ], [ -118.305519449453257, 34.589326782836636 ], [ -118.307702282008435, 34.589325892974706 ], [ -118.307701139752751, 34.587518019510014 ], [ -118.314250151411542, 34.587548113959727 ], [ -118.314226122065364, 34.585744365736637 ], [ -118.317486403436689, 34.585724242529984 ], [ -118.317465185232663, 34.583891634925962 ], [ -118.314201497149597, 34.583900116270627 ], [ -118.314178393655197, 34.582135466362416 ], [ -118.30981318123483, 34.582237708633727 ], [ -118.309789631409657, 34.58047380088577 ], [ -118.30540787407287, 34.580617089650318 ], [ -118.300433346711003, 34.580447466402255 ], [ -118.300440030636111, 34.580156990568831 ], [ -118.287923603845798, 34.580024496452552 ], [ -118.287297993655002, 34.558152739722189 ], [ -118.306973234793276, 34.558303349015844 ], [ -118.308305658202045, 34.540237129053047 ], [ -118.326113808686969, 34.54019150458609 ], [ -118.343267755598774, 34.53990710112496 ], [ -118.344061395779732, 34.525666435815062 ], [ -118.361654854245543, 34.525677531235083 ], [ -118.361812834332866, 34.511152451637699 ], [ -118.361499456095714, 34.496601305383422 ], [ -118.378974682880013, 34.496331098250486 ], [ -118.379081755230317, 34.487595901326259 ], [ -118.379529942221282, 34.487409460779162 ], [ -118.37909563574739, 34.486519466736091 ], [ -118.379496951950003, 34.467626696550035 ], [ -118.343255185430408, 34.467355723077766 ], [ -118.343309773424494, 34.461242398971201 ], [ -118.344406498678026, 34.459999052712178 ], [ -118.348465344841046, 34.45753879669202 ], [ -118.349639740128481, 34.456457169825434 ], [ -118.350179642965841, 34.455657581269968 ], [ -118.35135858840404, 34.452935863343164 ], [ -118.352449269176518, 34.451493195962158 ], [ -118.354179791772282, 34.450168432273621 ], [ -118.362665344988102, 34.445611523778688 ], [ -118.363896976780367, 34.444527001084801 ], [ -118.365174282484048, 34.442584900586901 ], [ -118.366035963297463, 34.441597130212131 ], [ -118.371697786188307, 34.437823100490874 ], [ -118.372186584919874, 34.437565370187741 ], [ -118.380635210738006, 34.435117643703833 ], [ -118.381144999784354, 34.437127998974034 ], [ -118.381445999923159, 34.437101999203712 ], [ -118.381645000084134, 34.43844999925286 ], [ -118.380800999935559, 34.438610999009498 ], [ -118.377597000043863, 34.43857899918099 ], [ -118.376899000030889, 34.438384999292666 ], [ -118.37607100027013, 34.437309999087198 ], [ -118.376948999786592, 34.448908999269186 ], [ -118.386459000066708, 34.448892999290798 ], [ -118.386595999772169, 34.447254999245715 ], [ -118.388335999835078, 34.44834999895965 ], [ -118.387806000105059, 34.449073999286405 ], [ -118.388578999751161, 34.449382999295807 ], [ -118.388092999760687, 34.449835999282968 ], [ -118.388533999750265, 34.449615998937475 ], [ -118.388430000262687, 34.451681999118975 ], [ -118.38872600012651, 34.451689999007513 ], [ -118.388708000199713, 34.453090999070618 ], [ -118.387708000099536, 34.453097999131657 ], [ -118.387573000090015, 34.461002999278605 ], [ -118.392154000128329, 34.461133999209537 ], [ -118.392193999864631, 34.45792299928447 ], [ -118.392071999757661, 34.457193998994683 ], [ -118.392894000164773, 34.457200999169835 ], [ -118.393425999769249, 34.456000999005916 ], [ -118.394375000122636, 34.456371999040783 ], [ -118.394519000043715, 34.456110998965329 ], [ -118.393984000262151, 34.455698999075231 ], [ -118.394177999764423, 34.455352999260384 ], [ -118.394332000192719, 34.455342998925957 ], [ -118.394285999741768, 34.455078999153002 ], [ -118.392445999813134, 34.455041998977109 ], [ -118.39237600021049, 34.454674999022394 ], [ -118.393210999754203, 34.454230999146162 ], [ -118.393640000106345, 34.454410998903747 ], [ -118.394120000207792, 34.454058999050957 ], [ -118.393573000242796, 34.453642999211588 ], [ -118.397329999806956, 34.45383999934338 ], [ -118.397257000053955, 34.449408998995779 ], [ -118.39580499987413, 34.449408999196329 ], [ -118.394679999817654, 34.447080999153648 ], [ -118.396145999898906, 34.446539998958094 ], [ -118.397663999831835, 34.447670998996379 ], [ -118.398165000141105, 34.447810998981922 ], [ -118.397815999821262, 34.447921999332344 ], [ -118.397488999878448, 34.448398998976664 ], [ -118.397155999921551, 34.448444999051091 ], [ -118.397092000156817, 34.449161998902738 ], [ -118.398256000162817, 34.449161999069574 ], [ -118.399071999879894, 34.448803998984857 ], [ -118.3992299997591, 34.449649999325857 ], [ -118.399999000001955, 34.449645999161909 ], [ -118.402597999973935, 34.449363999169513 ], [ -118.402026999818105, 34.447082999066453 ], [ -118.402484000141214, 34.446541999157631 ], [ -118.402860999883558, 34.446721999007551 ], [ -118.403489999988707, 34.446576999119081 ], [ -118.404082000207353, 34.445436999179819 ], [ -118.404742000036848, 34.44614799915697 ], [ -118.405760000003738, 34.446441999323753 ], [ -118.405797999820763, 34.444654999248115 ], [ -118.415095000227794, 34.444999999094328 ], [ -118.415027000240045, 34.439299998982428 ], [ -118.417738000260258, 34.439257998936625 ], [ -118.41754200021785, 34.437544999252566 ], [ -118.416306000267213, 34.437479999292364 ], [ -118.414776000064577, 34.437639999337804 ], [ -118.414938000126895, 34.434934999191363 ], [ -118.415684000030865, 34.433088999105379 ], [ -118.42070800004872, 34.431059999170266 ], [ -118.420362999776401, 34.431902998961512 ], [ -118.418970000261467, 34.433289999257276 ], [ -118.418948999805693, 34.434314999042293 ], [ -118.42738400023066, 34.434066999032801 ], [ -118.427476000184186, 34.436931999187273 ], [ -118.43038999975127, 34.437693999198011 ], [ -118.436852999780868, 34.437855999100336 ], [ -118.436745000228413, 34.433951998917323 ], [ -118.446096000226461, 34.433827999013374 ], [ -118.446137000255064, 34.429874998991615 ], [ -118.447210999799481, 34.428926999262416 ], [ -118.447259000206628, 34.428520999117552 ], [ -118.448079999992686, 34.428548999141682 ], [ -118.448403999982233, 34.428148998975736 ], [ -118.447784000163182, 34.427663999343366 ], [ -118.448219000221656, 34.427254999155245 ], [ -118.457455000185547, 34.427051998937728 ], [ -118.457525000004736, 34.431078999235446 ], [ -118.46307699985644, 34.431044999229293 ], [ -118.463253000149876, 34.437413999058236 ], [ -118.463107000269659, 34.441391998895803 ], [ -118.467714999908466, 34.441381999331888 ], [ -118.467608999780495, 34.439062999238374 ], [ -118.476183999824656, 34.438728998918521 ], [ -118.482032999783613, 34.438672999056173 ], [ -118.48196099977929, 34.441713999101793 ], [ -118.490404999898033, 34.441715999334122 ], [ -118.490349000008393, 34.438599999065019 ], [ -118.498646999770017, 34.438485998953588 ], [ -118.498711999768034, 34.445011999114534 ], [ -118.49226999993887, 34.445036999028872 ], [ -118.489588000123703, 34.444892999023153 ], [ -118.489769000168181, 34.447299999178178 ], [ -118.49116100026896, 34.44801099898757 ], [ -118.490910000189643, 34.448899999150683 ], [ -118.491730999728347, 34.449105999135 ], [ -118.491890000033493, 34.450118999286822 ], [ -118.491076000149306, 34.450072999023945 ], [ -118.492049999940164, 34.451351999248416 ], [ -118.491254999782427, 34.450759999223074 ], [ -118.490836000171541, 34.450820998935306 ], [ -118.49046999990199, 34.451134999024156 ], [ -118.491981000241964, 34.452134998898977 ], [ -118.492199000044536, 34.453239999338308 ], [ -118.490493000128424, 34.456441999119896 ], [ -118.49038999981785, 34.459248999344346 ], [ -118.490626999792426, 34.459827999332205 ], [ -118.491578000022159, 34.460051999033887 ], [ -118.492097999849918, 34.4599229989769 ], [ -118.491971000057021, 34.460728999157176 ], [ -118.492821999943672, 34.461588999211081 ], [ -118.492483000171561, 34.463981998899051 ], [ -118.497892999851359, 34.463817999091141 ], [ -118.497941999927789, 34.46102499913107 ], [ -118.500312999875689, 34.460360999116638 ], [ -118.500827000090027, 34.460346999260139 ], [ -118.503497999829449, 34.461128999316387 ], [ -118.506536000093973, 34.461478999343647 ], [ -118.503162999851867, 34.460886999205762 ], [ -118.503001999752286, 34.460185998942116 ], [ -118.503035000045173, 34.452357999023988 ], [ -118.504198999906194, 34.452445998955852 ], [ -118.504027999923224, 34.453784999272045 ], [ -118.504339000173047, 34.453781998961539 ], [ -118.506839000072404, 34.453652999063436 ], [ -118.506784999856109, 34.452316999338308 ], [ -118.510456000140366, 34.452206999328077 ], [ -118.510735999911986, 34.453461999238435 ], [ -118.511048000023635, 34.453514999343597 ], [ -118.510583999982941, 34.456564999164144 ], [ -118.511728000080183, 34.45662299915076 ], [ -118.511708000223834, 34.459739999211308 ], [ -118.517435999878842, 34.459784999054868 ], [ -118.519978000222338, 34.459179999024109 ], [ -118.521201000201472, 34.459042999253299 ], [ -118.523279999932711, 34.459343999021776 ], [ -118.526364999768376, 34.459202999334082 ], [ -118.528948999852787, 34.459314999116515 ], [ -118.528987000093792, 34.466448999190064 ], [ -118.524449999769146, 34.466530998959712 ], [ -118.525136000089049, 34.46894299920659 ], [ -118.525215000041015, 34.470884999240461 ], [ -118.524797999858137, 34.473048999086899 ], [ -118.52493900011244, 34.474843998950604 ], [ -118.524232999965506, 34.477078998909761 ], [ -118.524712000121625, 34.477212999134196 ], [ -118.529667999952423, 34.477181999094419 ], [ -118.529894999867977, 34.475301998904705 ], [ -118.530166000029396, 34.475468999090616 ], [ -118.530507000245549, 34.475418999244162 ], [ -118.531454999936685, 34.474701999316054 ], [ -118.531954999838717, 34.474936999096698 ], [ -118.532176000248228, 34.475254999172165 ], [ -118.53227799996462, 34.475124998987006 ], [ -118.533263999811908, 34.475124999102491 ], [ -118.533518999982377, 34.474413999061902 ], [ -118.534704999803623, 34.47443499917803 ], [ -118.534700000213348, 34.473582999341573 ], [ -118.535218000206569, 34.473989999226475 ], [ -118.535566999818073, 34.473994998896153 ], [ -118.535648000261219, 34.473069999101071 ], [ -118.536426999786201, 34.472148998975413 ], [ -118.537413000161749, 34.47218999927366 ], [ -118.53692299988424, 34.465469999230798 ], [ -118.536908999884133, 34.463429999104875 ], [ -118.539750999967097, 34.465956998930608 ], [ -118.540814999830317, 34.46598899930666 ], [ -118.540987000024245, 34.465203999288427 ], [ -118.540843000186953, 34.465096999019771 ], [ -118.541301999969107, 34.464344999042595 ], [ -118.543274000205855, 34.464620999141367 ], [ -118.54360499973545, 34.465910999156392 ], [ -118.544483000075829, 34.466854999204948 ], [ -118.548084000214033, 34.467005998977719 ], [ -118.548915000103605, 34.465509999334522 ], [ -118.549188000022781, 34.464583999220324 ], [ -118.549260000253042, 34.462980998921871 ], [ -118.549830000263739, 34.462790999139095 ], [ -118.550027999829652, 34.462238998900602 ], [ -118.551865000002962, 34.462434999088238 ], [ -118.552990000108039, 34.461488999162974 ], [ -118.553546999960844, 34.460801999261548 ], [ -118.553857000262227, 34.459406999037192 ], [ -118.556561000068911, 34.455629999144058 ], [ -118.556652000186716, 34.45530199932228 ], [ -118.556392999911225, 34.453458999152907 ], [ -118.556843000057526, 34.452207999311717 ], [ -118.556973000145391, 34.450811999122209 ], [ -118.558300000131581, 34.448648999139621 ], [ -118.558247000162424, 34.446509998923887 ], [ -118.558364999803331, 34.446256999189238 ], [ -118.553457000083398, 34.444251999337787 ], [ -118.557493999789628, 34.44297699898955 ], [ -118.561417000016306, 34.44317399908666 ], [ -118.561316999789909, 34.444535999272453 ], [ -118.563409000018325, 34.44476099920589 ], [ -118.565149000041927, 34.445280998899683 ], [ -118.566749999797906, 34.446136999056307 ], [ -118.568250000242401, 34.447425999100318 ], [ -118.572507000237067, 34.446055999325431 ], [ -118.574203000193975, 34.444836998980058 ], [ -118.57439499994706, 34.446851999029192 ], [ -118.575136000169053, 34.449206998999557 ], [ -118.574316999971487, 34.450908999059394 ], [ -118.574786999899175, 34.451240998906847 ], [ -118.575056000091919, 34.452014999304794 ], [ -118.574988999956133, 34.453230998926465 ], [ -118.574585999875964, 34.454281998931847 ], [ -118.575660000019113, 34.454834998936363 ], [ -118.576196999870248, 34.457443998945593 ], [ -118.576867999907861, 34.459313999263507 ], [ -118.577539999866119, 34.459921999164202 ], [ -118.57901700008307, 34.460419999178427 ], [ -118.579150999932381, 34.461857999198955 ], [ -118.585596000121754, 34.461193998985593 ], [ -118.588617000187696, 34.456880999283172 ], [ -118.584424000092881, 34.453688999329486 ], [ -118.581303999911185, 34.447738999005161 ], [ -118.587686000112996, 34.447876999001643 ], [ -118.588944999757985, 34.448391999002922 ], [ -118.596350000192515, 34.44692299900116 ], [ -118.597566000199137, 34.448040999058556 ], [ -118.598596000090794, 34.448360998976973 ], [ -118.599243999738505, 34.447943999192567 ], [ -118.599719000158132, 34.448197998916243 ], [ -118.600747000179268, 34.447508999267335 ], [ -118.602316999990066, 34.447603999284212 ], [ -118.603790999777431, 34.447329999031254 ], [ -118.604293000012433, 34.448095999022797 ], [ -118.605100000025288, 34.448638999332154 ], [ -118.605189999928854, 34.449149999213546 ], [ -118.605742999779622, 34.449516999034472 ], [ -118.607677000204305, 34.449177998998742 ], [ -118.608219999850391, 34.449268999326691 ], [ -118.608201000135409, 34.450153999023122 ], [ -118.608405999920961, 34.450492999248759 ], [ -118.609009999871517, 34.451017999117525 ], [ -118.60967899987071, 34.451275999239456 ], [ -118.60986199987876, 34.451275999205286 ], [ -118.61056800017144, 34.450649999036791 ], [ -118.613352097253767, 34.449620248801224 ], [ -118.616875398536166, 34.451483576229819 ], [ -118.617032865455016, 34.452285192256475 ], [ -118.616678877652845, 34.454272732831328 ], [ -118.617704919302994, 34.455724654360473 ], [ -118.619352537883145, 34.455493417081662 ], [ -118.621036505320006, 34.454749005174676 ], [ -118.621370476282394, 34.455089217024955 ], [ -118.620056771569239, 34.455844821645968 ], [ -118.619615885202094, 34.456743904511441 ], [ -118.619536172599069, 34.457364128025155 ], [ -118.61845257194652, 34.457274660253731 ], [ -118.617879747449507, 34.457528516396309 ], [ -118.617483610641955, 34.457975252232991 ], [ -118.617228560195159, 34.457871579962308 ], [ -118.616484205597999, 34.458782554758002 ], [ -118.616037166406912, 34.459650989551285 ], [ -118.615808927607674, 34.461768852563829 ], [ -118.616223074865076, 34.463805469655384 ], [ -118.61700925882981, 34.464046670193767 ], [ -118.61775855091075, 34.465896863046346 ], [ -118.618605142452452, 34.46484321174772 ], [ -118.619317828699479, 34.465308258104308 ], [ -118.619008434398737, 34.466046767095804 ], [ -118.619678057880833, 34.466296431581831 ], [ -118.619546151078936, 34.467202453765267 ], [ -118.617301821792481, 34.467009996367416 ], [ -118.617249603191581, 34.468487146318374 ], [ -118.616535704342283, 34.47178058161353 ], [ -118.617738527418354, 34.471792134750508 ], [ -118.618071687740638, 34.471890571556038 ], [ -118.618479091859228, 34.47211483004655 ], [ -118.617782300554069, 34.471842499970663 ], [ -118.616468151383145, 34.472004713603511 ], [ -118.615283236559947, 34.477244500779044 ], [ -118.61499392477063, 34.480011501589637 ], [ -118.615206186040879, 34.481774297727277 ], [ -118.62108994389628, 34.481747027501157 ], [ -118.621164557055351, 34.485399803563972 ], [ -118.618988628689891, 34.485408555661635 ], [ -118.619027877866813, 34.487548990163916 ], [ -118.620560274987511, 34.487686090110863 ], [ -118.621220342222756, 34.488152053493224 ], [ -118.621342765920645, 34.488560862826901 ], [ -118.621268477320456, 34.491106120363675 ], [ -118.622239965529729, 34.492702532517896 ], [ -118.616835410674426, 34.493210252142191 ], [ -118.61652284094049, 34.497458421513521 ], [ -118.610193658402892, 34.497168696132874 ], [ -118.609656182975684, 34.497256745127714 ], [ -118.608874163731073, 34.497620978125674 ], [ -118.608214685224809, 34.498146250708984 ], [ -118.606759899483961, 34.4999361843714 ], [ -118.60435720539914, 34.501485419539087 ], [ -118.603970030065284, 34.502040604949784 ], [ -118.603602423627265, 34.503118356809985 ], [ -118.602949035573971, 34.505795420978366 ], [ -118.602695711030108, 34.507561536019729 ], [ -118.601932626513744, 34.508472548254247 ], [ -118.598324355050863, 34.510962939116652 ], [ -118.59719647914325, 34.512215617233196 ], [ -118.596599068099692, 34.514772173356072 ], [ -118.596539938808206, 34.516313368215911 ], [ -118.596409415481972, 34.516326223949171 ], [ -118.596379816182946, 34.515955860620309 ], [ -118.596294033749842, 34.516404941867755 ], [ -118.59657398240978, 34.516512935799312 ], [ -118.596361972138851, 34.516526692052089 ], [ -118.595811524832655, 34.518010798782527 ], [ -118.595023535628002, 34.518781639223477 ], [ -118.594172581362898, 34.51908612299178 ], [ -118.593122994214013, 34.519039938270069 ], [ -118.584297218303433, 34.516522143328999 ], [ -118.583371109424064, 34.516504609898028 ], [ -118.582176413114709, 34.516843350704306 ], [ -118.581001439580163, 34.517686460486601 ], [ -118.579106729776285, 34.519808071506368 ], [ -118.578506630491844, 34.520622399129095 ], [ -118.577981639837063, 34.52181444388053 ], [ -118.574512093472165, 34.525984819862551 ], [ -118.571480716798845, 34.528052365584983 ], [ -118.570418003512543, 34.530323535016485 ], [ -118.567011103482912, 34.533729674363379 ], [ -118.565145276476031, 34.537914443898387 ], [ -118.561824249862312, 34.541654274030641 ], [ -118.560163365932226, 34.543269703469093 ], [ -118.55846791486583, 34.544130847267375 ], [ -118.556006471514834, 34.544195639706231 ], [ -118.554977555876079, 34.544446401190534 ], [ -118.549884854580512, 34.547197824075937 ], [ -118.546772283571229, 34.54843132305195 ], [ -118.541534524241996, 34.552407441937923 ], [ -118.540381227180504, 34.553573181312629 ], [ -118.540232392419966, 34.554184658171913 ], [ -118.540362844223836, 34.554717280125068 ], [ -118.541761461386457, 34.557042416807946 ], [ -118.543049906745821, 34.560183203476413 ], [ -118.543786469980688, 34.56093579650797 ], [ -118.544570375659632, 34.561305714263881 ], [ -118.546031397247432, 34.561323419973355 ], [ -118.546945730275226, 34.560923285609732 ], [ -118.547978781284669, 34.560220356187635 ], [ -118.548854545443461, 34.560031470524649 ], [ -118.549621218586566, 34.560183992340505 ], [ -118.551464963169792, 34.561352328661037 ], [ -118.552585200582143, 34.561405668629604 ], [ -118.556314269611335, 34.559993174391465 ], [ -118.558219229997562, 34.558663959956696 ], [ -118.559828606745455, 34.558431911283684 ], [ -118.561032360718002, 34.558730501896108 ], [ -118.561664891696651, 34.559441607818115 ], [ -118.561693466018937, 34.560263189962541 ], [ -118.561332626594677, 34.560854366483952 ], [ -118.560758391527088, 34.561201254654272 ], [ -118.558605689111545, 34.561687631214006 ], [ -118.556414376412036, 34.563136432977949 ], [ -118.555719609985971, 34.564040737130341 ], [ -118.555532542713649, 34.565178833884289 ], [ -118.555663751648623, 34.56569220001353 ], [ -118.556104286970381, 34.566379604188462 ], [ -118.557513893033729, 34.567629371299837 ], [ -118.558681494080048, 34.570273774239595 ], [ -118.558741108789135, 34.570740844510659 ], [ -118.558575503075815, 34.571255736409583 ], [ -118.557624675446235, 34.572450295157964 ], [ -118.557195710952683, 34.573988808735692 ], [ -118.556560251938691, 34.574636845624219 ], [ -118.55624829574613, 34.575200601162024 ], [ -118.556274319741021, 34.575878094444874 ], [ -118.556737618890793, 34.576932516599079 ], [ -118.556803575330377, 34.577495186571333 ], [ -118.55564894791469, 34.578909240880925 ], [ -118.555323073946766, 34.579728409073681 ], [ -118.555437656271593, 34.579991553799573 ], [ -118.556594754919388, 34.580253289109542 ], [ -118.557108820507622, 34.58059393141194 ], [ -118.557725097496544, 34.581315144457754 ], [ -118.557971705751527, 34.582458816725385 ], [ -118.558560613309865, 34.58292754264172 ], [ -118.558794515297592, 34.583412497915873 ], [ -118.560025173303075, 34.5839679242684 ], [ -118.560395710789848, 34.584338462242343 ], [ -118.560455800835939, 34.585049299582771 ], [ -118.559863881907773, 34.585972151721187 ], [ -118.561067482317739, 34.586198743919276 ], [ -118.561413892840633, 34.586465734906824 ], [ -118.561513983026728, 34.586809090009041 ], [ -118.561296334773076, 34.58757125212864 ], [ -118.561331611451905, 34.589141763555013 ], [ -118.562340669642083, 34.590563781540624 ], [ -118.562245130147417, 34.591180769224245 ], [ -118.561711621220581, 34.592166856136664 ], [ -118.561676251254099, 34.593246014363011 ], [ -118.561819303188287, 34.593348732767211 ], [ -118.563017736535201, 34.59327016932594 ], [ -118.563738072111377, 34.593597565033249 ], [ -118.56404976028648, 34.593963781502282 ], [ -118.563988733831451, 34.594612126581545 ], [ -118.562972617994177, 34.596250717675126 ], [ -118.561957547801882, 34.59753027405138 ], [ -118.560241757689269, 34.599082634453495 ], [ -118.559233340474606, 34.60090881957165 ], [ -118.557998520151941, 34.601859082959699 ], [ -118.557677529302453, 34.602816081500471 ], [ -118.55717840363414, 34.603380832489385 ], [ -118.557358121077428, 34.604277004635279 ], [ -118.556859437710415, 34.605062067166465 ], [ -118.556935018156878, 34.605290891006952 ], [ -118.557140774861111, 34.605348534317848 ], [ -118.558579245817128, 34.604937840163991 ], [ -118.559376464210288, 34.604127449840036 ], [ -118.560245899849363, 34.603615623931141 ], [ -118.560575764024392, 34.603638537996538 ], [ -118.560928528228729, 34.603941607803158 ], [ -118.560793412286188, 34.605045208134328 ], [ -118.560306892949427, 34.606005119095315 ], [ -118.560371665465226, 34.606227508595218 ], [ -118.560940654810807, 34.606600032824232 ], [ -118.560630854564039, 34.607398095519301 ], [ -118.56063876926477, 34.608456663251729 ], [ -118.562496263102588, 34.609481995566831 ], [ -118.562850200091731, 34.610231880701186 ], [ -118.562715158826464, 34.610708819258598 ], [ -118.560841876722904, 34.612327954480328 ], [ -118.560302953035801, 34.613084883296487 ], [ -118.560413434441955, 34.613451537697507 ], [ -118.561257102603136, 34.614054989953068 ], [ -118.561217857638468, 34.614898951069719 ], [ -118.560524286512859, 34.615943851363546 ], [ -118.561002556878719, 34.617064081018349 ], [ -118.561003177986166, 34.617782650077501 ], [ -118.561613892849365, 34.618311189443041 ], [ -118.561731578828471, 34.619136216464433 ], [ -118.561306067901725, 34.619854273878786 ], [ -118.559743355408727, 34.621286619417397 ], [ -118.558649989192546, 34.621791925736737 ], [ -118.555940305969273, 34.622624873734871 ], [ -118.550955460363213, 34.625266760810192 ], [ -118.548891348515426, 34.626603312682171 ], [ -118.54695625426541, 34.628111523753674 ], [ -118.546187889670378, 34.628438227264525 ], [ -118.545804802149618, 34.629534263514344 ], [ -118.545321218610027, 34.630016005833475 ], [ -118.544631754488393, 34.630195653717479 ], [ -118.543237199175607, 34.630117410454453 ], [ -118.542106991361209, 34.631268437645247 ], [ -118.540358823561363, 34.631812665186303 ], [ -118.53879968591815, 34.631895715333727 ], [ -118.537958823599226, 34.632158120047933 ], [ -118.535340845489415, 34.632495653637719 ], [ -118.534169674709673, 34.632365436216325 ], [ -118.533184854695122, 34.633188733165852 ], [ -118.530980798325658, 34.633940697130747 ], [ -118.52955765214115, 34.635312663062642 ], [ -118.529621757301157, 34.636258822981183 ], [ -118.529286710238821, 34.63744438187473 ], [ -118.52925710274566, 34.638126826513023 ], [ -118.528899729380512, 34.638706066924748 ], [ -118.527308042866693, 34.639708765629656 ], [ -118.526107926690273, 34.639732895701741 ], [ -118.525832876661809, 34.639864036366809 ], [ -118.525308820379664, 34.64070606688184 ], [ -118.523765783074893, 34.641366452001485 ], [ -118.522974436219428, 34.642329705667173 ], [ -118.519292510239026, 34.644250459807928 ], [ -118.519407244449965, 34.701104914775065 ], [ -118.519362171872075, 34.70124057821689 ], [ -118.517951481878441, 34.701119696761708 ] ], [ [ -118.412345657791619, 34.630788510282073 ], [ -118.412250936412647, 34.627201716012529 ], [ -118.421025025075366, 34.627254939511026 ], [ -118.420938669856383, 34.624802064853164 ], [ -118.429852753340882, 34.62147511041281 ], [ -118.429795196281574, 34.61639452789538 ], [ -118.434461220097006, 34.616370277469557 ], [ -118.434453061692423, 34.615293212409824 ], [ -118.436298321351018, 34.615283444846789 ], [ -118.436287039606498, 34.613799218116647 ], [ -118.438248023170885, 34.612837157645437 ], [ -118.437972794553744, 34.609229313580109 ], [ -118.429870541203783, 34.60923586590669 ], [ -118.429753740035139, 34.61280631305668 ], [ -118.416353597249838, 34.612816422938579 ], [ -118.416421831556676, 34.61638490188102 ], [ -118.412213546938872, 34.61636841150878 ], [ -118.411287392344875, 34.609250225556814 ], [ -118.394698297003401, 34.609170187587942 ], [ -118.39463446252995, 34.616394755783624 ], [ -118.390225147041619, 34.616388159004245 ], [ -118.390185143764242, 34.623498249347207 ], [ -118.394562816964907, 34.62348879362937 ], [ -118.394491649966369, 34.630581449614603 ], [ -118.403292894508425, 34.630844727402362 ], [ -118.412345657791619, 34.630788510282073 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "castaic",
"name": "Castaic",
"slug": "castaic-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.476575183, "type": "unincorporated-area", "name": "Castaic", "slug": "castaic"},
"resource_uri": "/1.0/boundary/castaic-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.639361249983736, 34.515430679786277 ], [ -118.639162805074577, 34.515276166196251 ], [ -118.638923799279425, 34.515364504251728 ], [ -118.638455822768279, 34.514928320496452 ], [ -118.637999718855468, 34.514966166103726 ], [ -118.636427627596191, 34.512552152008524 ], [ -118.636544443800062, 34.512495538069167 ], [ -118.635981439206731, 34.511622955730239 ], [ -118.636215606920089, 34.511519342460716 ], [ -118.635766508927432, 34.510833898165608 ], [ -118.635266782618189, 34.510833573704929 ], [ -118.634360402566088, 34.509007888686313 ], [ -118.633202199934146, 34.508017110616699 ], [ -118.633432989936566, 34.507867383227577 ], [ -118.632794760279651, 34.507167635803718 ], [ -118.622111512325588, 34.507223144708135 ], [ -118.620317272188501, 34.505481407087593 ], [ -118.618422414361092, 34.506220600573144 ], [ -118.617670539051645, 34.506286722964248 ], [ -118.616905345852814, 34.505931106849161 ], [ -118.616920001136009, 34.504460501314121 ], [ -118.617956011579665, 34.504495379219314 ], [ -118.618636474744719, 34.503849100905029 ], [ -118.618927303895347, 34.503228134562619 ], [ -118.618142413056262, 34.502934536954001 ], [ -118.616463038563936, 34.498224100760368 ], [ -118.616835410674426, 34.493210252142191 ], [ -118.622239965529729, 34.492702532517896 ], [ -118.621268477320456, 34.491106120363675 ], [ -118.621342765920645, 34.488560862826901 ], [ -118.621220342222756, 34.488152053493224 ], [ -118.620560274987511, 34.487686090110863 ], [ -118.619027877866813, 34.487548990163916 ], [ -118.618988628689891, 34.485408555661635 ], [ -118.621164557055351, 34.485399803563972 ], [ -118.62108994389628, 34.481747027501157 ], [ -118.615206117193551, 34.481773968113359 ], [ -118.615003024834451, 34.480223647686145 ], [ -118.615062385994079, 34.478467223641182 ], [ -118.616468151383145, 34.472004713603511 ], [ -118.617782300554069, 34.471842499970663 ], [ -118.618479091859228, 34.47211483004655 ], [ -118.617738527418354, 34.471792134750508 ], [ -118.616535704342283, 34.47178058161353 ], [ -118.617249603191581, 34.468487146318374 ], [ -118.617301821792481, 34.467009996367416 ], [ -118.619546151078936, 34.467202453765267 ], [ -118.619678057880833, 34.466296431581831 ], [ -118.619008434398737, 34.466046767095804 ], [ -118.619317828699479, 34.465308258104308 ], [ -118.618605142452452, 34.46484321174772 ], [ -118.61775855091075, 34.465896863046346 ], [ -118.61700925882981, 34.464046670193767 ], [ -118.616223074865076, 34.463805469655384 ], [ -118.61587087613016, 34.462420339130887 ], [ -118.615821310772134, 34.460926697308921 ], [ -118.616143943272832, 34.459371233569641 ], [ -118.617228560195159, 34.457871579962308 ], [ -118.617483610641955, 34.457975252232991 ], [ -118.617879747449507, 34.457528516396309 ], [ -118.61845257194652, 34.457274660253731 ], [ -118.619536172599069, 34.457364128025155 ], [ -118.619615885202094, 34.456743904511441 ], [ -118.620056771569239, 34.455844821645968 ], [ -118.621370476282394, 34.455089217024955 ], [ -118.621036505320006, 34.454749005174676 ], [ -118.619440516404993, 34.455467028003568 ], [ -118.617793424342821, 34.455752988148959 ], [ -118.616678877652845, 34.454272732831328 ], [ -118.617032865455016, 34.452285192256475 ], [ -118.61689852820065, 34.45138659847386 ], [ -118.617855425069735, 34.449990716011186 ], [ -118.618705529336538, 34.449061193305575 ], [ -118.618830206155025, 34.447680342986963 ], [ -118.621407457183309, 34.446936339234426 ], [ -118.623554106071779, 34.448343160595314 ], [ -118.623788624249883, 34.452231249970403 ], [ -118.624188621505297, 34.452785867518557 ], [ -118.625751404243161, 34.451165758471774 ], [ -118.63077237980292, 34.452888085151798 ], [ -118.634922558659497, 34.456139932001982 ], [ -118.636578821684566, 34.45696884248467 ], [ -118.638465690971046, 34.457357897186014 ], [ -118.642621069976855, 34.457278283922022 ], [ -118.645275596446581, 34.458031357223099 ], [ -118.645345793446026, 34.458176787429558 ], [ -118.647480395617436, 34.45907123540406 ], [ -118.648870108058418, 34.459456487648723 ], [ -118.649741609306901, 34.459430143387976 ], [ -118.649746301108607, 34.460023005956387 ], [ -118.645354117787733, 34.459990216129782 ], [ -118.645385782750822, 34.467254322114059 ], [ -118.649806486709025, 34.467266972192881 ], [ -118.650674687606255, 34.47454181573773 ], [ -118.651695700144074, 34.47454484928101 ], [ -118.65139075903231, 34.477767254873704 ], [ -118.651314059772403, 34.478182180614759 ], [ -118.651112174909443, 34.478181286570468 ], [ -118.651548867958709, 34.481820757676587 ], [ -118.642842030031716, 34.481796149037805 ], [ -118.643096315977004, 34.492712356149013 ], [ -118.630039865675926, 34.492698437884897 ], [ -118.630124806984469, 34.496347059650631 ], [ -118.627817436583754, 34.496348462005123 ], [ -118.627818350160098, 34.497314230650865 ], [ -118.628084839126188, 34.498080172965871 ], [ -118.628479470097915, 34.498224868523465 ], [ -118.628595666656679, 34.498180437842805 ], [ -118.628532846681779, 34.497834556645785 ], [ -118.629007444920518, 34.497840314399632 ], [ -118.62940224423005, 34.498274852954061 ], [ -118.629736773716473, 34.498323515048995 ], [ -118.631464279203726, 34.497878369583603 ], [ -118.632110832947276, 34.497232492937435 ], [ -118.632476084359951, 34.497520108556252 ], [ -118.633089726602918, 34.497666972882392 ], [ -118.633961739934094, 34.498373768832948 ], [ -118.634044705532773, 34.499592080490523 ], [ -118.631444082619126, 34.500150650093509 ], [ -118.630363139584816, 34.50092122482144 ], [ -118.630310988608031, 34.501424167278955 ], [ -118.632275515731294, 34.504138183213335 ], [ -118.631663344270507, 34.504466609722648 ], [ -118.632476847227124, 34.505507369392873 ], [ -118.632977071019695, 34.505236871044687 ], [ -118.633069888122677, 34.505438604514659 ], [ -118.635332940561824, 34.505521008990982 ], [ -118.635794743703272, 34.505644912319731 ], [ -118.635775665684847, 34.505937029899883 ], [ -118.637260509965671, 34.506205491182442 ], [ -118.637363899825374, 34.506174034806428 ], [ -118.63716772401699, 34.505796790384771 ], [ -118.63765893510309, 34.505794211671557 ], [ -118.638882164758371, 34.506535783929195 ], [ -118.638886269336027, 34.507213062644979 ], [ -118.639337744052312, 34.507213296209564 ], [ -118.639285640832739, 34.507512925860176 ], [ -118.63903271110452, 34.507486396615519 ], [ -118.638962110113525, 34.508132766630695 ], [ -118.636694150809205, 34.507961175978103 ], [ -118.636580132210213, 34.50837835404414 ], [ -118.637050401760717, 34.508443760749152 ], [ -118.637117944434195, 34.508767821617852 ], [ -118.638809062925674, 34.509038039544244 ], [ -118.639428338020025, 34.508501497533395 ], [ -118.640399046801519, 34.509269253045794 ], [ -118.643480595607059, 34.515077250253853 ], [ -118.642661781904351, 34.515239920587909 ], [ -118.642882794866978, 34.515869582771408 ], [ -118.641735361672986, 34.516563201405447 ], [ -118.639361249983736, 34.515430679786277 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "central-alameda",
"name": "Central-Alameda",
"slug": "central-alameda-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.18269484806, "type": "segment-of-a-city", "name": "Central-Alameda", "slug": "central-alameda"},
"resource_uri": "/1.0/boundary/central-alameda-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.243306000000103, 34.020712999124363 ], [ -118.239506000000162, 34.020012999124297 ], [ -118.239745, 34.013493999124442 ], [ -118.239593, 34.008886999124499 ], [ -118.237918000000121, 33.989392999124689 ], [ -118.256435974845132, 33.989498000007998 ], [ -118.256506, 33.989215063290793 ], [ -118.256406, 33.998813999124593 ], [ -118.256507000000113, 34.014712999124349 ], [ -118.254407, 34.019912999124308 ], [ -118.254107000000118, 34.020512999124335 ], [ -118.250507000000113, 34.024512999124219 ], [ -118.246006, 34.021912999124304 ], [ -118.244006000000127, 34.020912999124292 ], [ -118.243306000000103, 34.020712999124363 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "century-city",
"name": "Century City",
"slug": "century-city-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.700611362635, "type": "segment-of-a-city", "name": "Century City", "slug": "century-city"},
"resource_uri": "/1.0/boundary/century-city-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.414427893544925, 34.064441005218221 ], [ -118.413514, 34.063164999123828 ], [ -118.414166, 34.062840999123772 ], [ -118.412204000000159, 34.060100999123875 ], [ -118.411551, 34.060424999123882 ], [ -118.405954000000108, 34.052625999123961 ], [ -118.417111, 34.04620999912391 ], [ -118.421512000000178, 34.051208999123801 ], [ -118.421612, 34.052308999123902 ], [ -118.422712000000132, 34.053308999123985 ], [ -118.423212, 34.055308999123952 ], [ -118.423912000000101, 34.057108999123848 ], [ -118.424212, 34.057508999123755 ], [ -118.414427893544925, 34.064441005218221 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "cerritos",
"name": "Cerritos",
"slug": "cerritos-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.85825545795, "type": "standalone-city", "name": "Cerritos", "slug": "cerritos"},
"resource_uri": "/1.0/boundary/cerritos-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.037829000000173, 33.887396999125912 ], [ -118.03326400000023, 33.884920999126052 ], [ -118.028890000000189, 33.882797999126105 ], [ -118.028709, 33.866221999126282 ], [ -118.037625000000148, 33.86600699912627 ], [ -118.037539000000109, 33.862512999126302 ], [ -118.041997, 33.862413999126396 ], [ -118.041753000000128, 33.858701999126431 ], [ -118.04620600000014, 33.85867899912629 ], [ -118.046086, 33.853509999126494 ], [ -118.049797000000183, 33.853614999126528 ], [ -118.050597000000195, 33.853514999126446 ], [ -118.050493000000188, 33.850695999126522 ], [ -118.050703000000155, 33.849915999126388 ], [ -118.055392000000168, 33.84980599912646 ], [ -118.054711000000125, 33.849676999126487 ], [ -118.05470000000021, 33.846218999126506 ], [ -118.059605000000261, 33.84639699912659 ], [ -118.062393, 33.846160999126504 ], [ -118.081981, 33.846005999126561 ], [ -118.082027, 33.850132999126451 ], [ -118.083512000000198, 33.850187999126469 ], [ -118.086533000000173, 33.850125999126355 ], [ -118.086804000000129, 33.845968999126477 ], [ -118.098939000000172, 33.845874999126565 ], [ -118.100085000000107, 33.848275999126543 ], [ -118.102788000000274, 33.858319999126429 ], [ -118.103910000000212, 33.858312999126319 ], [ -118.103944000000169, 33.858519999126358 ], [ -118.105747000000321, 33.858512999126312 ], [ -118.106362000000132, 33.858296999126424 ], [ -118.108316, 33.858282999126303 ], [ -118.108539000000121, 33.872903999126187 ], [ -118.106769000000142, 33.872942999126245 ], [ -118.108514000000199, 33.879562999126094 ], [ -118.108566000000124, 33.887050999125925 ], [ -118.104372000000126, 33.887006999125951 ], [ -118.10440000000014, 33.887522999126055 ], [ -118.104253000000142, 33.887609999126013 ], [ -118.100517000000238, 33.887533999125999 ], [ -118.100505000000183, 33.887076999126016 ], [ -118.099884000000145, 33.887068999126043 ], [ -118.099888000000107, 33.887536999126056 ], [ -118.095529000000127, 33.887566999126022 ], [ -118.095710000000182, 33.88031199912615 ], [ -118.087707000000137, 33.880338999126153 ], [ -118.087717000000197, 33.876751999126171 ], [ -118.091167, 33.876648999126196 ], [ -118.091287000000179, 33.876414999126204 ], [ -118.091010000000253, 33.874531999126233 ], [ -118.090901000000116, 33.861312999126305 ], [ -118.09039800000015, 33.861316999126402 ], [ -118.090313000000137, 33.860107999126392 ], [ -118.086397000000147, 33.859988999126401 ], [ -118.086703000000114, 33.858422999126404 ], [ -118.086690000000246, 33.856314999126376 ], [ -118.082094000000154, 33.856218999126447 ], [ -118.082118000000222, 33.858453999126411 ], [ -118.082999000000171, 33.858447999126383 ], [ -118.082782000000179, 33.859320999126354 ], [ -118.082128000000111, 33.859319999126363 ], [ -118.082112000000222, 33.860371999126357 ], [ -118.074972000000159, 33.855989999126386 ], [ -118.074929000000168, 33.857070999126464 ], [ -118.072287000000159, 33.856939999126375 ], [ -118.072237000000214, 33.85432499912644 ], [ -118.070746000000142, 33.853408999126408 ], [ -118.06891500000016, 33.85342299912643 ], [ -118.069007000000113, 33.858556999126392 ], [ -118.071133000000273, 33.858535999126275 ], [ -118.071006000000182, 33.859142999126405 ], [ -118.07112600000012, 33.860392999126312 ], [ -118.070823000000203, 33.860314999126388 ], [ -118.070136000000176, 33.860718999126384 ], [ -118.07046900000033, 33.862153999126186 ], [ -118.070263000000168, 33.869726999126222 ], [ -118.072502000000213, 33.869693999126298 ], [ -118.072504000000208, 33.869820999126297 ], [ -118.070311000000231, 33.8698339991262 ], [ -118.070270000000193, 33.87311199912628 ], [ -118.080043000000188, 33.873053999126228 ], [ -118.080066, 33.875260999126198 ], [ -118.077418000000137, 33.876470999126099 ], [ -118.07812800000022, 33.876757999126148 ], [ -118.074985000000268, 33.876805999126148 ], [ -118.075024000000141, 33.879622999126049 ], [ -118.074895000000112, 33.880382999126127 ], [ -118.07270800000029, 33.880391999126267 ], [ -118.072832000000275, 33.886150999126073 ], [ -118.068483000000313, 33.886022999126034 ], [ -118.068469000000178, 33.887710999126092 ], [ -118.064094000000154, 33.887723999126116 ], [ -118.064085000000219, 33.887164999126064 ], [ -118.05537600000018, 33.887215999126042 ], [ -118.055385, 33.887788999126037 ], [ -118.038843000000227, 33.887909999125988 ], [ -118.037829000000173, 33.887396999125912 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "charter-oak",
"name": "Charter Oak",
"slug": "charter-oak-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.921541249085, "type": "unincorporated-area", "name": "Charter Oak", "slug": "charter-oak"},
"resource_uri": "/1.0/boundary/charter-oak-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.863796985686392, 34.106668004273942 ], [ -117.837640990464791, 34.106611004420401 ], [ -117.837651984810876, 34.097287000763941 ], [ -117.839920979721114, 34.096118006406627 ], [ -117.839900985710912, 34.099434002446138 ], [ -117.840050978523166, 34.099833001054606 ], [ -117.83965099294187, 34.099850002818002 ], [ -117.839738992849675, 34.10123700330201 ], [ -117.842000985611918, 34.101216000231787 ], [ -117.841901971424292, 34.099415005769131 ], [ -117.842273985553788, 34.095801002438307 ], [ -117.844184978637145, 34.095818001359966 ], [ -117.844175979790023, 34.098870006485079 ], [ -117.843861985727358, 34.098912004047072 ], [ -117.843824985713624, 34.099406004108211 ], [ -117.846365978573047, 34.099419001616155 ], [ -117.846364978877816, 34.100146005037317 ], [ -117.845646985458757, 34.100389001712358 ], [ -117.845646985692255, 34.101545004201213 ], [ -117.846354978605902, 34.101554001481368 ], [ -117.846353985714799, 34.103036004112106 ], [ -117.847995978583796, 34.103041001574994 ], [ -117.847965978562939, 34.103969001623867 ], [ -117.847181985539223, 34.104027005787849 ], [ -117.847157978629895, 34.104640000795584 ], [ -117.846365985753494, 34.104661003923219 ], [ -117.846366985730882, 34.104918004040151 ], [ -117.848264978549821, 34.104899001726018 ], [ -117.848269999975301, 34.10539916340791 ], [ -117.848349985727523, 34.103041004062042 ], [ -117.852346985709204, 34.103048999880436 ], [ -117.852341985732721, 34.102502004051289 ], [ -117.852691978558212, 34.102499001710008 ], [ -117.852838971438402, 34.102577005775885 ], [ -117.852839985705913, 34.103052004168781 ], [ -117.854389985591567, 34.103045000067851 ], [ -117.854286985837433, 34.101688005215081 ], [ -117.855084985747695, 34.10170799968725 ], [ -117.855063985745602, 34.09781000399834 ], [ -117.856362978547921, 34.097790001781647 ], [ -117.856322985717853, 34.099398004128943 ], [ -117.861570978595154, 34.099424001590528 ], [ -117.861603985729403, 34.103040004097593 ], [ -117.864657978582528, 34.103036001656648 ], [ -117.864793985786179, 34.10330800380288 ], [ -117.866004985472941, 34.103257000400127 ], [ -117.866016985708271, 34.101538004197245 ], [ -117.867825985811379, 34.101545999656125 ], [ -117.867782985730216, 34.099422004112341 ], [ -117.870053985758432, 34.099420999877594 ], [ -117.870091985705912, 34.095755005169693 ], [ -117.870492985716709, 34.095753000147035 ], [ -117.870491985732812, 34.095095004108622 ], [ -117.872461985707702, 34.094999000474495 ], [ -117.872464985762264, 34.094004003977837 ], [ -117.872920985789463, 34.093995000173763 ], [ -117.8729399857788, 34.093586003888916 ], [ -117.87635197853966, 34.093482001944068 ], [ -117.876392978605139, 34.095722000785813 ], [ -117.872460985754003, 34.095729004019702 ], [ -117.872458978662991, 34.096451999694786 ], [ -117.871677985708061, 34.096419005146977 ], [ -117.87169398565635, 34.097315004390843 ], [ -117.872475978716182, 34.097346001197828 ], [ -117.872501978577517, 34.098800000066909 ], [ -117.871431985960541, 34.098774005684845 ], [ -117.87151597857023, 34.099973001278769 ], [ -117.871270985810952, 34.099988003636938 ], [ -117.871236985595175, 34.100402004567314 ], [ -117.872486985796044, 34.100480999315117 ], [ -117.87249898571352, 34.099435004944858 ], [ -117.877398978605271, 34.099424001618772 ], [ -117.87736197868044, 34.10306399984335 ], [ -117.872501985727411, 34.103061005018077 ], [ -117.872508978651126, 34.104708999874127 ], [ -117.870388985672491, 34.1046430043382 ], [ -117.870437985774629, 34.104342003902339 ], [ -117.870791985846921, 34.104340999612127 ], [ -117.870811985857074, 34.103894000366282 ], [ -117.870462985605855, 34.103873004539011 ], [ -117.870495985731452, 34.103043000787757 ], [ -117.869297985692697, 34.103035004392524 ], [ -117.869194978638248, 34.104788001515679 ], [ -117.868180985746278, 34.104810004043266 ], [ -117.868154985466816, 34.105882004866515 ], [ -117.869196978711315, 34.105940001199336 ], [ -117.869199980890969, 34.106465001020418 ], [ -117.863796985686392, 34.106668004273942 ] ], [ [ -117.855081971441649, 34.102508005776293 ], [ -117.855083985717101, 34.102148000803261 ], [ -117.854654985724565, 34.102149004096127 ], [ -117.854638985716747, 34.102651004129314 ], [ -117.855081985722748, 34.102651999930849 ], [ -117.855081971441649, 34.102508005776293 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "chatsworth",
"name": "Chatsworth",
"slug": "chatsworth-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 15.2435966589, "type": "segment-of-a-city", "name": "Chatsworth", "slug": "chatsworth"},
"resource_uri": "/1.0/boundary/chatsworth-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.585090999919842, 34.303477999199117 ], [ -118.571761999927546, 34.298618999230037 ], [ -118.571578999896005, 34.297949999325091 ], [ -118.571016999980699, 34.296930999034586 ], [ -118.570159000158498, 34.295803999043734 ], [ -118.572476, 34.294676999121037 ], [ -118.570332000000164, 34.286988999120993 ], [ -118.569577, 34.279999999121138 ], [ -118.569535, 34.275454999121216 ], [ -118.55982, 34.274501999121199 ], [ -118.559484, 34.274034999121348 ], [ -118.557959, 34.273449999121155 ], [ -118.556651, 34.271213999121343 ], [ -118.556702, 34.266974999121217 ], [ -118.556957000000168, 34.266441999121277 ], [ -118.55672, 34.266201999121392 ], [ -118.55672, 34.26550199912127 ], [ -118.55852, 34.263201999121343 ], [ -118.55782, 34.259001999121523 ], [ -118.558720000000122, 34.257201999121541 ], [ -118.558420000000126, 34.257201999121541 ], [ -118.55982, 34.255501999121471 ], [ -118.55964700000014, 34.253408999121476 ], [ -118.56222, 34.249002999121508 ], [ -118.56282, 34.248402999121524 ], [ -118.56342000000015, 34.247102999121523 ], [ -118.56452, 34.242502999121598 ], [ -118.56432, 34.235302999121707 ], [ -118.56342000000015, 34.234802999121804 ], [ -118.56322, 34.234102999121674 ], [ -118.571021000000115, 34.235581999121642 ], [ -118.571020000000132, 34.231502999121666 ], [ -118.580362000000122, 34.231499999121731 ], [ -118.580705, 34.231631999121802 ], [ -118.580938, 34.231993999121705 ], [ -118.581068, 34.234351999121664 ], [ -118.581418, 34.234887999121696 ], [ -118.582319000000126, 34.235270999121717 ], [ -118.604821, 34.235302999121664 ], [ -118.604949, 34.235545999121754 ], [ -118.60765354766113, 34.237695606816828 ], [ -118.60914727963052, 34.238621630574016 ], [ -118.610605410487821, 34.238867886769924 ], [ -118.612925604669115, 34.238153871179414 ], [ -118.616263662650624, 34.238507572068002 ], [ -118.618117647839952, 34.238283529609788 ], [ -118.620116029738625, 34.23852691095383 ], [ -118.620918548836869, 34.239049512460717 ], [ -118.621346712771683, 34.23976911116555 ], [ -118.621378187656077, 34.240841889682663 ], [ -118.621889055677443, 34.242502999245261 ], [ -118.625421, 34.240402999121748 ], [ -118.630235000000127, 34.239240999121812 ], [ -118.629945, 34.238722999121748 ], [ -118.6304780060361, 34.238556985864925 ], [ -118.630725, 34.237771999121854 ], [ -118.63146295259078, 34.237018047559225 ], [ -118.646981151681373, 34.238081976016446 ], [ -118.649712000019349, 34.227115002250827 ], [ -118.652861003084126, 34.22711074544825 ], [ -118.652862, 34.227351999121758 ], [ -118.653292, 34.227348999121887 ], [ -118.653291, 34.227109999121836 ], [ -118.65404708247469, 34.227109023412289 ], [ -118.654072000000127, 34.224687999121791 ], [ -118.658735, 34.224577999121777 ], [ -118.659308000000124, 34.222211999121782 ], [ -118.659752000000168, 34.221148999121951 ], [ -118.659817000000146, 34.218085999121875 ], [ -118.659205, 34.216917999121812 ], [ -118.658959000000195, 34.215945999121992 ], [ -118.655916, 34.215945999121956 ], [ -118.654620000000193, 34.216417999121894 ], [ -118.652375000000163, 34.216418999121935 ], [ -118.653241072010076, 34.212945997571374 ], [ -118.662770771982139, 34.212923400885508 ], [ -118.662764000000152, 34.209342999122036 ], [ -118.667796, 34.209328999122029 ], [ -118.667738000000227, 34.212111999121973 ], [ -118.668058, 34.22398799912191 ], [ -118.667546000000101, 34.240402999121685 ], [ -118.648074000000207, 34.240434999121668 ], [ -118.6375010000001, 34.24027199912156 ], [ -118.635787, 34.240505999121616 ], [ -118.632495000000176, 34.240425999121769 ], [ -118.63251000497867, 34.258269003784399 ], [ -118.632298977804325, 34.263566987722051 ], [ -118.633248640408098, 34.269683057035117 ], [ -118.628746000094182, 34.273303999315281 ], [ -118.62686299999649, 34.274378999198845 ], [ -118.625211999885721, 34.275032999315982 ], [ -118.622570999745761, 34.275641999302429 ], [ -118.60733600023481, 34.277743998897982 ], [ -118.605984000140793, 34.277782999114088 ], [ -118.604339000136306, 34.277522998917469 ], [ -118.596207999932403, 34.274520999236394 ], [ -118.593723000074604, 34.277183999130472 ], [ -118.592571999804264, 34.278036999247284 ], [ -118.591997000168234, 34.279184999284233 ], [ -118.591699000252646, 34.280229998907146 ], [ -118.591908999929117, 34.280626999235551 ], [ -118.592170000129258, 34.282356999165444 ], [ -118.591013999796544, 34.28243699909401 ], [ -118.59108600000225, 34.283640999009393 ], [ -118.591272000252488, 34.283833998996215 ], [ -118.59176399992964, 34.285572999225096 ], [ -118.591967000220635, 34.286853999310125 ], [ -118.591635999849515, 34.287703999226977 ], [ -118.591180000122691, 34.291796999268321 ], [ -118.5909380001942, 34.297669999104087 ], [ -118.588533000001192, 34.303218999144541 ], [ -118.586877999903294, 34.303149998945599 ], [ -118.585090999919842, 34.303477999199117 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "chatsworth-reservoir",
"name": "Chatsworth Reservoir",
"slug": "chatsworth-reservoir-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.8010929772, "type": "segment-of-a-city", "name": "Chatsworth Reservoir", "slug": "chatsworth-reservoir"},
"resource_uri": "/1.0/boundary/chatsworth-reservoir-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.620918548836869, 34.239049512460717 ], [ -118.620116029738625, 34.23852691095383 ], [ -118.618117647839952, 34.238283529609788 ], [ -118.616263662650624, 34.238507572068002 ], [ -118.612925604669115, 34.238153871179414 ], [ -118.610605410487821, 34.238867886769924 ], [ -118.60914727963052, 34.238621630574016 ], [ -118.60765354766113, 34.237695606816828 ], [ -118.604949, 34.235545999121754 ], [ -118.604821, 34.235302999121664 ], [ -118.610219000000143, 34.235222999121824 ], [ -118.610553000000138, 34.234986999121745 ], [ -118.610792, 34.234459999121782 ], [ -118.611323, 34.23388899912171 ], [ -118.612519, 34.233163999121899 ], [ -118.614061, 34.231715999121775 ], [ -118.614964000000157, 34.231385999121812 ], [ -118.61584100000016, 34.227763999121883 ], [ -118.61624, 34.227148999121923 ], [ -118.625314, 34.227948999121836 ], [ -118.62595, 34.227839999121869 ], [ -118.626563, 34.227458999121794 ], [ -118.628031, 34.226171999121775 ], [ -118.629872, 34.225210999121906 ], [ -118.631221, 34.224702999121938 ], [ -118.636660000000106, 34.224463999121909 ], [ -118.642868000000107, 34.22364199912186 ], [ -118.643415, 34.223968999121901 ], [ -118.647094, 34.223968999121901 ], [ -118.646960000000121, 34.229449999121869 ], [ -118.647105, 34.229553999121833 ], [ -118.647134000000122, 34.230494999121788 ], [ -118.647502, 34.230869999121786 ], [ -118.648034, 34.230986999121768 ], [ -118.648846000000106, 34.230254999121875 ], [ -118.648722000000149, 34.229602999121838 ], [ -118.649085514235566, 34.229632702319932 ], [ -118.646981151681373, 34.238081976016446 ], [ -118.63146295259078, 34.237018047559225 ], [ -118.630725, 34.237771999121854 ], [ -118.6304780060361, 34.238556985864925 ], [ -118.629945, 34.238722999121748 ], [ -118.630235000000127, 34.239240999121812 ], [ -118.625421, 34.240402999121748 ], [ -118.6219210000001, 34.242502999121655 ], [ -118.621378187656077, 34.240841889682663 ], [ -118.621346712771683, 34.23976911116555 ], [ -118.620918548836869, 34.239049512460717 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "chesterfield-square",
"name": "Chesterfield Square",
"slug": "chesterfield-square-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.633386374403, "type": "segment-of-a-city", "name": "Chesterfield Square", "slug": "chesterfield-square"},
"resource_uri": "/1.0/boundary/chesterfield-square-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.308908, 33.993012999124602 ], [ -118.309008000000105, 33.988912999124828 ], [ -118.308808, 33.986612999124738 ], [ -118.308907, 33.974412999124993 ], [ -118.317608000000121, 33.97441299912493 ], [ -118.317508, 33.981712999124888 ], [ -118.317608000000121, 33.988912999124828 ], [ -118.317108000000175, 33.988912999124764 ], [ -118.317108, 33.993012999124602 ], [ -118.311308, 33.993112999124776 ], [ -118.308908, 33.993012999124602 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "cheviot-hills",
"name": "Cheviot Hills",
"slug": "cheviot-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.53643338074, "type": "segment-of-a-city", "name": "Cheviot Hills", "slug": "cheviot-hills"},
"resource_uri": "/1.0/boundary/cheviot-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.400911, 34.029909999124172 ], [ -118.401211, 34.029409999124226 ], [ -118.405911000000117, 34.029809999124289 ], [ -118.411211000000108, 34.030809999124187 ], [ -118.414799, 34.032281999124208 ], [ -118.416111000000114, 34.033209999124132 ], [ -118.418411, 34.036209999124182 ], [ -118.421411000000106, 34.037109999124233 ], [ -118.421511, 34.03740999912408 ], [ -118.423311000000112, 34.03950999912405 ], [ -118.423711, 34.040309999124148 ], [ -118.424812000000102, 34.041809999123984 ], [ -118.406541, 34.052296999123861 ], [ -118.401531, 34.051966999123898 ], [ -118.402553, 34.046352999123961 ], [ -118.398859000000172, 34.045479999123899 ], [ -118.399011, 34.043809999123965 ], [ -118.398711, 34.043709999124019 ], [ -118.398511, 34.041209999124064 ], [ -118.399211000000136, 34.039709999124135 ], [ -118.398111, 34.035709999124158 ], [ -118.399911, 34.03130999912419 ], [ -118.400911, 34.029909999124172 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "chinatown",
"name": "Chinatown",
"slug": "chinatown-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.909367075497, "type": "segment-of-a-city", "name": "Chinatown", "slug": "chinatown"},
"resource_uri": "/1.0/boundary/chinatown-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.225105999999826, 34.071909999123569 ], [ -118.224806, 34.070609999123619 ], [ -118.224705999999898, 34.067710999123634 ], [ -118.227005999999832, 34.062310999123731 ], [ -118.227105999999893, 34.061810999123701 ], [ -118.22650599999983, 34.056730999123893 ], [ -118.226633999999862, 34.055754999123735 ], [ -118.227305999999842, 34.055110999123741 ], [ -118.229805999999826, 34.056110999123796 ], [ -118.237705999999847, 34.058410999123659 ], [ -118.239506999999819, 34.058410999123659 ], [ -118.240207, 34.058710999123768 ], [ -118.244607, 34.061310999123783 ], [ -118.249306999999888, 34.065310999123653 ], [ -118.249106999999881, 34.065510999123589 ], [ -118.248506999999833, 34.065410999123671 ], [ -118.247706999999821, 34.06581099912384 ], [ -118.245807, 34.068810999123762 ], [ -118.244407, 34.069810999123654 ], [ -118.241807, 34.06771099912374 ], [ -118.240306999999873, 34.067110999123557 ], [ -118.239807, 34.067610999123588 ], [ -118.239206999999794, 34.067810999123566 ], [ -118.235905999999773, 34.066910999123579 ], [ -118.235406, 34.067410999123673 ], [ -118.230005999999875, 34.07111099912354 ], [ -118.22690599999973, 34.07180999912373 ], [ -118.225105999999826, 34.071909999123569 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "citrus",
"name": "Citrus",
"slug": "citrus-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.01155085149, "type": "unincorporated-area", "name": "Citrus", "slug": "citrus"},
"resource_uri": "/1.0/boundary/citrus-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.88944300000027, 34.112588999123275 ], [ -117.890218457342641, 34.11257605901443 ], [ -117.890210086731841, 34.113318006994724 ], [ -117.889432000000255, 34.113319999123284 ], [ -117.88944300000027, 34.112588999123275 ] ] ], [ [ [ -117.903328000000286, 34.111044999123358 ], [ -117.903399000000292, 34.11066699912336 ], [ -117.901537000000275, 34.110732999123329 ], [ -117.901598000000263, 34.114201999123345 ], [ -117.89983159773675, 34.114195567411826 ], [ -117.899847000000136, 34.113900999123317 ], [ -117.899495000000243, 34.113906999123216 ], [ -117.899631000000355, 34.108897999123407 ], [ -117.900594000000325, 34.10889899912339 ], [ -117.900594000000325, 34.108217999123347 ], [ -117.903529000000219, 34.10808399912338 ], [ -117.905967426011401, 34.106746884212946 ], [ -117.907557000000168, 34.106750999123399 ], [ -117.907560000000203, 34.107622999123343 ], [ -117.905385000000251, 34.10776199912322 ], [ -117.905424000000252, 34.11422799912328 ], [ -117.903708000000265, 34.114229999123246 ], [ -117.903712000000255, 34.113529999123337 ], [ -117.903316000000288, 34.113499999123235 ], [ -117.903328000000286, 34.111044999123358 ] ] ], [ [ [ -117.881306985829411, 34.127070003178034 ], [ -117.88129198564053, 34.126817001763825 ], [ -117.879308985740039, 34.126839004112988 ], [ -117.879254985721587, 34.125101000849384 ], [ -117.877168985716551, 34.125104004203806 ], [ -117.877164985898503, 34.124744000268485 ], [ -117.876767985566005, 34.124714004665073 ], [ -117.877166983927239, 34.124340005003972 ], [ -117.880352985717224, 34.124337000008268 ], [ -117.880356985726294, 34.121439004172991 ], [ -117.881370985752724, 34.121443000164163 ], [ -117.881476985711032, 34.107409004231933 ], [ -117.88238598577442, 34.107422999792448 ], [ -117.882394985743545, 34.106642000770954 ], [ -117.881489985738568, 34.106646998113305 ], [ -117.8791079714738, 34.105969005786591 ], [ -117.87874498555469, 34.105853997798654 ], [ -117.878756985832368, 34.105490003236717 ], [ -117.880392985642317, 34.105290001672579 ], [ -117.880396999937361, 34.105416002704594 ], [ -117.881485985643465, 34.105415001692435 ], [ -117.881489000089474, 34.106140999567025 ], [ -117.882909985694965, 34.10585500223349 ], [ -117.882888000021808, 34.106639002360602 ], [ -117.883289986622927, 34.106708000953823 ], [ -117.886877981039959, 34.106766000403823 ], [ -117.886888985755206, 34.108448004065849 ], [ -117.890242971462456, 34.10842100257284 ], [ -117.890234971487615, 34.110574005795115 ], [ -117.89670798592573, 34.108604003269186 ], [ -117.898949978509279, 34.108229003432001 ], [ -117.898898971498767, 34.113308005800697 ], [ -117.89942497149876, 34.115376005803448 ], [ -117.899388971270383, 34.120994001755321 ], [ -117.894625986386487, 34.120891001376897 ], [ -117.892333986660418, 34.120544001802706 ], [ -117.891231971485908, 34.119840005807326 ], [ -117.890162985288597, 34.119628005231135 ], [ -117.890198985794783, 34.114719003867314 ], [ -117.891123985740577, 34.114685000351017 ], [ -117.891131985769945, 34.114144000688377 ], [ -117.890790985717757, 34.114139004234829 ], [ -117.890711985695688, 34.113615001034695 ], [ -117.890208985791617, 34.113632003887616 ], [ -117.890234985807012, 34.111527000556585 ], [ -117.888309986219483, 34.111463005591276 ], [ -117.884801984557143, 34.113138000514226 ], [ -117.884798971364887, 34.114350001670935 ], [ -117.884382985795455, 34.114367003836158 ], [ -117.884368971477116, 34.117697005802896 ], [ -117.884679971477127, 34.118780005804432 ], [ -117.884538985766113, 34.12144800400656 ], [ -117.889339978612085, 34.121403001630362 ], [ -117.889382985685529, 34.12163100434811 ], [ -117.889853978696507, 34.121645001315173 ], [ -117.889891985615662, 34.121896004560021 ], [ -117.890140978801995, 34.12191100099794 ], [ -117.890120978573648, 34.124061001388007 ], [ -117.889213985817477, 34.124118003687364 ], [ -117.889198985758, 34.124389004063708 ], [ -117.88985098577615, 34.124382000073815 ], [ -117.889854985754667, 34.124235004081072 ], [ -117.890095971455949, 34.124233002586564 ], [ -117.890115971403205, 34.124659002873223 ], [ -117.889681985835352, 34.124701003441757 ], [ -117.889694978538984, 34.125087000701839 ], [ -117.885737985748264, 34.125093004096826 ], [ -117.885730971520289, 34.127063000081243 ], [ -117.881306985829411, 34.127070003178034 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "claremont",
"name": "Claremont",
"slug": "claremont-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 16.6616865732, "type": "standalone-city", "name": "Claremont", "slug": "claremont"},
"resource_uri": "/1.0/boundary/claremont-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.755806260490147, 34.165320277901984 ], [ -117.724889343054059, 34.164917938484827 ], [ -117.724889000000118, 34.165305999122587 ], [ -117.715968, 34.165243999122609 ], [ -117.715787000000148, 34.15813599912282 ], [ -117.706285000000165, 34.158446999122674 ], [ -117.703106, 34.158261999122708 ], [ -117.702572, 34.15437899912272 ], [ -117.692052000000118, 34.153640999122679 ], [ -117.692007000000302, 34.153491999122842 ], [ -117.687356000000193, 34.154428999122764 ], [ -117.687076000000161, 34.153572999122787 ], [ -117.686626000000132, 34.153456999122916 ], [ -117.684295, 34.155850999122684 ], [ -117.684024, 34.156550999122757 ], [ -117.683835000000116, 34.15798199912264 ], [ -117.682572, 34.159756999122841 ], [ -117.682558000000157, 34.160661999122752 ], [ -117.683785000000171, 34.160648999122706 ], [ -117.683730000000139, 34.159892999122818 ], [ -117.685512000000159, 34.157836999122701 ], [ -117.698276, 34.157951999122723 ], [ -117.69807200000011, 34.164993999122629 ], [ -117.677745, 34.164798999122659 ], [ -117.681346000000246, 34.157000999122722 ], [ -117.682868, 34.155182999122744 ], [ -117.686388, 34.142707999122884 ], [ -117.68718800000012, 34.138907999122971 ], [ -117.693588000000105, 34.121508999123101 ], [ -117.702479000000125, 34.099532999123433 ], [ -117.702990000000156, 34.098856999123491 ], [ -117.704595, 34.095114999123396 ], [ -117.704290000000157, 34.095054999123413 ], [ -117.704725000000153, 34.093956999123449 ], [ -117.711067000000185, 34.079535999123756 ], [ -117.72799700000013, 34.079409999123584 ], [ -117.727982000000154, 34.090358999123517 ], [ -117.731990000000195, 34.090278999123591 ], [ -117.731976000000216, 34.093985999123483 ], [ -117.732523000000171, 34.098728999123445 ], [ -117.736794, 34.098857999123453 ], [ -117.736809, 34.111114999123274 ], [ -117.737518000000208, 34.111223999123304 ], [ -117.738048000000134, 34.110887999123349 ], [ -117.739066000000165, 34.110824999123224 ], [ -117.73888700000019, 34.108349999123227 ], [ -117.739784000000185, 34.108200999123341 ], [ -117.741192, 34.10819399912328 ], [ -117.741321000000156, 34.108574999123334 ], [ -117.742104000000225, 34.108603999123325 ], [ -117.742081000000184, 34.110891999123254 ], [ -117.746568000000153, 34.11118799912331 ], [ -117.74852800000015, 34.111064999123151 ], [ -117.748550000000108, 34.112853999123232 ], [ -117.749947000000233, 34.112935999123273 ], [ -117.749913000000149, 34.111388999123257 ], [ -117.749747000000184, 34.111289999123215 ], [ -117.749638000000132, 34.110739999123318 ], [ -117.750713000000161, 34.110894999123275 ], [ -117.750769000000304, 34.120673999123113 ], [ -117.755192, 34.120682999123161 ], [ -117.7550710000002, 34.119313999123229 ], [ -117.759794, 34.119444999123239 ], [ -117.759697000000187, 34.129529999123058 ], [ -117.750242, 34.129423999123048 ], [ -117.750093000000149, 34.130326999123092 ], [ -117.75036900000012, 34.132380999122965 ], [ -117.748845000000102, 34.132407999122997 ], [ -117.7487840000002, 34.133286999122923 ], [ -117.748138000000139, 34.134688999122922 ], [ -117.747667, 34.137565999122991 ], [ -117.747687000000113, 34.140157999122948 ], [ -117.749659, 34.14111899912281 ], [ -117.75018, 34.141133999122935 ], [ -117.750152000000227, 34.14332999912294 ], [ -117.751002000000184, 34.142595999122925 ], [ -117.752134000000154, 34.143793999122821 ], [ -117.753586, 34.143661999122813 ], [ -117.753811, 34.143776999122835 ], [ -117.753597, 34.145333999122983 ], [ -117.755829000000162, 34.145199999122887 ], [ -117.755723, 34.1458929991228 ], [ -117.75443300000012, 34.149626999122979 ], [ -117.753334000000166, 34.149529999122791 ], [ -117.75054900000022, 34.150973999122819 ], [ -117.750419, 34.150915999122795 ], [ -117.750525000000152, 34.157061999122746 ], [ -117.755601, 34.157110999122828 ], [ -117.755481000000159, 34.16356699912275 ], [ -117.755723635270982, 34.163569655914017 ], [ -117.755806260490147, 34.165320277901984 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "commerce",
"name": "Commerce",
"slug": "commerce-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.58056684961, "type": "standalone-city", "name": "Commerce", "slug": "commerce"},
"resource_uri": "/1.0/boundary/commerce-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.146175968961174, 34.01793287497825 ], [ -118.146224471897597, 34.017611002179756 ], [ -118.146547688262032, 34.017671739757169 ], [ -118.146962329607661, 34.014367375566366 ], [ -118.146638801416557, 34.014320148607496 ], [ -118.146760665752666, 34.013388260696765 ], [ -118.147073473166643, 34.013431924637466 ], [ -118.147533574068547, 34.009767094977597 ], [ -118.127398, 34.008032999124552 ], [ -118.127411, 34.007763999124492 ], [ -118.127787000000197, 34.007639999124649 ], [ -118.12782800000015, 34.007257999124676 ], [ -118.127321000000109, 34.007224999124567 ], [ -118.129895000000189, 34.002508999124601 ], [ -118.129616000000254, 34.002196999124529 ], [ -118.128927000000132, 34.001979999124565 ], [ -118.129527000000181, 34.000890999124721 ], [ -118.128527000000119, 34.00047699912465 ], [ -118.128863000000152, 33.999920999124704 ], [ -118.128478000000214, 33.999727999124673 ], [ -118.128816000000143, 33.999018999124665 ], [ -118.128398, 33.998845999124633 ], [ -118.129763000000224, 33.993215999124764 ], [ -118.128109000000194, 33.992259999124812 ], [ -118.126702000000151, 33.991812999124747 ], [ -118.125179000000216, 33.99095499912476 ], [ -118.128605000000221, 33.985302999124912 ], [ -118.130996000000138, 33.984901999124823 ], [ -118.132721, 33.986016999124779 ], [ -118.133165000000133, 33.984556999124806 ], [ -118.12963500000015, 33.981048999124823 ], [ -118.12658000000016, 33.977644999124898 ], [ -118.126369000000267, 33.977782999124919 ], [ -118.121211000000201, 33.972898999124972 ], [ -118.124913000000234, 33.970527999125061 ], [ -118.127269000000211, 33.970951999125049 ], [ -118.129423000000173, 33.970933999124952 ], [ -118.130595000000156, 33.973189999125012 ], [ -118.132562000000149, 33.972520999124953 ], [ -118.134376000000117, 33.972399999125052 ], [ -118.150271000000146, 33.974151999124906 ], [ -118.149612000000133, 33.976645999124948 ], [ -118.149732000000128, 33.9774839991249 ], [ -118.167315, 33.979335999124835 ], [ -118.167747000000162, 33.982098999124808 ], [ -118.16871600000016, 33.984941999124871 ], [ -118.169471000000286, 33.986425999124791 ], [ -118.17047100000012, 33.987888999124749 ], [ -118.164760000000186, 33.987672999124847 ], [ -118.163441000000105, 33.98726999912477 ], [ -118.161805000000101, 33.987359999124763 ], [ -118.161087000000137, 33.99201799912472 ], [ -118.160143000000119, 33.991538999124735 ], [ -118.159241, 33.991296999124842 ], [ -118.155353, 33.991332999124722 ], [ -118.154453000000117, 33.99121299912477 ], [ -118.152680000000288, 33.990650999124632 ], [ -118.152089000000231, 33.991985999124779 ], [ -118.16044100000029, 33.995377999124749 ], [ -118.165504, 33.998112999124665 ], [ -118.172872000000169, 34.000362999124611 ], [ -118.174465000000311, 34.001037999124598 ], [ -118.174286000000251, 34.001336999124689 ], [ -118.181273000000132, 34.005559999124621 ], [ -118.186413000000158, 34.007309999124566 ], [ -118.190887000000131, 34.008627999124649 ], [ -118.193514000000221, 34.009706999124518 ], [ -118.192823000000104, 34.011475999124478 ], [ -118.192531, 34.011387999124359 ], [ -118.192309000000236, 34.012836999124467 ], [ -118.191428000000158, 34.012760999124453 ], [ -118.191436000000166, 34.015083999124414 ], [ -118.192219000000108, 34.01507999912446 ], [ -118.192231004592344, 34.016546506683262 ], [ -118.187340852175481, 34.016569460112002 ], [ -118.187327684324359, 34.015647148060999 ], [ -118.18129380228595, 34.015663901491514 ], [ -118.181239851979456, 34.012036460249789 ], [ -118.17591285192168, 34.011411460374781 ], [ -118.175899852155482, 34.018273460383945 ], [ -118.158901511073537, 34.010618527753905 ], [ -118.153652852049973, 34.019630460911607 ], [ -118.146240851946359, 34.018076461084739 ], [ -118.146175968961174, 34.01793287497825 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "compton",
"name": "Compton",
"slug": "compton-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 10.2604113792, "type": "standalone-city", "name": "Compton", "slug": "compton"},
"resource_uri": "/1.0/boundary/compton-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.224093000000138, 33.922199999125638 ], [ -118.220006000000183, 33.922317999125752 ], [ -118.21995900000023, 33.922750999125562 ], [ -118.219625000000178, 33.922086999125675 ], [ -118.218660000000156, 33.921313999125594 ], [ -118.218184000000136, 33.921237999125609 ], [ -118.216797000000142, 33.912226999125743 ], [ -118.213922000000125, 33.912602999125767 ], [ -118.213839000000178, 33.913060999125712 ], [ -118.20640800000011, 33.910618999125731 ], [ -118.205827000000227, 33.912621999125733 ], [ -118.201862000000247, 33.911663999125807 ], [ -118.198726000000121, 33.910560999125714 ], [ -118.198387, 33.910678999125842 ], [ -118.199979000000127, 33.906676999125764 ], [ -118.197149000000167, 33.90646799912588 ], [ -118.195122, 33.911271999125802 ], [ -118.193891000000207, 33.910932999125741 ], [ -118.195792000000111, 33.906330999125814 ], [ -118.19019, 33.905818999125877 ], [ -118.190195000000145, 33.9060999991258 ], [ -118.189516, 33.906060999125764 ], [ -118.189315000000178, 33.907339999125746 ], [ -118.186775000000296, 33.906892999125809 ], [ -118.187027000000114, 33.905484999125832 ], [ -118.189610000000201, 33.905748999125869 ], [ -118.189776506121859, 33.905578125741954 ], [ -118.189646990511889, 33.903726874487454 ], [ -118.189080008015466, 33.903733253630129 ], [ -118.188927249270137, 33.903455013750353 ], [ -118.187352000000161, 33.90335199912586 ], [ -118.186830000000285, 33.902980999125774 ], [ -118.188103511176706, 33.903169062539888 ], [ -118.188101790361316, 33.902824795731483 ], [ -118.189523283244569, 33.902812315369246 ], [ -118.189477712596585, 33.902222414744337 ], [ -118.188931635094747, 33.902226929310558 ], [ -118.188936071386507, 33.901942163075709 ], [ -118.188423057507265, 33.90194717704712 ], [ -118.188420351700756, 33.901536605984283 ], [ -118.188679053087839, 33.901533796095485 ], [ -118.188676000000171, 33.901694999125752 ], [ -118.189434334424774, 33.901640795651929 ], [ -118.189360873111951, 33.900569240061664 ], [ -118.189886504096151, 33.900567585613338 ], [ -118.189464905418504, 33.894704405936025 ], [ -118.188149176256772, 33.894719698486632 ], [ -118.188125584538426, 33.894876191553656 ], [ -118.186100000000167, 33.894857999125982 ], [ -118.18589600000017, 33.896233999125919 ], [ -118.182306, 33.896211999125882 ], [ -118.182356000000226, 33.894251999125849 ], [ -118.181687000000196, 33.894264999126001 ], [ -118.181590000000142, 33.892544999125946 ], [ -118.179962000000188, 33.89253699912598 ], [ -118.182402000000295, 33.88910599912613 ], [ -118.18416900000031, 33.889136999126038 ], [ -118.184299000000124, 33.89251899912604 ], [ -118.18689700000013, 33.892419999125998 ], [ -118.188207000000105, 33.885223999126005 ], [ -118.187629000000129, 33.885229999126118 ], [ -118.188368000000196, 33.881324999126178 ], [ -118.190069, 33.881411999126172 ], [ -118.191626000000184, 33.880916999126093 ], [ -118.192387000000195, 33.881436999126109 ], [ -118.208896000000223, 33.881291999126049 ], [ -118.208898000000204, 33.880652999126099 ], [ -118.208616000000234, 33.880660999126 ], [ -118.208513, 33.879775999126174 ], [ -118.208566000000189, 33.874856999126202 ], [ -118.208238000000151, 33.874824999126183 ], [ -118.208240000000202, 33.874263999126171 ], [ -118.20796300000012, 33.874264999126247 ], [ -118.207925000000174, 33.874802999126196 ], [ -118.207157000000194, 33.874716999126193 ], [ -118.207155, 33.874268999126116 ], [ -118.205607000000171, 33.874285999126158 ], [ -118.20589500000014, 33.872893999126248 ], [ -118.205603000000266, 33.872015999126276 ], [ -118.20566600000015, 33.870389999126211 ], [ -118.206321, 33.870342999126272 ], [ -118.207092000000173, 33.873183999126177 ], [ -118.215458000000169, 33.872952999126198 ], [ -118.216166000000172, 33.872603999126326 ], [ -118.215498000000125, 33.871675999126197 ], [ -118.215095000000204, 33.869326999126265 ], [ -118.218658, 33.869247999126188 ], [ -118.218625000000145, 33.868172999126323 ], [ -118.225784000000161, 33.868151999126184 ], [ -118.226384000000138, 33.864290999126368 ], [ -118.226808000000133, 33.86313799912633 ], [ -118.229438000000187, 33.863085999126355 ], [ -118.230847000000125, 33.863407999126345 ], [ -118.230942000000198, 33.864691999126364 ], [ -118.231712000000286, 33.864879999126316 ], [ -118.232372, 33.865565999126289 ], [ -118.232386000000133, 33.866667999126349 ], [ -118.234127, 33.866641999126315 ], [ -118.234120000000217, 33.867400999126289 ], [ -118.235602000000128, 33.867341999126282 ], [ -118.235634000000147, 33.867899999126237 ], [ -118.242077000000151, 33.867739999126222 ], [ -118.242399000000106, 33.869893999126198 ], [ -118.244139, 33.870185999126257 ], [ -118.248660000000228, 33.870079999126219 ], [ -118.248642, 33.878812999126175 ], [ -118.24742400000018, 33.878911999126167 ], [ -118.247298000000171, 33.880451999126166 ], [ -118.248734000000169, 33.880414999126039 ], [ -118.248741000000223, 33.881716999126155 ], [ -118.253666000000152, 33.881716999126155 ], [ -118.253376000000159, 33.880115999126112 ], [ -118.259098000000179, 33.87996199912611 ], [ -118.260814000000181, 33.880181999126144 ], [ -118.261512000000181, 33.880111999126143 ], [ -118.261306000000161, 33.881342999126097 ], [ -118.258141000000137, 33.883971999126082 ], [ -118.257213000000107, 33.884000999126101 ], [ -118.25760500000024, 33.886267999126112 ], [ -118.259462000000127, 33.88621199912609 ], [ -118.25936600000027, 33.885707999126076 ], [ -118.259878, 33.885616999126 ], [ -118.259841, 33.885247999126044 ], [ -118.261161000000115, 33.885233999126037 ], [ -118.261362990693698, 33.886091001275993 ], [ -118.260694986078846, 33.886110003774945 ], [ -118.260772985894249, 33.886722001211041 ], [ -118.259899986129895, 33.886827003124338 ], [ -118.260392985944705, 33.890061001778804 ], [ -118.259189986104317, 33.890271002747795 ], [ -118.260246987473337, 33.894727004490633 ], [ -118.259822984130707, 33.895038999181452 ], [ -118.259403986128703, 33.895086003189292 ], [ -118.25947998571344, 33.895390000057176 ], [ -118.25912498605328, 33.895394003904499 ], [ -118.259417985553867, 33.89628899999947 ], [ -118.25838799303142, 33.89629500311333 ], [ -118.258302978998458, 33.895929003718841 ], [ -118.256356986070827, 33.896329000918115 ], [ -118.252395986098392, 33.896427003598419 ], [ -118.252715985662732, 33.897674999827188 ], [ -118.252269986075078, 33.897685003760834 ], [ -118.253170972061326, 33.901609005609004 ], [ -118.253603986076669, 33.902807003757225 ], [ -118.263658986084209, 33.90234800318526 ], [ -118.263507986092307, 33.905531000150916 ], [ -118.260912986043166, 33.905567003959639 ], [ -118.260926986011881, 33.912715999911732 ], [ -118.254455986077843, 33.912932003753731 ], [ -118.25445698599431, 33.917311000844954 ], [ -118.254340986087797, 33.917321001902891 ], [ -118.246203985947048, 33.917318003649186 ], [ -118.245382986090675, 33.917462002764594 ], [ -118.245256986613356, 33.917857999691151 ], [ -118.238983992955824, 33.917710003398781 ], [ -118.239055979007972, 33.916224001650882 ], [ -118.238458993028814, 33.916229003099509 ], [ -118.238401979027472, 33.914405001561832 ], [ -118.237806993014303, 33.91440600316357 ], [ -118.237786979027049, 33.91375300156156 ], [ -118.23609699300863, 33.913753003185256 ], [ -118.236103978984772, 33.905952001758301 ], [ -118.231030986242459, 33.907286004662311 ], [ -118.230508985785988, 33.907463001696065 ], [ -118.230656985907842, 33.907752002106839 ], [ -118.230370993022447, 33.90781300081585 ], [ -118.230165979073178, 33.907544004197653 ], [ -118.228646985950704, 33.907934002137083 ], [ -118.228761985987035, 33.908146002309103 ], [ -118.228269993020277, 33.908257000809556 ], [ -118.228103979105271, 33.908015004317555 ], [ -118.22749698595392, 33.908176002150284 ], [ -118.227617985735037, 33.908403001684967 ], [ -118.225035985882386, 33.908977001671879 ], [ -118.222710981663582, 33.908723007492888 ], [ -118.2223709860627, 33.908826002657023 ], [ -118.224089985993473, 33.919799004059264 ], [ -118.228033986024329, 33.919832000692566 ], [ -118.228827981030449, 33.922779001859105 ], [ -118.224287000000189, 33.923417999125526 ], [ -118.224093000000138, 33.922199999125638 ] ], [ [ -118.200462122155471, 33.906422547179034 ], [ -118.200302450296249, 33.904094387284573 ], [ -118.197828478290617, 33.90395766608119 ], [ -118.197746234856666, 33.903035661035837 ], [ -118.199383689077848, 33.903012452456572 ], [ -118.19934357801931, 33.902207095878779 ], [ -118.199911100123472, 33.902187775869486 ], [ -118.199892082184718, 33.901915184320764 ], [ -118.199330493654813, 33.901935171472616 ], [ -118.199317095706178, 33.901653188437344 ], [ -118.199871768226885, 33.901628605146989 ], [ -118.199784405317445, 33.90038566115787 ], [ -118.199257196595525, 33.90039255683174 ], [ -118.198960179995879, 33.896129429113465 ], [ -118.198346548492083, 33.896097399344164 ], [ -118.198116882242175, 33.89283952906159 ], [ -118.197471129187093, 33.892846656862993 ], [ -118.197268429718633, 33.888741714546775 ], [ -118.194982075758674, 33.888755693350916 ], [ -118.195013121007321, 33.8891545496151 ], [ -118.193939439583204, 33.889168051366433 ], [ -118.193961992132074, 33.889481921925174 ], [ -118.18942302062149, 33.889533481157038 ], [ -118.190173541014119, 33.900566577781113 ], [ -118.193215567002824, 33.900379828055087 ], [ -118.193072120958959, 33.898431687601608 ], [ -118.194068004529427, 33.898421519425916 ], [ -118.194174405327317, 33.899860749527967 ], [ -118.193838265993577, 33.899863190926162 ], [ -118.193897789980852, 33.90054373767002 ], [ -118.191734615897161, 33.900560755729913 ], [ -118.191960130729655, 33.90358764997314 ], [ -118.191646124891662, 33.903587971084491 ], [ -118.191678717768298, 33.904059171427889 ], [ -118.190582923386316, 33.904061974412826 ], [ -118.190684251077798, 33.905525270636232 ], [ -118.19398037209416, 33.90582783213145 ], [ -118.194203219216519, 33.90502831946268 ], [ -118.194052044774224, 33.9027483559545 ], [ -118.194384893795956, 33.902749647066472 ], [ -118.19439519910182, 33.902889328093721 ], [ -118.194821661011574, 33.902887519936179 ], [ -118.194888441884572, 33.903976612491235 ], [ -118.194469881133827, 33.90398960680546 ], [ -118.194549696907245, 33.905242841740453 ], [ -118.194387761494795, 33.905735191153084 ], [ -118.194770979860039, 33.905900383711312 ], [ -118.200462122155471, 33.906422547179034 ] ], [ [ -118.200531950412156, 33.888229205033873 ], [ -118.200429000000156, 33.886328999126015 ], [ -118.201944000000168, 33.886314999125865 ], [ -118.20206700000017, 33.888114999126017 ], [ -118.206118000000231, 33.88808299912607 ], [ -118.204300343137106, 33.881611097880537 ], [ -118.19727600000023, 33.881813999126045 ], [ -118.19732, 33.882420999126133 ], [ -118.197805000000187, 33.882321999126162 ], [ -118.197883000000161, 33.883023999126053 ], [ -118.196990000000142, 33.883127999126145 ], [ -118.197303892840281, 33.885035271812193 ], [ -118.197928377273925, 33.885031333666902 ], [ -118.198170404061386, 33.888255191934633 ], [ -118.1990913509091, 33.888253397419994 ], [ -118.199123540258597, 33.888730741436746 ], [ -118.200568026844181, 33.888722039309577 ], [ -118.200531950412156, 33.888229205033873 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "covina",
"name": "Covina",
"slug": "covina-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 7.60402649998, "type": "standalone-city", "name": "Covina", "slug": "covina"},
"resource_uri": "/1.0/boundary/covina-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.854654985724466, 34.102149004096084 ], [ -117.855083985717002, 34.102148000803219 ], [ -117.855081985722677, 34.102651999930799 ], [ -117.854638985716676, 34.10265100412925 ], [ -117.854654985724466, 34.102149004096084 ] ] ], [ [ [ -117.907117303467743, 34.106730342239388 ], [ -117.883289986622827, 34.106708000953773 ], [ -117.882888000021737, 34.106639002360581 ], [ -117.882909985694866, 34.105855002233433 ], [ -117.881489000089374, 34.106140999566982 ], [ -117.881485985643394, 34.105415001692407 ], [ -117.880396999937247, 34.10541600270448 ], [ -117.880392985642217, 34.105290001672522 ], [ -117.878756985832254, 34.105490003236689 ], [ -117.87874498555459, 34.105853997798597 ], [ -117.877311000000233, 34.105486999123364 ], [ -117.876745000000213, 34.105487999123341 ], [ -117.873898000000253, 34.106029999123379 ], [ -117.869199980890869, 34.106465001020375 ], [ -117.869196978711244, 34.105940001199308 ], [ -117.868154985466731, 34.105882004866466 ], [ -117.868180985746164, 34.104810004043216 ], [ -117.869194978638149, 34.10478800151563 ], [ -117.869297985692597, 34.103035004392439 ], [ -117.870495985731353, 34.103043000787714 ], [ -117.870462985605755, 34.103873004538961 ], [ -117.870811985856975, 34.103894000366225 ], [ -117.870791985846822, 34.104340999612106 ], [ -117.870437985774529, 34.104342003902289 ], [ -117.870388985672378, 34.104643004338172 ], [ -117.872508978651027, 34.104708999874084 ], [ -117.872501985727297, 34.10306100501802 ], [ -117.877361978680341, 34.103063999843329 ], [ -117.877398978605143, 34.099424001618743 ], [ -117.87249898571342, 34.099435004944795 ], [ -117.872486985795945, 34.100480999315074 ], [ -117.871236985595075, 34.100402004567293 ], [ -117.871270985810852, 34.099988003636916 ], [ -117.87151597857013, 34.099973001278705 ], [ -117.871431985960442, 34.098774005684788 ], [ -117.872501978577446, 34.098800000066866 ], [ -117.872475978716082, 34.097346001197799 ], [ -117.871693985656279, 34.097315004390822 ], [ -117.871677985707962, 34.096419005146956 ], [ -117.872458978662891, 34.096451999694771 ], [ -117.872460985753904, 34.095729004019681 ], [ -117.876392978605011, 34.095722000785763 ], [ -117.87635197853956, 34.093482001944047 ], [ -117.8729399857787, 34.093586003888859 ], [ -117.872920985789364, 34.093995000173742 ], [ -117.872464985762136, 34.094004003977794 ], [ -117.872461985707602, 34.094999000474445 ], [ -117.870491985732713, 34.0950950041086 ], [ -117.870492985716609, 34.095753000146999 ], [ -117.870091985705812, 34.09575500516965 ], [ -117.870053985758332, 34.09942099987753 ], [ -117.867782985730116, 34.099422004112277 ], [ -117.86782598581128, 34.101545999656082 ], [ -117.866016985708171, 34.101538004197224 ], [ -117.866004985472841, 34.103257000400077 ], [ -117.864793985786079, 34.103308003802844 ], [ -117.864657978582429, 34.103036001656584 ], [ -117.861603985729317, 34.103040004097544 ], [ -117.861570978595054, 34.099424001590506 ], [ -117.856322985717753, 34.099398004128922 ], [ -117.856362978547793, 34.09779000178159 ], [ -117.855063985745531, 34.097810003998298 ], [ -117.855084985747624, 34.101707999687235 ], [ -117.854286985837334, 34.10168800521506 ], [ -117.854389985591467, 34.103045000067823 ], [ -117.852839985705813, 34.103052004168724 ], [ -117.852838971438302, 34.102577005775835 ], [ -117.852691978558113, 34.102499001709951 ], [ -117.852341985732622, 34.102502004051246 ], [ -117.852346985709104, 34.103048999880386 ], [ -117.848349985727424, 34.103041004062028 ], [ -117.848269999975173, 34.105399163407867 ], [ -117.848264978549722, 34.104899001725961 ], [ -117.84636698573081, 34.104918004040087 ], [ -117.846365985753394, 34.104661003923169 ], [ -117.847157978629795, 34.104640000795534 ], [ -117.847181985539123, 34.10402700578782 ], [ -117.84796597856284, 34.103969001623817 ], [ -117.847995978583697, 34.103041001574951 ], [ -117.846353985714671, 34.10303600411207 ], [ -117.846354978605802, 34.101554001481311 ], [ -117.845646985692156, 34.101545004201164 ], [ -117.845646985458629, 34.10038900171233 ], [ -117.846364978877716, 34.100146005037253 ], [ -117.846365978572948, 34.099419001616056 ], [ -117.843824985713525, 34.099406004108175 ], [ -117.843861985727258, 34.098912004047051 ], [ -117.844175979789924, 34.098870006485036 ], [ -117.844184978637045, 34.095818001359909 ], [ -117.840549000000166, 34.095795999123418 ], [ -117.846396, 34.092809999123467 ], [ -117.846392000000293, 34.088905999123604 ], [ -117.847741000000156, 34.088712999123523 ], [ -117.849908000000127, 34.087912999123596 ], [ -117.84998000000013, 34.08705699912354 ], [ -117.850918000000178, 34.086362999123601 ], [ -117.851568000000185, 34.086201999123595 ], [ -117.851681000000212, 34.085856999123607 ], [ -117.852067000000218, 34.085855999123645 ], [ -117.852109000000155, 34.08620399912364 ], [ -117.853478, 34.086199999123586 ], [ -117.853443000000169, 34.084429999123564 ], [ -117.854059000000106, 34.083518999123633 ], [ -117.854047000000207, 34.083245999123641 ], [ -117.85375500000022, 34.082765999123673 ], [ -117.853251000000114, 34.082545999123589 ], [ -117.849686000000162, 34.082483999123596 ], [ -117.849182000000184, 34.082240999123712 ], [ -117.844786000000155, 34.081981999123698 ], [ -117.843430000000183, 34.081531999123627 ], [ -117.841266000000175, 34.08040299912367 ], [ -117.843145000000106, 34.078798999123713 ], [ -117.842464000000135, 34.078247999123697 ], [ -117.842905000000144, 34.07740399912371 ], [ -117.84369800000016, 34.077643999123694 ], [ -117.844315000000122, 34.077433999123684 ], [ -117.846810000000119, 34.075209999123686 ], [ -117.850793, 34.077308999123701 ], [ -117.851263000000145, 34.076603999123762 ], [ -117.852191000000175, 34.076806999123676 ], [ -117.85141500000023, 34.077994999123689 ], [ -117.852593000000184, 34.079008999123623 ], [ -117.852293000000117, 34.080408999123613 ], [ -117.851661, 34.080882999123787 ], [ -117.852288000000172, 34.082105999123662 ], [ -117.856861, 34.082220999123599 ], [ -117.856517000000224, 34.081549999123617 ], [ -117.856668, 34.080430999123756 ], [ -117.859018000000248, 34.080549999123697 ], [ -117.859195639170764, 34.080220223868622 ], [ -117.858833786076275, 34.079963113041927 ], [ -117.859082548865842, 34.079477001425545 ], [ -117.858691552969475, 34.079123085731695 ], [ -117.860090937573403, 34.078684011968072 ], [ -117.860478500820307, 34.078918963283996 ], [ -117.860628934781204, 34.078815778783579 ], [ -117.860306000000151, 34.078563999123659 ], [ -117.860013, 34.078551999123704 ], [ -117.86019300000018, 34.076541999123826 ], [ -117.860614000000169, 34.076316999123669 ], [ -117.859906000000151, 34.075810999123782 ], [ -117.860160000000278, 34.07549599912371 ], [ -117.859668000000141, 34.075142999123734 ], [ -117.859136000000177, 34.075481999123745 ], [ -117.858948000000169, 34.074559999123721 ], [ -117.858340000000112, 34.074619999123705 ], [ -117.858221000000142, 34.074112999123685 ], [ -117.859379000000118, 34.074089999123771 ], [ -117.859313000000199, 34.072265999123758 ], [ -117.859251000000199, 34.072115999123803 ], [ -117.858357000000126, 34.072434999123786 ], [ -117.858242000000232, 34.071651999123773 ], [ -117.858346000000211, 34.070969999123726 ], [ -117.858132000000154, 34.070035999123746 ], [ -117.857119000000196, 34.06892899912382 ], [ -117.856359000000111, 34.068717999123777 ], [ -117.855757000000224, 34.068832999123799 ], [ -117.855347000000108, 34.068130999123774 ], [ -117.857119000000196, 34.067955999123768 ], [ -117.858704000000131, 34.068640999123744 ], [ -117.85914500000014, 34.068588999123733 ], [ -117.860640000000217, 34.068893999123794 ], [ -117.861793000000205, 34.069321999123822 ], [ -117.862067000000138, 34.069677999123911 ], [ -117.862155000000158, 34.070340999123772 ], [ -117.862669000000182, 34.070304999123756 ], [ -117.862710000000163, 34.070879999123726 ], [ -117.862880000000146, 34.070818999123766 ], [ -117.863124000000198, 34.070983999123825 ], [ -117.864467000000133, 34.070735999123706 ], [ -117.866038, 34.071398999123808 ], [ -117.868048000000201, 34.07188099912382 ], [ -117.866268000000161, 34.072314999123726 ], [ -117.865865000000142, 34.073342999123795 ], [ -117.867173000000179, 34.073439999123721 ], [ -117.867385000000183, 34.073987999123759 ], [ -117.867630000000176, 34.074146999123734 ], [ -117.868366, 34.073940999123799 ], [ -117.868821000000182, 34.074034999123754 ], [ -117.869172, 34.0746079991237 ], [ -117.86950300000025, 34.074613999123727 ], [ -117.869684000000333, 34.075855999123704 ], [ -117.871425000000229, 34.07541999912371 ], [ -117.873168000000163, 34.074495999123705 ], [ -117.874110000000101, 34.073672999123858 ], [ -117.8812020000003, 34.073706999123758 ], [ -117.881219000000144, 34.075283999123705 ], [ -117.890027000000146, 34.075363999123688 ], [ -117.890043000000233, 34.077357999123642 ], [ -117.891751000000212, 34.077438999123679 ], [ -117.892505000000142, 34.077323999123614 ], [ -117.892597000000123, 34.075377999123752 ], [ -117.892390000000162, 34.073369999123791 ], [ -117.898895000000138, 34.073611999123784 ], [ -117.898903, 34.075432999123841 ], [ -117.903301000000113, 34.075465999123693 ], [ -117.903290000000197, 34.086282999123526 ], [ -117.907761000000178, 34.086311999123609 ], [ -117.907773000000105, 34.084939999123527 ], [ -117.916564000000164, 34.084798999123606 ], [ -117.916586000000166, 34.088426999123563 ], [ -117.918084000000235, 34.088412999123591 ], [ -117.921647000000149, 34.08895999912351 ], [ -117.923705, 34.087022999123583 ], [ -117.923696000000248, 34.086438999123494 ], [ -117.927194985784936, 34.086465000738428 ], [ -117.927294985757698, 34.089620999440484 ], [ -117.925409985675032, 34.089544004452534 ], [ -117.92540798575952, 34.092935999937325 ], [ -117.923415999856161, 34.092924002977881 ], [ -117.92355098577859, 34.092172000751908 ], [ -117.91928198413072, 34.092140004969529 ], [ -117.918264983850094, 34.093008998232392 ], [ -117.91657498574159, 34.092985004209567 ], [ -117.916576978704839, 34.092131001395991 ], [ -117.914412985763704, 34.092119004113442 ], [ -117.914544971526382, 34.095333005780923 ], [ -117.914343985763153, 34.095794004117032 ], [ -117.914569985763208, 34.095794000787912 ], [ -117.914488971525913, 34.096710005782789 ], [ -117.913726971524554, 34.097462005783619 ], [ -117.913703985771065, 34.099609004080847 ], [ -117.91656898575485, 34.099593000829081 ], [ -117.916571986508046, 34.100418003954509 ], [ -117.912107985140182, 34.10254400111625 ], [ -117.912234986119714, 34.102860003390852 ], [ -117.911397998610255, 34.10318200199746 ], [ -117.914344985871168, 34.103168000415266 ], [ -117.914206985847215, 34.107034999494893 ], [ -117.907117303467743, 34.106730342239388 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "cudahy",
"name": "Cudahy",
"slug": "cudahy-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.22903553842, "type": "standalone-city", "name": "Cudahy", "slug": "cudahy"},
"resource_uri": "/1.0/boundary/cudahy-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.194261, 33.970399999125064 ], [ -118.194347000000178, 33.969821999125017 ], [ -118.193979000000169, 33.969782999125066 ], [ -118.194031, 33.969418999125075 ], [ -118.192104000000313, 33.969313999124971 ], [ -118.192196000000195, 33.968437999125008 ], [ -118.192063000000175, 33.968423999125065 ], [ -118.191965000000181, 33.969103999124997 ], [ -118.191844000000103, 33.969084999125052 ], [ -118.191926000000123, 33.96840899912511 ], [ -118.190651000000116, 33.968272999124999 ], [ -118.190608, 33.968952999125044 ], [ -118.190160000000134, 33.968953999125027 ], [ -118.190215000000151, 33.969389999125113 ], [ -118.187840000000193, 33.969505999125069 ], [ -118.188009000000136, 33.970303999125015 ], [ -118.185638000000168, 33.970051999124927 ], [ -118.185743000000159, 33.969078999124903 ], [ -118.177739000000159, 33.968382999125069 ], [ -118.177794, 33.968097999124936 ], [ -118.176980000000157, 33.967980999125018 ], [ -118.176989000000162, 33.967700999125086 ], [ -118.175286000000227, 33.967511999125016 ], [ -118.175091000000151, 33.96801299912498 ], [ -118.173003, 33.967713999125095 ], [ -118.173222000000109, 33.966438999125103 ], [ -118.171685000000139, 33.966286999125032 ], [ -118.171491, 33.967615999125051 ], [ -118.171076, 33.967533999125045 ], [ -118.171121000000198, 33.967280999124995 ], [ -118.170962000000202, 33.967279999124969 ], [ -118.171116, 33.966330999125049 ], [ -118.17010500000022, 33.966215999124984 ], [ -118.170319000000205, 33.964604999125044 ], [ -118.170853, 33.964109999125043 ], [ -118.169247000000169, 33.963591999125143 ], [ -118.170438000000189, 33.955686999125248 ], [ -118.170380000000222, 33.954027999125131 ], [ -118.172965000000161, 33.954301999125185 ], [ -118.17262500000021, 33.956514999125268 ], [ -118.177427000000165, 33.957005999125158 ], [ -118.177332000000177, 33.957687999125206 ], [ -118.179522000000262, 33.9579179991252 ], [ -118.179675000000174, 33.95698199912524 ], [ -118.176938000000305, 33.956635999125162 ], [ -118.178503000000106, 33.954973999125158 ], [ -118.185064000000111, 33.955636999125261 ], [ -118.198609000000218, 33.966662999125042 ], [ -118.200614000000172, 33.968730999125079 ], [ -118.201898000000213, 33.970610999124979 ], [ -118.199612000000101, 33.970392999124982 ], [ -118.199488000000201, 33.971212999124944 ], [ -118.194261, 33.970399999125064 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "culver-city",
"name": "Culver City",
"slug": "culver-city-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.19276111048, "type": "standalone-city", "name": "Culver City", "slug": "culver-city"},
"resource_uri": "/1.0/boundary/culver-city-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.371570000000176, 34.03066199912427 ], [ -118.371901000000165, 34.029928999124301 ], [ -118.373643000000129, 34.030420999124303 ], [ -118.37563200000011, 34.029047999124245 ], [ -118.376599000000169, 34.026588999124399 ], [ -118.376693000000131, 34.026036999124344 ], [ -118.376369000000167, 34.025848999124371 ], [ -118.376697000000192, 34.023987999124408 ], [ -118.378750000000224, 34.02204699912442 ], [ -118.378335000000206, 34.021180999124383 ], [ -118.380483000000112, 34.020835999124358 ], [ -118.379212000000194, 34.019567999124497 ], [ -118.377973000000182, 34.018017999124417 ], [ -118.375832, 34.01804999912445 ], [ -118.375891000000223, 34.018519999124386 ], [ -118.372813000000178, 34.018362999124435 ], [ -118.372627000000136, 34.018470999124403 ], [ -118.373736, 34.016375999124499 ], [ -118.374070000000216, 34.015133999124473 ], [ -118.373926000000154, 34.013866999124502 ], [ -118.373092995943054, 34.011913002729322 ], [ -118.378596985148434, 34.01193299905848 ], [ -118.379516986442667, 34.011416007129824 ], [ -118.384328984056609, 34.012485997927755 ], [ -118.387509982225282, 34.009668008884198 ], [ -118.387820986106362, 34.008569002451758 ], [ -118.387708986106347, 34.008182002451413 ], [ -118.390129986108789, 34.002935002448453 ], [ -118.390741986109532, 34.002014002447837 ], [ -118.390367986109226, 34.001654002447538 ], [ -118.388622985857907, 34.001202002348279 ], [ -118.382409992630613, 34.000312004431727 ], [ -118.383808991019265, 33.996100007403726 ], [ -118.38500898116186, 33.996433997474405 ], [ -118.385893986107433, 33.993504002441853 ], [ -118.383409990560807, 33.992311997410468 ], [ -118.388006974617014, 33.988911007244042 ], [ -118.38220898612424, 33.988956004013211 ], [ -118.382109986831736, 33.991112003892759 ], [ -118.378909991961635, 33.992711998602921 ], [ -118.378646986103362, 33.98899000243798 ], [ -118.378836986103451, 33.988519002437769 ], [ -118.384504991503974, 33.97846900500577 ], [ -118.385650981836591, 33.978562997501463 ], [ -118.386735000000144, 33.976718999124913 ], [ -118.391066000000194, 33.978632999124954 ], [ -118.392628000000187, 33.979743999124963 ], [ -118.397650000000155, 33.982069999124853 ], [ -118.397569000000203, 33.982189999124934 ], [ -118.398463000000206, 33.983177999124827 ], [ -118.395085000000179, 33.983817999124923 ], [ -118.395678, 33.984365999124783 ], [ -118.395851000000135, 33.984912999124845 ], [ -118.398288000000107, 33.987596999124825 ], [ -118.398483000000155, 33.98761499912483 ], [ -118.398761, 33.987956999124812 ], [ -118.401239000000189, 33.986385999124835 ], [ -118.406203000000204, 33.989403999124811 ], [ -118.405149000000108, 33.990500999124691 ], [ -118.407856000000194, 33.992116999124733 ], [ -118.406416000000149, 33.992974999124655 ], [ -118.406119000000174, 33.992979999124756 ], [ -118.406002000000115, 33.993278999124726 ], [ -118.405518000000185, 33.993596999124676 ], [ -118.404189000000201, 33.995058999124709 ], [ -118.403732000000133, 33.995329999124728 ], [ -118.403027000000137, 33.996304999124696 ], [ -118.401180000000181, 33.99972699912464 ], [ -118.401285, 33.999785999124711 ], [ -118.400758000000167, 34.001219999124665 ], [ -118.400663000000151, 34.001428999124656 ], [ -118.400425000000126, 34.001434999124605 ], [ -118.400175000000132, 34.002039999124648 ], [ -118.402768, 34.003464999124567 ], [ -118.40588900000013, 33.999235999124757 ], [ -118.409077000000138, 34.001211999124635 ], [ -118.409637000000217, 34.000487999124715 ], [ -118.414231000000214, 34.003432999124691 ], [ -118.41436, 34.003661999124645 ], [ -118.416058000000106, 34.000498999124595 ], [ -118.418053, 33.999201999124672 ], [ -118.419016, 33.998036999124672 ], [ -118.419674000000128, 33.99760799912476 ], [ -118.428437000000258, 33.996555999124645 ], [ -118.431102000000152, 33.996380999124689 ], [ -118.430182000000158, 33.990124999124831 ], [ -118.42971700000021, 33.989755999124732 ], [ -118.430874000000216, 33.989191999124792 ], [ -118.432463000000169, 33.991452999124697 ], [ -118.437174000000198, 33.995275999124701 ], [ -118.447023000000158, 33.990518999124816 ], [ -118.447178000000136, 33.990758999124857 ], [ -118.448472000000166, 33.99335899912478 ], [ -118.444713000000235, 33.994374999124751 ], [ -118.443350000000137, 33.995316999124753 ], [ -118.442457000000147, 33.993598999124728 ], [ -118.435811000000172, 33.996916999124572 ], [ -118.435307000000194, 33.996898999124681 ], [ -118.430327, 33.999445999124646 ], [ -118.430836000000198, 34.000101999124574 ], [ -118.428489000000184, 34.001343999124622 ], [ -118.425980000000209, 33.998069999124681 ], [ -118.420400000000157, 33.998687999124634 ], [ -118.41917800000013, 34.000033999124611 ], [ -118.418239000000185, 34.000618999124683 ], [ -118.421249000000103, 34.004421999124588 ], [ -118.417344000000185, 34.006748999124625 ], [ -118.419230000000184, 34.009102999124408 ], [ -118.420085000000128, 34.008644999124613 ], [ -118.421411000000191, 34.010323999124616 ], [ -118.406864000000226, 34.018573999124406 ], [ -118.40546, 34.016853999124294 ], [ -118.400476000000197, 34.01989699912447 ], [ -118.401285000000172, 34.021086999124414 ], [ -118.400608000000162, 34.021471999124365 ], [ -118.400249000000144, 34.02085999912444 ], [ -118.399492000000123, 34.021293999124346 ], [ -118.399101000000243, 34.020786999124425 ], [ -118.398796000000203, 34.02086199912452 ], [ -118.397455, 34.021661999124355 ], [ -118.398350000000164, 34.022916999124355 ], [ -118.39408400000012, 34.025309999124303 ], [ -118.394197, 34.025558999124343 ], [ -118.393937000000122, 34.025705999124334 ], [ -118.393446000000168, 34.025370999124334 ], [ -118.393342000000246, 34.025511999124333 ], [ -118.392931000000146, 34.025520999124289 ], [ -118.392622, 34.02627799912436 ], [ -118.387171000000137, 34.029399999124287 ], [ -118.386799000000195, 34.029128999124254 ], [ -118.386662000000186, 34.02920699912432 ], [ -118.386396000000204, 34.028904999124279 ], [ -118.384206, 34.030213999124328 ], [ -118.375919000000124, 34.032416999124209 ], [ -118.369577000000135, 34.03507999912425 ], [ -118.371570000000176, 34.03066199912427 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "cypress-park",
"name": "Cypress Park",
"slug": "cypress-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.724461994547, "type": "segment-of-a-city", "name": "Cypress Park", "slug": "cypress-park"},
"resource_uri": "/1.0/boundary/cypress-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.219006, 34.089009999123462 ], [ -118.216806, 34.08880999912347 ], [ -118.216006000000121, 34.089209999123497 ], [ -118.215606, 34.088509999123517 ], [ -118.212106000000148, 34.090309999123427 ], [ -118.211306000000107, 34.091108999123584 ], [ -118.211106, 34.089809999123489 ], [ -118.211406000000153, 34.088909999123551 ], [ -118.21200600000013, 34.088109999123503 ], [ -118.212906, 34.086409999123497 ], [ -118.214506, 34.086309999123408 ], [ -118.219306, 34.084709999123547 ], [ -118.226306, 34.08000999912354 ], [ -118.226906, 34.081009999123573 ], [ -118.227406000000158, 34.082909999123558 ], [ -118.228006, 34.088309999123481 ], [ -118.228606000000141, 34.089909999123549 ], [ -118.230606, 34.092209999123469 ], [ -118.232207, 34.093209999123467 ], [ -118.230607000000148, 34.094208999123524 ], [ -118.237207, 34.102008999123377 ], [ -118.232822, 34.104268999123356 ], [ -118.232707, 34.104008999123216 ], [ -118.234207, 34.103208999123289 ], [ -118.233907, 34.101808999123321 ], [ -118.233607, 34.101408999123272 ], [ -118.232807, 34.101008999123287 ], [ -118.232207, 34.100408999123403 ], [ -118.230107, 34.099508999123266 ], [ -118.227406000000158, 34.097708999123263 ], [ -118.225406, 34.096708999123337 ], [ -118.223706, 34.096408999123362 ], [ -118.222206000000128, 34.095408999123386 ], [ -118.221306, 34.094108999123428 ], [ -118.221006000000145, 34.093208999123355 ], [ -118.220906, 34.091409999123378 ], [ -118.220606, 34.090609999123352 ], [ -118.219006, 34.089009999123462 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "del-aire",
"name": "Del Aire",
"slug": "del-aire-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.989829123892, "type": "unincorporated-area", "name": "Del Aire", "slug": "del-aire"},
"resource_uri": "/1.0/boundary/del-aire-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.377116985472981, 33.929105003391427 ], [ -118.368215992044355, 33.929020002548327 ], [ -118.368201972213086, 33.925291005666452 ], [ -118.368531986048509, 33.923468001070233 ], [ -118.365628985774208, 33.923319004902091 ], [ -118.365623972210244, 33.922916005662657 ], [ -118.3656169856216, 33.917778001258469 ], [ -118.368117986627738, 33.916700003575812 ], [ -118.368103986090176, 33.91638300083838 ], [ -118.363604986114083, 33.916417003981785 ], [ -118.363613986103204, 33.916021000765532 ], [ -118.362728993055072, 33.916022003193589 ], [ -118.362636979772262, 33.916422000126374 ], [ -118.361234986103142, 33.916421004021331 ], [ -118.361240985946168, 33.915917005956615 ], [ -118.361680985829665, 33.915964998774712 ], [ -118.36157898619804, 33.914875003234684 ], [ -118.361865986253193, 33.914843001086837 ], [ -118.361907986078734, 33.914177000873636 ], [ -118.361608986129255, 33.914182003902738 ], [ -118.361610986094931, 33.913793000796083 ], [ -118.361257986112818, 33.913795003979445 ], [ -118.361252986102784, 33.910355004850288 ], [ -118.362306986112259, 33.910356999921049 ], [ -118.362309986097131, 33.909490000790278 ], [ -118.361909986112806, 33.909492003979956 ], [ -118.3620079860966, 33.907766000792584 ], [ -118.361268986113345, 33.907770003975344 ], [ -118.361255986107977, 33.905207003998065 ], [ -118.361812986099821, 33.90520599995871 ], [ -118.361810986095236, 33.904443000799674 ], [ -118.361506986115813, 33.904445003964057 ], [ -118.36145197221073, 33.903966005637116 ], [ -118.361502985761362, 33.903717004872945 ], [ -118.361906986119052, 33.903718999888298 ], [ -118.362095985837058, 33.901999004762267 ], [ -118.36308697956396, 33.902111000434878 ], [ -118.363119993058419, 33.902803003174434 ], [ -118.364146986123103, 33.902800999959922 ], [ -118.364151985796411, 33.902328004845913 ], [ -118.365149979629166, 33.902454000310755 ], [ -118.365107993071959, 33.903704003117362 ], [ -118.365906986109749, 33.90369800001816 ], [ -118.365923986202645, 33.902454003152876 ], [ -118.369681979177486, 33.902327001523901 ], [ -118.369371992067016, 33.903304998686934 ], [ -118.369811986111273, 33.903845002382425 ], [ -118.369888986111349, 33.904334002382754 ], [ -118.369839986110009, 33.911880002387612 ], [ -118.369584993062716, 33.916320003171393 ], [ -118.374340980502907, 33.916306000225788 ], [ -118.37432499301606, 33.917186003367611 ], [ -118.376404979210449, 33.917218001415698 ], [ -118.376394993053026, 33.91973100322604 ], [ -118.378382979175527, 33.919734001560926 ], [ -118.378428983715963, 33.929008001752422 ], [ -118.377116985472981, 33.929105003391427 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "del-rey",
"name": "Del Rey",
"slug": "del-rey-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.4526483285, "type": "segment-of-a-city", "name": "Del Rey", "slug": "del-rey"},
"resource_uri": "/1.0/boundary/del-rey-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.441698, 33.99397799912478 ], [ -118.442490967216727, 33.993664347028378 ], [ -118.436970661416751, 33.996340038494921 ], [ -118.437123, 33.996265999124667 ], [ -118.441698, 33.99397799912478 ] ] ], [ [ [ -118.411641, 34.0017719991245 ], [ -118.409637000000117, 34.000487999124672 ], [ -118.409077, 34.001211999124614 ], [ -118.405889, 33.999235999124735 ], [ -118.402767999999853, 34.003464999124503 ], [ -118.400175, 34.002039999124648 ], [ -118.400425, 34.001434999124577 ], [ -118.400663, 34.001428999124599 ], [ -118.400758, 34.001219999124707 ], [ -118.401288, 33.999504999124703 ], [ -118.403027, 33.996304999124753 ], [ -118.403732, 33.995329999124827 ], [ -118.404189000000102, 33.995058999124758 ], [ -118.405518, 33.993596999124804 ], [ -118.406002, 33.993278999124719 ], [ -118.406119, 33.992979999124756 ], [ -118.406416, 33.992974999124755 ], [ -118.407856, 33.992116999124832 ], [ -118.405149, 33.990500999124727 ], [ -118.406203, 33.989403999124889 ], [ -118.40441, 33.988311999124882 ], [ -118.408138, 33.988113999124799 ], [ -118.411045, 33.987191999124846 ], [ -118.413808, 33.985461999124794 ], [ -118.41801, 33.982490999124785 ], [ -118.420615, 33.981333999124708 ], [ -118.42311, 33.980810999124834 ], [ -118.42831000000011, 33.977310999124697 ], [ -118.432192494367243, 33.974922384908943 ], [ -118.433398986143217, 33.976349002436159 ], [ -118.43654398614504, 33.97850900243791 ], [ -118.439819986146745, 33.981342002440364 ], [ -118.441811000000129, 33.983510999124796 ], [ -118.442711, 33.984910999124708 ], [ -118.447811, 33.990510999124638 ], [ -118.447211, 33.990810999124754 ], [ -118.447023, 33.990518999124745 ], [ -118.437174, 33.995275999124672 ], [ -118.432463, 33.991452999124647 ], [ -118.430874000000117, 33.989191999124884 ], [ -118.429717, 33.989755999124711 ], [ -118.430182, 33.990124999124788 ], [ -118.431102, 33.996380999124746 ], [ -118.428437000000173, 33.996555999124702 ], [ -118.419674, 33.997607999124732 ], [ -118.419016, 33.998036999124615 ], [ -118.418053, 33.999201999124651 ], [ -118.416058, 34.000498999124567 ], [ -118.41436, 34.003661999124603 ], [ -118.414231, 34.003432999124641 ], [ -118.411641, 34.0017719991245 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "desert-view-highlands",
"name": "Desert View Highlands",
"slug": "desert-view-highlands-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.443173884018, "type": "unincorporated-area", "name": "Desert View Highlands", "slug": "desert-view-highlands"},
"resource_uri": "/1.0/boundary/desert-view-highlands-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.149815023021233, 34.597258152375744 ], [ -118.149415511484221, 34.597210836803121 ], [ -118.149412510479721, 34.597024819962883 ], [ -118.153565965406685, 34.595567387298459 ], [ -118.151305790056938, 34.593447419930513 ], [ -118.14886511993312, 34.595168606339527 ], [ -118.148867977888088, 34.595380169535673 ], [ -118.148333765133813, 34.595384723463702 ], [ -118.148284582567157, 34.591742949862322 ], [ -118.148825292514701, 34.591738698284395 ], [ -118.148820131041504, 34.591453889083098 ], [ -118.147557601594258, 34.591457486502293 ], [ -118.147507491311302, 34.587081976726779 ], [ -118.150115959828156, 34.587072315512813 ], [ -118.149924962892669, 34.584559246472423 ], [ -118.150911725744265, 34.584520872080091 ], [ -118.150889059932126, 34.584250207552344 ], [ -118.151851506243474, 34.583932915088319 ], [ -118.151845842826589, 34.583479564075773 ], [ -118.152844134433991, 34.583481030769406 ], [ -118.152846989326946, 34.583698089793913 ], [ -118.15405898969361, 34.583966370515832 ], [ -118.154066249824666, 34.584455440926597 ], [ -118.155395973829428, 34.58483103284469 ], [ -118.155971290223363, 34.584555735718048 ], [ -118.156308370148977, 34.585036383142842 ], [ -118.156334408803872, 34.587042387082292 ], [ -118.161599602192354, 34.5870069027536 ], [ -118.16160517606383, 34.588036592877678 ], [ -118.161360058244625, 34.588489593119533 ], [ -118.157209721559482, 34.591513236978791 ], [ -118.157533575861564, 34.591812921967865 ], [ -118.155942636323445, 34.592983218328733 ], [ -118.156265133927789, 34.593287794581904 ], [ -118.155328386110455, 34.593977446367894 ], [ -118.15597167876318, 34.594581455757336 ], [ -118.158540598525775, 34.592704448328426 ], [ -118.159205460001687, 34.593327703124217 ], [ -118.160862565740487, 34.592111508546012 ], [ -118.160869845976237, 34.592610193644248 ], [ -118.156005210001766, 34.596042863832729 ], [ -118.150641946777938, 34.597850308356072 ], [ -118.149828515138864, 34.598274741757891 ], [ -118.149815023021233, 34.597258152375744 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "diamond-bar",
"name": "Diamond Bar",
"slug": "diamond-bar-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 15.1260322873, "type": "standalone-city", "name": "Diamond Bar", "slug": "diamond-bar"},
"resource_uri": "/1.0/boundary/diamond-bar-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.800103000000163, 34.04141299912412 ], [ -117.798119000000185, 34.040511999124107 ], [ -117.796761, 34.039081999124143 ], [ -117.795311, 34.038081999124167 ], [ -117.79377000000018, 34.037406999124244 ], [ -117.79225000000018, 34.037037999124166 ], [ -117.786316000000184, 34.033361999124224 ], [ -117.785046000000222, 34.027621999124179 ], [ -117.780409000000176, 34.025889999124381 ], [ -117.767790000000105, 34.018610999124377 ], [ -117.767590000000155, 34.004611999124585 ], [ -117.785291000000171, 34.004811999124513 ], [ -117.802766000000162, 33.975817999124885 ], [ -117.803578, 33.975927999124998 ], [ -117.805628000000212, 33.975618999124933 ], [ -117.813183000000123, 33.975466999124947 ], [ -117.814449000000167, 33.975080999124948 ], [ -117.81495900000013, 33.973136999124947 ], [ -117.819804000000147, 33.968981999125077 ], [ -117.823542000000231, 33.966102999125098 ], [ -117.830940000000112, 33.961067999125078 ], [ -117.831245000000123, 33.960471999125147 ], [ -117.832917000000293, 33.959371999125089 ], [ -117.838205000000144, 33.960782999125151 ], [ -117.838472000000152, 33.958819999125112 ], [ -117.847782000000166, 33.961166999125098 ], [ -117.855509, 33.959328999125113 ], [ -117.856466000000182, 33.959217999125194 ], [ -117.85649051254839, 33.960026547454596 ], [ -117.854934000193552, 33.960871227961555 ], [ -117.855030957404381, 33.978400138333058 ], [ -117.855227957422898, 33.98022813833645 ], [ -117.855119957411759, 33.980957138338745 ], [ -117.855213639178885, 33.990155158256499 ], [ -117.863871337543074, 33.99644234340392 ], [ -117.861908000000142, 33.996633999124761 ], [ -117.860421000000102, 33.99715399912462 ], [ -117.860110000000233, 33.998686999124644 ], [ -117.859684000000101, 33.999229999124644 ], [ -117.861398000000193, 34.000599999124653 ], [ -117.859503000000288, 34.001520999124601 ], [ -117.858545000000134, 34.000102999124636 ], [ -117.857556000000187, 34.000837999124741 ], [ -117.856460000000155, 34.001355999124641 ], [ -117.85679000000016, 34.001913999124604 ], [ -117.855177000000168, 34.003482999124529 ], [ -117.844273000000314, 34.008483999124486 ], [ -117.842922000000215, 34.009274999124422 ], [ -117.842022, 34.010028999124508 ], [ -117.838234000000199, 34.007542999124524 ], [ -117.839089000000172, 34.007318999124578 ], [ -117.840357, 34.006598999124634 ], [ -117.841189, 34.006604999124505 ], [ -117.84179900000025, 34.006897999124519 ], [ -117.841859000000184, 34.006636999124638 ], [ -117.842268000000118, 34.006772999124657 ], [ -117.842159000000123, 34.006292999124554 ], [ -117.841141, 34.006411999124637 ], [ -117.841022, 34.006111999124514 ], [ -117.840965, 34.003491999124599 ], [ -117.840333000000157, 34.001759999124637 ], [ -117.835716000000176, 34.001969999124569 ], [ -117.834903000000182, 34.001837999124618 ], [ -117.83418600000013, 34.00198899912462 ], [ -117.828726000000188, 34.005689999124634 ], [ -117.825089000000133, 34.00894899912462 ], [ -117.824585000000198, 34.00972099912449 ], [ -117.82490000000017, 34.011292999124571 ], [ -117.824633000000105, 34.011915999124518 ], [ -117.823715000000178, 34.012228999124453 ], [ -117.823263, 34.010395999124611 ], [ -117.822349000000187, 34.01188299912446 ], [ -117.822511, 34.012441999124526 ], [ -117.821377000000169, 34.013000999124458 ], [ -117.820741000000211, 34.012538999124509 ], [ -117.819795000000141, 34.029245999124264 ], [ -117.82153800000026, 34.030891999124229 ], [ -117.817717000000215, 34.034820999124221 ], [ -117.809651000000159, 34.030867999124233 ], [ -117.807610000000153, 34.034143999124161 ], [ -117.805521000000113, 34.036999999124212 ], [ -117.802127000000155, 34.04053499912412 ], [ -117.802047000000115, 34.040811999124109 ], [ -117.802308000000181, 34.040475999124212 ], [ -117.802253000000192, 34.041355999124015 ], [ -117.801744000000184, 34.042461999124157 ], [ -117.801233000000124, 34.042191999124121 ], [ -117.8007810000002, 34.041707999124178 ], [ -117.800103000000163, 34.04141299912412 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "downey",
"name": "Downey",
"slug": "downey-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 12.5294779177, "type": "standalone-city", "name": "Downey", "slug": "downey"},
"resource_uri": "/1.0/boundary/downey-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.118919000000304, 33.970547999124946 ], [ -118.11050700000014, 33.961328999125129 ], [ -118.097803000000269, 33.952520999125198 ], [ -118.095913000000166, 33.951409999125268 ], [ -118.093611000000152, 33.950459999125293 ], [ -118.0978980000001, 33.945616999125292 ], [ -118.098287000000198, 33.944901999125364 ], [ -118.098470000000134, 33.944136999125362 ], [ -118.094055, 33.937463999125384 ], [ -118.090262000000138, 33.932101999125507 ], [ -118.104718000000148, 33.932010999125481 ], [ -118.105501000000189, 33.933213999125478 ], [ -118.111541000000159, 33.921907999125658 ], [ -118.111798000000107, 33.920984999125544 ], [ -118.111728000000184, 33.91908399912559 ], [ -118.111281000000119, 33.917023999125661 ], [ -118.110880000000137, 33.913781999125739 ], [ -118.109800000000291, 33.909713999125749 ], [ -118.134090000000157, 33.909763999125794 ], [ -118.135197000000261, 33.909684999125695 ], [ -118.138232000000144, 33.908962999125791 ], [ -118.13959300000019, 33.909156999125749 ], [ -118.142404000000184, 33.910452999125788 ], [ -118.142900000000182, 33.908646999125722 ], [ -118.142734000000161, 33.902454999125865 ], [ -118.143039, 33.902486999125898 ], [ -118.145286, 33.903522999125862 ], [ -118.145316, 33.903784999125833 ], [ -118.147521000000296, 33.904484999125799 ], [ -118.151038000000227, 33.9061899991258 ], [ -118.151471000000228, 33.90621199912583 ], [ -118.151457000000249, 33.906389999125807 ], [ -118.153292000000178, 33.907272999125766 ], [ -118.149288000000183, 33.913734999125637 ], [ -118.170584000000161, 33.923683999125558 ], [ -118.167768, 33.925721999125621 ], [ -118.167627000000195, 33.925927999125577 ], [ -118.167674000000289, 33.926955999125568 ], [ -118.166888000000171, 33.927433999125554 ], [ -118.166733000000249, 33.927433999125533 ], [ -118.166319000000144, 33.926830999125556 ], [ -118.165349, 33.927455999125534 ], [ -118.165053000000171, 33.92685399912552 ], [ -118.164212000000205, 33.926472999125465 ], [ -118.162720000000135, 33.92662599912542 ], [ -118.16271900000018, 33.926872999125521 ], [ -118.162360000000106, 33.927422999125511 ], [ -118.161787000000132, 33.928923999125516 ], [ -118.162743000000276, 33.929198999125461 ], [ -118.162567, 33.930156999125529 ], [ -118.163773000000177, 33.933333999125423 ], [ -118.164916000000161, 33.933195999125459 ], [ -118.165882000000167, 33.935872999125458 ], [ -118.164648000000199, 33.938777999125392 ], [ -118.164697, 33.939254999125481 ], [ -118.164465000000163, 33.940295999125439 ], [ -118.163942000000105, 33.940868999125421 ], [ -118.162103000000144, 33.942013999125351 ], [ -118.158105000000162, 33.948440999125253 ], [ -118.15611900000016, 33.951025999125221 ], [ -118.15849300000022, 33.952035999125201 ], [ -118.157647, 33.952884999125224 ], [ -118.155064, 33.954741999125169 ], [ -118.140589000000304, 33.962635999125027 ], [ -118.139478000000167, 33.963029999125055 ], [ -118.13741200000014, 33.965836999125095 ], [ -118.1366680000001, 33.967452999125058 ], [ -118.13360200000011, 33.971112999124863 ], [ -118.127269000000211, 33.970951999125049 ], [ -118.124913000000234, 33.970527999125061 ], [ -118.121211000000201, 33.972898999124972 ], [ -118.118919000000304, 33.970547999124946 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "downtown",
"name": "Downtown",
"slug": "downtown-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.83816978008, "type": "segment-of-a-city", "name": "Downtown", "slug": "downtown"},
"resource_uri": "/1.0/boundary/downtown-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.24020700000014, 34.058710999123853 ], [ -118.239507, 34.058410999123758 ], [ -118.237706, 34.058410999123758 ], [ -118.229806, 34.056110999123874 ], [ -118.227306, 34.055110999123791 ], [ -118.228906000000165, 34.053210999123834 ], [ -118.230306, 34.048011999124036 ], [ -118.228406, 34.038611999124115 ], [ -118.227406, 34.034511999124092 ], [ -118.226464000000121, 34.029434999124142 ], [ -118.226206000000104, 34.029311999124133 ], [ -118.223906, 34.018512999124418 ], [ -118.22291280880971, 34.014942445015237 ], [ -118.223232, 34.014940999124484 ], [ -118.223395, 34.015368999124405 ], [ -118.223705, 34.015362999124406 ], [ -118.223692, 34.014941999124474 ], [ -118.225696, 34.014936999124409 ], [ -118.225707, 34.015318999124375 ], [ -118.227501000000103, 34.015280999124407 ], [ -118.227673, 34.014920999124406 ], [ -118.239708179009881, 34.014706227928059 ], [ -118.239506000000162, 34.020012999124297 ], [ -118.244006000000127, 34.020912999124292 ], [ -118.253307000000106, 34.025912999124266 ], [ -118.274107000000114, 34.03541199912403 ], [ -118.274007, 34.038411999124044 ], [ -118.273601000000127, 34.041133999124071 ], [ -118.272807, 34.04291199912408 ], [ -118.271807, 34.044411999123952 ], [ -118.271207000000146, 34.045111999123968 ], [ -118.270507, 34.045611999123942 ], [ -118.260961000000165, 34.051264999123852 ], [ -118.26148, 34.051571999123865 ], [ -118.260745000000128, 34.051977999123942 ], [ -118.259729, 34.052999999123848 ], [ -118.259807, 34.053110999124051 ], [ -118.259107, 34.053910999123936 ], [ -118.255793, 34.057424999123896 ], [ -118.254207, 34.059310999123852 ], [ -118.252307, 34.062310999123788 ], [ -118.249307, 34.065310999123739 ], [ -118.24460700000013, 34.061310999123819 ], [ -118.24020700000014, 34.058710999123853 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "duarte",
"name": "Duarte",
"slug": "duarte-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.68890771425, "type": "standalone-city", "name": "Duarte", "slug": "duarte"},
"resource_uri": "/1.0/boundary/duarte-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.924704, 34.194324999122252 ], [ -117.924796000000185, 34.165505999122644 ], [ -117.941747000000149, 34.165227999122671 ], [ -117.941508000000141, 34.153505999122807 ], [ -117.938247000000146, 34.153504999122724 ], [ -117.938151000000332, 34.15203899912283 ], [ -117.935059000000294, 34.153822999122838 ], [ -117.935160000000209, 34.154326999122766 ], [ -117.933990000000179, 34.153728999122741 ], [ -117.934101, 34.153442999122781 ], [ -117.930873000000147, 34.151075999122817 ], [ -117.930673000000141, 34.150692999122697 ], [ -117.930023, 34.150531999122741 ], [ -117.93157700000026, 34.149129999122863 ], [ -117.932426000000206, 34.147980999122858 ], [ -117.937514000000192, 34.142984999122852 ], [ -117.939702, 34.140539999122979 ], [ -117.942862000000147, 34.138726999122859 ], [ -117.943248000000125, 34.137691999122922 ], [ -117.943592, 34.137349999122968 ], [ -117.94380700000012, 34.137491999122986 ], [ -117.944428000000158, 34.136954999122977 ], [ -117.946295000000219, 34.137757999122975 ], [ -117.946860000000129, 34.137183999122954 ], [ -117.946958, 34.137384999122951 ], [ -117.948912000000149, 34.135750999122948 ], [ -117.952000000000126, 34.135910999123006 ], [ -117.952052000000151, 34.136125999123045 ], [ -117.960027000000153, 34.136075999122994 ], [ -117.960666000000174, 34.13535499912296 ], [ -117.960232000000104, 34.134895999123039 ], [ -117.960115, 34.13222299912308 ], [ -117.967695000000148, 34.132064999123038 ], [ -117.969266000000204, 34.132216999122967 ], [ -117.969227000000174, 34.130318999123006 ], [ -117.969662000000213, 34.12844999912307 ], [ -117.970583000000119, 34.128169999123052 ], [ -117.972696000000127, 34.126467999123115 ], [ -117.973585000000156, 34.12515499912309 ], [ -117.977536000000129, 34.125009999123129 ], [ -117.977545000000219, 34.125288999123114 ], [ -117.979198, 34.125106999123098 ], [ -117.979281000000285, 34.126274999123162 ], [ -117.981942000000174, 34.12626899912317 ], [ -117.981930000000148, 34.126648999123049 ], [ -117.982314, 34.12666199912308 ], [ -117.982368000000179, 34.126798999123125 ], [ -117.984449000000112, 34.126044999123032 ], [ -117.985238000000223, 34.12621599912314 ], [ -117.985819000000134, 34.124919999123136 ], [ -117.986371000000204, 34.124622999123169 ], [ -117.986239000000168, 34.123590999123067 ], [ -117.986957000000189, 34.123785999123051 ], [ -117.987865000000127, 34.121385999123127 ], [ -117.990543000000216, 34.122120999123155 ], [ -117.986771000000132, 34.13188099912297 ], [ -117.986337000000219, 34.132426999123069 ], [ -117.986300000000128, 34.139469999123037 ], [ -117.981105000000198, 34.139520999122979 ], [ -117.981087000000144, 34.140228999122925 ], [ -117.9797030000002, 34.140135999122911 ], [ -117.979697000000101, 34.143227999122878 ], [ -117.977546000000146, 34.143246999122873 ], [ -117.977553000000128, 34.143635999122864 ], [ -117.975380535849368, 34.143677262903644 ], [ -117.963123000000138, 34.143781999122929 ], [ -117.963124000000164, 34.143679999122874 ], [ -117.961586, 34.143499999122824 ], [ -117.960029000000148, 34.143425999122861 ], [ -117.95155, 34.143516999122859 ], [ -117.95159800000016, 34.144517999122833 ], [ -117.951308000000182, 34.145778999122861 ], [ -117.951297000000267, 34.148305999122798 ], [ -117.951505000000125, 34.150420999122794 ], [ -117.960052000000189, 34.151784999122825 ], [ -117.960054, 34.165053999122598 ], [ -117.944397000000137, 34.165205999122698 ], [ -117.944471000000149, 34.167049999122668 ], [ -117.94153600000017, 34.167052999122497 ], [ -117.941799000000145, 34.180500999122501 ], [ -117.959594000000209, 34.180580999122455 ], [ -117.959593000000197, 34.194175999122294 ], [ -117.924704, 34.194324999122252 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "eagle-rock",
"name": "Eagle Rock",
"slug": "eagle-rock-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.25075591913, "type": "segment-of-a-city", "name": "Eagle Rock", "slug": "eagle-rock"},
"resource_uri": "/1.0/boundary/eagle-rock-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.198191, 34.1516259991227 ], [ -118.198195, 34.1490449991229 ], [ -118.19040900000013, 34.149048999122812 ], [ -118.1839200000001, 34.148672999122795 ], [ -118.184213000000128, 34.146279999122775 ], [ -118.18456100000013, 34.14540099912282 ], [ -118.182435, 34.143954999122911 ], [ -118.18218, 34.143396999122885 ], [ -118.182206, 34.143060999122831 ], [ -118.181164, 34.142198999122826 ], [ -118.180757000000185, 34.141299999122914 ], [ -118.180082, 34.14109099912298 ], [ -118.180198, 34.140817999122966 ], [ -118.181956, 34.140635999122885 ], [ -118.183128000000139, 34.140259999122947 ], [ -118.184342, 34.139406999122905 ], [ -118.184893, 34.139552999122934 ], [ -118.185683, 34.13903299912289 ], [ -118.185672, 34.138853999122858 ], [ -118.185395, 34.138840999122912 ], [ -118.185526, 34.138565999122861 ], [ -118.185524, 34.137334999122984 ], [ -118.185796, 34.137367999122937 ], [ -118.185686, 34.136661999122971 ], [ -118.185887, 34.13618299912293 ], [ -118.185206, 34.136067999122936 ], [ -118.185531, 34.134725999122971 ], [ -118.186097, 34.133731999122936 ], [ -118.182817, 34.131210999122914 ], [ -118.182824212383565, 34.129715995032996 ], [ -118.185605, 34.128907999122994 ], [ -118.185705, 34.128507999122995 ], [ -118.187605, 34.128107999122946 ], [ -118.188905, 34.131007999122957 ], [ -118.190705, 34.13070799912289 ], [ -118.190805, 34.131107999123067 ], [ -118.191205, 34.131107999123017 ], [ -118.191305, 34.130507999122997 ], [ -118.192505, 34.129807999122946 ], [ -118.193906, 34.129507999123 ], [ -118.194506, 34.12640799912301 ], [ -118.195506000000137, 34.126507999123049 ], [ -118.198106000000152, 34.12640799912301 ], [ -118.198235000000139, 34.126613999122981 ], [ -118.198606, 34.126207999122947 ], [ -118.200006000000158, 34.127307999123083 ], [ -118.200006, 34.12790799912306 ], [ -118.200306, 34.128107999122946 ], [ -118.202206000000103, 34.125207999122956 ], [ -118.203506, 34.125407999122991 ], [ -118.20390600000016, 34.12370799912302 ], [ -118.208306000000135, 34.124407999122965 ], [ -118.208906000000113, 34.121807999123064 ], [ -118.213706, 34.122607999123069 ], [ -118.216206, 34.123207999123082 ], [ -118.216806, 34.120807999123052 ], [ -118.215506000000104, 34.120607999123109 ], [ -118.214406000000125, 34.120207999123096 ], [ -118.213506, 34.119407999123219 ], [ -118.212906, 34.11770799912302 ], [ -118.213706, 34.116207999123134 ], [ -118.215006, 34.116407999123084 ], [ -118.217106000000115, 34.117507999123085 ], [ -118.218706000000111, 34.117807999123016 ], [ -118.221306, 34.11980799912314 ], [ -118.222406, 34.12100799912303 ], [ -118.223706, 34.121607999123135 ], [ -118.224407, 34.122307999123066 ], [ -118.225407000000146, 34.121807999123106 ], [ -118.226207, 34.12370799912307 ], [ -118.228407, 34.125307999123059 ], [ -118.228507000000107, 34.12800799912295 ], [ -118.229607, 34.132907999123034 ], [ -118.229607, 34.13560099912295 ], [ -118.227751, 34.13560099912295 ], [ -118.227877000000134, 34.138083999122941 ], [ -118.229149, 34.138078999122847 ], [ -118.229156, 34.139072999122888 ], [ -118.228784, 34.139072999122888 ], [ -118.228769, 34.145896999122769 ], [ -118.228889, 34.146119999122853 ], [ -118.228577, 34.145880999122781 ], [ -118.228237, 34.14644699912288 ], [ -118.228683, 34.146734999122927 ], [ -118.228602, 34.14688599912278 ], [ -118.228163000000151, 34.146830999122798 ], [ -118.228260000000134, 34.147451999122779 ], [ -118.227649, 34.147422999122789 ], [ -118.227452, 34.147754999122789 ], [ -118.227004000000122, 34.147627999122868 ], [ -118.226939, 34.148609999122733 ], [ -118.226231000000126, 34.149788999122784 ], [ -118.224967, 34.149362999122893 ], [ -118.222455, 34.149253999122813 ], [ -118.221172, 34.148056999122808 ], [ -118.21963, 34.147437999122829 ], [ -118.2194760000001, 34.146952999122817 ], [ -118.21614, 34.146947999122823 ], [ -118.215574000000117, 34.146658999122884 ], [ -118.212096000000102, 34.14658399912291 ], [ -118.210933, 34.14617299912284 ], [ -118.208774000000147, 34.146506999122813 ], [ -118.207723, 34.147246999122814 ], [ -118.205432000000116, 34.147430999122832 ], [ -118.204229, 34.149278999122856 ], [ -118.203573, 34.14969199912273 ], [ -118.202701000000104, 34.150632999122713 ], [ -118.19892, 34.151153999122769 ], [ -118.198191, 34.1516259991227 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "east-compton",
"name": "East Compton",
"slug": "east-compton-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.834359225737, "type": "unincorporated-area", "name": "East Compton", "slug": "east-compton"},
"resource_uri": "/1.0/boundary/east-compton-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.199123540258668, 33.888730741436795 ], [ -118.199091350909228, 33.888253397420037 ], [ -118.198170404061514, 33.888255191934689 ], [ -118.197928377274025, 33.885031333666952 ], [ -118.197303892840381, 33.885035271812221 ], [ -118.196990000000255, 33.883127999126145 ], [ -118.197883000000274, 33.883023999126102 ], [ -118.197805000000287, 33.882321999126184 ], [ -118.197320000000147, 33.882420999126197 ], [ -118.197276000000329, 33.881813999126123 ], [ -118.204300343137234, 33.88161109788058 ], [ -118.20611800000033, 33.888082999126084 ], [ -118.20206700000027, 33.888114999126053 ], [ -118.201944000000267, 33.886314999125915 ], [ -118.200429000000256, 33.886328999126071 ], [ -118.20056802684428, 33.888722039309606 ], [ -118.199123540258668, 33.888730741436795 ] ] ], [ [ [ -118.186671000000317, 33.902420999125908 ], [ -118.18688500000016, 33.899471999125929 ], [ -118.187650000000289, 33.894865999125962 ], [ -118.188125584538525, 33.894876191553664 ], [ -118.188149176256871, 33.894719698486682 ], [ -118.189464905418603, 33.894704405936068 ], [ -118.189886504096265, 33.900567585613381 ], [ -118.189360873112079, 33.900569240061685 ], [ -118.189434334424888, 33.901640795651971 ], [ -118.188676000000271, 33.901694999125837 ], [ -118.188679053087938, 33.901533796095528 ], [ -118.188420351700827, 33.901536605984305 ], [ -118.188423057507364, 33.901947177047141 ], [ -118.188936071386607, 33.901942163075752 ], [ -118.188931635094846, 33.902226929310594 ], [ -118.189477712596698, 33.902222414744379 ], [ -118.18952328324464, 33.902812315369296 ], [ -118.188101790361387, 33.902824795731519 ], [ -118.188103511176806, 33.903169062539916 ], [ -118.187451310287926, 33.903173552030246 ], [ -118.187349361097873, 33.903003842951705 ], [ -118.186830000000398, 33.90298099912583 ], [ -118.186671000000317, 33.902420999125908 ] ] ], [ [ [ -118.188617000000264, 33.905628999125945 ], [ -118.186451000000275, 33.905417999125802 ], [ -118.185860000000233, 33.904985999125877 ], [ -118.186674107871099, 33.904451119071602 ], [ -118.186771000000306, 33.903671999125912 ], [ -118.18778742131515, 33.903614337266873 ], [ -118.18777356739399, 33.90339581141091 ], [ -118.188927249270264, 33.903455013750381 ], [ -118.189080008015566, 33.903733253630143 ], [ -118.189646990511989, 33.903726874487496 ], [ -118.189776506121987, 33.905578125741975 ], [ -118.1896100000003, 33.90574899912589 ], [ -118.188617000000264, 33.905628999125945 ] ] ], [ [ [ -118.19838557785026, 33.906232632462896 ], [ -118.194770979860138, 33.905900383711355 ], [ -118.194387761494895, 33.90573519115312 ], [ -118.194549696907359, 33.905242841740503 ], [ -118.194469881133898, 33.903989606805496 ], [ -118.194888441884643, 33.903976612491299 ], [ -118.194821661011645, 33.902887519936222 ], [ -118.194395199101919, 33.902889328093742 ], [ -118.194384893796055, 33.9027496470665 ], [ -118.194052044774324, 33.902748355954543 ], [ -118.194203219216618, 33.905028319462694 ], [ -118.193980372094259, 33.9058278321315 ], [ -118.190684251077869, 33.905525270636261 ], [ -118.190582923386415, 33.904061974412869 ], [ -118.191678717768426, 33.904059171427946 ], [ -118.191646124891761, 33.903587971084548 ], [ -118.191960130729754, 33.903587649973176 ], [ -118.191734615897261, 33.90056075572997 ], [ -118.193897789980952, 33.900543737670077 ], [ -118.193838265993705, 33.899863190926219 ], [ -118.194174405327431, 33.899860749528017 ], [ -118.194068004529555, 33.898421519425966 ], [ -118.193072120959059, 33.898431687601644 ], [ -118.193215567002937, 33.900379828055144 ], [ -118.190173541014218, 33.900566577781163 ], [ -118.189423020621589, 33.889533481157102 ], [ -118.193961992132174, 33.889481921925224 ], [ -118.193939439583303, 33.889168051366454 ], [ -118.19501312100742, 33.889154549615128 ], [ -118.194982075758745, 33.88875569335093 ], [ -118.197268429718733, 33.888741714546825 ], [ -118.197471129187193, 33.892846656863007 ], [ -118.198116882242275, 33.892839529061632 ], [ -118.198346548492182, 33.896097399344249 ], [ -118.198960179995979, 33.896129429113522 ], [ -118.199257196595653, 33.900392556831761 ], [ -118.199784405317544, 33.900385661157905 ], [ -118.199871768226984, 33.901628605147017 ], [ -118.199317095706277, 33.901653188437393 ], [ -118.199330493654926, 33.901935171472694 ], [ -118.199892082184789, 33.901915184320792 ], [ -118.199911100123572, 33.90218777586955 ], [ -118.199343578019409, 33.902207095878836 ], [ -118.199383689077948, 33.903012452456622 ], [ -118.197746234856766, 33.903035661035887 ], [ -118.197828478290717, 33.90395766608124 ], [ -118.200302450296348, 33.904094387284594 ], [ -118.200462122155571, 33.906422547179083 ], [ -118.19838557785026, 33.906232632462896 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "east-hollywood",
"name": "East Hollywood",
"slug": "east-hollywood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.3787363778, "type": "segment-of-a-city", "name": "East Hollywood", "slug": "east-hollywood"},
"resource_uri": "/1.0/boundary/east-hollywood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.293009, 34.101708999123261 ], [ -118.289308, 34.099508999123266 ], [ -118.284208, 34.095908999123381 ], [ -118.284808, 34.095908999123509 ], [ -118.284508000000116, 34.076809999123604 ], [ -118.285708000000142, 34.076809999123689 ], [ -118.286908, 34.076509999123687 ], [ -118.289608, 34.076409999123683 ], [ -118.309309, 34.076409999123641 ], [ -118.309409, 34.101608999123272 ], [ -118.294609000000108, 34.101808999123321 ], [ -118.293009, 34.101708999123261 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "east-la-mirada",
"name": "East La Mirada",
"slug": "east-la-mirada-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.11006524514, "type": "unincorporated-area", "name": "East La Mirada", "slug": "east-la-mirada"},
"resource_uri": "/1.0/boundary/east-la-mirada-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.985906971681771, 33.929752005583225 ], [ -117.985441000000293, 33.929527010197461 ], [ -117.985441985820017, 33.929894997360428 ], [ -117.982898971677983, 33.928754005581105 ], [ -117.980716985608481, 33.928252002786529 ], [ -117.976271985834586, 33.92818500235223 ], [ -117.976392971669384, 33.927627005578245 ], [ -117.976296971670124, 33.924712005574385 ], [ -117.976494992930171, 33.917312003097017 ], [ -117.991971985838092, 33.917213000777693 ], [ -117.991684992925499, 33.917622000744863 ], [ -117.992438985846221, 33.917451002341743 ], [ -117.992333992648668, 33.918045004019888 ], [ -117.994337986032249, 33.918213000159078 ], [ -117.994399000018419, 33.924505002269846 ], [ -117.997432985879129, 33.924475001246655 ], [ -118.003512985855764, 33.923077002358234 ], [ -118.005251990567032, 33.928268001269068 ], [ -117.990205985798951, 33.931808002322256 ], [ -117.985906971681771, 33.929752005583225 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "east-los-angeles",
"name": "East Los Angeles",
"slug": "east-los-angeles-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 7.46596436352, "type": "unincorporated-area", "name": "East Los Angeles", "slug": "east-los-angeles"},
"resource_uri": "/1.0/boundary/east-los-angeles-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.177734853669307, 34.062299460399196 ], [ -118.173066853636982, 34.062292460509042 ], [ -118.173394000000229, 34.062098999123926 ], [ -118.173318910983198, 34.061986365599417 ], [ -118.173023000000285, 34.062120999123977 ], [ -118.172831901733346, 34.061833356421047 ], [ -118.171835028177156, 34.062290914076364 ], [ -118.169256147444003, 34.062287747335361 ], [ -118.16927536651994, 34.048354602193726 ], [ -118.168064538970171, 34.048352968628777 ], [ -118.16823286943297, 34.047879414731561 ], [ -118.168225138601017, 34.046612413135399 ], [ -118.16889149816194, 34.045912096278869 ], [ -118.169112689826036, 34.044926457825532 ], [ -118.169398517628608, 34.044792869011992 ], [ -118.169603848239831, 34.044197611281056 ], [ -118.157133730954627, 34.044314040006228 ], [ -118.157143354127882, 34.040629570350809 ], [ -118.157337786938811, 34.040627421236557 ], [ -118.157283202373947, 34.036261014924889 ], [ -118.155046305719438, 34.036207934120704 ], [ -118.15373685260893, 34.036012460932781 ], [ -118.152656852575731, 34.035256460956447 ], [ -118.15159785252844, 34.034078460979117 ], [ -118.150563852544167, 34.034744461004628 ], [ -118.150196852543914, 34.03481246101309 ], [ -118.146473852471743, 34.033445461099376 ], [ -118.14408091992253, 34.033466563989599 ], [ -118.144060661579047, 34.032281437060014 ], [ -118.142863845804584, 34.032159408257492 ], [ -118.142872218081038, 34.030918015532109 ], [ -118.143842590716531, 34.030911285545848 ], [ -118.143842096778542, 34.030396487075421 ], [ -118.142856852343371, 34.030399461180892 ], [ -118.142842522773478, 34.027237897221347 ], [ -118.143553513478381, 34.026279479874688 ], [ -118.142834110587685, 34.025847792278107 ], [ -118.142825076546117, 34.024731402549492 ], [ -118.143222879771457, 34.024325099924674 ], [ -118.143090341020311, 34.02424603632555 ], [ -118.143392179439047, 34.023892639369357 ], [ -118.130196951880578, 34.015978665439455 ], [ -118.130408216524557, 34.015261139836845 ], [ -118.130736447950795, 34.015301763695057 ], [ -118.131027242128354, 34.014467163381731 ], [ -118.130674344078798, 34.014392337016886 ], [ -118.130774026981001, 34.014073312376588 ], [ -118.126648851643381, 34.013109461541042 ], [ -118.127458544073662, 34.008037959322834 ], [ -118.147533574068675, 34.00976709497764 ], [ -118.147073473166714, 34.013431924637487 ], [ -118.146760665752765, 34.013388260696793 ], [ -118.146638801416657, 34.014320148607553 ], [ -118.14696232960776, 34.014367375566415 ], [ -118.146547688262132, 34.017671739757212 ], [ -118.146224471897696, 34.017611002179798 ], [ -118.146153626975888, 34.018056385190064 ], [ -118.153652852050044, 34.019630460911664 ], [ -118.158901511073609, 34.010618527753927 ], [ -118.175899852155609, 34.018273460383995 ], [ -118.17591285192178, 34.011411460374823 ], [ -118.181239851979555, 34.012036460249846 ], [ -118.181293802286049, 34.015663901491571 ], [ -118.187327684324458, 34.015647148061035 ], [ -118.187340852175581, 34.016569460112031 ], [ -118.192233852208162, 34.016546459996981 ], [ -118.192379852778018, 34.033233460014792 ], [ -118.191288852771734, 34.033274460041163 ], [ -118.191271852783402, 34.033613460042503 ], [ -118.191293852810887, 34.034417460041688 ], [ -118.191845852814623, 34.034416460029043 ], [ -118.191840852800482, 34.034004460028129 ], [ -118.192386852804248, 34.034002460015543 ], [ -118.192627853752413, 34.061762460046353 ], [ -118.181305853675028, 34.061754460313743 ], [ -118.181304853691643, 34.06224946031432 ], [ -118.177734853669307, 34.062299460399196 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "east-pasadena",
"name": "East Pasadena",
"slug": "east-pasadena-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.30792712424, "type": "unincorporated-area", "name": "East Pasadena", "slug": "east-pasadena"},
"resource_uri": "/1.0/boundary/east-pasadena-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.067769971721461, 34.147922005885228 ], [ -118.067467985946863, 34.131509003671809 ], [ -118.069033986667165, 34.131398000660319 ], [ -118.069387986224143, 34.130989003417156 ], [ -118.069318985922578, 34.130649002723445 ], [ -118.07439997173681, 34.130320005863922 ], [ -118.081448971746795, 34.12937700586437 ], [ -118.08408197175072, 34.128862005864313 ], [ -118.090986971760984, 34.126840005863343 ], [ -118.093157971762267, 34.131483005869768 ], [ -118.09428798081052, 34.135215999670812 ], [ -118.089767985855858, 34.135159004274946 ], [ -118.089698985868665, 34.133676000852375 ], [ -118.08750698588824, 34.1336910041355 ], [ -118.087495985778261, 34.131275001682724 ], [ -118.08598598583373, 34.131432005698549 ], [ -118.086006978782166, 34.133010000372401 ], [ -118.08399398587288, 34.133008004190074 ], [ -118.08381897174857, 34.133718005870541 ], [ -118.083217971745469, 34.140324005878995 ], [ -118.083686971745976, 34.140841005879757 ], [ -118.083079985866263, 34.140466000839375 ], [ -118.081528985878037, 34.140472004162575 ], [ -118.081521985860377, 34.139591000860726 ], [ -118.078921985881266, 34.139609004139565 ], [ -118.078959985879692, 34.142250004147385 ], [ -118.083500978791392, 34.142220001733769 ], [ -118.0832699858708, 34.14470600419962 ], [ -118.086708978811686, 34.144707001658929 ], [ -118.086965977512691, 34.145191000551726 ], [ -118.086430985889535, 34.145196004129168 ], [ -118.086391979071692, 34.145546000536584 ], [ -118.084593985891814, 34.145747004112025 ], [ -118.084596978783949, 34.146214000512906 ], [ -118.082504985883944, 34.146230004141437 ], [ -118.082501985775025, 34.145720001502724 ], [ -118.080497985710608, 34.145727004696973 ], [ -118.080437985867135, 34.145240000825588 ], [ -118.079860985872486, 34.145241004181941 ], [ -118.079882985864742, 34.14476100083494 ], [ -118.079230985874375, 34.144763004171942 ], [ -118.079578978218649, 34.146248000499348 ], [ -118.078104985881012, 34.14625800413971 ], [ -118.07796198019733, 34.146637999166337 ], [ -118.077736985676182, 34.146619004775609 ], [ -118.077755978693034, 34.147397001715213 ], [ -118.073718986028524, 34.147862001331148 ], [ -118.073391999201647, 34.147765024698437 ], [ -118.07342397872857, 34.150214001077543 ], [ -118.067823993235407, 34.150287004919221 ], [ -118.067769971721461, 34.147922005885228 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "east-san-gabriel",
"name": "East San Gabriel",
"slug": "east-san-gabriel-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.18274231728, "type": "unincorporated-area", "name": "East San Gabriel", "slug": "east-san-gabriel"},
"resource_uri": "/1.0/boundary/east-san-gabriel-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.080454000000188, 34.099463999123451 ], [ -118.080462000000367, 34.099243999123459 ], [ -118.081465674515655, 34.099271686696312 ], [ -118.081447000000296, 34.099463999123451 ], [ -118.080454000000188, 34.099463999123451 ] ] ], [ [ [ -118.082424196370582, 34.100010549544464 ], [ -118.082410000000408, 34.099242999123511 ], [ -118.083384000000265, 34.09924299912349 ], [ -118.083372000000224, 34.099450999123441 ], [ -118.083043000000245, 34.099510999123424 ], [ -118.083024000000293, 34.09977599912343 ], [ -118.083652060468964, 34.09977599912343 ], [ -118.083650168431561, 34.100004307148303 ], [ -118.082424196370582, 34.100010549544464 ] ] ], [ [ [ -118.079542523636519, 34.101242027435497 ], [ -118.079534955317641, 34.099912887028161 ], [ -118.081246922460608, 34.099929050878757 ], [ -118.081242000000302, 34.101201999123461 ], [ -118.080441000000235, 34.101097999123461 ], [ -118.080433000000227, 34.101352999123414 ], [ -118.081214749228721, 34.102544456894144 ], [ -118.079549606162317, 34.102501969530401 ], [ -118.079542523636519, 34.101242027435497 ] ] ], [ [ [ -118.083269748124678, 34.102535437772623 ], [ -118.08326818476246, 34.102392275081492 ], [ -118.082971733431265, 34.102394466949633 ], [ -118.082954000000271, 34.102183999123433 ], [ -118.082286000000224, 34.102186999123361 ], [ -118.082277000000417, 34.101298999123472 ], [ -118.083619703722306, 34.10131907257437 ], [ -118.083581000000294, 34.102635999123379 ], [ -118.083269748124678, 34.102535437772623 ] ] ], [ [ [ -118.084735948109852, 34.103030844745227 ], [ -118.08449994722065, 34.102951352676342 ], [ -118.084491446518825, 34.102487216123222 ], [ -118.083968199634057, 34.102488322548126 ], [ -118.083946000000282, 34.100876999123479 ], [ -118.082240000000283, 34.100833999123466 ], [ -118.082260000000275, 34.100464999123474 ], [ -118.084573000000262, 34.100430999123432 ], [ -118.084578000000334, 34.099571999123484 ], [ -118.085202000000308, 34.099503999123478 ], [ -118.085233000000301, 34.09908099912348 ], [ -118.085930000000332, 34.099081999123484 ], [ -118.085901000000376, 34.099708999123486 ], [ -118.08678547356898, 34.099689251705406 ], [ -118.086783628636127, 34.099534272926427 ], [ -118.087424376175278, 34.099437468187517 ], [ -118.088504000000313, 34.099650999123455 ], [ -118.088503000000316, 34.099307999123432 ], [ -118.08956000000029, 34.099290999123419 ], [ -118.089578000000259, 34.099954999123497 ], [ -118.089153000000252, 34.099965999123448 ], [ -118.089172000000175, 34.100309999123454 ], [ -118.089616000000305, 34.100324999123487 ], [ -118.089742063348709, 34.102240681187695 ], [ -118.090311122848973, 34.10223712347689 ], [ -118.090278000000225, 34.102367999123473 ], [ -118.089732000000311, 34.102366999123419 ], [ -118.089742011164958, 34.102925072451221 ], [ -118.084735948109852, 34.103030844745227 ] ] ], [ [ [ -118.076163000000165, 34.102005999123342 ], [ -118.075773000000225, 34.100229999123435 ], [ -118.075689000000381, 34.09842199912363 ], [ -118.075342000000248, 34.098426999123433 ], [ -118.075039000000359, 34.098009999123548 ], [ -118.073445000000234, 34.097096999123522 ], [ -118.073330977876665, 34.090562979920541 ], [ -118.087628000000308, 34.095283999123502 ], [ -118.089520000000235, 34.098341999123448 ], [ -118.089353000000287, 34.099022999123463 ], [ -118.088870000000284, 34.098964999123503 ], [ -118.088787000000309, 34.098511999123495 ], [ -118.087997406373503, 34.098561773630259 ], [ -118.087998387199008, 34.098677183993445 ], [ -118.087670565057209, 34.098678973162258 ], [ -118.08766800000032, 34.098541999123512 ], [ -118.086719094191764, 34.09856447128157 ], [ -118.086702748497274, 34.097887476763518 ], [ -118.086220955213449, 34.097889008400792 ], [ -118.086296000000303, 34.097409999123535 ], [ -118.086693000000324, 34.097409999123535 ], [ -118.086689064198126, 34.096905369621119 ], [ -118.086308827011749, 34.096908379590701 ], [ -118.086348000000257, 34.096708999123535 ], [ -118.086091108178024, 34.096711469237157 ], [ -118.086086836861071, 34.096523958396716 ], [ -118.084931075117424, 34.096530957225049 ], [ -118.084934755748705, 34.096965671129695 ], [ -118.083707646260279, 34.09697281837061 ], [ -118.083724845135194, 34.098442475827682 ], [ -118.083084272156128, 34.098446546655978 ], [ -118.083085158570498, 34.098599239594684 ], [ -118.082882000000268, 34.098606999123461 ], [ -118.082995000000309, 34.098971999123435 ], [ -118.082369216415699, 34.098961150212268 ], [ -118.082369209320902, 34.09793456005314 ], [ -118.08280100000016, 34.097159999123463 ], [ -118.082226000000304, 34.0937989991235 ], [ -118.081432000000262, 34.0935819991236 ], [ -118.081478000000374, 34.098971999123435 ], [ -118.077648000000309, 34.098871999123411 ], [ -118.077823000000294, 34.101443999123461 ], [ -118.0775560000002, 34.101441999123296 ], [ -118.077532281211262, 34.101689069842251 ], [ -118.077206310924552, 34.101690013434578 ], [ -118.077209800488092, 34.103154018659488 ], [ -118.076290000000284, 34.103168999123483 ], [ -118.076163000000165, 34.102005999123342 ] ] ], [ [ [ -118.067887985692451, 34.130726004711171 ], [ -118.067870985797953, 34.129763001162161 ], [ -118.067353985926516, 34.129788003845277 ], [ -118.067289985945905, 34.125355003685307 ], [ -118.067729985790834, 34.125325000692669 ], [ -118.067948985882509, 34.124146002565858 ], [ -118.068158000000352, 34.123985999123178 ], [ -118.06716200000028, 34.124144999123196 ], [ -118.067020000000269, 34.123018999123197 ], [ -118.066499000000306, 34.123362999123124 ], [ -118.061320000000251, 34.124101999123084 ], [ -118.061239000000285, 34.123680999123167 ], [ -118.060544000000135, 34.123918999123148 ], [ -118.060470000000151, 34.123530999123183 ], [ -118.059848000000287, 34.123621999123159 ], [ -118.059615000000278, 34.122495999123188 ], [ -118.058331000000237, 34.122674999123184 ], [ -118.057917000000316, 34.120617999123212 ], [ -118.057138000000208, 34.120726999123086 ], [ -118.056576000000305, 34.118336999123201 ], [ -118.063037000000307, 34.117413999123194 ], [ -118.063749000000314, 34.120995999123153 ], [ -118.068046979245025, 34.120399002448245 ], [ -118.068323985920273, 34.119563002760557 ], [ -118.072877985892305, 34.118664002045804 ], [ -118.07412598725422, 34.117857004572095 ], [ -118.073920985956349, 34.117458003627618 ], [ -118.074159985367345, 34.117440000799775 ], [ -118.073877985847631, 34.116757002382492 ], [ -118.073126985957714, 34.116920003047888 ], [ -118.073586985870705, 34.113549004162373 ], [ -118.079378985874627, 34.113524000803359 ], [ -118.079460000047661, 34.114040002270784 ], [ -118.079925985369783, 34.114033000130107 ], [ -118.079885985900546, 34.113906002599443 ], [ -118.080474985857521, 34.1137760023054 ], [ -118.080463985884336, 34.113519004125827 ], [ -118.082301985864987, 34.113507000032271 ], [ -118.082209985887019, 34.106267004117385 ], [ -118.083321985869887, 34.10626399996233 ], [ -118.083319985780548, 34.105881001622727 ], [ -118.082723985878346, 34.105909004156622 ], [ -118.082753978437964, 34.106108000381766 ], [ -118.082401985878008, 34.106108004156695 ], [ -118.082200971755881, 34.105598005833663 ], [ -118.082144986048917, 34.104011005112476 ], [ -118.083907985720657, 34.104007000043865 ], [ -118.083877986028597, 34.103688005337396 ], [ -118.084501971881537, 34.103708002029066 ], [ -118.084485985776936, 34.103896004508336 ], [ -118.084997971966558, 34.103922001771359 ], [ -118.085002985890938, 34.105252004109012 ], [ -118.088062985881663, 34.105231000031942 ], [ -118.08806398580127, 34.104899001285922 ], [ -118.087901985963143, 34.104910003671563 ], [ -118.087866985926837, 34.103809005135531 ], [ -118.088543978859377, 34.103818001499178 ], [ -118.088549985924601, 34.104138003954198 ], [ -118.090141971949151, 34.104122001843557 ], [ -118.090199985976938, 34.104699003511094 ], [ -118.090487978685999, 34.104673002608422 ], [ -118.09048697882136, 34.105215000496663 ], [ -118.08857098589317, 34.105228004110721 ], [ -118.088590978763406, 34.106230000539327 ], [ -118.086663985896891, 34.106249004087836 ], [ -118.086691985890056, 34.108101004119384 ], [ -118.091057985869767, 34.108068000863476 ], [ -118.091173985875997, 34.114022999942151 ], [ -118.090190999905431, 34.1140210029372 ], [ -118.090151000000233, 34.114402999123222 ], [ -118.090201992040065, 34.114908005277556 ], [ -118.091191985871234, 34.114959000854128 ], [ -118.091353000000325, 34.121643999123272 ], [ -118.091219000000265, 34.122182999123247 ], [ -118.090306000000339, 34.123365999123244 ], [ -118.090231000000273, 34.123941999123183 ], [ -118.090409985694663, 34.124904001025925 ], [ -118.089332985976071, 34.125010003471857 ], [ -118.089358972789213, 34.125337008216789 ], [ -118.088081985370735, 34.125895001325127 ], [ -118.088250979135836, 34.126956005119851 ], [ -118.087945985666266, 34.12705900186517 ], [ -118.088202985660288, 34.127577001873675 ], [ -118.089985986008884, 34.127035002917168 ], [ -118.089991985558186, 34.126410001639044 ], [ -118.090774972404247, 34.126115007570114 ], [ -118.090986971760984, 34.126840005863343 ], [ -118.084939971751922, 34.128658005864217 ], [ -118.081448971746795, 34.12937700586437 ], [ -118.07439997173681, 34.130320005863922 ], [ -118.067887985692451, 34.130726004711171 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "echo-park",
"name": "Echo Park",
"slug": "echo-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.39828121013, "type": "segment-of-a-city", "name": "Echo Park", "slug": "echo-park"},
"resource_uri": "/1.0/boundary/echo-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.248307, 34.085909999123466 ], [ -118.248807000000127, 34.08540999912357 ], [ -118.248907000000116, 34.083809999123595 ], [ -118.249807, 34.082509999123495 ], [ -118.248107, 34.080809999123595 ], [ -118.249007000000105, 34.078009999123516 ], [ -118.248807000000127, 34.077009999123618 ], [ -118.247407, 34.072510999123743 ], [ -118.244407, 34.069810999123661 ], [ -118.245807, 34.068810999123848 ], [ -118.247707, 34.065810999123883 ], [ -118.248507, 34.065410999123756 ], [ -118.249107, 34.065510999123681 ], [ -118.251607000000149, 34.063110999123765 ], [ -118.252307, 34.062310999123788 ], [ -118.254207, 34.059310999123852 ], [ -118.255234000000115, 34.058058999123922 ], [ -118.256595, 34.058954999123756 ], [ -118.259507000000127, 34.061910999123967 ], [ -118.259907000000126, 34.064610999123801 ], [ -118.261318, 34.069746999123645 ], [ -118.264607, 34.070910999123612 ], [ -118.273008000000118, 34.07480999912358 ], [ -118.274408, 34.07530999912364 ], [ -118.271908000000124, 34.079209999123485 ], [ -118.269808, 34.081409999123572 ], [ -118.266708, 34.086509999123493 ], [ -118.266108000000116, 34.086409999123532 ], [ -118.264508000000106, 34.085609999123442 ], [ -118.263408, 34.087309999123548 ], [ -118.259907000000126, 34.085809999123462 ], [ -118.259207000000131, 34.089909999123527 ], [ -118.258507, 34.09160999912347 ], [ -118.254507, 34.094609999123485 ], [ -118.253607, 34.095708999123396 ], [ -118.251807000000113, 34.098608999123421 ], [ -118.250607, 34.101008999123444 ], [ -118.249807, 34.099308999123409 ], [ -118.244607, 34.095808999123335 ], [ -118.244007000000181, 34.095608999123314 ], [ -118.243907, 34.095009999123405 ], [ -118.244207000000102, 34.094509999123467 ], [ -118.245207, 34.093809999123451 ], [ -118.245107000000104, 34.092409999123412 ], [ -118.245307000000125, 34.091709999123438 ], [ -118.24560700000012, 34.091309999123382 ], [ -118.243707000000114, 34.09050999912354 ], [ -118.243607, 34.089209999123497 ], [ -118.246307, 34.087609999123508 ], [ -118.248307, 34.085909999123466 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "elizabeth-lake",
"name": "Elizabeth Lake",
"slug": "elizabeth-lake-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.30556759372, "type": "unincorporated-area", "name": "Elizabeth Lake", "slug": "elizabeth-lake"},
"resource_uri": "/1.0/boundary/elizabeth-lake-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.394633881877084, 34.674006343751735 ], [ -118.381524929409011, 34.673975697162916 ], [ -118.381518381259525, 34.66670802800072 ], [ -118.368346445440451, 34.666903734784881 ], [ -118.368369453614946, 34.662831008680726 ], [ -118.367415171719614, 34.662833894566475 ], [ -118.366932861822008, 34.663551812553273 ], [ -118.366265179906179, 34.663182458961359 ], [ -118.365963079340375, 34.663528794669631 ], [ -118.365315543829837, 34.663330508641693 ], [ -118.365234509534361, 34.663552252604177 ], [ -118.364094681422472, 34.663351547264512 ], [ -118.35960564354032, 34.663427180230542 ], [ -118.359643620891305, 34.659748363005448 ], [ -118.358950464173148, 34.659725268134075 ], [ -118.355944951553994, 34.659033615044478 ], [ -118.355894543545446, 34.659749716899782 ], [ -118.342000576820482, 34.659752091816365 ], [ -118.341934481172288, 34.6450462977256 ], [ -118.363950314178169, 34.64500977936099 ], [ -118.363934941436611, 34.641409698043972 ], [ -118.377050867894766, 34.641365730994359 ], [ -118.377085495615631, 34.644929179363039 ], [ -118.39458324333593, 34.644862788494365 ], [ -118.394569257578311, 34.655778460541896 ], [ -118.407724036758651, 34.655742470362902 ], [ -118.407762641025428, 34.659419927766059 ], [ -118.430410733663876, 34.659437251666972 ], [ -118.430487846014685, 34.66660947903074 ], [ -118.41726197545313, 34.666587304256275 ], [ -118.417300706856835, 34.673871772097286 ], [ -118.394633881877084, 34.674006343751735 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "el-monte",
"name": "El Monte",
"slug": "el-monte-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.69174808989, "type": "standalone-city", "name": "El Monte", "slug": "el-monte"},
"resource_uri": "/1.0/boundary/el-monte-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.005743000000209, 34.099647999123412 ], [ -118.001097, 34.098071999123505 ], [ -118.000304, 34.099686999123406 ], [ -117.997465, 34.098680999123495 ], [ -117.997898000000134, 34.097968999123424 ], [ -117.998650000000154, 34.097280999123477 ], [ -117.997651, 34.096894999123414 ], [ -118.001862000000116, 34.088261999123603 ], [ -117.998926, 34.087264999123597 ], [ -117.998653, 34.087006999123652 ], [ -118.000239000000278, 34.082920999123751 ], [ -118.00105500000015, 34.079112999123794 ], [ -118.001215000000229, 34.076473999123714 ], [ -118.001434, 34.075407999123712 ], [ -118.004899000000179, 34.065160999123925 ], [ -118.0046320000002, 34.06498899912382 ], [ -118.004642000000132, 34.064376999123844 ], [ -118.005963000000193, 34.064196999123823 ], [ -118.006402000000193, 34.063583999123907 ], [ -118.007064, 34.063580999123928 ], [ -118.007712, 34.063227999123924 ], [ -118.008204000000148, 34.062522999123836 ], [ -118.008968000000124, 34.062601999123899 ], [ -118.009797000000162, 34.060877999123917 ], [ -118.01036700000023, 34.061068999123933 ], [ -118.009667000000178, 34.062509999123783 ], [ -118.01030800000018, 34.06276099912386 ], [ -118.01052, 34.063689999123874 ], [ -118.01141200000022, 34.063598999123919 ], [ -118.011648000000179, 34.063131999123904 ], [ -118.011424000000133, 34.06307199912392 ], [ -118.011115, 34.063332999123908 ], [ -118.011594000000201, 34.062398999123886 ], [ -118.011844000000167, 34.062507999123895 ], [ -118.012481000000193, 34.061053999123907 ], [ -118.007428000000218, 34.057790999123995 ], [ -118.009277000000239, 34.052360999124041 ], [ -118.010024000000215, 34.050722999123998 ], [ -118.012054000000106, 34.047705999123998 ], [ -118.013739000000285, 34.045958999124089 ], [ -118.016315000000162, 34.044007999124034 ], [ -118.021791000000235, 34.041392999124142 ], [ -118.024669000000216, 34.044002999124132 ], [ -118.025757000000141, 34.043094999124065 ], [ -118.027999000000122, 34.044909999124037 ], [ -118.025887000000196, 34.046209999123981 ], [ -118.026323000000261, 34.046650999124026 ], [ -118.026544, 34.046457999124051 ], [ -118.027802000000193, 34.047414999124101 ], [ -118.028257000000124, 34.047045999124038 ], [ -118.03122200000027, 34.049498999124019 ], [ -118.033718000000292, 34.051903999124036 ], [ -118.034264000000164, 34.051535999123978 ], [ -118.03472000000022, 34.051856999124105 ], [ -118.034308, 34.052207999124064 ], [ -118.034276000000162, 34.053254999123972 ], [ -118.033814000000149, 34.053199999123976 ], [ -118.033868, 34.05378599912396 ], [ -118.034407000000172, 34.053822999124016 ], [ -118.034604, 34.056025999123975 ], [ -118.036298000000116, 34.056034999123902 ], [ -118.036199000000181, 34.056758999123986 ], [ -118.037299, 34.056789999123936 ], [ -118.037300000000187, 34.057409999123898 ], [ -118.038152000000167, 34.057411999124 ], [ -118.038141000000152, 34.058595999123852 ], [ -118.0401200000003, 34.05860199912393 ], [ -118.040102000000218, 34.058036999123949 ], [ -118.041029, 34.058036999123949 ], [ -118.041055000000199, 34.0586079991239 ], [ -118.043934000000178, 34.058631999123946 ], [ -118.045163, 34.059083999123899 ], [ -118.053597000000124, 34.059087999123889 ], [ -118.05350000000017, 34.057309999123959 ], [ -118.054865000000177, 34.05717899912397 ], [ -118.054793, 34.055991999123933 ], [ -118.055640000000281, 34.056038999123949 ], [ -118.055640000000281, 34.056746999123995 ], [ -118.056327000000181, 34.056760999123945 ], [ -118.056558000000223, 34.059024999123899 ], [ -118.057841000000167, 34.059088999123894 ], [ -118.057856000000115, 34.058596999123928 ], [ -118.058157000000136, 34.058596999123928 ], [ -118.058138000000213, 34.059445999123959 ], [ -118.057843, 34.059499999123943 ], [ -118.057848000000163, 34.060709999123873 ], [ -118.056892000000175, 34.060777999123928 ], [ -118.056925000000177, 34.061690999123805 ], [ -118.056404000000128, 34.061712999123948 ], [ -118.056392000000102, 34.062183999123867 ], [ -118.055669000000194, 34.06218899912384 ], [ -118.055671000000132, 34.062413999123891 ], [ -118.055349000000277, 34.062392999123823 ], [ -118.055405000000249, 34.063390999123854 ], [ -118.055803000000239, 34.063381999123848 ], [ -118.055807000000129, 34.063708999123833 ], [ -118.056543000000218, 34.063633999123851 ], [ -118.056552000000153, 34.064033999123907 ], [ -118.056786000000159, 34.064029999123811 ], [ -118.056794000000167, 34.063607999124031 ], [ -118.057374, 34.063607999123867 ], [ -118.057369000000151, 34.063882999123869 ], [ -118.059103000000221, 34.063807999123796 ], [ -118.059245000000146, 34.063622999123908 ], [ -118.059645000000145, 34.063612999123897 ], [ -118.059659000000181, 34.063812999123897 ], [ -118.059749000000167, 34.063664999123922 ], [ -118.060144000000179, 34.063655999123888 ], [ -118.060146000000159, 34.063876999123892 ], [ -118.060372000000115, 34.063873999123885 ], [ -118.060358000000164, 34.064044999123894 ], [ -118.060628000000136, 34.064035999123831 ], [ -118.060599000000153, 34.064402999123836 ], [ -118.061439000000163, 34.064437999123925 ], [ -118.06142600000021, 34.063596999123916 ], [ -118.063151000000261, 34.06360699912392 ], [ -118.06314900000018, 34.064099999123883 ], [ -118.063546000000173, 34.064048999123941 ], [ -118.063552000000172, 34.063713999123827 ], [ -118.063972000000263, 34.063664999123922 ], [ -118.064001000000189, 34.063305999123905 ], [ -118.064753000000138, 34.06326799912388 ], [ -118.065096000000167, 34.063417999123935 ], [ -118.06553100000032, 34.063088999123885 ], [ -118.066527000000207, 34.064196999123823 ], [ -118.068343000000183, 34.06431799912383 ], [ -118.068614000000323, 34.064111999123831 ], [ -118.068958000000151, 34.062688999123871 ], [ -118.07036, 34.062690999123916 ], [ -118.069565000000182, 34.064228999123863 ], [ -118.069240000000221, 34.06410699912378 ], [ -118.068908000000206, 34.064332999123842 ], [ -118.069121, 34.065698999123917 ], [ -118.068959000000177, 34.065781999123764 ], [ -118.068222, 34.064881999123877 ], [ -118.067565000000286, 34.065165999123856 ], [ -118.072231, 34.069679999123785 ], [ -118.072854000000206, 34.070956999123723 ], [ -118.07292700000032, 34.07226599912368 ], [ -118.055601, 34.072451999123885 ], [ -118.05575200000014, 34.080293999123647 ], [ -118.056068000000167, 34.080429999123659 ], [ -118.055755000000232, 34.080778999123702 ], [ -118.055777, 34.084091999123658 ], [ -118.055956, 34.08455899912358 ], [ -118.056183000000118, 34.084919999123642 ], [ -118.056761000000137, 34.085102999123542 ], [ -118.057651000000121, 34.082858999123651 ], [ -118.059858000000119, 34.083242999123584 ], [ -118.060031000000137, 34.082703999123559 ], [ -118.060470000000123, 34.08264199912356 ], [ -118.060582000000153, 34.08227299912366 ], [ -118.059286000000156, 34.082107999123494 ], [ -118.059664000000168, 34.08128799912366 ], [ -118.063002000000296, 34.081188999123647 ], [ -118.062032, 34.085998999123625 ], [ -118.062207000000143, 34.086901999123548 ], [ -118.05864600000011, 34.085716999123584 ], [ -118.058361000000176, 34.086194999123592 ], [ -118.056657000000129, 34.085358999123706 ], [ -118.056178000000202, 34.086671999123602 ], [ -118.056189, 34.087070999123547 ], [ -118.055942000000229, 34.087213999123577 ], [ -118.055025000000171, 34.089454999123532 ], [ -118.055562, 34.089636999123563 ], [ -118.055815000000109, 34.089302999123646 ], [ -118.056576000000121, 34.089155999123626 ], [ -118.056791000000231, 34.089555999123583 ], [ -118.051951, 34.090302999123544 ], [ -118.052105000000154, 34.090981999123542 ], [ -118.051842000000278, 34.091016999123553 ], [ -118.051706000000223, 34.090336999123615 ], [ -118.04278, 34.091575999123471 ], [ -118.042973000000174, 34.092423999123397 ], [ -118.042423, 34.092536999123475 ], [ -118.04221000000021, 34.091661999123517 ], [ -118.039960000000164, 34.092000999123499 ], [ -118.040014000000227, 34.092319999123511 ], [ -118.038704000000138, 34.092485999123511 ], [ -118.038644000000204, 34.092189999123505 ], [ -118.036219000000116, 34.09254899912353 ], [ -118.036249000000126, 34.093340999123498 ], [ -118.034768000000199, 34.093597999123524 ], [ -118.034914000000214, 34.093992999123543 ], [ -118.03428800000016, 34.093896999123508 ], [ -118.033443000000176, 34.094122999123485 ], [ -118.032901000000166, 34.094076999123487 ], [ -118.033221000000211, 34.096399999123356 ], [ -118.028545029729116, 34.097089231202155 ], [ -118.028142000000102, 34.097035999123513 ], [ -118.027919707329318, 34.097192682061298 ], [ -118.027377099928557, 34.096839549865187 ], [ -118.025746094122837, 34.097823892109425 ], [ -118.025818130475585, 34.096740585125147 ], [ -118.025553944553664, 34.096714481623145 ], [ -118.025602608882608, 34.096317459618049 ], [ -118.021780514176015, 34.098228992445236 ], [ -118.021870831464227, 34.098395331666559 ], [ -118.020317000000105, 34.09919099912338 ], [ -118.020125000000107, 34.096527999123438 ], [ -118.017388, 34.0968269991235 ], [ -118.016386000000182, 34.09672799912348 ], [ -118.012932, 34.098403999123448 ], [ -118.01207, 34.099248999123382 ], [ -118.01122, 34.099668999123367 ], [ -118.010283, 34.09956499912343 ], [ -118.009566, 34.100945999123439 ], [ -118.005743000000209, 34.099647999123412 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "el-segundo",
"name": "El Segundo",
"slug": "el-segundo-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.45900812963, "type": "standalone-city", "name": "El Segundo", "slug": "el-segundo"},
"resource_uri": "/1.0/boundary/el-segundo-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.40205900000015, 33.931494999125654 ], [ -118.398015000000143, 33.930885999125543 ], [ -118.380286, 33.930922999125407 ], [ -118.378726, 33.930544999125594 ], [ -118.378724000000147, 33.929007999125545 ], [ -118.378428983715864, 33.929008001752379 ], [ -118.378382979175427, 33.919734001560904 ], [ -118.376394993052926, 33.919731003225991 ], [ -118.376404979210321, 33.917218001415634 ], [ -118.374324993015961, 33.917186003367576 ], [ -118.374340980502808, 33.916306000225759 ], [ -118.378388, 33.916374999125665 ], [ -118.378680000000145, 33.91488999912567 ], [ -118.378701000000206, 33.901904999125883 ], [ -118.401701000000244, 33.901959999125765 ], [ -118.414413, 33.90189599912582 ], [ -118.415502000000174, 33.901734999125757 ], [ -118.415604000000172, 33.901890999125769 ], [ -118.417426000000177, 33.901670999125827 ], [ -118.41950900000019, 33.906184999125884 ], [ -118.423279396011239, 33.904867372844478 ], [ -118.424176993766622, 33.907315999160218 ], [ -118.42457100565737, 33.907711010680508 ], [ -118.425683014646921, 33.909738996037852 ], [ -118.426662020290323, 33.911003001335587 ], [ -118.427247014042948, 33.910923977986833 ], [ -118.42733198255732, 33.911046985037181 ], [ -118.428914974915173, 33.914716993509629 ], [ -118.430136474380546, 33.916763207088323 ], [ -118.429815000000104, 33.91672699912565 ], [ -118.429447000000152, 33.91631799912566 ], [ -118.422221000000206, 33.916328999125604 ], [ -118.422222000000204, 33.919956999125709 ], [ -118.424391000000156, 33.919957999125629 ], [ -118.424396000000129, 33.921769999125523 ], [ -118.426571000000237, 33.92176899912559 ], [ -118.426574000000116, 33.9235829991256 ], [ -118.427660000000117, 33.923581999125588 ], [ -118.427667000000156, 33.927202999125583 ], [ -118.428754000000211, 33.927200999125709 ], [ -118.428775, 33.930969999125509 ], [ -118.425423, 33.931350999125513 ], [ -118.40205900000015, 33.931494999125654 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "el-sereno",
"name": "El Sereno",
"slug": "el-sereno-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.16777889868, "type": "segment-of-a-city", "name": "El Sereno", "slug": "el-sereno"},
"resource_uri": "/1.0/boundary/el-sereno-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.177994210526379, 34.098608999123421 ], [ -118.15529, 34.098671999123439 ], [ -118.155463, 34.097514999123447 ], [ -118.156191, 34.096507999123489 ], [ -118.159498, 34.094170999123456 ], [ -118.15935300000011, 34.094529999123345 ], [ -118.160673, 34.093740999123455 ], [ -118.160496, 34.075130999123687 ], [ -118.161761, 34.07463499912366 ], [ -118.161562, 34.072970999123783 ], [ -118.161717, 34.071792999123737 ], [ -118.163371, 34.069746999123872 ], [ -118.162032, 34.069673999123786 ], [ -118.164011, 34.065711999123742 ], [ -118.164433, 34.06450599912381 ], [ -118.164835000000124, 34.062282999123831 ], [ -118.17138700000018, 34.062289999123941 ], [ -118.172831, 34.061831999123768 ], [ -118.173023, 34.062120999123927 ], [ -118.173318000000151, 34.061984999123794 ], [ -118.173394, 34.062098999123833 ], [ -118.173064, 34.062291999123907 ], [ -118.179078000000132, 34.062296999123902 ], [ -118.181302000000144, 34.062248999123803 ], [ -118.181303, 34.061753999123866 ], [ -118.192705, 34.061730999123697 ], [ -118.192805, 34.06391099912392 ], [ -118.197305, 34.06481099912375 ], [ -118.196105, 34.06630999912371 ], [ -118.195305000000118, 34.069009999123601 ], [ -118.194005000000118, 34.07580999912377 ], [ -118.193305, 34.078609999123536 ], [ -118.193705000000136, 34.07960999912369 ], [ -118.193605, 34.079909999123494 ], [ -118.193205, 34.080709999123556 ], [ -118.190805, 34.083209999123518 ], [ -118.187405000000155, 34.086209999123533 ], [ -118.184305, 34.085809999123462 ], [ -118.184305, 34.086908999123416 ], [ -118.184105000000159, 34.087708999123592 ], [ -118.177994371035254, 34.102753367285239 ], [ -118.177994210526379, 34.098608999123421 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "elysian-park",
"name": "Elysian Park",
"slug": "elysian-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.64508429808, "type": "segment-of-a-city", "name": "Elysian Park", "slug": "elysian-park"},
"resource_uri": "/1.0/boundary/elysian-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.225402, 34.0739299991236 ], [ -118.225106, 34.071909999123669 ], [ -118.226906, 34.071809999123793 ], [ -118.230006, 34.071110999123654 ], [ -118.235406000000111, 34.067410999123744 ], [ -118.235906, 34.066910999123671 ], [ -118.239207, 34.067810999123694 ], [ -118.239807000000113, 34.067610999123694 ], [ -118.240307, 34.067110999123649 ], [ -118.241807000000108, 34.06771099912384 ], [ -118.247407, 34.072510999123743 ], [ -118.249007000000105, 34.078009999123516 ], [ -118.248107, 34.080809999123595 ], [ -118.249807, 34.082509999123495 ], [ -118.248907000000116, 34.083809999123595 ], [ -118.248807000000127, 34.08540999912357 ], [ -118.246307, 34.087609999123508 ], [ -118.243607, 34.089209999123497 ], [ -118.243707000000114, 34.09050999912354 ], [ -118.24560700000012, 34.091309999123382 ], [ -118.245307000000125, 34.091709999123438 ], [ -118.245107000000104, 34.092409999123412 ], [ -118.245207, 34.093809999123451 ], [ -118.244207000000102, 34.094509999123467 ], [ -118.243907, 34.095009999123405 ], [ -118.244007000000181, 34.095608999123314 ], [ -118.243407000000104, 34.094609999123485 ], [ -118.236600000000152, 34.088237999123372 ], [ -118.231106000000153, 34.085309999123531 ], [ -118.229406, 34.083909999123534 ], [ -118.227406000000158, 34.082909999123558 ], [ -118.226906, 34.081009999123573 ], [ -118.226306, 34.08000999912354 ], [ -118.22661800000013, 34.079945999123645 ], [ -118.225402, 34.0739299991236 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "elysian-valley",
"name": "Elysian Valley",
"slug": "elysian-valley-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.789759467071, "type": "segment-of-a-city", "name": "Elysian Valley", "slug": "elysian-valley"},
"resource_uri": "/1.0/boundary/elysian-valley-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.228006, 34.088309999123481 ], [ -118.227406000000158, 34.082909999123558 ], [ -118.229406, 34.083909999123534 ], [ -118.231106000000153, 34.085309999123531 ], [ -118.236600000000152, 34.088237999123372 ], [ -118.243407000000104, 34.094609999123485 ], [ -118.244007000000181, 34.095608999123314 ], [ -118.244607, 34.095808999123335 ], [ -118.249807, 34.099308999123409 ], [ -118.250807, 34.101308999123404 ], [ -118.253407, 34.104308999123361 ], [ -118.255807, 34.105408999123277 ], [ -118.256507000000113, 34.105908999123258 ], [ -118.253507000000155, 34.108508999123302 ], [ -118.249107000000166, 34.10860899912322 ], [ -118.246407000000147, 34.107708999123304 ], [ -118.243107, 34.105808999123184 ], [ -118.242207, 34.104608999123272 ], [ -118.242407000000114, 34.101308999123297 ], [ -118.242007000000157, 34.09930899912338 ], [ -118.240307, 34.096608999123347 ], [ -118.238407, 34.094808999123408 ], [ -118.23330700000011, 34.093609999123366 ], [ -118.232207, 34.093209999123467 ], [ -118.230606, 34.092209999123469 ], [ -118.228606000000141, 34.089909999123549 ], [ -118.228006, 34.088309999123481 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "encino",
"name": "Encino",
"slug": "encino-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.49970700034, "type": "segment-of-a-city", "name": "Encino", "slug": "encino"},
"resource_uri": "/1.0/boundary/encino-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.523917000000139, 34.186503999122294 ], [ -118.518417, 34.186403999122305 ], [ -118.518517, 34.182504999122315 ], [ -118.516417, 34.182404999122397 ], [ -118.516417, 34.180904999122461 ], [ -118.518517, 34.180904999122312 ], [ -118.518518000000114, 34.180001999122361 ], [ -118.509917, 34.180004999122417 ], [ -118.507617, 34.179904999122378 ], [ -118.507617, 34.179504999122393 ], [ -118.505817, 34.179504999122372 ], [ -118.505934000000124, 34.172127999122345 ], [ -118.499662000000129, 34.172107999122439 ], [ -118.498916, 34.171921999122389 ], [ -118.498065, 34.171139999122509 ], [ -118.496297000000112, 34.168337999122471 ], [ -118.495663, 34.167606999122455 ], [ -118.494378000000182, 34.166915999122601 ], [ -118.492519000000115, 34.166624999122533 ], [ -118.492516, 34.165304999122483 ], [ -118.490089000000111, 34.165112999122584 ], [ -118.47748700000011, 34.16511299912252 ], [ -118.475968000000108, 34.164991999122471 ], [ -118.474749, 34.164585999122593 ], [ -118.472215, 34.16270499912256 ], [ -118.471677, 34.162579999122528 ], [ -118.47079, 34.162763999122561 ], [ -118.470332, 34.163150999122522 ], [ -118.46996, 34.163774999122545 ], [ -118.469932, 34.158840999122695 ], [ -118.46887800000016, 34.155102999122612 ], [ -118.468524, 34.152933999122681 ], [ -118.468523000000104, 34.151657999122719 ], [ -118.469134, 34.149830999122692 ], [ -118.470781000000159, 34.146457999122852 ], [ -118.471316000000158, 34.144629999122813 ], [ -118.471716000000114, 34.137622999122911 ], [ -118.472559, 34.133862999122968 ], [ -118.474133, 34.129844999122966 ], [ -118.476115, 34.126005999122974 ], [ -118.477637000000115, 34.125944999123114 ], [ -118.478241, 34.126183999123043 ], [ -118.478519, 34.126655999123003 ], [ -118.479364, 34.129515999123051 ], [ -118.479985000000113, 34.130012999122918 ], [ -118.488067000000157, 34.129957999122979 ], [ -118.490015, 34.130605999123041 ], [ -118.490415, 34.131205999122926 ], [ -118.492815000000107, 34.13110599912298 ], [ -118.494415, 34.130105999122975 ], [ -118.496015000000142, 34.130005999122936 ], [ -118.496815, 34.130505999122903 ], [ -118.500916, 34.129105999123126 ], [ -118.502216000000104, 34.129505999123062 ], [ -118.502016, 34.130605999122892 ], [ -118.502616000000103, 34.128405999122968 ], [ -118.504116000000138, 34.128005999123026 ], [ -118.508516, 34.131205999122926 ], [ -118.510416000000134, 34.130705999122924 ], [ -118.510716, 34.130305999122918 ], [ -118.527116000000134, 34.129105999123141 ], [ -118.526381, 34.13256099912293 ], [ -118.525955, 34.133818999122951 ], [ -118.521867000000142, 34.141948999122732 ], [ -118.521357000000165, 34.143169999122861 ], [ -118.521267, 34.144290999122781 ], [ -118.521459000000135, 34.146998999122857 ], [ -118.522693000000103, 34.147624999122684 ], [ -118.52324, 34.147674999122678 ], [ -118.523756000000134, 34.147387999122834 ], [ -118.524136000000112, 34.146400999122775 ], [ -118.52598, 34.145353999122726 ], [ -118.52629, 34.14492199912285 ], [ -118.526317, 34.144205999122768 ], [ -118.527151000000103, 34.144155999122809 ], [ -118.527131, 34.143208999122827 ], [ -118.527879, 34.142179999122881 ], [ -118.528283, 34.142013999122888 ], [ -118.529614000000151, 34.143453999122748 ], [ -118.528302, 34.143476999122775 ], [ -118.528153000000117, 34.14415199912272 ], [ -118.530177, 34.144970999122826 ], [ -118.530464000000123, 34.146843999122773 ], [ -118.530454000000134, 34.148251999122792 ], [ -118.530229000000134, 34.148585999122737 ], [ -118.530477, 34.148912999122736 ], [ -118.530507000000114, 34.149317999122729 ], [ -118.530456000000115, 34.149606999122724 ], [ -118.530154000000138, 34.149860999122843 ], [ -118.528688, 34.14994199912266 ], [ -118.527823, 34.149755999122739 ], [ -118.527542, 34.149205999122742 ], [ -118.527745, 34.14859299912272 ], [ -118.527381000000148, 34.148312999122673 ], [ -118.527117, 34.147704999122745 ], [ -118.526717, 34.147892999122654 ], [ -118.526545000000141, 34.148284999122794 ], [ -118.526484, 34.1505059991227 ], [ -118.525744000000117, 34.151139999122663 ], [ -118.525715000000119, 34.152305999122717 ], [ -118.525207, 34.153526999122704 ], [ -118.525504, 34.154169999122679 ], [ -118.5258970000001, 34.154455999122618 ], [ -118.528717, 34.154504999122693 ], [ -118.527317, 34.158504999122549 ], [ -118.527317, 34.186492999122315 ], [ -118.523917000000139, 34.186503999122294 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "exposition-park",
"name": "Exposition Park",
"slug": "exposition-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.84679077622, "type": "segment-of-a-city", "name": "Exposition Park", "slug": "exposition-park"},
"resource_uri": "/1.0/boundary/exposition-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.305408, 34.025711999124255 ], [ -118.291408000000104, 34.025511999124234 ], [ -118.291502, 34.018415999124407 ], [ -118.279743, 34.01846799912429 ], [ -118.280807000000152, 34.016912999124408 ], [ -118.281107, 34.015912999124261 ], [ -118.281207000000123, 34.014012999124468 ], [ -118.281107, 34.011012999124475 ], [ -118.282707000000102, 34.011112999124464 ], [ -118.290007, 34.010812999124347 ], [ -118.318008, 34.010911999124509 ], [ -118.31800800000012, 34.018311999124251 ], [ -118.317708, 34.018911999124242 ], [ -118.317608000000121, 34.020411999124299 ], [ -118.317708, 34.025611999124273 ], [ -118.305408, 34.025711999124255 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "fairfax",
"name": "Fairfax",
"slug": "fairfax-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.23396477314, "type": "segment-of-a-city", "name": "Fairfax", "slug": "fairfax"},
"resource_uri": "/1.0/boundary/fairfax-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.351701778648675, 34.088953706273372 ], [ -118.344110821295118, 34.088893394517363 ], [ -118.344210000000118, 34.08510899912352 ], [ -118.344010000000111, 34.0736089991236 ], [ -118.3441100000001, 34.068909999123747 ], [ -118.347410000000124, 34.069109999123796 ], [ -118.353310000000135, 34.070308999123682 ], [ -118.361510000000123, 34.071508999123587 ], [ -118.361706, 34.087159999123486 ], [ -118.3528, 34.087128999123514 ], [ -118.352802, 34.088961999123519 ], [ -118.351701778648675, 34.088953706273372 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "florence-firestone",
"name": "Florence-Firestone",
"slug": "florence-firestone-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.57948601666, "type": "unincorporated-area", "name": "Florence-Firestone", "slug": "florence-firestone"},
"resource_uri": "/1.0/boundary/florence-firestone-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.256435974845331, 33.989498000008062 ], [ -118.239020990590291, 33.989403000749547 ], [ -118.238953986021301, 33.977176000716106 ], [ -118.237649985994395, 33.977166004112441 ], [ -118.237631986007841, 33.974738000768774 ], [ -118.230232981281148, 33.974745001767502 ], [ -118.230275972009593, 33.961994005681952 ], [ -118.22954298608478, 33.961380002832904 ], [ -118.231504985891291, 33.961014001923992 ], [ -118.227405003304568, 33.942705040537511 ], [ -118.227807992986897, 33.943089003275816 ], [ -118.229496986018489, 33.943100000711944 ], [ -118.230164995406184, 33.945648003243939 ], [ -118.234822976614367, 33.945569001542786 ], [ -118.234854982503506, 33.947131999848779 ], [ -118.230630995551891, 33.947234001196065 ], [ -118.230621994984375, 33.948278004336984 ], [ -118.234025976639458, 33.948243001447047 ], [ -118.233994995327308, 33.953264003518612 ], [ -118.244218976732412, 33.953260001190124 ], [ -118.244209995339034, 33.954270003491843 ], [ -118.247449989555847, 33.954256999674989 ], [ -118.247484982464186, 33.953358005240887 ], [ -118.248838988850451, 33.95335799973406 ], [ -118.249137982481486, 33.943273005368475 ], [ -118.253639976683331, 33.943277001380025 ], [ -118.253532995379217, 33.95126000336672 ], [ -118.25398499008061, 33.951255999663189 ], [ -118.25409997956001, 33.951032009346484 ], [ -118.255929989518265, 33.953060001581932 ], [ -118.255898995328678, 33.960169003537388 ], [ -118.256392976740216, 33.960171001206376 ], [ -118.256435974845331, 33.989498000008062 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "florence",
"name": "Florence",
"slug": "florence-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.79767885323, "type": "segment-of-a-city", "name": "Florence", "slug": "florence"},
"resource_uri": "/1.0/boundary/florence-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.256435986018317, 33.989214002423999 ], [ -118.256406, 33.9600149991251 ], [ -118.268006, 33.960113999124999 ], [ -118.280807, 33.959913999124993 ], [ -118.280807000000152, 33.979013999124824 ], [ -118.28040700000011, 33.985913999124747 ], [ -118.280507, 33.989013999124694 ], [ -118.256435986018317, 33.989214002423999 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "gardena",
"name": "Gardena",
"slug": "gardena-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.84389184747, "type": "standalone-city", "name": "Gardena", "slug": "gardena"},
"resource_uri": "/1.0/boundary/gardena-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.324392000000273, 33.916466999125646 ], [ -118.291710995445499, 33.916436001011839 ], [ -118.291788000000125, 33.894120999125967 ], [ -118.2905650000001, 33.8671659991263 ], [ -118.290624000000179, 33.86633299912635 ], [ -118.291430000000219, 33.865733999126284 ], [ -118.29197, 33.865544999126335 ], [ -118.298068000000129, 33.865552999126308 ], [ -118.298063, 33.866421999126416 ], [ -118.294499000000158, 33.866469999126238 ], [ -118.294349000000111, 33.870627999126278 ], [ -118.2991430000002, 33.870530999126302 ], [ -118.299319000000111, 33.86569799912624 ], [ -118.308953000000116, 33.86569099912635 ], [ -118.308912, 33.871244999126226 ], [ -118.309121000000189, 33.873052999126223 ], [ -118.313119000000171, 33.873014999126191 ], [ -118.313267000000124, 33.876852999126321 ], [ -118.313208000000245, 33.881945999126067 ], [ -118.313476000000321, 33.887060999126007 ], [ -118.317818000000315, 33.885522999126039 ], [ -118.326488000000182, 33.882820999126096 ], [ -118.326491000000146, 33.908623999125759 ], [ -118.326689000000201, 33.912829999125641 ], [ -118.326502000000161, 33.912819999125702 ], [ -118.326504000000284, 33.91640499912566 ], [ -118.324392000000273, 33.916466999125646 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "glassell-park",
"name": "Glassell Park",
"slug": "glassell-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.75291010512, "type": "segment-of-a-city", "name": "Glassell Park", "slug": "glassell-park"},
"resource_uri": "/1.0/boundary/glassell-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.229607, 34.13560099912295 ], [ -118.229607, 34.132907999123034 ], [ -118.228507000000107, 34.12800799912295 ], [ -118.228407, 34.125307999123059 ], [ -118.226207, 34.12370799912307 ], [ -118.225407000000146, 34.121807999123106 ], [ -118.224407, 34.122307999123066 ], [ -118.223706, 34.121607999123135 ], [ -118.222406, 34.12100799912303 ], [ -118.221306, 34.11980799912314 ], [ -118.218706000000111, 34.117807999123016 ], [ -118.219506, 34.116107999123223 ], [ -118.222606000000113, 34.116907999123171 ], [ -118.22300600000014, 34.116507999123172 ], [ -118.222906000000151, 34.116207999123134 ], [ -118.224106, 34.115307999123047 ], [ -118.223906, 34.114807999123094 ], [ -118.220906, 34.111108999123253 ], [ -118.221006, 34.110308999123127 ], [ -118.222306000000174, 34.108108999123203 ], [ -118.224606000000108, 34.106808999123274 ], [ -118.225406, 34.106108999123251 ], [ -118.228107000000108, 34.105008999123328 ], [ -118.229007, 34.10480899912335 ], [ -118.231607, 34.10480899912335 ], [ -118.237207, 34.102008999123377 ], [ -118.230607000000148, 34.094208999123524 ], [ -118.232207, 34.093209999123467 ], [ -118.23330700000011, 34.093609999123366 ], [ -118.238407, 34.094808999123408 ], [ -118.240307, 34.096608999123347 ], [ -118.242007000000157, 34.09930899912338 ], [ -118.242407000000114, 34.101308999123297 ], [ -118.242207, 34.104608999123272 ], [ -118.243107, 34.105808999123184 ], [ -118.246407000000147, 34.107708999123304 ], [ -118.249107000000166, 34.10860899912322 ], [ -118.248207, 34.110408999123209 ], [ -118.246007, 34.112108999123265 ], [ -118.247807000000165, 34.113108999123213 ], [ -118.254148597787747, 34.118850727904785 ], [ -118.251133, 34.120946999123099 ], [ -118.25364, 34.123302999123098 ], [ -118.253159, 34.12457099912308 ], [ -118.252089, 34.124403999123153 ], [ -118.235238, 34.126719999123019 ], [ -118.235312, 34.127601999123122 ], [ -118.236019, 34.128829999123198 ], [ -118.236608, 34.132714999122932 ], [ -118.236273, 34.134497999122956 ], [ -118.233605, 34.134509999122912 ], [ -118.233598, 34.135599999123052 ], [ -118.229607, 34.13560099912295 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "glendale",
"name": "Glendale",
"slug": "glendale-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 30.6279832578, "type": "standalone-city", "name": "Glendale", "slug": "glendale"},
"resource_uri": "/1.0/boundary/glendale-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.23880700000025, 34.252501999121613 ], [ -118.238807990722933, 34.25220200343297 ], [ -118.243371980704168, 34.252050000796359 ], [ -118.243467998388638, 34.246595022726112 ], [ -118.243867985496067, 34.246857002134035 ], [ -118.244351979116189, 34.246710004867772 ], [ -118.24441098541071, 34.246070008621878 ], [ -118.245259983135981, 34.246391999394397 ], [ -118.246266990096316, 34.24538500547694 ], [ -118.246418984457492, 34.245499994369368 ], [ -118.246688986036517, 34.24509900293404 ], [ -118.247105980879795, 34.244912007292356 ], [ -118.246918985111122, 34.244276000996877 ], [ -118.247057986827059, 34.244201004176702 ], [ -118.247351984814628, 34.244436994289067 ], [ -118.247774984629714, 34.243829007297307 ], [ -118.248511981466351, 34.244009007689669 ], [ -118.248752971947752, 34.222495006023991 ], [ -118.244318971942178, 34.220709006020641 ], [ -118.244351971943018, 34.218706006018095 ], [ -118.243397985392818, 34.218102008310638 ], [ -118.24304198227037, 34.218451999885744 ], [ -118.242749980917253, 34.218350007297452 ], [ -118.242530983066231, 34.218493000180935 ], [ -118.240549971938236, 34.217156006015216 ], [ -118.240633971938323, 34.216964006014862 ], [ -118.239955971937647, 34.216586006014339 ], [ -118.239958972642398, 34.217679975273413 ], [ -118.239426985733004, 34.217455004959305 ], [ -118.239291971936652, 34.216566006014105 ], [ -118.237031971934002, 34.215086006011717 ], [ -118.237541971934874, 34.214484006010963 ], [ -118.235199971932175, 34.213031006008599 ], [ -118.235241971933647, 34.208808006003075 ], [ -118.23374197967928, 34.208040000022379 ], [ -118.233012985671721, 34.207916006822522 ], [ -118.233003986036351, 34.208319002812416 ], [ -118.232587985814391, 34.208437002199013 ], [ -118.232028971929665, 34.207267006000315 ], [ -118.231170985939471, 34.20701500692239 ], [ -118.230701987088125, 34.207756997164992 ], [ -118.230380971927289, 34.207636006000428 ], [ -118.230761971928089, 34.206887005999704 ], [ -118.229768984924547, 34.206590007547277 ], [ -118.229465987364222, 34.207296997616183 ], [ -118.229150971925662, 34.20719200599958 ], [ -118.229348971926186, 34.206575005998793 ], [ -118.229154985013764, 34.206502007726122 ], [ -118.22891098757394, 34.207104997479483 ], [ -118.228512971924943, 34.206966005999199 ], [ -118.228665978841022, 34.206124002237274 ], [ -118.227202984556797, 34.205921006492382 ], [ -118.226965985782385, 34.206586999532504 ], [ -118.225662985975163, 34.206567004217739 ], [ -118.225811979823334, 34.205657999799939 ], [ -118.224966985481231, 34.205513005386329 ], [ -118.22501597905439, 34.205396001301288 ], [ -118.224169985876614, 34.205363004565328 ], [ -118.224154978787126, 34.20521600281122 ], [ -118.223337986060926, 34.205301003536341 ], [ -118.223415986404277, 34.205846999272929 ], [ -118.222112986031178, 34.205770005638719 ], [ -118.222132981123963, 34.206109000238065 ], [ -118.220474000000181, 34.206257999122116 ], [ -118.220325000000201, 34.204860999122175 ], [ -118.217315000000184, 34.205521999122055 ], [ -118.216356000000189, 34.206200999122075 ], [ -118.215007000000213, 34.206631999122138 ], [ -118.215007000000213, 34.20380399912225 ], [ -118.215630000000161, 34.203823999122122 ], [ -118.215776000000147, 34.203397999122195 ], [ -118.216807000000216, 34.203303999122149 ], [ -118.21670700000027, 34.200904999122187 ], [ -118.215901, 34.200756999122135 ], [ -118.215807, 34.198404999122197 ], [ -118.214207000000158, 34.197704999122202 ], [ -118.213970000000188, 34.196650999122262 ], [ -118.210731000000152, 34.194599999122296 ], [ -118.212707000000151, 34.192404999122289 ], [ -118.212309000000133, 34.192625999122328 ], [ -118.211813000000134, 34.190902999122308 ], [ -118.210229000000211, 34.189842999122234 ], [ -118.207418000000104, 34.189044999122366 ], [ -118.20790600000015, 34.187304999122382 ], [ -118.205898000000147, 34.187044999122371 ], [ -118.20520200000017, 34.185707999122343 ], [ -118.201791000000142, 34.183713999122396 ], [ -118.198867, 34.181690999122466 ], [ -118.197861000000231, 34.181231999122403 ], [ -118.1964380000001, 34.179893999122456 ], [ -118.195338000000177, 34.180105999122333 ], [ -118.191253000000131, 34.180350999122467 ], [ -118.19120000000018, 34.180011999122364 ], [ -118.190230000000128, 34.179101999122409 ], [ -118.189791, 34.179311999122454 ], [ -118.189633, 34.178965999122461 ], [ -118.18954000000015, 34.17904399912242 ], [ -118.188773000000197, 34.178512999122425 ], [ -118.18888600000011, 34.178316999122458 ], [ -118.188532000000194, 34.178135999122432 ], [ -118.188814000000207, 34.177915999122405 ], [ -118.190447, 34.174701999122497 ], [ -118.191098000000181, 34.174134999122593 ], [ -118.190811, 34.172050999122519 ], [ -118.189586000000133, 34.168770999122636 ], [ -118.189083, 34.168847999122605 ], [ -118.188126000000111, 34.166386999122551 ], [ -118.188656000000194, 34.165248999122596 ], [ -118.187362000000263, 34.164884999122677 ], [ -118.184956, 34.160059999122666 ], [ -118.184360000000154, 34.160106999122739 ], [ -118.182005000000203, 34.150202999122797 ], [ -118.182447000000295, 34.148561999122833 ], [ -118.19040900000023, 34.149048999122847 ], [ -118.198195000000126, 34.149044999122935 ], [ -118.198191000000165, 34.15162599912275 ], [ -118.19892, 34.151153999122783 ], [ -118.202701000000204, 34.150632999122763 ], [ -118.203573000000119, 34.149691999122766 ], [ -118.204229000000169, 34.149278999122885 ], [ -118.205432000000215, 34.147430999122861 ], [ -118.207723000000115, 34.147246999122864 ], [ -118.208774000000247, 34.146506999122849 ], [ -118.210933, 34.146172999122868 ], [ -118.212096000000201, 34.146583999122932 ], [ -118.215574000000245, 34.146658999122906 ], [ -118.216140000000138, 34.146947999122844 ], [ -118.219476000000199, 34.146952999122874 ], [ -118.219630000000151, 34.147437999122864 ], [ -118.221172000000124, 34.148056999122836 ], [ -118.222455, 34.149253999122834 ], [ -118.224967000000106, 34.149362999122935 ], [ -118.226231000000197, 34.14978899912284 ], [ -118.226939, 34.148609999122776 ], [ -118.227004000000221, 34.147627999122918 ], [ -118.227452, 34.14775499912281 ], [ -118.227649, 34.147422999122846 ], [ -118.228260000000205, 34.147451999122836 ], [ -118.228163000000251, 34.146830999122848 ], [ -118.228602, 34.14688599912283 ], [ -118.228683000000174, 34.146734999122977 ], [ -118.228237000000163, 34.146446999122908 ], [ -118.228577000000129, 34.145880999122816 ], [ -118.228889000000194, 34.146119999122917 ], [ -118.228769, 34.145896999122819 ], [ -118.228784, 34.139072999122916 ], [ -118.229156000000103, 34.139072999122916 ], [ -118.229149000000163, 34.138078999122925 ], [ -118.227877000000248, 34.138083999122998 ], [ -118.227751000000126, 34.135600999122964 ], [ -118.233598000000185, 34.135599999123052 ], [ -118.233605000000168, 34.134509999122962 ], [ -118.236273000000153, 34.134497999122992 ], [ -118.23660800000016, 34.132714999122989 ], [ -118.236019000000141, 34.128829999123219 ], [ -118.23531200000015, 34.127601999123179 ], [ -118.235238000000138, 34.12671999912304 ], [ -118.252089, 34.124403999123174 ], [ -118.253159, 34.124570999123122 ], [ -118.25364, 34.123302999123126 ], [ -118.25113300000011, 34.120946999123149 ], [ -118.254258, 34.118760999123303 ], [ -118.257063000000102, 34.121223999123146 ], [ -118.258829000000134, 34.123021999123168 ], [ -118.260669000000135, 34.125233999123104 ], [ -118.262344, 34.127675999123142 ], [ -118.275613000000163, 34.153260999122828 ], [ -118.277068000000142, 34.153255999122734 ], [ -118.278324000000168, 34.152995999122766 ], [ -118.278512000000177, 34.153469999122841 ], [ -118.279212000000257, 34.153942999122776 ], [ -118.27937800000015, 34.155066999122745 ], [ -118.280349000000186, 34.155951999122699 ], [ -118.281691000000208, 34.156472999122791 ], [ -118.283809000000105, 34.156537999122826 ], [ -118.287469000000286, 34.155770999122737 ], [ -118.291540000000111, 34.1557769991228 ], [ -118.295691000000119, 34.15895299912269 ], [ -118.296344000000133, 34.159022999122797 ], [ -118.297415000000242, 34.158870999122712 ], [ -118.297837000000229, 34.15857699912268 ], [ -118.297935, 34.158292999122672 ], [ -118.298947000000112, 34.157698999122751 ], [ -118.304338000000143, 34.159016999122834 ], [ -118.307248, 34.160955999122855 ], [ -118.307849000000203, 34.161151999122659 ], [ -118.307017000000172, 34.161782999122678 ], [ -118.304583, 34.164351999122623 ], [ -118.302030000000116, 34.166570999122577 ], [ -118.296887000000112, 34.171559999122515 ], [ -118.29918, 34.173275999122502 ], [ -118.298906000000159, 34.17369899912255 ], [ -118.296392000000168, 34.176121999122564 ], [ -118.297599000000176, 34.177003999122597 ], [ -118.29287500000018, 34.181633999122504 ], [ -118.290092000000314, 34.184615999122457 ], [ -118.287831000000153, 34.187631999122381 ], [ -118.283377, 34.18598399912235 ], [ -118.280109000000152, 34.190204999122294 ], [ -118.280209000000141, 34.207103999122197 ], [ -118.292761000000212, 34.221653999121976 ], [ -118.266871000000123, 34.221845999121946 ], [ -118.266733000000144, 34.240795999121701 ], [ -118.266024000000186, 34.240355999121689 ], [ -118.265999000000164, 34.243891999121679 ], [ -118.266044000000164, 34.247767999121685 ], [ -118.266691000000264, 34.247771999121653 ], [ -118.266672000000128, 34.250778999121657 ], [ -118.265297000000189, 34.250264999121569 ], [ -118.265264000000187, 34.252379999121651 ], [ -118.256500000000159, 34.252265999121533 ], [ -118.256690000000177, 34.267189999121413 ], [ -118.238903000000107, 34.267083999121468 ], [ -118.23880700000025, 34.252501999121613 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "glendora",
"name": "Glendora",
"slug": "glendora-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 19.5413403615, "type": "standalone-city", "name": "Glendora", "slug": "glendora"},
"resource_uri": "/1.0/boundary/glendora-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.824079000000154, 34.1786069991226 ], [ -117.793624, 34.178587999122435 ], [ -117.793532000000212, 34.166805999122516 ], [ -117.795092000000153, 34.166705999122598 ], [ -117.801292000000217, 34.16693399912262 ], [ -117.801468000000114, 34.158822999122762 ], [ -117.811484000000178, 34.158774999122798 ], [ -117.811735000000127, 34.150415999122806 ], [ -117.809368000000134, 34.141113999122958 ], [ -117.810237000000186, 34.139319999122925 ], [ -117.81108800000014, 34.138311999122955 ], [ -117.811174000000207, 34.137967999122985 ], [ -117.811793000000151, 34.125438999123048 ], [ -117.820309000000165, 34.126999999123115 ], [ -117.820209000000119, 34.117565999123237 ], [ -117.82288100000018, 34.117554999123193 ], [ -117.822643000000127, 34.115641999123241 ], [ -117.823126000000101, 34.115605999123275 ], [ -117.824439000000211, 34.115638999123227 ], [ -117.824787, 34.117537999123229 ], [ -117.82517400000016, 34.117494999123238 ], [ -117.824779000000305, 34.115249999123215 ], [ -117.825488000000107, 34.115185999123234 ], [ -117.825286000000219, 34.11392499912327 ], [ -117.826805, 34.113931999123295 ], [ -117.827261000000306, 34.114447999123158 ], [ -117.828838000000218, 34.114393999123358 ], [ -117.828842000000165, 34.113914999123281 ], [ -117.83765200000019, 34.113936999123204 ], [ -117.837640990464692, 34.106611004420373 ], [ -117.866137985786665, 34.10666600207032 ], [ -117.873898000000253, 34.106029999123379 ], [ -117.877154000000175, 34.105474999123338 ], [ -117.881091985823659, 34.106563002919053 ], [ -117.882394985743474, 34.106642000770925 ], [ -117.882385985774292, 34.107422999792398 ], [ -117.881476985710933, 34.107409004231911 ], [ -117.881370985752625, 34.121443000164135 ], [ -117.880356985726166, 34.121439004172935 ], [ -117.880352985717124, 34.124337000008225 ], [ -117.877166983927125, 34.124340005003951 ], [ -117.876767985565905, 34.124714004665051 ], [ -117.877164985898403, 34.124744000268443 ], [ -117.877168985716438, 34.12510400420377 ], [ -117.879254985721516, 34.125101000849334 ], [ -117.879308985739939, 34.126839004112938 ], [ -117.881291985640431, 34.126817001763726 ], [ -117.881345, 34.130094999122967 ], [ -117.885908000000157, 34.130038999123009 ], [ -117.885984000000278, 34.131000999123081 ], [ -117.886709, 34.131162999123077 ], [ -117.887037000000248, 34.132631999123006 ], [ -117.890037000000248, 34.132689999123087 ], [ -117.889692000000181, 34.146823999122837 ], [ -117.889679000000186, 34.156301999122661 ], [ -117.889852, 34.161489999122644 ], [ -117.88553700000017, 34.161502999122646 ], [ -117.885695000000254, 34.165105999122574 ], [ -117.880995, 34.165005999122627 ], [ -117.880863000000133, 34.171301999122583 ], [ -117.864398, 34.171445999122625 ], [ -117.864270000000147, 34.178533999122614 ], [ -117.850105000000113, 34.178562999122512 ], [ -117.85055900000016, 34.165154999122663 ], [ -117.845891, 34.165111999122637 ], [ -117.845993, 34.157506999122774 ], [ -117.841293, 34.157706999122681 ], [ -117.841293, 34.161205999122721 ], [ -117.839165, 34.161349999122727 ], [ -117.839293000000197, 34.162405999122733 ], [ -117.838672000000159, 34.16222299912264 ], [ -117.838343000000123, 34.159863999122798 ], [ -117.836609, 34.155897999122743 ], [ -117.834225000000146, 34.156440999122836 ], [ -117.832338, 34.157251999122806 ], [ -117.83039600000015, 34.157619999122794 ], [ -117.826993, 34.159531999122656 ], [ -117.825364, 34.160199999122604 ], [ -117.824686000000113, 34.160872999122752 ], [ -117.824662, 34.161962999122785 ], [ -117.837753000000106, 34.161524999122605 ], [ -117.837718000000223, 34.172363999122503 ], [ -117.846329, 34.172373999122598 ], [ -117.84639, 34.177732999122497 ], [ -117.845098, 34.177719999122495 ], [ -117.845098000000135, 34.178597999122474 ], [ -117.824079000000154, 34.1786069991226 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "gramercy-park",
"name": "Gramercy Park",
"slug": "gramercy-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.13403882337, "type": "segment-of-a-city", "name": "Gramercy Park", "slug": "gramercy-park"},
"resource_uri": "/1.0/boundary/gramercy-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.300207, 33.959913999125099 ], [ -118.300261995360813, 33.949999003468719 ], [ -118.302447974911317, 33.949993000109259 ], [ -118.30245399536264, 33.945474003461285 ], [ -118.305179974908683, 33.945467000185111 ], [ -118.305190995504773, 33.941845002911471 ], [ -118.30901497491601, 33.941833000143887 ], [ -118.309024997198051, 33.938210004721888 ], [ -118.313386989551518, 33.938214000142466 ], [ -118.313371983162028, 33.945460004723941 ], [ -118.317719982512997, 33.945462999571397 ], [ -118.317761000000104, 33.9598165504934 ], [ -118.300207, 33.959913999125099 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "granada-hills",
"name": "Granada Hills",
"slug": "granada-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 15.1114320603, "type": "segment-of-a-city", "name": "Granada Hills", "slug": "granada-hills"},
"resource_uri": "/1.0/boundary/granada-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.490156000000155, 34.314992999120818 ], [ -118.4799170000001, 34.303199999120977 ], [ -118.472817, 34.295800999120999 ], [ -118.469101, 34.292762999120981 ], [ -118.468369, 34.291167999121029 ], [ -118.468244, 34.290162999121129 ], [ -118.468381000000107, 34.288419999121032 ], [ -118.469314, 34.280127999121085 ], [ -118.472002, 34.271853999121141 ], [ -118.472017, 34.257201999121541 ], [ -118.489203, 34.257217999121394 ], [ -118.513116000000153, 34.257506999121411 ], [ -118.523232000000121, 34.257499999121386 ], [ -118.523233000000104, 34.257098999121403 ], [ -118.529393, 34.257189999121472 ], [ -118.528963, 34.260054999121387 ], [ -118.529456000000209, 34.260945999121375 ], [ -118.52831900000011, 34.2645019991213 ], [ -118.527719, 34.264961999121269 ], [ -118.527511000000132, 34.266113999121352 ], [ -118.526631, 34.268369999121319 ], [ -118.525863000000143, 34.268865999121346 ], [ -118.525143000000128, 34.269665999121251 ], [ -118.524983000000148, 34.270353999121347 ], [ -118.525495, 34.271297999121195 ], [ -118.526103, 34.271857999121259 ], [ -118.526519, 34.272101999121269 ], [ -118.527008000000123, 34.272075999121213 ], [ -118.526447000000118, 34.273153999121256 ], [ -118.526662, 34.27478399912124 ], [ -118.526327, 34.276462999121158 ], [ -118.526495, 34.277263999121175 ], [ -118.526919000000106, 34.277800999121176 ], [ -118.527519, 34.279300999121261 ], [ -118.527519, 34.281300999121122 ], [ -118.528019, 34.282100999121091 ], [ -118.527619000000101, 34.283300999121224 ], [ -118.528419, 34.284600999121146 ], [ -118.528819000000112, 34.286000999121185 ], [ -118.530119000000113, 34.286500999121053 ], [ -118.533619000000101, 34.290300999121072 ], [ -118.534819000000141, 34.292000999120994 ], [ -118.539019, 34.29570099912101 ], [ -118.540945239647073, 34.298793638707807 ], [ -118.540821000232143, 34.29881399889549 ], [ -118.541556999808719, 34.300219998962852 ], [ -118.542593000102173, 34.301360999214076 ], [ -118.543334999774359, 34.303257998979845 ], [ -118.544295999755462, 34.303939999002075 ], [ -118.543671999825378, 34.30571499901334 ], [ -118.547097000214919, 34.313350999173196 ], [ -118.545510999915706, 34.315657999172721 ], [ -118.546295999820515, 34.317331998945861 ], [ -118.534011000117502, 34.314530999304147 ], [ -118.507840132324944, 34.33426630318251 ], [ -118.50637, 34.333034999120571 ], [ -118.503436000000121, 34.326717999120632 ], [ -118.503330000000133, 34.325946999120646 ], [ -118.50375100000015, 34.324713999120533 ], [ -118.503696000000105, 34.324299999120591 ], [ -118.503347, 34.323789999120535 ], [ -118.497416000000101, 34.319787999120663 ], [ -118.49467600000014, 34.318676999120719 ], [ -118.492350000000101, 34.315521999120691 ], [ -118.490156000000155, 34.314992999120818 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "green-meadows",
"name": "Green Meadows",
"slug": "green-meadows-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.21985249315, "type": "segment-of-a-city", "name": "Green Meadows", "slug": "green-meadows"},
"resource_uri": "/1.0/boundary/green-meadows-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.255897986022731, 33.960124002405372 ], [ -118.25592998951808, 33.953060001581861 ], [ -118.254099979559811, 33.951032009346399 ], [ -118.253984990080369, 33.951255999663104 ], [ -118.253532995379018, 33.951260003366635 ], [ -118.253639316228046, 33.943333410320427 ], [ -118.254106000000164, 33.943314999125271 ], [ -118.254106000000164, 33.933114999125394 ], [ -118.254268986026844, 33.929383002385343 ], [ -118.25347398602635, 33.928632002384752 ], [ -118.253803986026668, 33.928184002384569 ], [ -118.253813976711371, 33.927300001297951 ], [ -118.253549995342397, 33.927300003470108 ], [ -118.253593995312826, 33.923095004551776 ], [ -118.269437786881895, 33.923101994170985 ], [ -118.269506, 33.960013999125039 ], [ -118.256406, 33.9600149991251 ], [ -118.256406, 33.960173185095272 ], [ -118.255897986022731, 33.960124002405372 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "green-valley",
"name": "Green Valley",
"slug": "green-valley-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.60519770856, "type": "unincorporated-area", "name": "Green Valley", "slug": "green-valley"},
"resource_uri": "/1.0/boundary/green-valley-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.396984773453042, 34.630655942831957 ], [ -118.394491649966369, 34.630581449614603 ], [ -118.394562816964907, 34.62348879362937 ], [ -118.390185143764242, 34.623498249347207 ], [ -118.390225147041619, 34.616388159004245 ], [ -118.39463446252995, 34.616394755783624 ], [ -118.394698297003401, 34.609170187587942 ], [ -118.411287392344875, 34.609250225556814 ], [ -118.412213546938872, 34.61636841150878 ], [ -118.416421831556676, 34.61638490188102 ], [ -118.416353597249838, 34.612816422938579 ], [ -118.429753740035139, 34.61280631305668 ], [ -118.429870541203783, 34.60923586590669 ], [ -118.437972794553744, 34.609229313580109 ], [ -118.438248023170885, 34.612837157645437 ], [ -118.436287039606498, 34.613799218116647 ], [ -118.436298321351018, 34.615283444846789 ], [ -118.434453061692423, 34.615293212409824 ], [ -118.434461220097006, 34.616370277469557 ], [ -118.429795196281574, 34.61639452789538 ], [ -118.429852753340882, 34.62147511041281 ], [ -118.420938669856383, 34.624802064853164 ], [ -118.421025025075366, 34.627254939511026 ], [ -118.412250936412647, 34.627201716012529 ], [ -118.412345657791619, 34.630788510282073 ], [ -118.403292894508425, 34.630844727402362 ], [ -118.396984773453042, 34.630655942831957 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "griffith-park",
"name": "Griffith Park",
"slug": "griffith-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.83352180271, "type": "segment-of-a-city", "name": "Griffith Park", "slug": "griffith-park"},
"resource_uri": "/1.0/boundary/griffith-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.298947, 34.157698999122715 ], [ -118.297935, 34.158292999122672 ], [ -118.297837000000129, 34.158576999122651 ], [ -118.297415000000115, 34.158870999122698 ], [ -118.295928, 34.158996999122657 ], [ -118.295691, 34.158952999122661 ], [ -118.29154, 34.155776999122786 ], [ -118.287469000000172, 34.15577099912268 ], [ -118.283809, 34.156537999122783 ], [ -118.28222, 34.156516999122729 ], [ -118.281691000000123, 34.156472999122755 ], [ -118.280349, 34.155951999122649 ], [ -118.279378, 34.155066999122695 ], [ -118.279212000000143, 34.153942999122755 ], [ -118.27873995932471, 34.15362371439506 ], [ -118.277709000000129, 34.145406999122741 ], [ -118.276408000000103, 34.140906999122727 ], [ -118.275708, 34.13710699912297 ], [ -118.273308, 34.128907999122994 ], [ -118.270508000000106, 34.121507999123104 ], [ -118.265408, 34.113608999123244 ], [ -118.265408, 34.113408999123052 ], [ -118.266308000000137, 34.112608999123147 ], [ -118.267408, 34.112308999123123 ], [ -118.268008000000123, 34.112708999123193 ], [ -118.271808000000135, 34.117207999123046 ], [ -118.271908000000124, 34.116907999123171 ], [ -118.273708000000141, 34.119007999123141 ], [ -118.274208, 34.11980799912314 ], [ -118.286109, 34.118507999123096 ], [ -118.292209000000113, 34.117607999123202 ], [ -118.299009, 34.115707999123217 ], [ -118.306609, 34.113807999123317 ], [ -118.307509000000152, 34.113407999123083 ], [ -118.309409, 34.113007999123163 ], [ -118.309510000000103, 34.141106999122805 ], [ -118.309410000000113, 34.147006999122731 ], [ -118.31091, 34.152206999122633 ], [ -118.31661, 34.151406999122777 ], [ -118.317810000000151, 34.152106999122736 ], [ -118.323038, 34.15246999912263 ], [ -118.328710000000143, 34.149806999122717 ], [ -118.328904698655478, 34.15029374576136 ], [ -118.325721, 34.153252999122898 ], [ -118.32211, 34.155726999122685 ], [ -118.317677, 34.156312999122626 ], [ -118.317217000000127, 34.154791999122743 ], [ -118.316002, 34.154660999122662 ], [ -118.315818, 34.154452999122711 ], [ -118.314675, 34.154277999122726 ], [ -118.312189000000132, 34.155344999122768 ], [ -118.310320000000132, 34.160759999122611 ], [ -118.309646, 34.161258999122644 ], [ -118.308728000000116, 34.161438999122623 ], [ -118.307248, 34.160955999122827 ], [ -118.304338, 34.159016999122784 ], [ -118.298947, 34.157698999122715 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hacienda-heights",
"name": "Hacienda Heights",
"slug": "hacienda-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 11.8870540287, "type": "unincorporated-area", "name": "Hacienda Heights", "slug": "hacienda-heights"},
"resource_uri": "/1.0/boundary/hacienda-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.9967929719719, 34.028399952296986 ], [ -117.992454972384039, 34.026718952294416 ], [ -117.992105972416894, 34.02713995229486 ], [ -117.989406972673109, 34.026023952293208 ], [ -117.989914972625527, 34.024984952292442 ], [ -117.982534973326267, 34.021933952288755 ], [ -117.98191597338473, 34.022921952288932 ], [ -117.97945897361798, 34.021932952287663 ], [ -117.979889188466558, 34.020868841095123 ], [ -117.975743000000193, 34.019174999124438 ], [ -117.975121879335376, 34.020208543910798 ], [ -117.977129973839098, 34.021026952286668 ], [ -117.975240974017652, 34.023414952287972 ], [ -117.973130974218307, 34.021210952285486 ], [ -117.971068974414067, 34.020713952284851 ], [ -117.973719974163387, 34.018236952283658 ], [ -117.974908974051274, 34.016383952282055 ], [ -117.975578973987666, 34.016484952282049 ], [ -117.975958354231935, 34.016097688775176 ], [ -117.975248000000292, 34.015806999124507 ], [ -117.975766876124297, 34.01497928253567 ], [ -117.973533000000302, 34.014077999124488 ], [ -117.966251000000213, 34.011828999124553 ], [ -117.964679000000203, 34.015436999124468 ], [ -117.963685000000297, 34.015538999124473 ], [ -117.958675000000184, 34.013491999124589 ], [ -117.959812659676729, 34.009865311886657 ], [ -117.948701000000256, 34.006519999124599 ], [ -117.948950668074005, 34.002396903234889 ], [ -117.930999000000213, 33.99721199912468 ], [ -117.931616284549548, 33.990776610290155 ], [ -117.931837426568777, 33.990753291328751 ], [ -117.931929433597531, 33.989937392546878 ], [ -117.93127242624854, 33.98987984463303 ], [ -117.93304859759867, 33.972634693424681 ], [ -117.947726147525387, 33.976023278321222 ], [ -117.947744000000242, 33.975451999125056 ], [ -117.949610770234528, 33.975073968409511 ], [ -117.949611992535893, 33.974639322468057 ], [ -117.957974306477439, 33.972536060535823 ], [ -117.968777356303875, 33.972571830853617 ], [ -117.974315555792487, 33.974157969323599 ], [ -117.976273923122378, 33.97448398866154 ], [ -117.976283054356273, 33.974721411241319 ], [ -117.976661677734427, 33.974829838196058 ], [ -117.976662556653281, 33.975092956900639 ], [ -117.993762029795093, 33.975163453984926 ], [ -117.99338931734836, 33.989647538172775 ], [ -118.002261935838689, 33.989613488517847 ], [ -118.002175401360333, 33.994044743517016 ], [ -118.005794393706751, 33.998209363820088 ], [ -118.005434572487559, 33.998821431710539 ], [ -118.019162015296146, 34.014249984886369 ], [ -118.008371811548926, 34.025773081951513 ], [ -118.005034971189247, 34.031634952301722 ], [ -118.00265397141527, 34.030857952300401 ], [ -118.000122971655713, 34.029686952299812 ], [ -117.9967929719719, 34.028399952296986 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hancock-park",
"name": "Hancock Park",
"slug": "hancock-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.51797955698, "type": "segment-of-a-city", "name": "Hancock Park", "slug": "hancock-park"},
"resource_uri": "/1.0/boundary/hancock-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.326309, 34.083508999123502 ], [ -118.325909, 34.062009999123724 ], [ -118.34411, 34.062109999123749 ], [ -118.34411, 34.083308999123567 ], [ -118.326309, 34.083508999123502 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hansen-dam",
"name": "Hansen Dam",
"slug": "hansen-dam-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.96106923644, "type": "segment-of-a-city", "name": "Hansen Dam", "slug": "hansen-dam"},
"resource_uri": "/1.0/boundary/hansen-dam-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.368321, 34.273346999121173 ], [ -118.361095, 34.272896999121308 ], [ -118.361113000000131, 34.2726019991211 ], [ -118.360613000000157, 34.272201999121279 ], [ -118.359313, 34.272001999121301 ], [ -118.359137, 34.272776999121128 ], [ -118.356293000000122, 34.267169999121329 ], [ -118.359996, 34.267246999121383 ], [ -118.359879, 34.266038999121228 ], [ -118.365513000000121, 34.266101999121489 ], [ -118.371007000000148, 34.260447999121446 ], [ -118.371113000000122, 34.263201999121343 ], [ -118.372113, 34.261301999121358 ], [ -118.373313, 34.260301999121332 ], [ -118.380214000000137, 34.259501999121419 ], [ -118.386114000000106, 34.260601999121391 ], [ -118.390679, 34.257299999121358 ], [ -118.393616000000151, 34.258271999121447 ], [ -118.39497, 34.259142999121472 ], [ -118.395414, 34.25920199912153 ], [ -118.395914, 34.258801999121403 ], [ -118.396114000000125, 34.259201999121437 ], [ -118.401814000000101, 34.2645019991213 ], [ -118.401414000000102, 34.266401999121427 ], [ -118.400014, 34.268101999121328 ], [ -118.397314, 34.271001999121218 ], [ -118.393914000000109, 34.273501999121251 ], [ -118.391781, 34.273332999121379 ], [ -118.382382000000106, 34.273742999121218 ], [ -118.381394, 34.274112999121257 ], [ -118.368321, 34.273346999121173 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "harbor-city",
"name": "Harbor City",
"slug": "harbor-city-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.58132095337, "type": "segment-of-a-city", "name": "Harbor City", "slug": "harbor-city"},
"resource_uri": "/1.0/boundary/harbor-city-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.300693, 33.81393399912691 ], [ -118.299205000000171, 33.813415999126839 ], [ -118.299205000000171, 33.813626449267147 ], [ -118.2984909860768, 33.813363002316116 ], [ -118.298493986076835, 33.813139002315793 ], [ -118.298339986076684, 33.813055002315771 ], [ -118.299015996860518, 33.80340000558455 ], [ -118.299615975135126, 33.803417999546078 ], [ -118.299637976947949, 33.802814000829699 ], [ -118.299144995210497, 33.802799003789062 ], [ -118.299145977968593, 33.797795999164769 ], [ -118.285939054669797, 33.797781395482467 ], [ -118.286905, 33.797716999127132 ], [ -118.283304000000172, 33.792916999127087 ], [ -118.282704, 33.792016999127057 ], [ -118.282104, 33.790616999127181 ], [ -118.280404000000104, 33.779016999127244 ], [ -118.282004000000143, 33.778816999127343 ], [ -118.289404000000118, 33.778516999127298 ], [ -118.292904, 33.77931699912736 ], [ -118.297705, 33.782216999127272 ], [ -118.298605, 33.780816999127232 ], [ -118.308005000000108, 33.779416999127292 ], [ -118.307927699683077, 33.779179105043106 ], [ -118.309464, 33.778914999127352 ], [ -118.309924, 33.781946999127378 ], [ -118.309039000000169, 33.781940999127301 ], [ -118.309038, 33.782178999127218 ], [ -118.308709, 33.782214999127341 ], [ -118.308713, 33.78820699912719 ], [ -118.308472, 33.788772999127232 ], [ -118.308685000000125, 33.789470999127204 ], [ -118.308829000000102, 33.806794999127035 ], [ -118.309296000000117, 33.808804999126906 ], [ -118.308127000000113, 33.809044999126996 ], [ -118.308558, 33.810490999126991 ], [ -118.308786, 33.812003999126908 ], [ -118.308792349517802, 33.816877594258358 ], [ -118.300693, 33.81393399912691 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "harbor-gateway",
"name": "Harbor Gateway",
"slug": "harbor-gateway-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.14092312531, "type": "segment-of-a-city", "name": "Harbor Gateway", "slug": "harbor-gateway"},
"resource_uri": "/1.0/boundary/harbor-gateway-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.289006000000143, 33.923614999125618 ], [ -118.281206, 33.923614999125448 ], [ -118.281265278067167, 33.923199001298045 ], [ -118.281448995598836, 33.923104004742264 ], [ -118.282085974943342, 33.923201000103482 ], [ -118.282267994717145, 33.897314998857709 ], [ -118.2832039860523, 33.896948002367822 ], [ -118.28228, 33.874126999126119 ], [ -118.282107, 33.872852999126216 ], [ -118.282247, 33.872638999126281 ], [ -118.281845, 33.872696999126134 ], [ -118.281643, 33.872018999126226 ], [ -118.281555, 33.862801999126326 ], [ -118.285363, 33.861155999126247 ], [ -118.285136000000108, 33.860683999126252 ], [ -118.285211, 33.86048099912631 ], [ -118.285488, 33.860635999126281 ], [ -118.285615, 33.861043999126316 ], [ -118.290523000000192, 33.858698999126261 ], [ -118.290518, 33.854222999126442 ], [ -118.285254000000123, 33.854156999126417 ], [ -118.285275, 33.85224999912635 ], [ -118.28603600000018, 33.852247999126476 ], [ -118.286016994800335, 33.846253005751024 ], [ -118.299206974804633, 33.846319000868164 ], [ -118.299180986075513, 33.823022002322283 ], [ -118.299042982594543, 33.82221000312056 ], [ -118.299205000000171, 33.813415999126839 ], [ -118.308792349517802, 33.816877594258358 ], [ -118.309412000000151, 33.85743899912633 ], [ -118.309279, 33.85834799912633 ], [ -118.30915000000013, 33.85834799912633 ], [ -118.309148, 33.865607999126325 ], [ -118.299319, 33.865697999126205 ], [ -118.2991430000001, 33.870530999126245 ], [ -118.299028, 33.870582999126199 ], [ -118.294349, 33.870627999126242 ], [ -118.294499, 33.866469999126181 ], [ -118.298063, 33.866421999126395 ], [ -118.298068, 33.865552999126287 ], [ -118.29197, 33.865544999126335 ], [ -118.29154, 33.865663999126262 ], [ -118.290624, 33.86633299912635 ], [ -118.291788, 33.894120999125889 ], [ -118.291582986053683, 33.923334002385843 ], [ -118.291547562964482, 33.923502085604987 ], [ -118.289006000000143, 33.923614999125618 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "harvard-heights",
"name": "Harvard Heights",
"slug": "harvard-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.791828822117, "type": "segment-of-a-city", "name": "Harvard Heights", "slug": "harvard-heights"},
"resource_uri": "/1.0/boundary/harvard-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.300012000000152, 34.052907999124002 ], [ -118.300008, 34.047410999123926 ], [ -118.300408000000118, 34.045610999124037 ], [ -118.300308000000129, 34.043910999124108 ], [ -118.300808, 34.043810999124034 ], [ -118.300908000000106, 34.040110999124195 ], [ -118.300408, 34.040010999124007 ], [ -118.300408000000118, 34.037311999124093 ], [ -118.309008000000105, 34.037410999124077 ], [ -118.315308, 34.037210999124255 ], [ -118.315008000000134, 34.037410999124077 ], [ -118.313408, 34.037510999124173 ], [ -118.313408, 34.040010999124007 ], [ -118.313008, 34.04001099912405 ], [ -118.313109000000111, 34.049610999123971 ], [ -118.313409, 34.052710999123867 ], [ -118.311209000000105, 34.052910999123938 ], [ -118.300012000000152, 34.052907999124002 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "harvard-park",
"name": "Harvard Park",
"slug": "harvard-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.640666412177, "type": "segment-of-a-city", "name": "Harvard Park", "slug": "harvard-park"},
"resource_uri": "/1.0/boundary/harvard-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.300207000000114, 33.97451399912481 ], [ -118.308907, 33.974412999124993 ], [ -118.308808, 33.986612999124738 ], [ -118.309008000000105, 33.988912999124828 ], [ -118.308908, 33.993012999124602 ], [ -118.300208, 33.993112999124669 ], [ -118.300308000000129, 33.990912999124639 ], [ -118.300107000000125, 33.984012999124701 ], [ -118.300207000000114, 33.97451399912481 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hasley-canyon",
"name": "Hasley Canyon",
"slug": "hasley-canyon-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.10198451154, "type": "unincorporated-area", "name": "Hasley Canyon", "slug": "hasley-canyon"},
"resource_uri": "/1.0/boundary/hasley-canyon-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.634476450332983, 34.496353018369298 ], [ -118.634391322671263, 34.492704409547592 ], [ -118.643096315977004, 34.492712356149013 ], [ -118.642842030031716, 34.481796149037805 ], [ -118.651548867958709, 34.481820757676587 ], [ -118.651112174909443, 34.478181286570468 ], [ -118.651314059772403, 34.478182180614759 ], [ -118.65139075903231, 34.477767254873704 ], [ -118.651695700144074, 34.47454484928101 ], [ -118.650674687606255, 34.47454181573773 ], [ -118.649806486709025, 34.467266972192881 ], [ -118.645385782750822, 34.467254322114059 ], [ -118.645354117787733, 34.459990216129782 ], [ -118.657088434077082, 34.460079565693682 ], [ -118.657018207928019, 34.459277420777717 ], [ -118.657637120296656, 34.458445850004786 ], [ -118.657735435742154, 34.457658729320926 ], [ -118.658203513489028, 34.457422289947267 ], [ -118.657965049087878, 34.457093807340925 ], [ -118.658035865673, 34.456672773901168 ], [ -118.658232191646604, 34.456358393606429 ], [ -118.658887528912331, 34.456046769365052 ], [ -118.659476492250093, 34.460100768171252 ], [ -118.672531421353966, 34.460052807001134 ], [ -118.673405681360009, 34.467163881385282 ], [ -118.669086995834732, 34.467206893095572 ], [ -118.669068522153992, 34.469019979728294 ], [ -118.671228983349522, 34.468997580541092 ], [ -118.671212140670022, 34.470809696535419 ], [ -118.677697097558877, 34.470736837065552 ], [ -118.677683611643189, 34.474358238911066 ], [ -118.686040849187791, 34.474466571936027 ], [ -118.685991326738133, 34.481712171800062 ], [ -118.678084539541089, 34.481600819973458 ], [ -118.660257409516646, 34.481846084044349 ], [ -118.660269915960342, 34.483665317411472 ], [ -118.655940710386673, 34.483653010938916 ], [ -118.655979004707973, 34.485471830546246 ], [ -118.651579951406447, 34.485459662541388 ], [ -118.651584862091212, 34.486036035308459 ], [ -118.652669578429567, 34.486452203235459 ], [ -118.65332907272915, 34.487453203842776 ], [ -118.65426014223749, 34.487913105859796 ], [ -118.65374751812891, 34.489075782526484 ], [ -118.652505269140661, 34.489075788385627 ], [ -118.652487705845658, 34.488389046136959 ], [ -118.651326208774478, 34.488389018822772 ], [ -118.651343895768647, 34.489079992348522 ], [ -118.648226212528201, 34.489091184537457 ], [ -118.648335439573458, 34.496338869678162 ], [ -118.634476450332983, 34.496353018369298 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hawaiian-gardens",
"name": "Hawaiian Gardens",
"slug": "hawaiian-gardens-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.985072535583, "type": "standalone-city", "name": "Hawaiian Gardens", "slug": "hawaiian-gardens"},
"resource_uri": "/1.0/boundary/hawaiian-gardens-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.072047000000126, 33.83872999912662 ], [ -118.072046000000128, 33.837991999126665 ], [ -118.067641000000179, 33.837991999126714 ], [ -118.067682000000289, 33.834907999126791 ], [ -118.068195000000131, 33.834905999126633 ], [ -118.068197000000168, 33.83473599912675 ], [ -118.069122000000235, 33.834821999126753 ], [ -118.069126000000125, 33.833217999126674 ], [ -118.068362, 33.83248899912671 ], [ -118.067707000000311, 33.832490999126719 ], [ -118.067711000000202, 33.833448999126738 ], [ -118.061822000000149, 33.833409999126665 ], [ -118.061389000000119, 33.833730999126693 ], [ -118.062713000000286, 33.831541999126706 ], [ -118.063337000000161, 33.828632999126782 ], [ -118.063268000000292, 33.824073999126803 ], [ -118.065440000000152, 33.82401199912681 ], [ -118.065961, 33.822599999126822 ], [ -118.068713000000145, 33.822477999126804 ], [ -118.068721, 33.824019999126733 ], [ -118.071826, 33.823973999126757 ], [ -118.071792000000158, 33.8225439991269 ], [ -118.072377, 33.823058999126928 ], [ -118.07460900000018, 33.823208999126841 ], [ -118.074622, 33.822776999126816 ], [ -118.079414000000199, 33.824143999126846 ], [ -118.081337000000161, 33.824976999126783 ], [ -118.080896000000152, 33.824303999126819 ], [ -118.081704000000116, 33.824318999126824 ], [ -118.081902000000284, 33.825361999126798 ], [ -118.082121000000285, 33.825683999126781 ], [ -118.082995, 33.828685999126769 ], [ -118.082777000000164, 33.829996999126678 ], [ -118.082426000000268, 33.83060099912683 ], [ -118.081793000000246, 33.830873999126766 ], [ -118.08185400000022, 33.834183999126672 ], [ -118.081547000000285, 33.833975999126643 ], [ -118.079836, 33.8340099991267 ], [ -118.079679000000297, 33.836946999126681 ], [ -118.079527000000155, 33.837267999126709 ], [ -118.07883900000013, 33.837259999126651 ], [ -118.079141000000106, 33.83871799912658 ], [ -118.072047000000126, 33.83872999912662 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hawthorne",
"name": "Hawthorne",
"slug": "hawthorne-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.22963426694, "type": "standalone-city", "name": "Hawthorne", "slug": "hawthorne"},
"resource_uri": "/1.0/boundary/hawthorne-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.352480993180265, 33.934542002309762 ], [ -118.352478979366154, 33.934200000858887 ], [ -118.350356986624917, 33.933964002087833 ], [ -118.349450984771366, 33.933679005304334 ], [ -118.348750993174761, 33.9337350023726 ], [ -118.348750979025624, 33.933619002234735 ], [ -118.348347993157518, 33.933644002563454 ], [ -118.348360979067465, 33.933400001927751 ], [ -118.348239986137784, 33.933404003804135 ], [ -118.348240986086651, 33.933813999953401 ], [ -118.347141993047586, 33.933815003207897 ], [ -118.347198979105428, 33.932605001717974 ], [ -118.34610699077291, 33.932694001543624 ], [ -118.346348, 33.932526999125329 ], [ -118.346074000000186, 33.932047999125452 ], [ -118.344225000000222, 33.930986999125501 ], [ -118.343875000000182, 33.931003999125537 ], [ -118.343863000000184, 33.930809999125536 ], [ -118.340993000000111, 33.930580999125524 ], [ -118.336307000000204, 33.93058399912546 ], [ -118.336346000000106, 33.92932899912546 ], [ -118.337364000000164, 33.929216999125551 ], [ -118.337277000000128, 33.92709299912547 ], [ -118.336665000000124, 33.925926999125601 ], [ -118.335219000000109, 33.925387999125576 ], [ -118.334089000000276, 33.925242999125651 ], [ -118.330022000000213, 33.925213999125639 ], [ -118.326866, 33.925834999125584 ], [ -118.326748000000251, 33.926118999125535 ], [ -118.326430000000158, 33.92613899912552 ], [ -118.326427000000152, 33.926768999125542 ], [ -118.325542, 33.926714999125601 ], [ -118.325510000000136, 33.928790999125681 ], [ -118.326422000000207, 33.928787999125511 ], [ -118.32642, 33.929094999125446 ], [ -118.322072000000176, 33.929039999125557 ], [ -118.322099000000321, 33.930570999125443 ], [ -118.313392000000206, 33.930682999125473 ], [ -118.313390992418348, 33.923409999231843 ], [ -118.317768979862478, 33.921606005763216 ], [ -118.31778797898049, 33.917520003156454 ], [ -118.316483987315053, 33.917656005465425 ], [ -118.315209985025163, 33.918433998438104 ], [ -118.313981992853471, 33.91836100381046 ], [ -118.313912980478932, 33.916452000074997 ], [ -118.326501000000221, 33.916445999125635 ], [ -118.326502000000161, 33.912819999125702 ], [ -118.326689000000201, 33.912829999125641 ], [ -118.326491000000146, 33.908623999125759 ], [ -118.32649200000013, 33.901931988879028 ], [ -118.328691981014586, 33.900124006981088 ], [ -118.329209987303642, 33.899434002399381 ], [ -118.330812991166084, 33.898001997779296 ], [ -118.331580987391916, 33.89751800549196 ], [ -118.333067986012779, 33.897424001189087 ], [ -118.332999986088055, 33.898290003992592 ], [ -118.335177979152917, 33.89828700037306 ], [ -118.335173993052678, 33.894663003147741 ], [ -118.342307979164715, 33.894658000462904 ], [ -118.342322993000082, 33.893598003649295 ], [ -118.344507000000135, 33.893513999125958 ], [ -118.344520000000301, 33.895460999125945 ], [ -118.34383000000031, 33.895417999125982 ], [ -118.34383000000031, 33.902452999125799 ], [ -118.351069000000237, 33.902566999125746 ], [ -118.351032, 33.901925999125758 ], [ -118.352150000000179, 33.901915999125926 ], [ -118.352147000000173, 33.901113999125883 ], [ -118.352376000000234, 33.901081999125907 ], [ -118.352372000000145, 33.901614999125897 ], [ -118.353174000000109, 33.901690999125876 ], [ -118.35320600000027, 33.902300999125863 ], [ -118.353607000000125, 33.902313999125845 ], [ -118.358108000000229, 33.902313999125823 ], [ -118.358142000000157, 33.900587999125904 ], [ -118.358664000000161, 33.900647999125873 ], [ -118.358688000000157, 33.901103999125844 ], [ -118.35900100000022, 33.901080999125853 ], [ -118.359126000000131, 33.901534999125843 ], [ -118.361256000000182, 33.901341999125862 ], [ -118.361286000000149, 33.896858999125975 ], [ -118.369178000000161, 33.896924999125915 ], [ -118.368280000000198, 33.896066999125928 ], [ -118.36625100000019, 33.894636999125971 ], [ -118.378721000000155, 33.894645999125906 ], [ -118.378680000000145, 33.91488999912567 ], [ -118.378388, 33.916374999125665 ], [ -118.369584993062617, 33.916320003171364 ], [ -118.369839986109881, 33.911880002387569 ], [ -118.369888986111249, 33.904334002382704 ], [ -118.369811986111173, 33.903845002382397 ], [ -118.369371992066917, 33.903304998686885 ], [ -118.369681979177415, 33.902327001523879 ], [ -118.365923986202574, 33.902454003152855 ], [ -118.36590698610965, 33.903698000018096 ], [ -118.365107993071859, 33.903704003117305 ], [ -118.365149979629066, 33.902454000310733 ], [ -118.364151985796312, 33.902328004845849 ], [ -118.364146986123032, 33.902800999959879 ], [ -118.363119993058305, 33.902803003174405 ], [ -118.36308697956386, 33.902111000434871 ], [ -118.362095985836959, 33.901999004762196 ], [ -118.361906986118953, 33.903718999888241 ], [ -118.361502985761291, 33.903717004872931 ], [ -118.361451972210617, 33.903966005637095 ], [ -118.361506986115714, 33.904445003964007 ], [ -118.361810986095136, 33.904443000799617 ], [ -118.361812986099693, 33.905205999958675 ], [ -118.361255986107878, 33.905207003998036 ], [ -118.361268986113245, 33.907770003975294 ], [ -118.362007986096501, 33.907766000792527 ], [ -118.361909986112735, 33.909492003979906 ], [ -118.362309986097031, 33.909490000790235 ], [ -118.362306986112159, 33.910356999920999 ], [ -118.36125298610267, 33.910355004850253 ], [ -118.361257986112719, 33.913795003979423 ], [ -118.361610986094831, 33.913793000796062 ], [ -118.361608986129141, 33.914182003902681 ], [ -118.36190798607862, 33.914177000873579 ], [ -118.361865986253079, 33.914843001086744 ], [ -118.361578986197927, 33.914875003234634 ], [ -118.361680985829565, 33.915964998774683 ], [ -118.361240985946068, 33.91591700595658 ], [ -118.361234986103057, 33.916421004021281 ], [ -118.362636979772148, 33.916422000126353 ], [ -118.362728993054972, 33.916022003193547 ], [ -118.363613986103104, 33.916021000765518 ], [ -118.363604986113984, 33.916417003981785 ], [ -118.368103986090048, 33.916383000838337 ], [ -118.36811798662761, 33.916700003575784 ], [ -118.3656169856215, 33.917778001258448 ], [ -118.365623972210145, 33.922916005662643 ], [ -118.365628985774109, 33.923319004902048 ], [ -118.368531986048438, 33.923468001070177 ], [ -118.368201972212987, 33.925291005666416 ], [ -118.368248990739701, 33.930945001298852 ], [ -118.364144986626968, 33.930944005226927 ], [ -118.361788985576666, 33.931981001208392 ], [ -118.361784986075648, 33.932405999965539 ], [ -118.361297986103921, 33.932407004022636 ], [ -118.361303986079832, 33.932782002138268 ], [ -118.360170993103452, 33.933020001017525 ], [ -118.358948986617492, 33.932932005503211 ], [ -118.35692698643841, 33.933555003117156 ], [ -118.355897985654948, 33.933982001335949 ], [ -118.355872986172059, 33.934522999944321 ], [ -118.35479899304805, 33.934523003219191 ], [ -118.354797979067996, 33.934110001964065 ], [ -118.353781986145421, 33.934147003782165 ], [ -118.35376998663412, 33.934518999804432 ], [ -118.352480993180265, 33.934542002309762 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hermosa-beach",
"name": "Hermosa Beach",
"slug": "hermosa-beach-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.47762686009, "type": "standalone-city", "name": "Hermosa Beach", "slug": "hermosa-beach"},
"resource_uri": "/1.0/boundary/hermosa-beach-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.404855, 33.877820999126222 ], [ -118.404539000000185, 33.877145999126157 ], [ -118.403120000000172, 33.87764599912596 ], [ -118.402760000000228, 33.87704599912621 ], [ -118.402031000000193, 33.877320999126255 ], [ -118.401550000000157, 33.877082999126102 ], [ -118.395963, 33.877100999126256 ], [ -118.395968000000138, 33.873985999126205 ], [ -118.395522000000156, 33.872830999126236 ], [ -118.391371000000206, 33.872811999126213 ], [ -118.386044000000268, 33.864677999126336 ], [ -118.386061, 33.864006999126353 ], [ -118.385650000000155, 33.863389999126284 ], [ -118.385511000000108, 33.862738999126371 ], [ -118.385624000000149, 33.861389999126494 ], [ -118.384957000000185, 33.858056999126376 ], [ -118.38529200000022, 33.858055999126385 ], [ -118.385076000000169, 33.857723999126527 ], [ -118.38482100000023, 33.856524999126442 ], [ -118.387594000000163, 33.855783999126388 ], [ -118.390273000000235, 33.854744999126503 ], [ -118.397860000000165, 33.852365999126512 ], [ -118.399491721508795, 33.851721576722937 ], [ -118.399581002727871, 33.852590015116611 ], [ -118.399966017952394, 33.853697972975702 ], [ -118.401971011829374, 33.858607995636042 ], [ -118.403390012324138, 33.863093017888829 ], [ -118.404770974282656, 33.866667009309509 ], [ -118.409462664475868, 33.876731091636543 ], [ -118.407192000000165, 33.877746999126181 ], [ -118.40693200000014, 33.877217999126195 ], [ -118.404855, 33.877820999126222 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hidden-hills",
"name": "Hidden Hills",
"slug": "hidden-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.70397314929, "type": "standalone-city", "name": "Hidden Hills", "slug": "hidden-hills"},
"resource_uri": "/1.0/boundary/hidden-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.667411, 34.176746999122493 ], [ -118.658589000000163, 34.176748999122601 ], [ -118.658593, 34.176058999122489 ], [ -118.659199, 34.175737999122468 ], [ -118.658619000000115, 34.175674999122499 ], [ -118.659486, 34.175233999122504 ], [ -118.658598000000168, 34.175208999122518 ], [ -118.658721000000142, 34.169275999122569 ], [ -118.658017000000157, 34.1694379991226 ], [ -118.654264, 34.16942699912255 ], [ -118.65428100000014, 34.16572199912261 ], [ -118.652037000000149, 34.165340999122634 ], [ -118.650436000000226, 34.165710999122595 ], [ -118.645534000000183, 34.165695999122633 ], [ -118.645553000000263, 34.161984999122616 ], [ -118.641975000000244, 34.161974999122656 ], [ -118.63973500000013, 34.159090999122725 ], [ -118.639867, 34.15881699912272 ], [ -118.639975000000192, 34.159085999122681 ], [ -118.639943000000216, 34.158881999122741 ], [ -118.640274000000176, 34.158679999122697 ], [ -118.641269000000165, 34.158313999122733 ], [ -118.64127, 34.157923999122694 ], [ -118.64575300000017, 34.15600399912271 ], [ -118.644739000000172, 34.157458999122689 ], [ -118.644722000000229, 34.157971999122758 ], [ -118.646722000000125, 34.157247999122767 ], [ -118.646776000000145, 34.157668999122798 ], [ -118.648287000000153, 34.158705999122702 ], [ -118.649368000000209, 34.158964999122659 ], [ -118.649948684511429, 34.158922308094034 ], [ -118.649986000000183, 34.157735999122615 ], [ -118.651295000000175, 34.157747999122606 ], [ -118.651309000000154, 34.158088999122718 ], [ -118.654353000000171, 34.1581129991227 ], [ -118.654312000000161, 34.160836999122708 ], [ -118.65522400000016, 34.161092999122694 ], [ -118.655177000000151, 34.158082999122655 ], [ -118.658677924635541, 34.157958457141149 ], [ -118.658687247387263, 34.154650406945912 ], [ -118.664372014176649, 34.15465504916218 ], [ -118.665310318722362, 34.154110048885592 ], [ -118.665681115403686, 34.151363673096128 ], [ -118.666380000000231, 34.152178999122768 ], [ -118.666925000000163, 34.152302999122838 ], [ -118.667521212345306, 34.152222637228263 ], [ -118.667512112604967, 34.154658344100042 ], [ -118.668502978024904, 34.15465880269921 ], [ -118.668503279036798, 34.154816531748637 ], [ -118.668665844561687, 34.154816921119846 ], [ -118.668667985325257, 34.154658909001711 ], [ -118.674213806660902, 34.154664271298643 ], [ -118.674233624772626, 34.165909266956561 ], [ -118.674377000000192, 34.168164999122617 ], [ -118.667950000000175, 34.168103999122621 ], [ -118.668153000000117, 34.176749999122485 ], [ -118.667411, 34.176746999122493 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "highland-park",
"name": "Highland Park",
"slug": "highland-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.41941790034, "type": "segment-of-a-city", "name": "Highland Park", "slug": "highland-park"},
"resource_uri": "/1.0/boundary/highland-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.190805, 34.131107999123067 ], [ -118.190705, 34.13070799912289 ], [ -118.188905, 34.131007999122957 ], [ -118.187605, 34.128107999122946 ], [ -118.185705, 34.128507999122995 ], [ -118.185605, 34.128907999122994 ], [ -118.182824212383565, 34.129715995032996 ], [ -118.18258, 34.129185999123102 ], [ -118.18134, 34.129497999123011 ], [ -118.181495000000126, 34.128029999123093 ], [ -118.180896000000118, 34.128330999123129 ], [ -118.180193, 34.126424999123053 ], [ -118.178583, 34.126719999123019 ], [ -118.177833, 34.126657999123083 ], [ -118.1777960000001, 34.126876999123027 ], [ -118.1765410000001, 34.126623999123169 ], [ -118.176955, 34.123140999123059 ], [ -118.172804, 34.124770999123051 ], [ -118.172936, 34.125812999123077 ], [ -118.172539, 34.125786999123051 ], [ -118.172299, 34.126081999123066 ], [ -118.171303, 34.126358999122971 ], [ -118.170434000000128, 34.12693099912309 ], [ -118.169768, 34.126856999123106 ], [ -118.1691, 34.12649199912309 ], [ -118.167221, 34.125884999123038 ], [ -118.165867, 34.12623799912307 ], [ -118.165587, 34.125466999123105 ], [ -118.167213, 34.124655999123199 ], [ -118.167792, 34.124766999122983 ], [ -118.168262, 34.124301999123205 ], [ -118.168454, 34.123913999123133 ], [ -118.168053, 34.123922999123153 ], [ -118.168039, 34.12311199912304 ], [ -118.16757, 34.121455999123114 ], [ -118.168289, 34.120182999123152 ], [ -118.16889, 34.119923999123138 ], [ -118.168999000000127, 34.119340999123153 ], [ -118.168833, 34.118667999123119 ], [ -118.168866, 34.117842999123241 ], [ -118.172758000000101, 34.113626999123191 ], [ -118.175422, 34.113250999123274 ], [ -118.175631, 34.112626999123222 ], [ -118.17595, 34.112525999123243 ], [ -118.175823389830498, 34.112433863529986 ], [ -118.175915, 34.112271999123173 ], [ -118.177005, 34.112907999123131 ], [ -118.180505, 34.111107999123199 ], [ -118.183205, 34.111607999123187 ], [ -118.184305, 34.110907999123199 ], [ -118.186105000000154, 34.107608999123229 ], [ -118.192505, 34.1031089991234 ], [ -118.197505000000149, 34.102608999123412 ], [ -118.199606, 34.1018089991233 ], [ -118.200606000000121, 34.101208999123251 ], [ -118.204906000000122, 34.096108999123359 ], [ -118.206206000000151, 34.094208999123524 ], [ -118.206406000000129, 34.093208999123355 ], [ -118.206206000000151, 34.092508999123403 ], [ -118.206906000000146, 34.090708999123507 ], [ -118.210106, 34.087309999123498 ], [ -118.212906, 34.086409999123497 ], [ -118.21200600000013, 34.088109999123503 ], [ -118.211406000000153, 34.088909999123551 ], [ -118.211106, 34.089809999123489 ], [ -118.211306000000107, 34.091108999123584 ], [ -118.211606, 34.090808999123517 ], [ -118.211606, 34.093108999123302 ], [ -118.211406000000153, 34.093708999123386 ], [ -118.209906, 34.095308999123382 ], [ -118.209206, 34.096408999123362 ], [ -118.206106000000105, 34.099208999123327 ], [ -118.205206, 34.101108999123376 ], [ -118.205806000000166, 34.106008999123205 ], [ -118.203806, 34.107008999123195 ], [ -118.204806, 34.108508999123302 ], [ -118.207706000000158, 34.112208999123098 ], [ -118.208306000000135, 34.112508999123193 ], [ -118.2081060000001, 34.112807999123049 ], [ -118.210306000000102, 34.114807999123073 ], [ -118.211706, 34.115807999123199 ], [ -118.213706, 34.116207999123134 ], [ -118.212906, 34.11770799912302 ], [ -118.213506, 34.119407999123219 ], [ -118.214406000000125, 34.120207999123096 ], [ -118.215506000000104, 34.120607999123109 ], [ -118.216806, 34.120807999123052 ], [ -118.216206, 34.123207999123082 ], [ -118.213706, 34.122607999123069 ], [ -118.208906000000113, 34.121807999123064 ], [ -118.208306000000135, 34.124407999122965 ], [ -118.20390600000016, 34.12370799912302 ], [ -118.203506, 34.125407999122991 ], [ -118.202206000000103, 34.125207999122956 ], [ -118.200306, 34.128107999122946 ], [ -118.200006, 34.12790799912306 ], [ -118.200006000000158, 34.127307999123083 ], [ -118.198606, 34.126207999122947 ], [ -118.198235000000139, 34.126613999122981 ], [ -118.198106000000152, 34.12640799912301 ], [ -118.197306000000125, 34.126507999123049 ], [ -118.194506, 34.12640799912301 ], [ -118.193906, 34.129507999123 ], [ -118.192505, 34.129807999122946 ], [ -118.191305, 34.130507999122997 ], [ -118.191205, 34.131107999123017 ], [ -118.190805, 34.131107999123067 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "historic-south-central",
"name": "Historic South-Central",
"slug": "historic-south-central-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.55351898402, "type": "segment-of-a-city", "name": "Historic South-Central", "slug": "historic-south-central"},
"resource_uri": "/1.0/boundary/historic-south-central-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.256407, 34.004813999124522 ], [ -118.256407, 34.003813999124517 ], [ -118.260707, 34.003913999124478 ], [ -118.263907, 34.00371399912455 ], [ -118.265207, 34.003813999124532 ], [ -118.281107, 34.003712999124524 ], [ -118.281207000000123, 34.005512999124456 ], [ -118.281107, 34.015912999124261 ], [ -118.280807000000152, 34.016912999124408 ], [ -118.274607, 34.026511999124217 ], [ -118.274307, 34.028111999124178 ], [ -118.274107000000114, 34.03541199912403 ], [ -118.250507000000113, 34.024512999124219 ], [ -118.254107000000118, 34.020512999124335 ], [ -118.256507000000113, 34.014712999124349 ], [ -118.256407, 34.004813999124522 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hollywood-hills",
"name": "Hollywood Hills",
"slug": "hollywood-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 7.04764074288, "type": "segment-of-a-city", "name": "Hollywood Hills", "slug": "hollywood-hills"},
"resource_uri": "/1.0/boundary/hollywood-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.317810000000151, 34.152106999122736 ], [ -118.31661, 34.151406999122777 ], [ -118.31091, 34.152206999122633 ], [ -118.309410000000113, 34.147006999122731 ], [ -118.309510000000103, 34.141106999122805 ], [ -118.309409, 34.113007999123163 ], [ -118.307509000000152, 34.113407999123083 ], [ -118.307609000000141, 34.109207999123271 ], [ -118.308009, 34.108007999123195 ], [ -118.309409, 34.107707999123242 ], [ -118.309409, 34.105308999123253 ], [ -118.32641, 34.105107999123291 ], [ -118.32811, 34.105507999123184 ], [ -118.32921000000016, 34.105207999123174 ], [ -118.33051000000016, 34.105107999123291 ], [ -118.33061, 34.105307999123262 ], [ -118.33751, 34.105107999123291 ], [ -118.33771, 34.104507999123207 ], [ -118.33831, 34.103907999123258 ], [ -118.34391, 34.104007999123219 ], [ -118.34591, 34.103707999123252 ], [ -118.346110000000124, 34.104507999123207 ], [ -118.34481, 34.105807999123236 ], [ -118.345510000000132, 34.107107999123244 ], [ -118.346110000000124, 34.111507999123091 ], [ -118.34461, 34.112707999123167 ], [ -118.344010000000111, 34.113407999123083 ], [ -118.344410000000138, 34.115107999123133 ], [ -118.34601, 34.11540799912305 ], [ -118.347510000000113, 34.115907999123145 ], [ -118.348711, 34.117907999123048 ], [ -118.348611, 34.118807999123078 ], [ -118.348111000000117, 34.119007999123141 ], [ -118.347510000000113, 34.118007999123051 ], [ -118.34721, 34.118207999123079 ], [ -118.3476110000001, 34.120107999123135 ], [ -118.349111000000107, 34.120107999123135 ], [ -118.351711, 34.119807999123076 ], [ -118.353111, 34.119407999123219 ], [ -118.355011000000118, 34.121106999123015 ], [ -118.355911, 34.121206999122997 ], [ -118.356811, 34.121806999123038 ], [ -118.358911, 34.122406999123037 ], [ -118.359611000000115, 34.123006999123099 ], [ -118.358111, 34.12360699912297 ], [ -118.359511000000111, 34.125706999123032 ], [ -118.360411000000127, 34.125906999123117 ], [ -118.360811000000126, 34.126306999122932 ], [ -118.360511, 34.127306999122986 ], [ -118.35991100000011, 34.128306999122962 ], [ -118.361211, 34.129206999122935 ], [ -118.362711000000132, 34.129206999122935 ], [ -118.363111, 34.129906999122973 ], [ -118.362411, 34.129506999122938 ], [ -118.361211, 34.129906999122866 ], [ -118.360511, 34.130406999123096 ], [ -118.361911, 34.130006999122891 ], [ -118.363311, 34.131806999122873 ], [ -118.361911, 34.131006999122967 ], [ -118.360711, 34.132406999122963 ], [ -118.359611, 34.133006999123054 ], [ -118.358811, 34.132706999123023 ], [ -118.358211000000111, 34.133206999122976 ], [ -118.35721100000012, 34.132706999122952 ], [ -118.356511000000125, 34.132006999122957 ], [ -118.356011000000166, 34.132806999122977 ], [ -118.354411, 34.13250699912291 ], [ -118.353613, 34.132196999122868 ], [ -118.352584, 34.134191999122969 ], [ -118.352344399330732, 34.134330669114433 ], [ -118.352136, 34.134158999122974 ], [ -118.351592, 34.134109999122863 ], [ -118.350689000000159, 34.133187999123109 ], [ -118.349787000000148, 34.132535999123036 ], [ -118.348775, 34.131385999122919 ], [ -118.348405, 34.131987999122913 ], [ -118.348657, 34.132463999122955 ], [ -118.34845300000012, 34.132884999122894 ], [ -118.347462, 34.133143999123021 ], [ -118.347774000000101, 34.133464999123028 ], [ -118.346714, 34.133890999122826 ], [ -118.346717, 34.134192999123051 ], [ -118.346489, 34.134350999123072 ], [ -118.3465640000001, 34.134645999122881 ], [ -118.345861, 34.134676999122924 ], [ -118.34557600000015, 34.135108999122835 ], [ -118.344213, 34.13606099912294 ], [ -118.344424, 34.136800999122961 ], [ -118.344028000000151, 34.13784899912293 ], [ -118.343230000000105, 34.138213999122939 ], [ -118.345172388065791, 34.142547305322189 ], [ -118.34088, 34.144934999122775 ], [ -118.340343, 34.145491999122875 ], [ -118.339891, 34.145558999122834 ], [ -118.338804, 34.145227999122817 ], [ -118.33663700000011, 34.146493999122939 ], [ -118.331028, 34.148317999122796 ], [ -118.330067, 34.149746999122769 ], [ -118.328904698655478, 34.15029374576136 ], [ -118.328710000000143, 34.149806999122717 ], [ -118.323038, 34.15246999912263 ], [ -118.317810000000151, 34.152106999122736 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hollywood-hills-west",
"name": "Hollywood Hills West",
"slug": "hollywood-hills-west-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.87457437609, "type": "segment-of-a-city", "name": "Hollywood Hills West", "slug": "hollywood-hills-west"},
"resource_uri": "/1.0/boundary/hollywood-hills-west-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.370111, 34.129906999122973 ], [ -118.369811000000141, 34.129306999122917 ], [ -118.367911000000134, 34.129306999122967 ], [ -118.367111000000108, 34.128906999123068 ], [ -118.363111, 34.128106999122942 ], [ -118.361811, 34.128206999122945 ], [ -118.361011, 34.128006999122917 ], [ -118.360511, 34.127306999122986 ], [ -118.360811000000126, 34.126306999122932 ], [ -118.360411000000127, 34.125906999123117 ], [ -118.359511000000111, 34.125706999123032 ], [ -118.358111, 34.12360699912297 ], [ -118.359611000000115, 34.123006999123099 ], [ -118.358911, 34.122406999123037 ], [ -118.356811, 34.121806999123038 ], [ -118.355911, 34.121206999122997 ], [ -118.355011000000118, 34.121106999123015 ], [ -118.353111, 34.119407999123219 ], [ -118.351711, 34.119807999123076 ], [ -118.349111000000107, 34.120107999123135 ], [ -118.3476110000001, 34.120107999123135 ], [ -118.34721, 34.118207999123079 ], [ -118.347510000000113, 34.118007999123051 ], [ -118.348111000000117, 34.119007999123141 ], [ -118.348611, 34.118807999123078 ], [ -118.348711, 34.117907999123048 ], [ -118.347510000000113, 34.115907999123145 ], [ -118.34601, 34.11540799912305 ], [ -118.344410000000138, 34.115107999123133 ], [ -118.344010000000111, 34.113407999123083 ], [ -118.34461, 34.112707999123167 ], [ -118.346110000000124, 34.111507999123091 ], [ -118.345510000000132, 34.107107999123244 ], [ -118.34481, 34.105807999123236 ], [ -118.346110000000124, 34.104507999123207 ], [ -118.345810000000185, 34.103307999123224 ], [ -118.35291, 34.103407999123228 ], [ -118.35401000000013, 34.103307999123224 ], [ -118.35401000000013, 34.101607999123303 ], [ -118.359411, 34.101607999123303 ], [ -118.361711000000128, 34.101207999123289 ], [ -118.361794199541535, 34.097176003708874 ], [ -118.366721, 34.097107999123466 ], [ -118.36672, 34.09688799912356 ], [ -118.367341, 34.096878999123348 ], [ -118.367342000000122, 34.09709799912337 ], [ -118.368168, 34.097086999123384 ], [ -118.368209, 34.098034999123328 ], [ -118.368644000000117, 34.098070999123422 ], [ -118.3697990000001, 34.097212999123286 ], [ -118.371574, 34.09642799912352 ], [ -118.3726, 34.095675999123493 ], [ -118.376577, 34.094749999123458 ], [ -118.379297, 34.092954999123549 ], [ -118.38118100000014, 34.092103999123552 ], [ -118.381183000000121, 34.093322999123437 ], [ -118.383369, 34.093326999123406 ], [ -118.38337, 34.093723999123462 ], [ -118.384378, 34.09372199912346 ], [ -118.38445900000012, 34.093556999123471 ], [ -118.385038, 34.09355799912332 ], [ -118.385036, 34.093201999123487 ], [ -118.38553, 34.09320299912347 ], [ -118.385528, 34.092762999123451 ], [ -118.385706, 34.092941999123475 ], [ -118.385941, 34.092767999123502 ], [ -118.38604, 34.09103599912342 ], [ -118.395844, 34.0910549991235 ], [ -118.395914, 34.095012999123497 ], [ -118.396154, 34.095162999123488 ], [ -118.396504, 34.095065999123364 ], [ -118.396506, 34.096181999123495 ], [ -118.395412, 34.096172999123439 ], [ -118.394894, 34.096975999123345 ], [ -118.392081, 34.099793999123449 ], [ -118.392079, 34.106357999123325 ], [ -118.392227, 34.106516999123286 ], [ -118.391757, 34.106681999123275 ], [ -118.391197000000105, 34.10748599912332 ], [ -118.390574000000186, 34.109202999123269 ], [ -118.391140000000107, 34.112422999123325 ], [ -118.391579589121889, 34.112425976024603 ], [ -118.391920000000113, 34.114214999123142 ], [ -118.392096, 34.11448699912313 ], [ -118.391651, 34.114194999123193 ], [ -118.391012, 34.115206999123146 ], [ -118.391712, 34.117006999123141 ], [ -118.390612000000104, 34.11710699912318 ], [ -118.390612000000104, 34.117606999123218 ], [ -118.390312000000165, 34.118306999123234 ], [ -118.388812, 34.11870699912312 ], [ -118.390912, 34.119206999123087 ], [ -118.390912000000142, 34.119906999123089 ], [ -118.392112, 34.120406999123105 ], [ -118.390012, 34.121106999123114 ], [ -118.388712, 34.120906999123193 ], [ -118.386912, 34.121806999123038 ], [ -118.385812, 34.121406999123025 ], [ -118.385012, 34.122006999123116 ], [ -118.383212000000114, 34.122006999123116 ], [ -118.382612000000123, 34.122606999123036 ], [ -118.381612000000118, 34.122306999123055 ], [ -118.381012000000112, 34.123006999122993 ], [ -118.375711000000138, 34.12180699912313 ], [ -118.375711000000138, 34.123306999123088 ], [ -118.375411000000128, 34.123406999123162 ], [ -118.374911, 34.124006999123118 ], [ -118.374911, 34.124606999123067 ], [ -118.373611, 34.12670699912286 ], [ -118.373011000000147, 34.126406999123034 ], [ -118.371711000000147, 34.126406999123034 ], [ -118.371511, 34.126906999122994 ], [ -118.372011, 34.128406999123179 ], [ -118.372811, 34.129406999123084 ], [ -118.373612, 34.130906999123063 ], [ -118.372611, 34.131106999122999 ], [ -118.371311, 34.130106999123029 ], [ -118.370111, 34.129906999122973 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hollywood",
"name": "Hollywood",
"slug": "hollywood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.50639022096, "type": "segment-of-a-city", "name": "Hollywood", "slug": "hollywood"},
"resource_uri": "/1.0/boundary/hollywood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.32691, 34.105207999999514 ], [ -118.32411, 34.105107999999724 ], [ -118.309409, 34.105308999999579 ], [ -118.309309, 34.083608999999576 ], [ -118.319809, 34.083508999999587 ], [ -118.324009, 34.083608999999718 ], [ -118.34411, 34.083308999999602 ], [ -118.344110821295033, 34.088893395393498 ], [ -118.343387999999862, 34.088927999999612 ], [ -118.343382, 34.094327999999742 ], [ -118.361641, 34.094535999999721 ], [ -118.361652, 34.097177999999616 ], [ -118.361794199541436, 34.097176004585101 ], [ -118.361711, 34.101207999999609 ], [ -118.359411, 34.10160799999958 ], [ -118.35401, 34.10160799999958 ], [ -118.35401, 34.103307999999544 ], [ -118.34581, 34.103307999999544 ], [ -118.34591, 34.103707999999592 ], [ -118.34391, 34.104007999999531 ], [ -118.33831, 34.103907999999592 ], [ -118.33771, 34.104507999999541 ], [ -118.33751, 34.105107999999625 ], [ -118.33061, 34.105307999999596 ], [ -118.33051, 34.105107999999625 ], [ -118.32921, 34.105207999999507 ], [ -118.32811, 34.10550799999956 ], [ -118.32691, 34.105207999999514 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "huntington-park",
"name": "Huntington Park",
"slug": "huntington-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.03466655287, "type": "standalone-city", "name": "Huntington Park", "slug": "huntington-park"},
"resource_uri": "/1.0/boundary/huntington-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.223536000000124, 33.995713999124703 ], [ -118.223758000000217, 33.993862999124758 ], [ -118.223548000000179, 33.993052999124821 ], [ -118.223607000000158, 33.991474999124812 ], [ -118.215221000000255, 33.991615999124761 ], [ -118.215198000000115, 33.989815999124744 ], [ -118.212772000000115, 33.989815999124744 ], [ -118.212612000000206, 33.984193999124969 ], [ -118.204144000000113, 33.983330999124995 ], [ -118.204285, 33.989078999124771 ], [ -118.202828000000125, 33.98891699912479 ], [ -118.202646000000172, 33.988648999124777 ], [ -118.194433, 33.987818999124848 ], [ -118.193381000000258, 33.98749299912479 ], [ -118.192268000000198, 33.987620999124871 ], [ -118.190015000000201, 33.987418999124777 ], [ -118.190111000000172, 33.986804999124843 ], [ -118.189674000000181, 33.986784999124815 ], [ -118.189670000000135, 33.98659199912489 ], [ -118.189009000000212, 33.986561999124824 ], [ -118.189586000000133, 33.981848999124836 ], [ -118.197411000000201, 33.982653999124842 ], [ -118.197536000000142, 33.98206399912484 ], [ -118.202581000000137, 33.982568999124837 ], [ -118.202544000000174, 33.980037999124825 ], [ -118.202337000000227, 33.979660999124803 ], [ -118.20429, 33.979876999124912 ], [ -118.204285000000183, 33.979504999124906 ], [ -118.206243000000143, 33.979637999124868 ], [ -118.206166000000195, 33.976240999124876 ], [ -118.203911000000232, 33.9759189991249 ], [ -118.203508000000113, 33.973946999124891 ], [ -118.202763000000175, 33.971870999124917 ], [ -118.199793000000156, 33.97156599912492 ], [ -118.199842000000174, 33.971205999125047 ], [ -118.199488000000201, 33.971212999124944 ], [ -118.199612000000101, 33.970392999124982 ], [ -118.201898000000213, 33.970610999124979 ], [ -118.200614000000172, 33.968730999125079 ], [ -118.199552000000182, 33.967554999125085 ], [ -118.197215000000199, 33.96544899912508 ], [ -118.192345000000174, 33.961576999125086 ], [ -118.212021, 33.963629999125246 ], [ -118.210746985741721, 33.971822004760845 ], [ -118.217620986247937, 33.97253900004339 ], [ -118.217542985775609, 33.973414004698959 ], [ -118.230090986170168, 33.974739001990315 ], [ -118.237631986007727, 33.974738000768752 ], [ -118.237649985994295, 33.977166004112391 ], [ -118.238953986021201, 33.977176000716057 ], [ -118.239020990590191, 33.989403000749512 ], [ -118.233044000000163, 33.989340999125005 ], [ -118.231092, 33.989608999124783 ], [ -118.23108600000019, 33.989212999124788 ], [ -118.230284000000168, 33.989213999124821 ], [ -118.230273, 33.990342999124714 ], [ -118.229663, 33.9903339991248 ], [ -118.229687000000141, 33.995691999124681 ], [ -118.22520500000013, 33.995696999124768 ], [ -118.225210000000203, 33.996107999124703 ], [ -118.223809000000159, 33.99614599912465 ], [ -118.22381200000018, 33.996354999124684 ], [ -118.223497000000194, 33.996357999124783 ], [ -118.223536000000124, 33.995713999124703 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "hyde-park",
"name": "Hyde Park",
"slug": "hyde-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.88464641644, "type": "segment-of-a-city", "name": "Hyde Park", "slug": "hyde-park"},
"resource_uri": "/1.0/boundary/hyde-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.317008000000129, 34.003612999124634 ], [ -118.317108000000175, 33.988912999124764 ], [ -118.317608000000121, 33.988912999124828 ], [ -118.317508, 33.981712999124888 ], [ -118.317608, 33.970712999124984 ], [ -118.317747231990239, 33.970712999124984 ], [ -118.317747, 33.970922999125044 ], [ -118.32184, 33.970916999124974 ], [ -118.321887, 33.970795999124981 ], [ -118.322315, 33.970795999124981 ], [ -118.32236200000014, 33.970915999125097 ], [ -118.326471, 33.970908999125044 ], [ -118.32648, 33.967266999124945 ], [ -118.33303, 33.967248999124998 ], [ -118.333024000000151, 33.972695999125037 ], [ -118.335212, 33.972690999124829 ], [ -118.335186, 33.981757999124902 ], [ -118.358386448146931, 33.981667508177573 ], [ -118.358509, 33.981911999124726 ], [ -118.358280180327498, 33.983045516758963 ], [ -118.352682982610688, 33.983059004695086 ], [ -118.352680988975735, 33.989334999676451 ], [ -118.342486995395973, 33.989415003420234 ], [ -118.342473976763998, 33.988453001434891 ], [ -118.337265982609011, 33.988491004656865 ], [ -118.337264982593211, 33.988986004707932 ], [ -118.337750989546933, 33.988984000187017 ], [ -118.337752988915639, 33.989466000277886 ], [ -118.337253982610164, 33.989474004653353 ], [ -118.337281988847749, 33.996307999665099 ], [ -118.331628982594026, 33.996333004692048 ], [ -118.331484986068276, 34.001492002440678 ], [ -118.331856986068459, 34.002543002441314 ], [ -118.332469225242832, 34.003389034043188 ], [ -118.32920800000015, 34.00361299912457 ], [ -118.322308, 34.003512999124546 ], [ -118.317008000000129, 34.003612999124634 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "industry",
"name": "Industry",
"slug": "industry-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 12.3503569476, "type": "standalone-city", "name": "Industry", "slug": "industry"},
"resource_uri": "/1.0/boundary/industry-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.883932960243058, 33.995965138375418 ], [ -117.883967960246594, 33.995625138375701 ], [ -117.888310193962653, 33.996335803676118 ], [ -117.888175596478092, 33.997485470587598 ], [ -117.883771960226255, 33.99784013837963 ], [ -117.883932960243058, 33.995965138375418 ] ] ], [ [ [ -118.044063213801778, 34.027148737995439 ], [ -118.042433345303508, 34.026661985154895 ], [ -118.044279, 34.026959999124301 ], [ -118.047121000000189, 34.028763999124259 ], [ -118.04868214587087, 34.028832017553263 ], [ -118.04762712660002, 34.029451875879722 ], [ -118.04570021356696, 34.028876475061018 ], [ -118.044063213801778, 34.027148737995439 ] ] ], [ [ [ -118.007428000000218, 34.057790999123995 ], [ -118.003635000000244, 34.055154999123985 ], [ -118.001612000000137, 34.058913999123874 ], [ -118.000696, 34.061248999123862 ], [ -118.000322000000224, 34.061484999123913 ], [ -117.990798000000197, 34.062530999123965 ], [ -117.990375000000157, 34.062240999123922 ], [ -117.990054000000157, 34.062806999123886 ], [ -117.989772000000116, 34.062596999123755 ], [ -117.989507, 34.062927999123829 ], [ -117.988098, 34.062880999123919 ], [ -117.988167000000189, 34.06260899912386 ], [ -117.986537000000155, 34.062657999123964 ], [ -117.985962000000185, 34.063266999123869 ], [ -117.985245000000276, 34.062723999123868 ], [ -117.985106, 34.06239999912394 ], [ -117.982429991211632, 34.062633000114204 ], [ -117.985471000000132, 34.05945399912391 ], [ -117.983000000000132, 34.057768999124065 ], [ -117.985297989351594, 34.055339006185619 ], [ -117.986306981556751, 34.056035999490682 ], [ -117.986715990067424, 34.055630005395578 ], [ -117.988210981329871, 34.056671999305756 ], [ -117.989238000000114, 34.055566999123904 ], [ -117.986726, 34.053884999123937 ], [ -117.990504000000186, 34.04996099912416 ], [ -117.981435000000147, 34.043832999124156 ], [ -117.952791000000218, 34.022805999124415 ], [ -117.954148000000146, 34.019911999124375 ], [ -117.951480000000103, 34.017663999124473 ], [ -117.948261000000258, 34.015378999124415 ], [ -117.946092000000149, 34.014095999124542 ], [ -117.942359, 34.012393999124363 ], [ -117.94179800000019, 34.0123369991245 ], [ -117.941246, 34.012592999124521 ], [ -117.940299000000138, 34.011872999124471 ], [ -117.93921800000011, 34.011386999124483 ], [ -117.925270000000154, 34.009043999124501 ], [ -117.92405100000019, 34.010441999124431 ], [ -117.923216000000195, 34.012625999124502 ], [ -117.921563000000148, 34.015295999124447 ], [ -117.920683000000167, 34.017094999124438 ], [ -117.931661000000233, 34.017918999124404 ], [ -117.931674000000129, 34.016082999124471 ], [ -117.93784100000012, 34.017712999124413 ], [ -117.936720000000165, 34.022364999124427 ], [ -117.943097000000165, 34.022811999124244 ], [ -117.943097000000165, 34.024443999124379 ], [ -117.944736000000177, 34.025091999124292 ], [ -117.944147000000186, 34.025864999124352 ], [ -117.943813000000191, 34.026820999124219 ], [ -117.943468000000124, 34.026892999124307 ], [ -117.943497, 34.028091999124257 ], [ -117.937792000000229, 34.028045999124323 ], [ -117.937498000000218, 34.033782999124163 ], [ -117.937347000000173, 34.034249999124221 ], [ -117.941008000000224, 34.034531999124226 ], [ -117.940805990651569, 34.036529999446792 ], [ -117.934601992959983, 34.036164002907164 ], [ -117.934695000000204, 34.033593999124228 ], [ -117.935515985856, 34.028006000519532 ], [ -117.932405985709693, 34.02782800314705 ], [ -117.922775985673582, 34.025222002042781 ], [ -117.917588990401654, 34.024680004666557 ], [ -117.919970000000248, 34.018575999124387 ], [ -117.919371, 34.018408999124418 ], [ -117.91997600000019, 34.016918999124563 ], [ -117.923559985709446, 34.01125100121223 ], [ -117.918917986391932, 34.011542000717981 ], [ -117.916644992576323, 34.011234004168848 ], [ -117.916839985995964, 34.009320000108772 ], [ -117.914624999545211, 34.009110003751125 ], [ -117.914833985686045, 34.007369001635368 ], [ -117.910704985254668, 34.006743006471261 ], [ -117.910548986039259, 34.008136999462252 ], [ -117.90918899980062, 34.008069003099671 ], [ -117.909392986142421, 34.006924999803054 ], [ -117.908405992335588, 34.006785004647462 ], [ -117.90839498617926, 34.006355999737082 ], [ -117.902480985281755, 34.005402006610318 ], [ -117.902399985937876, 34.006327999765709 ], [ -117.901743992840707, 34.006317003389107 ], [ -117.901774000000145, 34.00595100239336 ], [ -117.902012985866762, 34.005947000220232 ], [ -117.902061986115982, 34.005334999840869 ], [ -117.881275000000187, 34.001996999124593 ], [ -117.876939, 34.001912999124634 ], [ -117.875059000000192, 34.002130999124631 ], [ -117.872888000000202, 34.002614999124553 ], [ -117.871036, 34.003225999124609 ], [ -117.869192000000169, 34.004048999124613 ], [ -117.859372, 34.00940799912452 ], [ -117.856612000000169, 34.01119599912451 ], [ -117.853773000000189, 34.01278499912452 ], [ -117.84933600000015, 34.016020999124386 ], [ -117.847122000000212, 34.017349999124377 ], [ -117.845778, 34.017982999124555 ], [ -117.841724000000141, 34.019272999124425 ], [ -117.840468, 34.020015999124432 ], [ -117.839196, 34.020921999124404 ], [ -117.838597000000206, 34.021615999124343 ], [ -117.836913, 34.025610999124488 ], [ -117.835972000000183, 34.026960999124285 ], [ -117.834685000000164, 34.02784499912427 ], [ -117.827493000000217, 34.031136999124335 ], [ -117.82660700000018, 34.031847999124224 ], [ -117.825525000000184, 34.033225999124284 ], [ -117.825154000000211, 34.033217999124268 ], [ -117.825091000000114, 34.033036999124377 ], [ -117.825209000000143, 34.032990999124287 ], [ -117.824789000000195, 34.032471999124262 ], [ -117.82526400000026, 34.031736999124298 ], [ -117.825138000000123, 34.031591999124252 ], [ -117.824268000000188, 34.032568999124308 ], [ -117.821948000000162, 34.030478999124298 ], [ -117.82153800000026, 34.030891999124229 ], [ -117.819795000000141, 34.029245999124264 ], [ -117.820741000000211, 34.012538999124509 ], [ -117.821377000000169, 34.013000999124458 ], [ -117.822511, 34.012441999124526 ], [ -117.822349000000187, 34.01188299912446 ], [ -117.823263, 34.010395999124611 ], [ -117.823715000000178, 34.012228999124453 ], [ -117.824633000000105, 34.011915999124518 ], [ -117.82490000000017, 34.011292999124571 ], [ -117.824585000000198, 34.00972099912449 ], [ -117.825089000000133, 34.00894899912462 ], [ -117.828726000000188, 34.005689999124634 ], [ -117.83418600000013, 34.00198899912462 ], [ -117.834903000000182, 34.001837999124618 ], [ -117.835716000000176, 34.001969999124569 ], [ -117.840333000000157, 34.001759999124637 ], [ -117.840965, 34.003491999124599 ], [ -117.841022, 34.006111999124514 ], [ -117.841141, 34.006411999124637 ], [ -117.842159000000123, 34.006292999124554 ], [ -117.842268000000118, 34.006772999124657 ], [ -117.841859000000184, 34.006636999124638 ], [ -117.84179900000025, 34.006897999124519 ], [ -117.841189, 34.006604999124505 ], [ -117.840357, 34.006598999124634 ], [ -117.839089000000172, 34.007318999124578 ], [ -117.838234000000199, 34.007542999124524 ], [ -117.842022, 34.010028999124508 ], [ -117.842922000000215, 34.009274999124422 ], [ -117.844273000000314, 34.008483999124486 ], [ -117.855177000000168, 34.003482999124529 ], [ -117.85679000000016, 34.001913999124604 ], [ -117.856460000000155, 34.001355999124641 ], [ -117.857556000000187, 34.000837999124741 ], [ -117.858545000000134, 34.000102999124636 ], [ -117.859503000000288, 34.001520999124601 ], [ -117.861398000000193, 34.000599999124653 ], [ -117.859684000000101, 33.999229999124644 ], [ -117.860110000000233, 33.998686999124644 ], [ -117.860421000000102, 33.99715399912462 ], [ -117.861908000000142, 33.996633999124761 ], [ -117.864609383394438, 33.996424828244962 ], [ -117.866829000000138, 33.998346999124657 ], [ -117.866852000000179, 33.998624999124658 ], [ -117.867971000000125, 33.999780999124646 ], [ -117.871099, 33.999242999124611 ], [ -117.87167500000011, 34.00163799912459 ], [ -117.874650000000145, 34.001046999124675 ], [ -117.875944000000175, 34.000396999124582 ], [ -117.876496000000174, 34.000455999124746 ], [ -117.876619000000119, 34.000113999124672 ], [ -117.877879, 33.999667999124689 ], [ -117.877771000000152, 33.999416999124641 ], [ -117.877262000000172, 33.999483999124699 ], [ -117.877155000000201, 33.9992329991248 ], [ -117.87613700000017, 33.999267999124633 ], [ -117.876382000000277, 33.998166999124628 ], [ -117.867142000000214, 33.998592999124732 ], [ -117.86542900000012, 33.996939999124834 ], [ -117.865083998008345, 33.996372574645285 ], [ -117.868372844177941, 33.993770092122517 ], [ -117.868919, 33.994632999124725 ], [ -117.869735, 33.994424999124746 ], [ -117.869727129605792, 33.993035874524352 ], [ -117.870010000000121, 33.992910999124767 ], [ -117.87285205645891, 33.993325487646288 ], [ -117.872659000000112, 33.99530399912468 ], [ -117.873136000000144, 33.995350999124717 ], [ -117.873234508147704, 33.994126687920186 ], [ -117.87322860890643, 33.995431797433042 ], [ -117.873827893802172, 33.995400962257072 ], [ -117.873834721156044, 33.993569547501046 ], [ -117.879086389908906, 33.994781434150234 ], [ -117.88188671828361, 33.995265102617616 ], [ -117.881794960031399, 33.997930138379246 ], [ -117.882223960073631, 33.9979111383795 ], [ -117.882211960072283, 33.998182138379669 ], [ -117.882738474562004, 33.998521481999262 ], [ -117.883728304632953, 33.99860745802733 ], [ -117.883621639399024, 33.99944042215995 ], [ -117.88559115390386, 34.000101653790026 ], [ -117.88717647131709, 34.000417939902029 ], [ -117.887193806114638, 34.000260696754971 ], [ -117.888033325151738, 34.000330543480281 ], [ -117.888144829774575, 33.99935140934565 ], [ -117.887400119775521, 33.999294853819976 ], [ -117.887467817771437, 33.998658211243125 ], [ -117.888217388298301, 33.998714217319893 ], [ -117.888345520264139, 33.997589064710567 ], [ -117.894162000000179, 33.997324999124658 ], [ -117.893716870378341, 33.99633969423153 ], [ -117.893957507167642, 33.994409452705263 ], [ -117.8979789616277, 33.994468138378224 ], [ -117.900455961871558, 33.99490613837964 ], [ -117.902068962030455, 33.994940138380521 ], [ -117.901851021732341, 33.99397690983686 ], [ -117.905169000000214, 33.993824999124811 ], [ -117.905388000000215, 33.993166999124881 ], [ -117.905911000000117, 33.99306899912483 ], [ -117.906316000000146, 33.993390999124884 ], [ -117.905485000000141, 33.993988999124802 ], [ -117.906737000000277, 33.993895999124796 ], [ -117.907138342266904, 33.993717445104764 ], [ -117.910103962822575, 33.993881138380765 ], [ -117.910322962844006, 33.99405713838059 ], [ -117.910953962906277, 33.994063138383389 ], [ -117.911214962932263, 33.993781138381024 ], [ -117.911634962974134, 33.992247138378197 ], [ -117.911809962992606, 33.98929413837471 ], [ -117.912940963103964, 33.989743138374095 ], [ -117.913958963204095, 33.989929138374755 ], [ -117.922497964045135, 33.990328138378082 ], [ -117.930153000000175, 33.990967999124734 ], [ -117.931612926000241, 33.990874273706751 ], [ -117.930999000000114, 33.997211999124644 ], [ -117.948950668073905, 34.002396903234811 ], [ -117.948701000000156, 34.006519999124556 ], [ -117.959812659676629, 34.009865311886628 ], [ -117.958675000000113, 34.013491999124568 ], [ -117.963685000000197, 34.015538999124431 ], [ -117.964679000000103, 34.015436999124418 ], [ -117.966251000000113, 34.011828999124496 ], [ -117.973533000000202, 34.014077999124474 ], [ -117.975766876124226, 34.014979282535627 ], [ -117.975248000000192, 34.015806999124486 ], [ -117.975958354231835, 34.01609768877514 ], [ -117.975578973987567, 34.016484952282021 ], [ -117.974908974051175, 34.016383952282006 ], [ -117.973719974163288, 34.018236952283623 ], [ -117.971068974413967, 34.020713952284801 ], [ -117.973130974218208, 34.021210952285443 ], [ -117.975240974017552, 34.023414952287915 ], [ -117.977129973838998, 34.021026952286611 ], [ -117.975121879335276, 34.020208543910741 ], [ -117.975743000000108, 34.019174999124374 ], [ -117.979889188466458, 34.02086884109508 ], [ -117.979458973617881, 34.021932952287635 ], [ -117.981915973384631, 34.02292195228889 ], [ -117.982534973326182, 34.021933952288705 ], [ -117.989914972625414, 34.024984952292407 ], [ -117.989406972672995, 34.026023952293201 ], [ -117.99210597241678, 34.027139952294831 ], [ -117.992454972383939, 34.026718952294374 ], [ -118.000122971655614, 34.029686952299791 ], [ -118.002653971415171, 34.030857952300373 ], [ -118.005034971189147, 34.031634952301694 ], [ -118.006470621578558, 34.0290235103976 ], [ -118.008150252081435, 34.029022600123 ], [ -118.009799000000143, 34.028609999124349 ], [ -118.010764641379296, 34.028676177192231 ], [ -118.011599489263489, 34.028180679321942 ], [ -118.012381687349844, 34.028146250512606 ], [ -118.012813, 34.027876999124324 ], [ -118.0139299696134, 34.027858300500199 ], [ -118.015121089111432, 34.02750557663537 ], [ -118.016828564411355, 34.027628180924196 ], [ -118.019558589344854, 34.028359993538579 ], [ -118.020490714769522, 34.027978376171795 ], [ -118.021562957061178, 34.028087611253703 ], [ -118.021707193699982, 34.027903866999708 ], [ -118.024132512013423, 34.027129637503734 ], [ -118.02608886868515, 34.027350295604009 ], [ -118.026422007116551, 34.027870661986334 ], [ -118.026935000000165, 34.027680999124236 ], [ -118.026973860536231, 34.027980691578151 ], [ -118.027746128412446, 34.0276766436697 ], [ -118.028087045929013, 34.02822328189697 ], [ -118.030565000000266, 34.027096999124367 ], [ -118.031215413102501, 34.027932693573305 ], [ -118.055701292321061, 34.011250000522395 ], [ -118.055823101194477, 34.011760516070851 ], [ -118.057432000000318, 34.014283999124459 ], [ -118.056262000000146, 34.015137999124434 ], [ -118.059447000000148, 34.017298999124456 ], [ -118.059254, 34.017817999124439 ], [ -118.058753000000152, 34.018097999124429 ], [ -118.056759000000156, 34.018492999124483 ], [ -118.055681000000192, 34.018258999124434 ], [ -118.055784000000202, 34.01814699912439 ], [ -118.054614000000171, 34.017430999124464 ], [ -118.054153000000184, 34.01789199912438 ], [ -118.05412500000017, 34.016723999124395 ], [ -118.052688000000288, 34.017886999124421 ], [ -118.05093100000019, 34.016707999124371 ], [ -118.04893900000026, 34.018671999124408 ], [ -118.048765000000145, 34.018556999124435 ], [ -118.047100000000228, 34.020110999124327 ], [ -118.047319000000229, 34.020526999124442 ], [ -118.046873000000275, 34.02077199912442 ], [ -118.044720000000183, 34.021146999124348 ], [ -118.044261000000262, 34.021592999124387 ], [ -118.044682000000165, 34.021879999124351 ], [ -118.04421700000016, 34.023130999124355 ], [ -118.037599196991536, 34.02717485614442 ], [ -118.037252554987191, 34.030626961609862 ], [ -118.037902493964509, 34.033702336493199 ], [ -118.037782971718542, 34.033226005729503 ], [ -118.035999983979764, 34.032068008697877 ], [ -118.035107971714936, 34.032890005728348 ], [ -118.035317971715614, 34.031520005726698 ], [ -118.035020971715326, 34.031426005726473 ], [ -118.032971980412995, 34.029621006855336 ], [ -118.030958986039039, 34.030892002264117 ], [ -118.027363984190032, 34.033736000140777 ], [ -118.026799971703227, 34.033440005727158 ], [ -118.025908971702336, 34.032451005725662 ], [ -118.025870978638736, 34.029944002636547 ], [ -118.008168985844833, 34.031714002303993 ], [ -118.005302985996224, 34.03185800192837 ], [ -118.003102986114243, 34.031532002590659 ], [ -118.002027971669563, 34.031194005718376 ], [ -117.995624981351469, 34.028580007566362 ], [ -117.995358984334388, 34.028777997737045 ], [ -117.990106971653944, 34.028716005712447 ], [ -117.990697971654527, 34.029310005713427 ], [ -117.991565971655518, 34.029840005714199 ], [ -117.990453981426086, 34.030981999432768 ], [ -117.986975985708824, 34.028623004124434 ], [ -117.98403897164458, 34.031476005714616 ], [ -117.98675397164773, 34.033341005717688 ], [ -117.983961981279649, 34.03634099935114 ], [ -117.981148984200573, 34.034397009156784 ], [ -117.978437981386762, 34.037101999676317 ], [ -117.976517971632575, 34.035912005718615 ], [ -117.977414971634218, 34.035041005717716 ], [ -117.975932971632659, 34.033667005715593 ], [ -117.977610971635428, 34.031994005713713 ], [ -117.970603984157066, 34.027171009083055 ], [ -117.969036982097961, 34.028721998937741 ], [ -117.967431978446982, 34.027219012095586 ], [ -117.96590697162047, 34.028578005706542 ], [ -117.971244981439312, 34.032496999408338 ], [ -117.971783990360052, 34.031945005252076 ], [ -117.97229897162822, 34.032266005712955 ], [ -117.971858971627142, 34.032920005713585 ], [ -117.973274980939692, 34.033897999245411 ], [ -117.973756990508377, 34.033333005806135 ], [ -117.974345971630299, 34.033758005715249 ], [ -117.973838971629462, 34.034277005715786 ], [ -117.97900698140181, 34.037809999400153 ], [ -117.979584990363648, 34.03721100531132 ], [ -117.980366971637395, 34.037708005721804 ], [ -117.980694971637746, 34.037983005722296 ], [ -117.980203971636925, 34.038635005723052 ], [ -117.981763981553343, 34.039712999489268 ], [ -117.982159990185892, 34.039321005260113 ], [ -117.983092982629813, 34.039926999746257 ], [ -117.983703984924517, 34.03950400222719 ], [ -117.985293983809626, 34.037900006287828 ], [ -117.985761981474397, 34.038029997597079 ], [ -117.985907985447923, 34.037685012870909 ], [ -117.987297971646811, 34.038641005724628 ], [ -117.98656298190707, 34.039344999322815 ], [ -117.986086984403201, 34.038967010035378 ], [ -117.984051971641321, 34.041299005727275 ], [ -117.985265971642818, 34.042136005728665 ], [ -117.985139971642397, 34.042362005729075 ], [ -117.988304983095361, 34.044504000012921 ], [ -117.990034986113557, 34.043559003229163 ], [ -117.990191984802081, 34.044802000631243 ], [ -117.99051198684694, 34.044620004226154 ], [ -117.990842971649499, 34.044767005733377 ], [ -117.99002498833535, 34.045669997169135 ], [ -117.990936982723625, 34.046292999731733 ], [ -117.992734971652297, 34.044287005733281 ], [ -117.991802971651211, 34.043746005732238 ], [ -117.992713976821534, 34.042682016951012 ], [ -117.992877971652945, 34.04303800573183 ], [ -117.993007988582818, 34.042552012802695 ], [ -117.993843986696177, 34.043108004069062 ], [ -117.993286984957621, 34.043403000787244 ], [ -117.993604971653753, 34.043605005732601 ], [ -117.993162985372692, 34.044179005176296 ], [ -117.994424986285637, 34.044387999674015 ], [ -117.993111971652212, 34.046045005735657 ], [ -117.993508971652659, 34.046369005736025 ], [ -117.99342598141277, 34.046451999598482 ], [ -117.992920985864927, 34.046128009894623 ], [ -117.992187971650594, 34.047148005736879 ], [ -117.99910798287371, 34.051999999835658 ], [ -117.999412987227956, 34.051798004545688 ], [ -118.000452971660195, 34.052574005745726 ], [ -118.00036797166004, 34.05286200574615 ], [ -118.001702982189343, 34.053785998534465 ], [ -118.002247990718615, 34.053172005389776 ], [ -118.003899971664666, 34.054069005748609 ], [ -118.006664975572718, 34.055885994794693 ], [ -118.008325971671539, 34.051300005746022 ], [ -118.009914971674633, 34.048513005742919 ], [ -118.0087249716739, 34.046069005739263 ], [ -118.009410971675308, 34.044854005737996 ], [ -118.008540978613098, 34.044127002808118 ], [ -118.007798985931871, 34.044210003280725 ], [ -118.00809898497991, 34.042310000802139 ], [ -118.015147986585106, 34.038675003922691 ], [ -118.015498991693747, 34.037009998399469 ], [ -118.016419986355714, 34.036534006497241 ], [ -118.017278986151467, 34.036639999940007 ], [ -118.017780985909255, 34.037100003722315 ], [ -118.018582984837167, 34.037059999414005 ], [ -118.020823986790674, 34.035829004144418 ], [ -118.02549698629484, 34.038558003508619 ], [ -118.020316985336294, 34.040762001248567 ], [ -118.020685000000157, 34.041882999124127 ], [ -118.016315000000162, 34.044007999124034 ], [ -118.014987000000175, 34.044930999123984 ], [ -118.012827000000129, 34.046826999124001 ], [ -118.011531000000232, 34.048359999124031 ], [ -118.010024000000215, 34.050722999123998 ], [ -118.009277000000239, 34.052360999124041 ], [ -118.007428000000218, 34.057790999123995 ] ], [ [ -117.964987987277198, 34.027856996325681 ], [ -117.966569971621979, 34.02642800570392 ], [ -117.965962979479485, 34.025876012849125 ], [ -117.964469971618882, 34.027449005704675 ], [ -117.964987987277198, 34.027856996325681 ] ] ], [ [ [ -118.007428000000218, 34.057790999123995 ], [ -118.012481000000193, 34.061053999123907 ], [ -118.011844000000167, 34.062507999123895 ], [ -118.011594000000201, 34.062398999123886 ], [ -118.011115, 34.063332999123908 ], [ -118.011424000000133, 34.06307199912392 ], [ -118.011648000000179, 34.063131999123904 ], [ -118.01141200000022, 34.063598999123919 ], [ -118.01052, 34.063689999123874 ], [ -118.01030800000018, 34.06276099912386 ], [ -118.009667000000178, 34.062509999123783 ], [ -118.01036700000023, 34.061068999123933 ], [ -118.009797000000162, 34.060877999123917 ], [ -118.008968000000124, 34.062601999123899 ], [ -118.008204000000148, 34.062522999123836 ], [ -118.007712, 34.063227999123924 ], [ -118.007064, 34.063580999123928 ], [ -118.006402000000193, 34.063583999123907 ], [ -118.005963000000193, 34.064196999123823 ], [ -118.004642000000132, 34.064376999123844 ], [ -118.005760000000151, 34.061584999123887 ], [ -118.006159000000153, 34.061505999123909 ], [ -118.007428000000218, 34.057790999123995 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "inglewood",
"name": "Inglewood",
"slug": "inglewood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.12268299949, "type": "standalone-city", "name": "Inglewood", "slug": "inglewood"},
"resource_uri": "/1.0/boundary/inglewood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.366676243093906, 33.981868756030941 ], [ -118.366252000000202, 33.981644999124875 ], [ -118.335186000000178, 33.981757999124966 ], [ -118.335212000000155, 33.972690999124907 ], [ -118.33302400000025, 33.972695999125065 ], [ -118.333030000000178, 33.967248999125019 ], [ -118.326480000000132, 33.967266999124988 ], [ -118.326471000000197, 33.970908999125093 ], [ -118.322362000000211, 33.970915999125118 ], [ -118.322315000000145, 33.970795999125023 ], [ -118.32188700000016, 33.970795999125023 ], [ -118.321840000000179, 33.970916999125023 ], [ -118.317747000000111, 33.970922999125087 ], [ -118.317752979089661, 33.930901001647932 ], [ -118.313391986058619, 33.930912004609823 ], [ -118.313392000000206, 33.930682999125473 ], [ -118.322099000000321, 33.930570999125443 ], [ -118.322072000000176, 33.929039999125557 ], [ -118.32642, 33.929094999125446 ], [ -118.326422000000207, 33.928787999125511 ], [ -118.325510000000136, 33.928790999125681 ], [ -118.325542, 33.926714999125601 ], [ -118.326427000000152, 33.926768999125542 ], [ -118.326430000000158, 33.92613899912552 ], [ -118.326748000000251, 33.926118999125535 ], [ -118.326866, 33.925834999125584 ], [ -118.330022000000213, 33.925213999125639 ], [ -118.332770000000124, 33.925176999125526 ], [ -118.335219000000109, 33.925387999125576 ], [ -118.336665000000124, 33.925926999125601 ], [ -118.337277000000128, 33.92709299912547 ], [ -118.337364000000164, 33.929216999125551 ], [ -118.336346000000106, 33.92932899912546 ], [ -118.336307000000204, 33.93058399912546 ], [ -118.340993000000111, 33.930580999125524 ], [ -118.343863000000184, 33.930809999125536 ], [ -118.343875000000182, 33.931003999125537 ], [ -118.344225000000222, 33.930986999125501 ], [ -118.346074000000186, 33.932047999125452 ], [ -118.346297, 33.932378999125518 ], [ -118.346348, 33.932526999125329 ], [ -118.34610699077291, 33.932694001543624 ], [ -118.346092985976753, 33.933255000189575 ], [ -118.345749986124019, 33.9332630038719 ], [ -118.345743986136284, 33.933440000033777 ], [ -118.345050986102706, 33.933446003974829 ], [ -118.345007986145916, 33.936658003737058 ], [ -118.346055986031871, 33.936613001064124 ], [ -118.346052986051461, 33.937358000752631 ], [ -118.345469986173185, 33.937403003495554 ], [ -118.345475986029911, 33.937833000837045 ], [ -118.344899986176685, 33.93788200344013 ], [ -118.344910986092202, 33.938207004022587 ], [ -118.345317986084524, 33.938206000780681 ], [ -118.345340985962352, 33.938514000652191 ], [ -118.344564986166176, 33.938566003568525 ], [ -118.344538986087755, 33.940001000217848 ], [ -118.34425798613168, 33.94000000493039 ], [ -118.34428498609708, 33.940913003999654 ], [ -118.34444898607768, 33.940912000806748 ], [ -118.344450986319615, 33.941455003078616 ], [ -118.344296985854925, 33.941508001728614 ], [ -118.344307986091806, 33.942724004023432 ], [ -118.346683979133218, 33.942717000401259 ], [ -118.34668499307557, 33.942067003083842 ], [ -118.346908979240567, 33.942064000563178 ], [ -118.346919993063068, 33.941856003142668 ], [ -118.34730598607689, 33.941853000818881 ], [ -118.347304985741019, 33.942093004948291 ], [ -118.347976986438027, 33.942184999860395 ], [ -118.347975986083128, 33.942724004071373 ], [ -118.352077979141285, 33.942730000355326 ], [ -118.352078993034738, 33.941813003272692 ], [ -118.354814986098006, 33.941823000750261 ], [ -118.354818986114253, 33.944025003956384 ], [ -118.355895986074771, 33.944011000856683 ], [ -118.355899986094812, 33.944475004047675 ], [ -118.356451979175986, 33.944475000356 ], [ -118.356454993173486, 33.944253002428255 ], [ -118.356956979086306, 33.944215001544286 ], [ -118.356957993050699, 33.943932003215004 ], [ -118.35783398609432, 33.943931000774036 ], [ -118.357826986099965, 33.944261004031517 ], [ -118.359114979124001, 33.944258000392622 ], [ -118.359113993048737, 33.943615003227173 ], [ -118.359662986097561, 33.943615000766066 ], [ -118.359687986091075, 33.943962004074649 ], [ -118.360203986104352, 33.943964000739228 ], [ -118.360206986096273, 33.944362004054582 ], [ -118.361837986099033, 33.944363000766323 ], [ -118.361846985985409, 33.944883004432285 ], [ -118.362417986288321, 33.944915000828104 ], [ -118.363010979081238, 33.944814003031418 ], [ -118.36300599305477, 33.94451500320713 ], [ -118.366622980806071, 33.944551000529522 ], [ -118.367711986103146, 33.943311002407398 ], [ -118.367803992909572, 33.941392004859097 ], [ -118.368205986133859, 33.941720003907548 ], [ -118.368777986076935, 33.941709000891649 ], [ -118.369339972208579, 33.943008005689677 ], [ -118.368888972207785, 33.943555005690129 ], [ -118.368770986139779, 33.945405003878584 ], [ -118.370036986235775, 33.945419998810699 ], [ -118.370057, 33.952671999125371 ], [ -118.378843000000259, 33.95264699912525 ], [ -118.37879000000018, 33.958894999125171 ], [ -118.378382, 33.958895999125225 ], [ -118.377522000000127, 33.960186999125142 ], [ -118.376078000000163, 33.961349999125183 ], [ -118.371239000000145, 33.963366999125071 ], [ -118.371616000000159, 33.966851999125048 ], [ -118.371918, 33.967386999125054 ], [ -118.372540000000171, 33.967130999125096 ], [ -118.372897000000108, 33.96760699912506 ], [ -118.37236600000017, 33.967988999125041 ], [ -118.370148000000128, 33.967992999125059 ], [ -118.370108000000172, 33.976607999124951 ], [ -118.370341000000238, 33.981635999124784 ], [ -118.36692700000016, 33.981632999124898 ], [ -118.366676243093906, 33.981868756030941 ] ] ], [ [ [ -118.374373986120716, 33.979722001934093 ], [ -118.374463986006603, 33.979710001717514 ], [ -118.376211986152612, 33.982863002621507 ], [ -118.375387986900165, 33.982958001352273 ], [ -118.371804994016443, 33.982058002734618 ], [ -118.371801995433358, 33.979847001519005 ], [ -118.374373986120716, 33.979722001934093 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "irwindale",
"name": "Irwindale",
"slug": "irwindale-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.58225973628, "type": "standalone-city", "name": "Irwindale", "slug": "irwindale"},
"resource_uri": "/1.0/boundary/irwindale-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.929398000000148, 34.140126999122955 ], [ -117.929535000000172, 34.129375999123091 ], [ -117.929382000000203, 34.126355999123042 ], [ -117.928902000000164, 34.125834999123128 ], [ -117.926726000000187, 34.122002999123126 ], [ -117.926707000000221, 34.120848999123169 ], [ -117.927768000000157, 34.119755999123186 ], [ -117.929572000000221, 34.119585999123181 ], [ -117.931358000000316, 34.120555999123155 ], [ -117.931395, 34.121664999123162 ], [ -117.938295000000139, 34.121646999123193 ], [ -117.938397000000151, 34.11430799912317 ], [ -117.928569, 34.11432299912321 ], [ -117.928812000000136, 34.108505999123288 ], [ -117.928110000000146, 34.108492999123307 ], [ -117.928027000000213, 34.110446999123305 ], [ -117.92530200000013, 34.110572999123299 ], [ -117.92539300016206, 34.099528001458772 ], [ -117.926560985531452, 34.099374001585367 ], [ -117.930207985908879, 34.098266002902648 ], [ -117.930303999905917, 34.095939003161014 ], [ -117.93680398586163, 34.096096999778226 ], [ -117.936845985864878, 34.094139000482485 ], [ -117.936501992760512, 34.094124003746217 ], [ -117.936502985765813, 34.093057000846493 ], [ -117.934167000026278, 34.093076002337206 ], [ -117.934158999991112, 34.091516002490657 ], [ -117.935929984927313, 34.091533003788747 ], [ -117.936961000000181, 34.091842999123536 ], [ -117.938423000000128, 34.091864999123523 ], [ -117.938534000000217, 34.091707999123486 ], [ -117.939792, 34.091683999123546 ], [ -117.93976400000011, 34.092431999123498 ], [ -117.949491000000151, 34.092339999123567 ], [ -117.950993, 34.091923999123516 ], [ -117.952295000000177, 34.091231999123544 ], [ -117.954735000000127, 34.08904999912356 ], [ -117.954778000000118, 34.092342999123552 ], [ -117.953546000000188, 34.092353999123546 ], [ -117.953509000000139, 34.09589099912354 ], [ -117.954597000000163, 34.096007999123515 ], [ -117.954598000000189, 34.099618999123443 ], [ -117.94298000000019, 34.099748999123499 ], [ -117.942953000000173, 34.107063999123397 ], [ -117.947142000000298, 34.107023999123285 ], [ -117.94720400000017, 34.106770999123327 ], [ -117.947921, 34.10668999912334 ], [ -117.948263000000154, 34.106741999123336 ], [ -117.94828700000015, 34.107011999123394 ], [ -117.95210700000014, 34.106972999123371 ], [ -117.952101000000141, 34.106774999123289 ], [ -117.95287600000016, 34.106711999123313 ], [ -117.953739000000283, 34.106770999123327 ], [ -117.953720000000231, 34.106956999123334 ], [ -117.96103800000013, 34.106962999123269 ], [ -117.97264, 34.106605999123353 ], [ -117.976303000000115, 34.106556999123399 ], [ -117.977562000000134, 34.10671899912338 ], [ -117.97792500000017, 34.105384999123295 ], [ -117.977992000000228, 34.099377999123405 ], [ -117.984073000000208, 34.099122999123409 ], [ -117.984419000000145, 34.092205999123514 ], [ -117.984404, 34.092007999123545 ], [ -117.982902, 34.09201499912345 ], [ -117.982796000000135, 34.081082999123588 ], [ -117.998354000000106, 34.077455999123671 ], [ -118.001175000000174, 34.076935999123748 ], [ -118.00105500000015, 34.079112999123794 ], [ -118.000239000000278, 34.082920999123751 ], [ -117.998597000000103, 34.087148999123549 ], [ -117.995296, 34.091548999123596 ], [ -117.993758, 34.09310499912349 ], [ -117.99145, 34.095059999123507 ], [ -117.992226, 34.095052999123439 ], [ -117.996639000000116, 34.096549999123489 ], [ -117.995093000000111, 34.099718999123525 ], [ -118.008054000000115, 34.104108999123333 ], [ -118.007067, 34.106128999123307 ], [ -118.002935000000207, 34.104718999123406 ], [ -118.001099000000195, 34.108506999123406 ], [ -118.004369000000196, 34.109504999123303 ], [ -118.003562000000159, 34.111243999123275 ], [ -118.00380800000012, 34.11120799912328 ], [ -118.00469, 34.109557999123325 ], [ -118.005316000000136, 34.109709999123261 ], [ -118.004642, 34.111088999123346 ], [ -118.003848000000175, 34.117403999123283 ], [ -118.0007200000002, 34.11612899912317 ], [ -117.996518121097452, 34.117683243324777 ], [ -117.9922, 34.117809999123125 ], [ -117.991483000000215, 34.119680999123183 ], [ -117.99129790174716, 34.119791366349261 ], [ -117.990002662440418, 34.119588925549714 ], [ -117.989657068287514, 34.120479993535866 ], [ -117.990998000000175, 34.120906999123086 ], [ -117.990543000000216, 34.122120999123155 ], [ -117.987865000000127, 34.121385999123127 ], [ -117.986957000000189, 34.123785999123051 ], [ -117.986239000000168, 34.123590999123067 ], [ -117.986371000000204, 34.124622999123169 ], [ -117.985819000000134, 34.124919999123136 ], [ -117.985238000000223, 34.12621599912314 ], [ -117.984449000000112, 34.126044999123032 ], [ -117.982368000000179, 34.126798999123125 ], [ -117.982314, 34.12666199912308 ], [ -117.981930000000148, 34.126648999123049 ], [ -117.981942000000174, 34.12626899912317 ], [ -117.979281000000285, 34.126274999123162 ], [ -117.979198, 34.125106999123098 ], [ -117.977545000000219, 34.125288999123114 ], [ -117.977536000000129, 34.125009999123129 ], [ -117.973585000000156, 34.12515499912309 ], [ -117.972696000000127, 34.126467999123115 ], [ -117.970583000000119, 34.128169999123052 ], [ -117.969662000000213, 34.12844999912307 ], [ -117.969227000000174, 34.130318999123006 ], [ -117.969266000000204, 34.132216999122967 ], [ -117.967695000000148, 34.132064999123038 ], [ -117.960115, 34.13222299912308 ], [ -117.960232000000104, 34.134895999123039 ], [ -117.960666000000174, 34.13535499912296 ], [ -117.960027000000153, 34.136075999122994 ], [ -117.952052000000151, 34.136125999123045 ], [ -117.952000000000126, 34.135910999123006 ], [ -117.948912000000149, 34.135750999122948 ], [ -117.946958, 34.137384999122951 ], [ -117.946860000000129, 34.137183999122954 ], [ -117.946295000000219, 34.137757999122975 ], [ -117.944428000000158, 34.136954999122977 ], [ -117.94380700000012, 34.137491999122986 ], [ -117.93949700000033, 34.134597999123031 ], [ -117.939014000000199, 34.134896999123036 ], [ -117.939266000000174, 34.135308999123005 ], [ -117.939363000000228, 34.135938999123013 ], [ -117.933991000000162, 34.140812999122886 ], [ -117.929398000000148, 34.140126999122955 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "jefferson-park",
"name": "Jefferson Park",
"slug": "jefferson-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.4190200982, "type": "segment-of-a-city", "name": "Jefferson Park", "slug": "jefferson-park"},
"resource_uri": "/1.0/boundary/jefferson-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.309008000000105, 34.0364109991242 ], [ -118.309008000000105, 34.025611999124216 ], [ -118.317708, 34.025611999124273 ], [ -118.317708, 34.019011999124231 ], [ -118.328309000000118, 34.021511999124321 ], [ -118.335109, 34.022711999124219 ], [ -118.335109, 34.032610999124181 ], [ -118.333809, 34.035010999124161 ], [ -118.331409, 34.035210999124082 ], [ -118.328409000000107, 34.035710999124177 ], [ -118.323609, 34.036110999124155 ], [ -118.320009, 34.036710999124011 ], [ -118.315308, 34.037210999124255 ], [ -118.309008000000105, 34.037410999124077 ], [ -118.309008000000105, 34.0364109991242 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "koreatown",
"name": "Koreatown",
"slug": "koreatown-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.70048311541, "type": "segment-of-a-city", "name": "Koreatown", "slug": "koreatown"},
"resource_uri": "/1.0/boundary/koreatown-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.286908, 34.076509999123687 ], [ -118.286908, 34.069009999123601 ], [ -118.287108000000146, 34.067809999123689 ], [ -118.287208000000135, 34.062010999123849 ], [ -118.287913, 34.062006999123781 ], [ -118.287908000000158, 34.05991099912378 ], [ -118.289208, 34.059910999123936 ], [ -118.289208, 34.052510999123839 ], [ -118.291608000000124, 34.052510999123839 ], [ -118.292708, 34.052910999123938 ], [ -118.306408, 34.052810999123857 ], [ -118.311209000000105, 34.052910999123938 ], [ -118.315909, 34.052610999123843 ], [ -118.319609, 34.053510999123858 ], [ -118.323009, 34.05480999912394 ], [ -118.319309000000104, 34.061909999123863 ], [ -118.314436000000114, 34.061906999123785 ], [ -118.314093, 34.062361999123929 ], [ -118.314409000000111, 34.071209999123703 ], [ -118.313609, 34.071809999123793 ], [ -118.313809, 34.073109999123581 ], [ -118.313709, 34.076309999123659 ], [ -118.286908, 34.076509999123687 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "la-canada-flintridge",
"name": "La Canada Flintridge",
"slug": "la-canada-flintridge-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.60460338961, "type": "standalone-city", "name": "La Canada Flintridge", "slug": "la-canada-flintridge"},
"resource_uri": "/1.0/boundary/la-canada-flintridge-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.222094427157415, 34.24273456772886 ], [ -118.222453, 34.240918999121753 ], [ -118.22247, 34.240050999121742 ], [ -118.221867000000174, 34.233730999121725 ], [ -118.217522000000187, 34.233798999121746 ], [ -118.217403000000232, 34.237282999121881 ], [ -118.213311000000175, 34.237118999121797 ], [ -118.197819000000123, 34.237288999121681 ], [ -118.198139, 34.236301999121729 ], [ -118.197641000000132, 34.234849999121757 ], [ -118.196306000000263, 34.234564999121851 ], [ -118.195711000000159, 34.233594999121827 ], [ -118.194606000000206, 34.233502999121839 ], [ -118.189906, 34.231102999121866 ], [ -118.190506000000255, 34.228602999121904 ], [ -118.190206000000217, 34.228102999121845 ], [ -118.191206, 34.226702999121926 ], [ -118.190832000000171, 34.22604399912197 ], [ -118.191035000000156, 34.225504999121959 ], [ -118.190488000000187, 34.224621999121872 ], [ -118.189966000000183, 34.224565999121843 ], [ -118.189991000000234, 34.22391199912191 ], [ -118.188179000000162, 34.223227999121896 ], [ -118.188048000000151, 34.222886999121933 ], [ -118.18813400000019, 34.222600999121987 ], [ -118.184506000000169, 34.222603999121922 ], [ -118.184506000000169, 34.221103999121894 ], [ -118.182191000000159, 34.220580999121999 ], [ -118.181164000000166, 34.219822999121945 ], [ -118.180406, 34.218003999121962 ], [ -118.181515000000275, 34.218496999121946 ], [ -118.182902000000141, 34.218447999121977 ], [ -118.18347800000015, 34.218077999121888 ], [ -118.183585000000193, 34.216401999121985 ], [ -118.184104000000161, 34.216043999121993 ], [ -118.182483000000133, 34.215696999121974 ], [ -118.181205000000205, 34.215219999122048 ], [ -118.180337000000151, 34.215896999122002 ], [ -118.17985100000017, 34.215627999122077 ], [ -118.179809000000247, 34.214780999122098 ], [ -118.178487000000189, 34.214345999121996 ], [ -118.178127000000273, 34.213813999122081 ], [ -118.178340000000318, 34.213802999122009 ], [ -118.177699, 34.21321199912213 ], [ -118.177947000000287, 34.213053999122025 ], [ -118.177319000000196, 34.212305999121973 ], [ -118.176399000000274, 34.21248999912207 ], [ -118.176532000000265, 34.211837999122032 ], [ -118.176078000000288, 34.211839999122063 ], [ -118.175962000000126, 34.212408999122118 ], [ -118.175578, 34.212408999122147 ], [ -118.174510000000183, 34.211431999122105 ], [ -118.1754210000001, 34.210683999122047 ], [ -118.175606000000229, 34.210801999122083 ], [ -118.175505000000229, 34.211003999122042 ], [ -118.175931000000105, 34.211126999122158 ], [ -118.176394000000215, 34.211045999122028 ], [ -118.176628000000193, 34.210830999122102 ], [ -118.176546000000172, 34.209223999122152 ], [ -118.17595900000029, 34.208203999122084 ], [ -118.17593000000015, 34.207710999122028 ], [ -118.17554400000013, 34.206833999122061 ], [ -118.175762, 34.206085999122138 ], [ -118.175644000000119, 34.205780999122183 ], [ -118.17504300000013, 34.205644999122129 ], [ -118.174279000000197, 34.20603899912215 ], [ -118.173991000000171, 34.206818999122085 ], [ -118.173864000000123, 34.206832999122092 ], [ -118.173917000000159, 34.206412999122144 ], [ -118.173575000000213, 34.206211999122054 ], [ -118.173612000000148, 34.205574999122156 ], [ -118.173025000000266, 34.20596399912214 ], [ -118.172632000000192, 34.205742999122052 ], [ -118.172438000000241, 34.20593499912215 ], [ -118.172258000000312, 34.205768999122135 ], [ -118.172654000000236, 34.205459999122148 ], [ -118.172706000000105, 34.204601999122097 ], [ -118.171005000000221, 34.204601999122097 ], [ -118.171005000000221, 34.203903999122183 ], [ -118.168905000000194, 34.203803999122201 ], [ -118.169305000000122, 34.20150399912216 ], [ -118.171312000000242, 34.198320999122373 ], [ -118.171729000000155, 34.198550999122141 ], [ -118.172205, 34.196904999122367 ], [ -118.174079000000162, 34.196638999122243 ], [ -118.173160000000166, 34.197686999122261 ], [ -118.175457000000165, 34.197678999122303 ], [ -118.176021, 34.196610999122221 ], [ -118.1774020000002, 34.194923999122196 ], [ -118.177810000000107, 34.194149999122246 ], [ -118.17797200000031, 34.194215999122349 ], [ -118.177914000000214, 34.193911999122221 ], [ -118.178293, 34.192760999122271 ], [ -118.178337000000212, 34.189454999122326 ], [ -118.178899000000158, 34.18794799912235 ], [ -118.178740000000118, 34.18712899912245 ], [ -118.178314000000142, 34.18652199912237 ], [ -118.178757000000132, 34.1869519991224 ], [ -118.179755000000313, 34.187360999122397 ], [ -118.180305000000175, 34.187404999122371 ], [ -118.180715000000163, 34.186428999122434 ], [ -118.178925000000191, 34.185670999122308 ], [ -118.177437000000182, 34.185616999122367 ], [ -118.176605000000151, 34.185804999122304 ], [ -118.175988000000203, 34.185504999122422 ], [ -118.175728000000191, 34.185304999122359 ], [ -118.175446000000207, 34.184040999122288 ], [ -118.174626000000188, 34.183662999122326 ], [ -118.17417, 34.182886999122317 ], [ -118.176282, 34.182152999122408 ], [ -118.176185000000117, 34.18184799912239 ], [ -118.180135000000163, 34.18075499912252 ], [ -118.181172000000274, 34.180015999122439 ], [ -118.181550000000158, 34.179505999122405 ], [ -118.18221500000017, 34.179884999122478 ], [ -118.183367000000217, 34.180235999122445 ], [ -118.184007000000108, 34.179773999122396 ], [ -118.184425000000189, 34.179692999122459 ], [ -118.187317000000164, 34.179475999122431 ], [ -118.188532000000194, 34.178135999122432 ], [ -118.18888600000011, 34.178316999122458 ], [ -118.188773000000197, 34.178512999122425 ], [ -118.18954000000015, 34.17904399912242 ], [ -118.189633, 34.178965999122461 ], [ -118.189791, 34.179311999122454 ], [ -118.190230000000128, 34.179101999122409 ], [ -118.19120000000018, 34.180011999122364 ], [ -118.191253000000131, 34.180350999122467 ], [ -118.195338000000177, 34.180105999122333 ], [ -118.1964380000001, 34.179893999122456 ], [ -118.197861000000231, 34.181231999122403 ], [ -118.198867, 34.181690999122466 ], [ -118.201791000000142, 34.183713999122396 ], [ -118.20520200000017, 34.185707999122343 ], [ -118.205898000000147, 34.187044999122371 ], [ -118.20790600000015, 34.187304999122382 ], [ -118.207418000000104, 34.189044999122366 ], [ -118.210229000000211, 34.189842999122234 ], [ -118.211813000000134, 34.190902999122308 ], [ -118.212309000000133, 34.192625999122328 ], [ -118.212707000000151, 34.192404999122289 ], [ -118.210731000000152, 34.194599999122296 ], [ -118.213970000000188, 34.196650999122262 ], [ -118.214207000000158, 34.197704999122202 ], [ -118.215807, 34.198404999122197 ], [ -118.215901, 34.200756999122135 ], [ -118.21670700000027, 34.200904999122187 ], [ -118.216807000000216, 34.203303999122149 ], [ -118.215776000000147, 34.203397999122195 ], [ -118.215630000000161, 34.203823999122122 ], [ -118.215007000000213, 34.20380399912225 ], [ -118.215007000000213, 34.206631999122138 ], [ -118.216356000000189, 34.206200999122075 ], [ -118.217315000000184, 34.205521999122055 ], [ -118.220325000000201, 34.204860999122175 ], [ -118.220474000000181, 34.206257999122116 ], [ -118.222132981123963, 34.206109000238065 ], [ -118.222242971914937, 34.210705006002598 ], [ -118.221981971914218, 34.211966006004054 ], [ -118.222181971914068, 34.212953006005499 ], [ -118.225869971918769, 34.214120006007789 ], [ -118.225897985306091, 34.214503005640033 ], [ -118.226184986613134, 34.214563999490487 ], [ -118.226169971918679, 34.21597800601031 ], [ -118.227186986172811, 34.216371000225614 ], [ -118.227214985812154, 34.216887004753865 ], [ -118.228285980539738, 34.216970999062021 ], [ -118.228401992945606, 34.216691003562644 ], [ -118.228683986005962, 34.216696000678411 ], [ -118.228642985820954, 34.217264004734346 ], [ -118.22995897917869, 34.217348999409388 ], [ -118.229964992881918, 34.21720000378081 ], [ -118.230764986028419, 34.217227000610166 ], [ -118.231941971926091, 34.217858006014154 ], [ -118.232034971925941, 34.218314006014666 ], [ -118.230868984024525, 34.219397000445518 ], [ -118.230244985860509, 34.219581002229823 ], [ -118.229403986558154, 34.220817000727351 ], [ -118.228875986051207, 34.220857003743689 ], [ -118.228716971919724, 34.223053006020137 ], [ -118.22716498659193, 34.228383999260835 ], [ -118.226540985593815, 34.228499001658015 ], [ -118.22647597191478, 34.228756006026892 ], [ -118.226831971914891, 34.229717006028238 ], [ -118.22661797191428, 34.230752006029618 ], [ -118.227219985332667, 34.231510005617658 ], [ -118.228027986582845, 34.231675999535149 ], [ -118.22777097191522, 34.232577006032358 ], [ -118.228114987834545, 34.233719004938933 ], [ -118.227061987118418, 34.234564002654295 ], [ -118.22518898614328, 34.237597003141872 ], [ -118.224833985766395, 34.237716002018125 ], [ -118.224849971909194, 34.238444006039138 ], [ -118.223795987307739, 34.239960004618908 ], [ -118.223166984599033, 34.24037800054387 ], [ -118.222966986346833, 34.241091999114893 ], [ -118.22274598647445, 34.241073006127728 ], [ -118.223075971905587, 34.241984006043268 ], [ -118.22281098553016, 34.242333001567033 ], [ -118.222697981536029, 34.243231000412884 ], [ -118.221995, 34.243237999121718 ], [ -118.222094427157415, 34.24273456772886 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "la-crescenta-montrose",
"name": "La Crescenta-Montrose",
"slug": "la-crescenta-montrose-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.42644417184, "type": "unincorporated-area", "name": "La Crescenta-Montrose", "slug": "la-crescenta-montrose"},
"resource_uri": "/1.0/boundary/la-crescenta-montrose-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.236921971921504, 34.25211800605981 ], [ -118.221610971900475, 34.251560006055371 ], [ -118.221905971903354, 34.244033006045839 ], [ -118.222662971904541, 34.243507006045242 ], [ -118.222810985530259, 34.242333001567054 ], [ -118.223075971905686, 34.241984006043317 ], [ -118.22274598647455, 34.241073006127756 ], [ -118.222966986346933, 34.241091999114907 ], [ -118.223166984599132, 34.240378000543913 ], [ -118.223795987307838, 34.239960004618972 ], [ -118.224849971909293, 34.238444006039195 ], [ -118.224833985766523, 34.237716002018161 ], [ -118.225188986143408, 34.237597003141886 ], [ -118.227061987118518, 34.234564002654338 ], [ -118.228114987834644, 34.233719004938997 ], [ -118.227770971915319, 34.232577006032386 ], [ -118.228027986582944, 34.23167599953517 ], [ -118.227219985332766, 34.231510005617693 ], [ -118.226617971914351, 34.23075200602964 ], [ -118.22683197191499, 34.229717006028267 ], [ -118.22647597191488, 34.228756006026941 ], [ -118.226540985593914, 34.228499001658051 ], [ -118.227164986592001, 34.228383999260863 ], [ -118.228716971919823, 34.223053006020166 ], [ -118.228875986051278, 34.220857003743745 ], [ -118.229403986558253, 34.220817000727408 ], [ -118.230244985860608, 34.219581002229894 ], [ -118.230868984024596, 34.219397000445532 ], [ -118.232034971926026, 34.218314006014687 ], [ -118.23194197192619, 34.217858006014183 ], [ -118.230764986028518, 34.217227000610194 ], [ -118.229964992882017, 34.217200003780867 ], [ -118.229958979178789, 34.21734899940941 ], [ -118.228642985821025, 34.217264004734368 ], [ -118.228683986006061, 34.216696000678468 ], [ -118.228401992945706, 34.216691003562701 ], [ -118.228285980539837, 34.216970999062049 ], [ -118.227214985812225, 34.216887004753914 ], [ -118.22718698617291, 34.216371000225671 ], [ -118.226169971918793, 34.21597800601036 ], [ -118.226184986613234, 34.214563999490508 ], [ -118.22589798530619, 34.214503005640083 ], [ -118.225869971918868, 34.214120006007825 ], [ -118.222181971914139, 34.212953006005549 ], [ -118.221981971914289, 34.211966006004111 ], [ -118.222242971915037, 34.210705006002662 ], [ -118.222112986031277, 34.205770005638733 ], [ -118.223415986404376, 34.205846999272971 ], [ -118.223337986061026, 34.205301003536391 ], [ -118.224154978787226, 34.205216002811262 ], [ -118.224169985876742, 34.205363004565356 ], [ -118.22501597905449, 34.205396001301338 ], [ -118.224966985481331, 34.205513005386379 ], [ -118.225811979823419, 34.205657999799982 ], [ -118.225662985975262, 34.206567004217767 ], [ -118.226965985782485, 34.206586999532519 ], [ -118.227202984556897, 34.205921006492432 ], [ -118.228665978841121, 34.206124002237317 ], [ -118.228512971925056, 34.206966005999249 ], [ -118.228910987574011, 34.207104997479497 ], [ -118.229154985013864, 34.206502007726144 ], [ -118.229348971926299, 34.20657500599885 ], [ -118.229150971925762, 34.20719200599963 ], [ -118.22946598736435, 34.207296997616211 ], [ -118.229768984924618, 34.206590007547334 ], [ -118.230761971928189, 34.206887005999739 ], [ -118.230380971927403, 34.207636006000513 ], [ -118.23070198708821, 34.207756997165042 ], [ -118.231170985939542, 34.20701500692244 ], [ -118.232028971929793, 34.207267006000365 ], [ -118.232587985814462, 34.208437002199062 ], [ -118.233003986036451, 34.208319002812466 ], [ -118.23301298567182, 34.207916006822572 ], [ -118.23374197967938, 34.2080400000224 ], [ -118.235241971933718, 34.208808006003132 ], [ -118.235199971932275, 34.213031006008656 ], [ -118.237541971935002, 34.214484006011013 ], [ -118.237031971934101, 34.215086006011759 ], [ -118.239291971936751, 34.216566006014133 ], [ -118.239426985733104, 34.217455004959348 ], [ -118.239958972642498, 34.217679975273441 ], [ -118.239955971937746, 34.216586006014388 ], [ -118.240633971938422, 34.216964006014912 ], [ -118.240549971938322, 34.217156006015237 ], [ -118.242530983066345, 34.218493000180963 ], [ -118.242749980917353, 34.218350007297516 ], [ -118.243041982270469, 34.218451999885787 ], [ -118.243397985392917, 34.218102008310687 ], [ -118.244351971943118, 34.218706006018103 ], [ -118.244318971942278, 34.220709006020691 ], [ -118.24875297194788, 34.222495006024069 ], [ -118.24851198146645, 34.244009007689712 ], [ -118.247774984629814, 34.243829007297364 ], [ -118.247351984814728, 34.24443699428911 ], [ -118.247057986827159, 34.244201004176702 ], [ -118.246918985111222, 34.244276000996919 ], [ -118.247105980879894, 34.244912007292413 ], [ -118.246688986036617, 34.245099002934076 ], [ -118.246418984457591, 34.245499994369418 ], [ -118.246266990096416, 34.245385005476955 ], [ -118.24525998313608, 34.246391999394447 ], [ -118.244410985410823, 34.246070008621928 ], [ -118.244351979116288, 34.246710004867779 ], [ -118.24386798549618, 34.246857002134092 ], [ -118.243467998388738, 34.246595022726126 ], [ -118.243371980704268, 34.252050000796402 ], [ -118.238807990723032, 34.252202003432991 ], [ -118.236921971921504, 34.25211800605981 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "ladera-heights",
"name": "Ladera Heights",
"slug": "ladera-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.93973763627, "type": "unincorporated-area", "name": "Ladera Heights", "slug": "ladera-heights"},
"resource_uri": "/1.0/boundary/ladera-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.366735754130673, 34.015310144504994 ], [ -118.367172989653213, 34.007087999944979 ], [ -118.366842990513177, 34.007076003718893 ], [ -118.366229986091795, 34.006352002447748 ], [ -118.365026982215497, 34.005555005190935 ], [ -118.362655994924538, 34.00631599923107 ], [ -118.36206098608892, 34.006952002447733 ], [ -118.361981974934253, 34.007483004918768 ], [ -118.361447986088251, 34.007690002447994 ], [ -118.361435976894597, 34.008332004895337 ], [ -118.358614985911075, 34.009057001303631 ], [ -118.357542982695875, 34.009145004366189 ], [ -118.357491986085662, 34.00724300244741 ], [ -118.359122986087712, 34.001631002443915 ], [ -118.359032986087684, 34.001020002443603 ], [ -118.358190986087465, 33.999270002442323 ], [ -118.357804985683046, 33.997145001765027 ], [ -118.359366972177114, 33.996806005757094 ], [ -118.359935972177936, 33.996834005757123 ], [ -118.363143972182002, 33.997984005759513 ], [ -118.365374972184938, 33.9983390057604 ], [ -118.365633972185577, 33.997301005759134 ], [ -118.365483972185572, 33.996612005758159 ], [ -118.364351972184679, 33.994888005755719 ], [ -118.364152972184655, 33.994008005754552 ], [ -118.363560972184203, 33.99294100575306 ], [ -118.363472972185306, 33.989499005748499 ], [ -118.361506972184003, 33.985042005742251 ], [ -118.361259985905846, 33.983034004046374 ], [ -118.371702988980104, 33.983001999635761 ], [ -118.371695982307017, 33.98203700675267 ], [ -118.37582998602403, 33.982965000720995 ], [ -118.376211986152711, 33.982863002621556 ], [ -118.374463986006674, 33.979710001717535 ], [ -118.371801995433458, 33.979847001519033 ], [ -118.371808982709396, 33.977318004363276 ], [ -118.377183986116719, 33.977020002015742 ], [ -118.380340985941743, 33.976355003101887 ], [ -118.385418985637841, 33.976658002921667 ], [ -118.386551986110746, 33.977160002431347 ], [ -118.385650981836704, 33.978562997501513 ], [ -118.384504991504073, 33.978469005005806 ], [ -118.379315986104046, 33.987579002437315 ], [ -118.378646986103462, 33.988990002438022 ], [ -118.378909991961734, 33.99271199860295 ], [ -118.382109986831836, 33.991112003892781 ], [ -118.38220898612434, 33.988956004013225 ], [ -118.388006974617142, 33.988911007244077 ], [ -118.383409990560878, 33.992311997410511 ], [ -118.385893986107547, 33.993504002441888 ], [ -118.385008981161988, 33.996433997474426 ], [ -118.383808991019336, 33.996100007403832 ], [ -118.382409992630741, 34.000312004431791 ], [ -118.388622985858007, 34.001202002348293 ], [ -118.390367986109325, 34.001654002447573 ], [ -118.390722986109481, 34.00194000244791 ], [ -118.390129986108889, 34.002935002448517 ], [ -118.387708986106446, 34.008182002451449 ], [ -118.387820986106433, 34.0085690024518 ], [ -118.387509982225382, 34.009668008884255 ], [ -118.384328984056708, 34.012485997927776 ], [ -118.379516986442766, 34.011416007129846 ], [ -118.378596985148548, 34.011932999058502 ], [ -118.372857995491373, 34.011921003115766 ], [ -118.372648977016212, 34.015839000842945 ], [ -118.366718983213701, 34.015622005035503 ], [ -118.366735754130673, 34.015310144504994 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "la-habra-heights",
"name": "La Habra Heights",
"slug": "la-habra-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.22726592484, "type": "standalone-city", "name": "La Habra Heights", "slug": "la-habra-heights"},
"resource_uri": "/1.0/boundary/la-habra-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.935316030162298, 33.973158168274715 ], [ -117.918258671244345, 33.969200312186771 ], [ -117.921519000000231, 33.95994799912517 ], [ -117.921520000000186, 33.959557999125217 ], [ -117.925759000000227, 33.946028999125289 ], [ -117.931764000000243, 33.945913999125345 ], [ -117.960795000000218, 33.946012999125358 ], [ -117.961040000000295, 33.945878999125355 ], [ -117.961173000000187, 33.946012999125358 ], [ -117.964780000000232, 33.945903999125321 ], [ -117.966606000000169, 33.945999999125284 ], [ -117.966797000000184, 33.946035999125392 ], [ -117.966763000000128, 33.946725999125363 ], [ -117.966343000000222, 33.946718999125309 ], [ -117.965681000000245, 33.947842999125236 ], [ -117.966048000000157, 33.947832999125332 ], [ -117.965576, 33.948699999125289 ], [ -117.965618000000276, 33.94971399912523 ], [ -117.986653000000203, 33.949436999125254 ], [ -117.986167000000137, 33.950343999125224 ], [ -117.986976000000155, 33.950447999125331 ], [ -117.987281000000138, 33.950249999125269 ], [ -117.988192000000126, 33.950554999125274 ], [ -117.988646000000216, 33.949822999125303 ], [ -117.988888, 33.949704999125245 ], [ -117.99209300000021, 33.949692999125268 ], [ -117.992690000000124, 33.949562999125263 ], [ -117.992997000000116, 33.949928999125298 ], [ -117.981716000000318, 33.95700999912512 ], [ -117.980988000000224, 33.957898999125149 ], [ -117.981621000000274, 33.958373999125193 ], [ -117.983637000000158, 33.959022999125118 ], [ -117.983861000000147, 33.959588999125167 ], [ -117.983434000000202, 33.960162999125139 ], [ -117.983273000000239, 33.960913999125133 ], [ -117.981935000000121, 33.960998999125046 ], [ -117.982443000000117, 33.961927999125102 ], [ -117.983850000000231, 33.963426999125119 ], [ -117.983701000000124, 33.964521999125012 ], [ -117.983627000000169, 33.964656999125097 ], [ -117.976921, 33.964747999125088 ], [ -117.976757, 33.965668999125043 ], [ -117.976963000000126, 33.966332999125008 ], [ -117.976661000000277, 33.966500999125074 ], [ -117.976076000000262, 33.966321999124979 ], [ -117.976286000000172, 33.974485999125015 ], [ -117.974315555792373, 33.974157969323549 ], [ -117.968777356303775, 33.972571830853582 ], [ -117.957974306477311, 33.972536060535788 ], [ -117.949611992535793, 33.974639322467951 ], [ -117.949610770234401, 33.975073968409482 ], [ -117.947744000000142, 33.975451999125021 ], [ -117.947726147525287, 33.976023278321172 ], [ -117.935316030162298, 33.973158168274715 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lake-balboa",
"name": "Lake Balboa",
"slug": "lake-balboa-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.12585429603, "type": "segment-of-a-city", "name": "Lake Balboa", "slug": "lake-balboa"},
"resource_uri": "/1.0/boundary/lake-balboa-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.500918000000112, 34.220902999121833 ], [ -118.501018000000101, 34.215403999122017 ], [ -118.500917000000115, 34.212703999121963 ], [ -118.501117, 34.211903999121915 ], [ -118.501017000000147, 34.208303999122059 ], [ -118.494617000000133, 34.20830399912203 ], [ -118.494717, 34.201103999122054 ], [ -118.49251700000012, 34.201103999122054 ], [ -118.49251700000012, 34.193803999122252 ], [ -118.490317000000104, 34.193803999122224 ], [ -118.490348000000125, 34.186432999122232 ], [ -118.518417, 34.186403999122305 ], [ -118.518617, 34.192603999122191 ], [ -118.518518, 34.220802999121851 ], [ -118.502518, 34.221002999121836 ], [ -118.500918000000112, 34.220902999121833 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lake-hughes",
"name": "Lake Hughes",
"slug": "lake-hughes-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.38403052074, "type": "unincorporated-area", "name": "Lake Hughes", "slug": "lake-hughes"},
"resource_uri": "/1.0/boundary/lake-hughes-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.461659814398445, 34.702876849101784 ], [ -118.461625170111873, 34.699231749551572 ], [ -118.452800342727741, 34.699189722540901 ], [ -118.4527735388628, 34.695507467586459 ], [ -118.443935650939579, 34.695405083322811 ], [ -118.44387569497232, 34.688304433888042 ], [ -118.430613955445423, 34.688275668673654 ], [ -118.430611230390653, 34.687958048447982 ], [ -118.41304533655584, 34.687970809932764 ], [ -118.412906688876859, 34.673871072737299 ], [ -118.417300706856835, 34.673871772097286 ], [ -118.41726197545313, 34.666587304256275 ], [ -118.430487846014685, 34.66660947903074 ], [ -118.430410733663876, 34.659437251666972 ], [ -118.456741036685159, 34.659231299468111 ], [ -118.456712222196799, 34.651971154085821 ], [ -118.465572758294556, 34.651922201222824 ], [ -118.465553317797458, 34.650108879763479 ], [ -118.469942131145103, 34.6501093140024 ], [ -118.469922629503316, 34.648295991771526 ], [ -118.478703089785284, 34.648296401727748 ], [ -118.478685545876829, 34.646446279389487 ], [ -118.483057441486565, 34.64643492909422 ], [ -118.483064984010511, 34.644621583393317 ], [ -118.492037778520555, 34.64473553560444 ], [ -118.494434636894283, 34.642773430371186 ], [ -118.494657555813262, 34.641979115866299 ], [ -118.496796229986387, 34.640392404302901 ], [ -118.497696302358662, 34.640382981616781 ], [ -118.498634797710423, 34.640056157397758 ], [ -118.500353233896277, 34.639941192599274 ], [ -118.500696814765675, 34.640543778448667 ], [ -118.500596964552244, 34.644674750537021 ], [ -118.494011258526371, 34.644769467986237 ], [ -118.494030394341507, 34.645667022223847 ], [ -118.489925385989622, 34.645659912657784 ], [ -118.489643748919391, 34.645826105228373 ], [ -118.48965274770255, 34.646551800643167 ], [ -118.488554615519092, 34.646540004650639 ], [ -118.488572195577063, 34.648336268859119 ], [ -118.484154450566109, 34.648285375763415 ], [ -118.484153574884985, 34.649196172481425 ], [ -118.483046701327268, 34.649185130415148 ], [ -118.483117669268282, 34.655607386469413 ], [ -118.465603420892236, 34.65556530705647 ], [ -118.465717115052598, 34.681138409598596 ], [ -118.474684792702149, 34.681115681071716 ], [ -118.474727924244036, 34.684645182970563 ], [ -118.479149089802576, 34.684597491374426 ], [ -118.479161267135481, 34.686471228392918 ], [ -118.48354921249134, 34.686420677378592 ], [ -118.483582075120665, 34.690058204865046 ], [ -118.488008961521786, 34.690069274583756 ], [ -118.488016443188343, 34.690980032666822 ], [ -118.49244633218828, 34.690989555221513 ], [ -118.492456657759405, 34.691900297984652 ], [ -118.496871300249822, 34.691911043880893 ], [ -118.496891434545077, 34.693729818165004 ], [ -118.501305659331265, 34.693737626843557 ], [ -118.501325272455972, 34.69555223985396 ], [ -118.505731006508881, 34.695538035963864 ], [ -118.505760808563991, 34.699157707853985 ], [ -118.501360159755322, 34.699159593914317 ], [ -118.50139505560557, 34.702766932874916 ], [ -118.483708803218676, 34.70271405981773 ], [ -118.461659814398445, 34.702876849101784 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lake-los-angeles",
"name": "Lake Los Angeles",
"slug": "lake-los-angeles-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.95819809473, "type": "unincorporated-area", "name": "Lake Los Angeles", "slug": "lake-los-angeles"},
"resource_uri": "/1.0/boundary/lake-los-angeles-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.845054689312676, 34.631391951883174 ], [ -117.845050071280795, 34.631200607794163 ], [ -117.809364218105003, 34.63125062945128 ], [ -117.809217217321546, 34.601942629418133 ], [ -117.818101217403338, 34.60205262925615 ], [ -117.818034036054328, 34.598239621564311 ], [ -117.826615276898181, 34.598212103280538 ], [ -117.826758447080664, 34.591805856839457 ], [ -117.835624302490587, 34.591800523364697 ], [ -117.835624042906858, 34.587241700750376 ], [ -117.844515529350247, 34.587179638859027 ], [ -117.844431217046363, 34.579896628748841 ], [ -117.862178217205113, 34.579939628425727 ], [ -117.862452217406215, 34.587385628429772 ], [ -117.857117899102889, 34.587266388446949 ], [ -117.85344181841387, 34.586610069442152 ], [ -117.852348860971091, 34.586664309814644 ], [ -117.849879999459063, 34.587198396667112 ], [ -117.844498994704566, 34.587209352787028 ], [ -117.844579024494919, 34.616327875895998 ], [ -117.844597060901251, 34.616484709167516 ], [ -117.862482218184141, 34.616531628464102 ], [ -117.862639218379257, 34.623791628470435 ], [ -117.853634720753433, 34.623808003911797 ], [ -117.853807796499922, 34.631205218186331 ], [ -117.862796218577685, 34.631163628476102 ], [ -117.862861218771755, 34.638422628484975 ], [ -117.853957571176963, 34.63845249874371 ], [ -117.854007855502871, 34.6421812680843 ], [ -117.845269710561411, 34.642152549450167 ], [ -117.845054689312676, 34.631391951883174 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lake-view-terrace",
"name": "Lake View Terrace",
"slug": "lake-view-terrace-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.23104663578, "type": "segment-of-a-city", "name": "Lake View Terrace", "slug": "lake-view-terrace"},
"resource_uri": "/1.0/boundary/lake-view-terrace-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.3873940000001, 34.29823299912109 ], [ -118.38739, 34.296962999120964 ], [ -118.382878, 34.29695599912106 ], [ -118.382951, 34.293329999121184 ], [ -118.382371, 34.293328999121101 ], [ -118.382372, 34.291525999121049 ], [ -118.386911, 34.29149399912118 ], [ -118.386916, 34.289733999121104 ], [ -118.3846190000001, 34.289730999121126 ], [ -118.38461799999989, 34.288174999121139 ], [ -118.385762, 34.284816999121183 ], [ -118.381859, 34.283896999121161 ], [ -118.377103, 34.283363999121221 ], [ -118.374801000000105, 34.283659999121149 ], [ -118.374675, 34.282826999121291 ], [ -118.372637, 34.282831999121157 ], [ -118.373518999063009, 34.283166001591596 ], [ -118.373657000000136, 34.285984999121148 ], [ -118.373517, 34.286145999121167 ], [ -118.369838, 34.286126999121116 ], [ -118.370474, 34.28450999912112 ], [ -118.370531000000113, 34.283607999121209 ], [ -118.37135, 34.282342999121177 ], [ -118.370176, 34.281897999121014 ], [ -118.369515, 34.283461999121144 ], [ -118.3689, 34.283257999121254 ], [ -118.368105, 34.282051999121279 ], [ -118.3674070000001, 34.28036899912108 ], [ -118.367281, 34.280588999121342 ], [ -118.364279, 34.280764999121274 ], [ -118.361314, 34.279727999121185 ], [ -118.360516, 34.279959999121139 ], [ -118.354708000000102, 34.27884799912124 ], [ -118.351735, 34.278832999121249 ], [ -118.351729, 34.282474999121156 ], [ -118.326831, 34.282434999121158 ], [ -118.326914, 34.28605999912125 ], [ -118.317143606511962, 34.286082098549848 ], [ -118.317455, 34.28372899912106 ], [ -118.315919, 34.281104999121112 ], [ -118.316111, 34.280600999121205 ], [ -118.317011000000122, 34.280300999121167 ], [ -118.317311, 34.27950099912119 ], [ -118.319011000000117, 34.279300999121261 ], [ -118.319411, 34.278900999121205 ], [ -118.319329, 34.278280999121243 ], [ -118.318729, 34.275660999121214 ], [ -118.317782000000122, 34.275295999121269 ], [ -118.316581000000127, 34.275561999121251 ], [ -118.316411, 34.275300999121171 ], [ -118.316998, 34.274462999121219 ], [ -118.317081000000144, 34.274067999121257 ], [ -118.315411, 34.274300999121266 ], [ -118.318474, 34.273097999121212 ], [ -118.323411000000107, 34.272900999121248 ], [ -118.326612000000139, 34.273900999121231 ], [ -118.327712000000119, 34.27380099912115 ], [ -118.329012, 34.272801999121334 ], [ -118.330812, 34.272301999121296 ], [ -118.331248, 34.271969999121197 ], [ -118.334558000000115, 34.271634999121197 ], [ -118.336502000000138, 34.271100999121245 ], [ -118.340656000000124, 34.272353999121293 ], [ -118.342528000000101, 34.272049999121258 ], [ -118.344, 34.272033999121305 ], [ -118.345456, 34.271617999121233 ], [ -118.345776000000114, 34.271329999121207 ], [ -118.346672000000154, 34.271025999121392 ], [ -118.347360000000151, 34.271169999121241 ], [ -118.348928, 34.270785999121301 ], [ -118.35145700000011, 34.27060999912127 ], [ -118.352241000000134, 34.270241999121268 ], [ -118.354833000000113, 34.269809999121335 ], [ -118.355857, 34.268945999121335 ], [ -118.357167000000175, 34.268734999121357 ], [ -118.359137, 34.272776999121128 ], [ -118.359313, 34.272001999121301 ], [ -118.360613000000157, 34.272201999121279 ], [ -118.361113000000131, 34.2726019991211 ], [ -118.361095, 34.272896999121308 ], [ -118.381394, 34.274112999121257 ], [ -118.382382000000106, 34.273742999121218 ], [ -118.391781, 34.273332999121379 ], [ -118.393914000000109, 34.273501999121251 ], [ -118.394597000000118, 34.273864999121294 ], [ -118.408326, 34.286889999121158 ], [ -118.407679330416258, 34.287364720629022 ], [ -118.406168, 34.285926999121251 ], [ -118.401588, 34.286422999121008 ], [ -118.401143, 34.288449999120999 ], [ -118.400822, 34.288444999121005 ], [ -118.400906, 34.290142999121151 ], [ -118.400232, 34.292571999121009 ], [ -118.399814, 34.293419999121191 ], [ -118.396984, 34.293347999121103 ], [ -118.396743, 34.296982999121049 ], [ -118.393711, 34.296978999121023 ], [ -118.393635, 34.298787999121132 ], [ -118.387396000000109, 34.298779999121052 ], [ -118.3873940000001, 34.29823299912109 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lakewood",
"name": "Lakewood",
"slug": "lakewood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.51248700913, "type": "standalone-city", "name": "Lakewood", "slug": "lakewood"},
"resource_uri": "/1.0/boundary/lakewood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.164180000000158, 33.827684999126781 ], [ -118.164185000000174, 33.823118999126912 ], [ -118.164367000000126, 33.821621999126798 ], [ -118.16473800000027, 33.82021399912685 ], [ -118.167562000000146, 33.820148999126872 ], [ -118.167554000000109, 33.827691999126792 ], [ -118.164180000000158, 33.827684999126781 ] ] ], [ [ [ -118.164180000000158, 33.827684999126781 ], [ -118.164182, 33.847056999126551 ], [ -118.167559000000153, 33.846939999126576 ], [ -118.167745000000181, 33.854443999126474 ], [ -118.166342000000213, 33.854431999126426 ], [ -118.164183000000264, 33.854089999126451 ], [ -118.164200000000108, 33.854779999126436 ], [ -118.15582700000013, 33.854830999126456 ], [ -118.155847000000293, 33.857323999126393 ], [ -118.15761300000014, 33.857348999126287 ], [ -118.156972000000181, 33.85783599912638 ], [ -118.157099000000244, 33.860182999126351 ], [ -118.146769000000219, 33.860252999126416 ], [ -118.146531000000138, 33.864301999126319 ], [ -118.146509000000208, 33.86793699912635 ], [ -118.146901, 33.869007999126261 ], [ -118.129020000000111, 33.869036999126237 ], [ -118.125152000000142, 33.868177999126232 ], [ -118.117204000000228, 33.868141999126287 ], [ -118.114310000000145, 33.869236999126372 ], [ -118.114279, 33.865573999126326 ], [ -118.1084290000002, 33.8655869991264 ], [ -118.108316, 33.858282999126303 ], [ -118.106362000000132, 33.858296999126424 ], [ -118.105747000000321, 33.858512999126312 ], [ -118.103944000000169, 33.858519999126358 ], [ -118.103910000000212, 33.858312999126319 ], [ -118.102788000000274, 33.858319999126429 ], [ -118.100085000000107, 33.848275999126543 ], [ -118.098939000000172, 33.845874999126565 ], [ -118.086804000000129, 33.845968999126477 ], [ -118.086533000000173, 33.850125999126355 ], [ -118.083512000000198, 33.850187999126469 ], [ -118.082027, 33.850132999126451 ], [ -118.081981, 33.846005999126561 ], [ -118.062393, 33.846160999126504 ], [ -118.059919000000306, 33.846383999126594 ], [ -118.058357000000186, 33.846347999126479 ], [ -118.059188000000219, 33.844136999126562 ], [ -118.059197, 33.835214999126705 ], [ -118.059449000000228, 33.834996999126751 ], [ -118.060610000000167, 33.834877999126675 ], [ -118.061010000000167, 33.834684999126644 ], [ -118.061388000000164, 33.833730999126693 ], [ -118.061822000000149, 33.833409999126665 ], [ -118.067711000000202, 33.833448999126738 ], [ -118.067707000000311, 33.832490999126719 ], [ -118.068362, 33.83248899912671 ], [ -118.069126000000125, 33.833217999126674 ], [ -118.069122000000235, 33.834821999126753 ], [ -118.068197000000168, 33.83473599912675 ], [ -118.068195000000131, 33.834905999126633 ], [ -118.067682000000289, 33.834907999126791 ], [ -118.067641000000179, 33.837991999126714 ], [ -118.072046000000128, 33.837991999126665 ], [ -118.072047000000126, 33.83872999912662 ], [ -118.079141000000106, 33.83871799912658 ], [ -118.07883900000013, 33.837259999126651 ], [ -118.079527000000155, 33.837267999126709 ], [ -118.079679000000297, 33.836946999126681 ], [ -118.079836, 33.8340099991267 ], [ -118.081547000000285, 33.833975999126643 ], [ -118.08185400000022, 33.834183999126672 ], [ -118.081827000000217, 33.831454999126692 ], [ -118.090310000000144, 33.831435999126754 ], [ -118.093309000000147, 33.831711999126732 ], [ -118.093338000000159, 33.831878999126694 ], [ -118.094441000000174, 33.831848999126613 ], [ -118.097408000000172, 33.832183999126734 ], [ -118.12514500000016, 33.832275999126722 ], [ -118.12507500000018, 33.847054999126549 ], [ -118.132299000000259, 33.847077999126562 ], [ -118.132118000000204, 33.846516999126607 ], [ -118.133788000000138, 33.846666999126469 ], [ -118.142485000000121, 33.846693999126522 ], [ -118.142544, 33.832353999126724 ], [ -118.149501000000129, 33.832375999126697 ], [ -118.15070300000022, 33.829481999126706 ], [ -118.152048000000221, 33.828754999126843 ], [ -118.154201000000171, 33.828815999126775 ], [ -118.154103000000134, 33.827551999126712 ], [ -118.155996000000258, 33.827563999126752 ], [ -118.155794000000128, 33.825031999126814 ], [ -118.157788, 33.825039999126744 ], [ -118.161066000000204, 33.827576999126784 ], [ -118.164180000000158, 33.827684999126781 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "la-mirada",
"name": "La Mirada",
"slug": "la-mirada-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 7.84124979432, "type": "standalone-city", "name": "La Mirada", "slug": "la-mirada"},
"resource_uri": "/1.0/boundary/la-mirada-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.004627000000184, 33.926465999125583 ], [ -118.003512985855664, 33.923077002358191 ], [ -117.997432985879058, 33.924475001246627 ], [ -117.994399000018305, 33.924505002269797 ], [ -117.99433798603215, 33.918213000159028 ], [ -117.992333992648554, 33.918045004019859 ], [ -117.992438985846121, 33.917451002341686 ], [ -117.9916849929254, 33.917622000744842 ], [ -117.991971985837992, 33.917213000777643 ], [ -117.976494992930071, 33.917312003096988 ], [ -117.976496000000239, 33.913512999125665 ], [ -117.976696000000189, 33.911512999125591 ], [ -117.976696000000189, 33.91061299912581 ], [ -117.976496000000239, 33.909812999125784 ], [ -117.976596000000129, 33.902612999125878 ], [ -117.984296000000199, 33.902812999125814 ], [ -117.985296000000176, 33.902612999125878 ], [ -117.985295000000121, 33.895312999125963 ], [ -117.994129000000143, 33.895502999125952 ], [ -117.994113, 33.890024999126076 ], [ -117.993974000000165, 33.889689999125999 ], [ -117.994152000000184, 33.888287999126049 ], [ -117.994846000000152, 33.88829499912611 ], [ -117.995079000000217, 33.888111999126018 ], [ -118.002828000000164, 33.888111999126018 ], [ -118.002810000000139, 33.884178999126014 ], [ -118.002922000000225, 33.883759999126006 ], [ -118.00260800000018, 33.883766999126102 ], [ -118.002596, 33.880909999126096 ], [ -118.01146000000017, 33.880912999126075 ], [ -118.011389000000193, 33.873418999126272 ], [ -118.028776000000192, 33.873318999126354 ], [ -118.029115000000161, 33.9025259991258 ], [ -118.034308, 33.902489999125905 ], [ -118.034413000000214, 33.904140999125815 ], [ -118.035663000000199, 33.903563999125922 ], [ -118.036798000000218, 33.904212999125846 ], [ -118.037849, 33.904165999125873 ], [ -118.037947000000173, 33.915414999125652 ], [ -118.036431000000135, 33.915412999125707 ], [ -118.036447990582019, 33.91700000129196 ], [ -118.014841985868372, 33.917115003937923 ], [ -118.014853971725614, 33.918144005574966 ], [ -118.014458971724949, 33.918615005575454 ], [ -118.023226985856567, 33.924131002344438 ], [ -118.005251990566933, 33.928268001269053 ], [ -118.004627000000184, 33.926465999125583 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lancaster",
"name": "Lancaster",
"slug": "lancaster-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 102.399673487, "type": "standalone-city", "name": "Lancaster", "slug": "lancaster"},
"resource_uri": "/1.0/boundary/lancaster-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.307646479838411, 34.769182235691964 ], [ -118.30763670902067, 34.768813208690318 ], [ -118.30738400000017, 34.768795999115483 ], [ -118.30744950773321, 34.761876202366921 ], [ -118.31078189792116, 34.761808727873174 ], [ -118.310730000000191, 34.760737999115662 ], [ -118.311737000000107, 34.760790999115585 ], [ -118.311668558180514, 34.751990776205361 ], [ -118.315768701212605, 34.751868388807104 ], [ -118.315727000000209, 34.747133999115739 ], [ -118.307279000000108, 34.747368999115785 ], [ -118.298566000000221, 34.747364999115646 ], [ -118.298489024094323, 34.740127179922744 ], [ -118.292168000000103, 34.740123999115816 ], [ -118.291950000000142, 34.738139999115901 ], [ -118.29845, 34.738111999115837 ], [ -118.298419422230054, 34.736493230499093 ], [ -118.294100000000185, 34.736395999115878 ], [ -118.29423600000024, 34.734587999115845 ], [ -118.296298, 34.734573999115923 ], [ -118.296275000000165, 34.73282499911592 ], [ -118.294237000000194, 34.732827999115912 ], [ -118.293871000000124, 34.72708499911603 ], [ -118.293942000000271, 34.725693999115876 ], [ -118.28980721087251, 34.725739808436835 ], [ -118.290085000000161, 34.732848999115873 ], [ -118.285171000000176, 34.732873999115903 ], [ -118.285187000000164, 34.729127999115995 ], [ -118.287229000000195, 34.729081999115913 ], [ -118.287126000000114, 34.725778999115938 ], [ -118.281025000000142, 34.725853999115969 ], [ -118.281213000000122, 34.729262999115939 ], [ -118.276668592405784, 34.72930039627731 ], [ -118.2765500000001, 34.725732999116005 ], [ -118.272269860799028, 34.725789885310178 ], [ -118.272287000000148, 34.727836999115951 ], [ -118.271505000000317, 34.727868999116026 ], [ -118.271502906710225, 34.727617232564491 ], [ -118.267819714488184, 34.727638026399305 ], [ -118.267759671914106, 34.724077402012938 ], [ -118.272202335983351, 34.724027248174089 ], [ -118.272043957375985, 34.714886999696816 ], [ -118.266369479954406, 34.71496430130594 ], [ -118.266404904667112, 34.718460800016437 ], [ -118.263909000000169, 34.718489999116109 ], [ -118.263916000000123, 34.717508999116156 ], [ -118.263309190575825, 34.717513567317461 ], [ -118.263301910444952, 34.718462875918341 ], [ -118.263135000000162, 34.718493999116134 ], [ -118.254532000000168, 34.718553999116061 ], [ -118.254615568929921, 34.722196701041455 ], [ -118.259028950451068, 34.722268694877535 ], [ -118.25907304266407, 34.723995929202069 ], [ -118.257995827819144, 34.724026387685356 ], [ -118.258037588506795, 34.725673037457327 ], [ -118.257752797679629, 34.72567853645991 ], [ -118.257776000000121, 34.726273999115996 ], [ -118.256988000000135, 34.726276999116045 ], [ -118.257264, 34.727683999115982 ], [ -118.254753311739847, 34.727666029975431 ], [ -118.254890745651181, 34.733040522266045 ], [ -118.254621774463928, 34.747893291454524 ], [ -118.25465600000031, 34.761991999115502 ], [ -118.175585842906159, 34.762308976212999 ], [ -118.175345000000206, 34.733220999115971 ], [ -118.1307970000003, 34.733402999115924 ], [ -118.130620000000121, 34.718518999116156 ], [ -118.11257500000022, 34.718885999116104 ], [ -118.09427249654243, 34.718778102323967 ], [ -118.059156, 34.719279999116083 ], [ -118.059219561270154, 34.697266011971358 ], [ -118.041228000000203, 34.697189999116269 ], [ -118.041184525584413, 34.689956955533333 ], [ -118.034779860588927, 34.689949610683016 ], [ -118.03481722509008, 34.693510053243351 ], [ -118.032361736578238, 34.693528677112546 ], [ -118.032311, 34.68995199911641 ], [ -118.019198000000131, 34.689974999116465 ], [ -118.019116810191306, 34.686541304918002 ], [ -118.018989865663087, 34.689963125557973 ], [ -117.98790500000014, 34.690131999116431 ], [ -117.987334337301377, 34.690115543309545 ], [ -117.987400252453398, 34.686497772574512 ], [ -117.986557000000175, 34.686497677475032 ], [ -117.986563000000174, 34.6901499991164 ], [ -117.978543000000144, 34.69019899911639 ], [ -117.978535000000207, 34.679216999116548 ], [ -117.974451000000116, 34.679208999116547 ], [ -117.969666000000188, 34.679249999116621 ], [ -117.969666, 34.682940999116489 ], [ -117.965155467585816, 34.682933423309372 ], [ -117.965092202201532, 34.686525706983922 ], [ -117.963313, 34.686517999116454 ], [ -117.963044775680729, 34.69018444833452 ], [ -117.960862, 34.690173999116411 ], [ -117.960917000000165, 34.682874999116478 ], [ -117.951955000000183, 34.682773999116577 ], [ -117.951950342454779, 34.681105112378702 ], [ -117.947443383766796, 34.681024328887005 ], [ -117.947447071558315, 34.680828844888786 ], [ -117.947234000000179, 34.68082599911645 ], [ -117.947211000000152, 34.675472999116565 ], [ -117.938527947306412, 34.675399401567752 ], [ -117.938403000000179, 34.660992999116836 ], [ -117.947348000000176, 34.660946999116803 ], [ -117.952036000000163, 34.660759999116692 ], [ -117.986104000000225, 34.66065799911663 ], [ -117.991013000000208, 34.660789999116659 ], [ -117.993428866172891, 34.660634789355314 ], [ -117.995362, 34.660777999116924 ], [ -118.014047000000176, 34.660682999116759 ], [ -118.017914000000147, 34.66073399911685 ], [ -118.0194860000001, 34.660946999116703 ], [ -118.02307100000013, 34.660672999116713 ], [ -118.076718000000142, 34.660656999116725 ], [ -118.112256000000187, 34.660465999116724 ], [ -118.112327000000207, 34.645936999116891 ], [ -118.183033411606672, 34.645686564614472 ], [ -118.183372806886865, 34.631134551480073 ], [ -118.210009000000198, 34.630949999117099 ], [ -118.209975949771732, 34.644296009851629 ], [ -118.209248955176434, 34.64447501852375 ], [ -118.20735, 34.645563999116995 ], [ -118.203432997264827, 34.645598486043333 ], [ -118.203433226668764, 34.646518890493049 ], [ -118.202649434804243, 34.646510209559693 ], [ -118.202586000000181, 34.645778999116871 ], [ -118.202334638367887, 34.64578636003727 ], [ -118.202334240341187, 34.645594574464511 ], [ -118.20123880518139, 34.645592031276713 ], [ -118.201239643393208, 34.645818414752348 ], [ -118.201083000000196, 34.645822999116902 ], [ -118.201061000000109, 34.646979999116994 ], [ -118.201270198978904, 34.650428772208379 ], [ -118.201338765122586, 34.66017432979546 ], [ -118.205707032042412, 34.660195419791549 ], [ -118.20568236449796, 34.663847705584317 ], [ -118.202316, 34.66379299911673 ], [ -118.2024100000001, 34.664692999116745 ], [ -118.20135316752922, 34.664722747844024 ], [ -118.201389000000162, 34.666735999116611 ], [ -118.202464597046529, 34.666630344336028 ], [ -118.20247969987858, 34.668393195311452 ], [ -118.2013822966926, 34.668385685308174 ], [ -118.201347000000197, 34.671177999116615 ], [ -118.202382000000171, 34.671176999116639 ], [ -118.202404000000129, 34.673115999116597 ], [ -118.203533000000164, 34.673226999116658 ], [ -118.203546000000216, 34.674770999116703 ], [ -118.205827405704838, 34.674801949631139 ], [ -118.205849491731556, 34.6775570943635 ], [ -118.207026690865078, 34.677545577199474 ], [ -118.207029265152073, 34.678041493956002 ], [ -118.208045292309251, 34.678049399811357 ], [ -118.208052352415322, 34.678884630819695 ], [ -118.210248442220021, 34.678899741507976 ], [ -118.210215733693531, 34.674834043532478 ], [ -118.211311863569321, 34.674842036043557 ], [ -118.211268031753093, 34.671196374810165 ], [ -118.210195592771669, 34.671189813211207 ], [ -118.210176442096028, 34.669374028523713 ], [ -118.214606000000131, 34.669448999116575 ], [ -118.214532, 34.667565999116668 ], [ -118.218840000000156, 34.66760299911671 ], [ -118.218875744267095, 34.674919410476647 ], [ -118.223260179806445, 34.674873380912167 ], [ -118.223213297488769, 34.660245587422679 ], [ -118.227624000000134, 34.660217999116675 ], [ -118.227417166462217, 34.652912308918566 ], [ -118.231793143716502, 34.652903178237146 ], [ -118.231734125397082, 34.650287545425648 ], [ -118.22952478681232, 34.650291932479981 ], [ -118.229485000000111, 34.650039999116878 ], [ -118.228423570250129, 34.650045593609242 ], [ -118.228405596156335, 34.649239196731955 ], [ -118.227332828381975, 34.649239798166242 ], [ -118.227269000000177, 34.645608999116916 ], [ -118.231562000000125, 34.645629999116821 ], [ -118.231554, 34.648213999116891 ], [ -118.231708648504352, 34.649243340938526 ], [ -118.235016869464332, 34.649243425141854 ], [ -118.236114044957588, 34.649241178530261 ], [ -118.23606000000018, 34.645604999116905 ], [ -118.271217000000135, 34.64553299911698 ], [ -118.271677000000125, 34.645330999116965 ], [ -118.277110124153538, 34.64555846286639 ], [ -118.27772800000011, 34.645436999117003 ], [ -118.280336000000148, 34.645551999116996 ], [ -118.284244668666602, 34.645371304162104 ], [ -118.306639000000175, 34.645489999116933 ], [ -118.306480232239764, 34.652729540219248 ], [ -118.311150000000126, 34.654099999116831 ], [ -118.31153100000023, 34.654819999116818 ], [ -118.312369000000189, 34.654986999116794 ], [ -118.312449938193851, 34.655169190668126 ], [ -118.312825125322405, 34.655148921117004 ], [ -118.312839584837377, 34.655443764037422 ], [ -118.313599000000139, 34.655038999116798 ], [ -118.313877327909481, 34.655220840304025 ], [ -118.314715, 34.654976999116819 ], [ -118.314612000000125, 34.654621999116749 ], [ -118.314755000000133, 34.654595999116864 ], [ -118.31507700000013, 34.655076999116858 ], [ -118.315977043081219, 34.655097084649569 ], [ -118.316812000000198, 34.655554999116745 ], [ -118.316789319083512, 34.655892264116169 ], [ -118.317908110551656, 34.65650115615847 ], [ -118.317184922163094, 34.656981570739561 ], [ -118.317582695666729, 34.657822513262559 ], [ -118.318225927457718, 34.658010238548805 ], [ -118.319138, 34.65742299911679 ], [ -118.319685000000135, 34.65941699911675 ], [ -118.320125000000218, 34.659459999116777 ], [ -118.320800000000318, 34.65980999911671 ], [ -118.321901297192056, 34.659589708497208 ], [ -118.322338424028203, 34.659344156959619 ], [ -118.322664171597211, 34.659936075046311 ], [ -118.324326341145849, 34.659975016682928 ], [ -118.324325994348342, 34.66068752238774 ], [ -118.324099630444721, 34.660620625069399 ], [ -118.32413700000015, 34.661588999116695 ], [ -118.322978000000177, 34.661163999116717 ], [ -118.322001000000213, 34.661657999116734 ], [ -118.322089000000176, 34.664691999116656 ], [ -118.324314, 34.664643999116741 ], [ -118.324150000000188, 34.674581999116548 ], [ -118.319135000000173, 34.674656999116614 ], [ -118.319172000000236, 34.678604999116622 ], [ -118.324158000000111, 34.678601999116502 ], [ -118.32422300000016, 34.689212999116435 ], [ -118.31558196057307, 34.689228340259625 ], [ -118.315556000000143, 34.701017999116189 ], [ -118.312097000000151, 34.700611999116255 ], [ -118.312476000000146, 34.703769999116176 ], [ -118.306812456507217, 34.703744161901014 ], [ -118.307050057881966, 34.708811863104863 ], [ -118.306853000000132, 34.710880999116178 ], [ -118.315678947109532, 34.710799104147185 ], [ -118.315767038388714, 34.718211010504838 ], [ -118.320084682724058, 34.718133403792677 ], [ -118.32013718405716, 34.721943937376942 ], [ -118.315873519489656, 34.722013409942981 ], [ -118.315848551633692, 34.725330619844463 ], [ -118.319518000000159, 34.725300999116001 ], [ -118.319524009734025, 34.725435179412756 ], [ -118.32021537722774, 34.725424857290541 ], [ -118.320275087470748, 34.728971474617325 ], [ -118.315783633925662, 34.729010901899265 ], [ -118.315749295469786, 34.732643464627309 ], [ -118.315097000000108, 34.732676999115853 ], [ -118.311082000000212, 34.732717999115884 ], [ -118.311341302088877, 34.729334461440452 ], [ -118.307435426962812, 34.729309737839117 ], [ -118.307274456368361, 34.737916928351325 ], [ -118.307089600494237, 34.739737597572351 ], [ -118.307192442421254, 34.743374794131093 ], [ -118.311350950129565, 34.743250713252436 ], [ -118.31104493287377, 34.739947022966632 ], [ -118.31147246836457, 34.739941510956378 ], [ -118.311438000000194, 34.739267999115839 ], [ -118.314644000000172, 34.73923499911583 ], [ -118.314712000000171, 34.741438999115836 ], [ -118.3190910000001, 34.741437999115867 ], [ -118.319052400500411, 34.737118250006894 ], [ -118.32156705224439, 34.737073745885588 ], [ -118.321649301028756, 34.739230465542448 ], [ -118.324722000000151, 34.739134999115834 ], [ -118.324879226237314, 34.742642675979234 ], [ -118.324411646998271, 34.742654663899394 ], [ -118.324441270286698, 34.742424159740487 ], [ -118.319190447066916, 34.742432238280621 ], [ -118.319323723040739, 34.747075912802586 ], [ -118.320584000000196, 34.747066999115759 ], [ -118.320771926295834, 34.750564765591029 ], [ -118.325130784860121, 34.750476708227509 ], [ -118.325179000000148, 34.752050999115667 ], [ -118.320757468767724, 34.752041888824657 ], [ -118.321164538417932, 34.761611263754602 ], [ -118.311685000000125, 34.761820999115614 ], [ -118.311893, 34.768854999115554 ], [ -118.311533882408312, 34.768851603204538 ], [ -118.311547144750293, 34.769173228505935 ], [ -118.307646479838411, 34.769182235691964 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "la-puente",
"name": "La Puente",
"slug": "la-puente-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.48684995452, "type": "standalone-city", "name": "La Puente", "slug": "la-puente"},
"resource_uri": "/1.0/boundary/la-puente-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.97139, 34.051418999124053 ], [ -117.968588989812446, 34.049359005310528 ], [ -117.968163986970026, 34.049754996387612 ], [ -117.967365000000271, 34.049267999124112 ], [ -117.966724990228116, 34.048684997234439 ], [ -117.967182987591571, 34.048339004789483 ], [ -117.963119000000191, 34.045319999124025 ], [ -117.968044000000205, 34.040665999124194 ], [ -117.958558989916341, 34.033692005433295 ], [ -117.953643971600044, 34.038358005716468 ], [ -117.954851971601514, 34.039245005717831 ], [ -117.954325995245384, 34.039926988663694 ], [ -117.953751989549872, 34.039227005863204 ], [ -117.95227398759333, 34.040591995900243 ], [ -117.951721989654203, 34.04015500547375 ], [ -117.949592971593134, 34.042161005720367 ], [ -117.952797980725919, 34.044543007197973 ], [ -117.952317000000178, 34.044912999124008 ], [ -117.952092, 34.044749999124114 ], [ -117.951877000000295, 34.04494099912408 ], [ -117.951638000000116, 34.044791999124179 ], [ -117.950483000000133, 34.045811999124069 ], [ -117.950907000000129, 34.046250999124119 ], [ -117.950243, 34.04674599912407 ], [ -117.951878000000121, 34.047977999124051 ], [ -117.949345000000136, 34.050348999123941 ], [ -117.948263000000154, 34.049549999124068 ], [ -117.945697000000138, 34.051893999123998 ], [ -117.945384000000118, 34.05155299912402 ], [ -117.943856000000295, 34.05298999912408 ], [ -117.942490000000149, 34.051818999123995 ], [ -117.948402000000172, 34.046457999124051 ], [ -117.948901000000134, 34.045809999124089 ], [ -117.948644985777719, 34.04522100085498 ], [ -117.948027985812786, 34.045228003993195 ], [ -117.948014985953051, 34.045606999147893 ], [ -117.947346992647724, 34.045556004043576 ], [ -117.947697985930361, 34.041978000324562 ], [ -117.947029985117894, 34.041935005537361 ], [ -117.946873986304539, 34.042463999863365 ], [ -117.945921985646294, 34.042456004983585 ], [ -117.945880986086905, 34.042947999014146 ], [ -117.944993992589488, 34.042868004179951 ], [ -117.944996985924249, 34.041807000335773 ], [ -117.944294985525815, 34.041763005545491 ], [ -117.944258986168734, 34.042133998770012 ], [ -117.943316992478103, 34.042026004419526 ], [ -117.943329985907354, 34.041856000379148 ], [ -117.942814992723541, 34.041827003835785 ], [ -117.94283298592633, 34.041670000325894 ], [ -117.940317992737789, 34.041526003792221 ], [ -117.941008000000224, 34.034531999124226 ], [ -117.937347000000173, 34.034249999124221 ], [ -117.937498000000218, 34.033782999124163 ], [ -117.937792000000229, 34.028045999124323 ], [ -117.943497, 34.028091999124257 ], [ -117.943468000000124, 34.026892999124307 ], [ -117.943813000000191, 34.026820999124219 ], [ -117.944147000000186, 34.025864999124352 ], [ -117.944736000000177, 34.025091999124292 ], [ -117.943097000000165, 34.024443999124379 ], [ -117.943097000000165, 34.022811999124244 ], [ -117.936720000000165, 34.022364999124427 ], [ -117.93784100000012, 34.017712999124413 ], [ -117.931674000000129, 34.016082999124471 ], [ -117.931661000000233, 34.017918999124404 ], [ -117.920683000000167, 34.017094999124438 ], [ -117.921563000000148, 34.015295999124447 ], [ -117.923216000000195, 34.012625999124502 ], [ -117.923698000000201, 34.011098999124584 ], [ -117.924567000000181, 34.009717999124504 ], [ -117.925270000000154, 34.009043999124501 ], [ -117.93921800000011, 34.011386999124483 ], [ -117.940299000000138, 34.011872999124471 ], [ -117.941246, 34.012592999124521 ], [ -117.942121000000171, 34.012334999124491 ], [ -117.944276000000187, 34.013179999124503 ], [ -117.948261000000258, 34.015378999124415 ], [ -117.952692000000113, 34.01858299912444 ], [ -117.954148000000146, 34.019911999124375 ], [ -117.952791000000218, 34.022805999124415 ], [ -117.981435000000147, 34.043832999124156 ], [ -117.985503993809502, 34.046636003550454 ], [ -117.981754971634942, 34.050556005738862 ], [ -117.982758971636088, 34.051224005739876 ], [ -117.982140986797404, 34.051918995431194 ], [ -117.981098990116408, 34.051216005402296 ], [ -117.975288986858985, 34.057228995888039 ], [ -117.97116, 34.054609999124096 ], [ -117.970651, 34.054115999123951 ], [ -117.972609, 34.052311999124036 ], [ -117.97139, 34.051418999124053 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "larchmont",
"name": "Larchmont",
"slug": "larchmont-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.486332164533, "type": "segment-of-a-city", "name": "Larchmont", "slug": "larchmont"},
"resource_uri": "/1.0/boundary/larchmont-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.312609, 34.083608999123626 ], [ -118.309309, 34.08360899912347 ], [ -118.309309, 34.076409999123641 ], [ -118.326209000000105, 34.076309999123566 ], [ -118.326309, 34.083508999123502 ], [ -118.312609, 34.083608999123626 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "la-verne",
"name": "La Verne",
"slug": "la-verne-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.57295018917, "type": "standalone-city", "name": "La Verne", "slug": "la-verne"},
"resource_uri": "/1.0/boundary/la-verne-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.755526000000259, 34.161155999122755 ], [ -117.755601, 34.157110999122828 ], [ -117.750525000000152, 34.157061999122746 ], [ -117.750419, 34.150915999122795 ], [ -117.75054900000022, 34.150973999122819 ], [ -117.753334000000166, 34.149529999122791 ], [ -117.75443300000012, 34.149626999122979 ], [ -117.755723, 34.1458929991228 ], [ -117.755829000000162, 34.145199999122887 ], [ -117.753597, 34.145333999122983 ], [ -117.753811, 34.143776999122835 ], [ -117.753586, 34.143661999122813 ], [ -117.752134000000154, 34.143793999122821 ], [ -117.751002000000184, 34.142595999122925 ], [ -117.750152000000227, 34.14332999912294 ], [ -117.75018, 34.141133999122935 ], [ -117.749659, 34.14111899912281 ], [ -117.747687000000113, 34.140157999122948 ], [ -117.747667, 34.137565999122991 ], [ -117.748138000000139, 34.134688999122922 ], [ -117.7487840000002, 34.133286999122923 ], [ -117.748845000000102, 34.132407999122997 ], [ -117.75036900000012, 34.132380999122965 ], [ -117.750093000000149, 34.130326999123092 ], [ -117.750242, 34.129423999123048 ], [ -117.759697000000187, 34.129529999123058 ], [ -117.759794, 34.119444999123239 ], [ -117.7550710000002, 34.119313999123229 ], [ -117.755192, 34.120682999123161 ], [ -117.750769000000304, 34.120673999123113 ], [ -117.75073100000013, 34.109179999123334 ], [ -117.751032000000208, 34.108648999123325 ], [ -117.756087000000164, 34.110270999123244 ], [ -117.756199000000151, 34.105661999123292 ], [ -117.756104, 34.09939999912342 ], [ -117.756233, 34.098948999123522 ], [ -117.756882000000275, 34.098124999123385 ], [ -117.756119000000211, 34.097922999123483 ], [ -117.756134000000102, 34.089965999123521 ], [ -117.757484000000275, 34.090049999123593 ], [ -117.758545000000197, 34.09040499912345 ], [ -117.762103, 34.092760999123456 ], [ -117.764266000000163, 34.089416999123564 ], [ -117.764786, 34.090711999123414 ], [ -117.766588000000183, 34.093809999123501 ], [ -117.769925000000143, 34.095847999123514 ], [ -117.770241000000183, 34.095126999123437 ], [ -117.771118000000158, 34.093890999123573 ], [ -117.776810000000168, 34.086165999123601 ], [ -117.780227000000124, 34.088047999123567 ], [ -117.78414400000014, 34.089097999123602 ], [ -117.784948, 34.090328999123578 ], [ -117.792425000000136, 34.091339999123498 ], [ -117.793172, 34.093073999123519 ], [ -117.792911000000231, 34.093061999123499 ], [ -117.79259300000011, 34.093635999123535 ], [ -117.79037100000015, 34.094580999123494 ], [ -117.789165000000168, 34.094684999123473 ], [ -117.787726, 34.094420999123599 ], [ -117.786754000000187, 34.095348999123502 ], [ -117.789922000000161, 34.096010999123472 ], [ -117.790866, 34.095923999123514 ], [ -117.793044000000194, 34.095297999123432 ], [ -117.794727000000236, 34.095329999123507 ], [ -117.795078000000217, 34.095772999123454 ], [ -117.796778000000174, 34.097070999123467 ], [ -117.79654900000024, 34.098424999123452 ], [ -117.797148000000107, 34.099347999123417 ], [ -117.797075000000277, 34.099580999123397 ], [ -117.797442000000203, 34.09986499912344 ], [ -117.79797, 34.099884999123425 ], [ -117.798710000000128, 34.099484999123426 ], [ -117.801383000000186, 34.099402999123406 ], [ -117.801299, 34.101225999123407 ], [ -117.796251, 34.101213999123459 ], [ -117.795887000000192, 34.102731999123428 ], [ -117.794008000000133, 34.102265999123397 ], [ -117.794036000000176, 34.103024999123399 ], [ -117.791347000000144, 34.103019999123354 ], [ -117.791736000000185, 34.10404699912344 ], [ -117.791716000000108, 34.106665999123372 ], [ -117.794063000000151, 34.106661999123354 ], [ -117.794043000000229, 34.115705999123158 ], [ -117.791740000000146, 34.115705999123158 ], [ -117.791740000000146, 34.116075999123183 ], [ -117.791794000000181, 34.119119999123171 ], [ -117.793961000000152, 34.119076999123166 ], [ -117.79398300000021, 34.12242899912323 ], [ -117.79298500000013, 34.122272999123147 ], [ -117.793091000000118, 34.123680999123067 ], [ -117.794174000000183, 34.123600999123141 ], [ -117.794151, 34.125427999123133 ], [ -117.7899010000001, 34.127319999123074 ], [ -117.787398000000124, 34.128157999123069 ], [ -117.787297000000166, 34.128545999123077 ], [ -117.785394000000167, 34.128702999123078 ], [ -117.784693000000175, 34.129180999123058 ], [ -117.7836, 34.130496999123096 ], [ -117.783344000000156, 34.132910999123027 ], [ -117.782562, 34.133560999123027 ], [ -117.780799000000215, 34.134609999123001 ], [ -117.777018000000112, 34.139316999122933 ], [ -117.775946, 34.139233999122908 ], [ -117.774335, 34.139405999122928 ], [ -117.773421000000184, 34.140745999122935 ], [ -117.773636000000238, 34.141221999122884 ], [ -117.77250500000018, 34.142282999122983 ], [ -117.772478000000163, 34.142803999122926 ], [ -117.772624000000135, 34.142435999122903 ], [ -117.773168, 34.142315999122928 ], [ -117.77300500000014, 34.142715999122991 ], [ -117.773280000000156, 34.142620999122947 ], [ -117.773557000000181, 34.14316199912281 ], [ -117.772748000000192, 34.143499999122824 ], [ -117.773679000000158, 34.144785999122782 ], [ -117.774212000000176, 34.144136999122878 ], [ -117.774467000000143, 34.14407399912286 ], [ -117.775996000000205, 34.14456199912285 ], [ -117.776481, 34.145087999122886 ], [ -117.776117000000156, 34.145840999122846 ], [ -117.776115000000175, 34.147019999122833 ], [ -117.775926000000112, 34.147902999122898 ], [ -117.775695, 34.148334999122781 ], [ -117.774463000000182, 34.149406999122853 ], [ -117.774716, 34.150484999122824 ], [ -117.774534646576313, 34.150714560569433 ], [ -117.767715329033834, 34.150745594383352 ], [ -117.767919, 34.152742999122822 ], [ -117.767759, 34.157236999122773 ], [ -117.758775000000128, 34.157273999122836 ], [ -117.758681000000166, 34.163601999122761 ], [ -117.755481000000159, 34.16356699912275 ], [ -117.755526000000259, 34.161155999122755 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lawndale",
"name": "Lawndale",
"slug": "lawndale-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.96846523451, "type": "standalone-city", "name": "Lawndale", "slug": "lawndale"},
"resource_uri": "/1.0/boundary/lawndale-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.343823000000256, 33.901932999125862 ], [ -118.34383000000031, 33.895417999125982 ], [ -118.344520000000301, 33.895460999125945 ], [ -118.344507000000135, 33.893513999125958 ], [ -118.343821000000176, 33.893484999126024 ], [ -118.343774980679626, 33.877302004152732 ], [ -118.351748, 33.874742999126205 ], [ -118.354711000000165, 33.872853999126242 ], [ -118.361290000000238, 33.872857999126211 ], [ -118.361290000000238, 33.894652999125903 ], [ -118.36625100000019, 33.894636999125971 ], [ -118.368280000000198, 33.896066999125928 ], [ -118.369178000000161, 33.896924999125915 ], [ -118.361286000000149, 33.896858999125975 ], [ -118.361256000000182, 33.901341999125862 ], [ -118.359126000000131, 33.901534999125843 ], [ -118.35900100000022, 33.901080999125853 ], [ -118.358688000000157, 33.901103999125844 ], [ -118.358664000000161, 33.900647999125873 ], [ -118.358142000000157, 33.900587999125904 ], [ -118.358108000000229, 33.902313999125823 ], [ -118.35320600000027, 33.902300999125863 ], [ -118.353174000000109, 33.901690999125876 ], [ -118.352372000000145, 33.901614999125897 ], [ -118.352376000000234, 33.901081999125907 ], [ -118.352147000000173, 33.901113999125883 ], [ -118.352150000000179, 33.901915999125926 ], [ -118.351032, 33.901925999125758 ], [ -118.351069000000237, 33.902566999125746 ], [ -118.34383000000031, 33.902452999125799 ], [ -118.343823000000256, 33.901932999125862 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "leimert-park",
"name": "Leimert Park",
"slug": "leimert-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.19252997439, "type": "segment-of-a-city", "name": "Leimert Park", "slug": "leimert-park"},
"resource_uri": "/1.0/boundary/leimert-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.318108, 34.014611999124313 ], [ -118.318008, 34.010911999124509 ], [ -118.317008000000129, 34.01091199912446 ], [ -118.317008000000129, 34.003612999124634 ], [ -118.322308, 34.003512999124546 ], [ -118.32920800000015, 34.00361299912457 ], [ -118.332469225242832, 34.003389034043188 ], [ -118.333909986069528, 34.004625002442786 ], [ -118.335346986070135, 34.006773002444426 ], [ -118.335671416309069, 34.008028106420582 ], [ -118.335009000000113, 34.00831199912448 ], [ -118.335109, 34.022711999124219 ], [ -118.328309000000118, 34.021511999124321 ], [ -118.317708, 34.019011999124231 ], [ -118.31800800000012, 34.018311999124251 ], [ -118.318108, 34.014611999124313 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lennox",
"name": "Lennox",
"slug": "lennox-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.06461567706, "type": "unincorporated-area", "name": "Lennox", "slug": "lennox"},
"resource_uri": "/1.0/boundary/lennox-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.36989198586366, 33.945404003059608 ], [ -118.368770986139879, 33.945405003878633 ], [ -118.368888972207898, 33.943555005690186 ], [ -118.369339972208678, 33.94300800568972 ], [ -118.368777986077035, 33.941709000891706 ], [ -118.368205986133987, 33.941720003907605 ], [ -118.367957986151097, 33.941396000586636 ], [ -118.367803992909671, 33.941392004859154 ], [ -118.367655986103188, 33.943444002407574 ], [ -118.36662298080617, 33.944551000529572 ], [ -118.36300599305487, 33.944515003207151 ], [ -118.363010979081338, 33.944814003031468 ], [ -118.36241798628842, 33.944915000828132 ], [ -118.361846985985508, 33.944883004432313 ], [ -118.361837986099133, 33.944363000766359 ], [ -118.360206986096372, 33.944362004054618 ], [ -118.360203986104452, 33.943964000739271 ], [ -118.359687986091146, 33.943962004074677 ], [ -118.359662986097689, 33.943615000766123 ], [ -118.359113993048851, 33.943615003227215 ], [ -118.359114979124101, 33.944258000392651 ], [ -118.357826986100065, 33.94426100403156 ], [ -118.35783398609442, 33.943931000774093 ], [ -118.356957993050798, 33.943932003215025 ], [ -118.356956979086405, 33.94421500154435 ], [ -118.3564549931736, 33.944253002428283 ], [ -118.356451979176086, 33.944475000356007 ], [ -118.355899986094926, 33.94447500404771 ], [ -118.355895986074856, 33.944011000856719 ], [ -118.354818986114367, 33.944025003956433 ], [ -118.354814986098106, 33.941823000750283 ], [ -118.352078993034851, 33.941813003272721 ], [ -118.352077979141384, 33.942730000355382 ], [ -118.347975986083227, 33.942724004071394 ], [ -118.347976986438141, 33.942184999860444 ], [ -118.347304985741118, 33.942093004948298 ], [ -118.347305986076989, 33.941853000818938 ], [ -118.346919993063167, 33.941856003142703 ], [ -118.346908979240666, 33.942064000563228 ], [ -118.346684993075684, 33.942067003083871 ], [ -118.346683979133317, 33.942717000401302 ], [ -118.344307986091906, 33.942724004023454 ], [ -118.344296985855024, 33.941508001728678 ], [ -118.344450986319714, 33.941455003078666 ], [ -118.344448986077779, 33.940912000806797 ], [ -118.344284986097179, 33.940913003999675 ], [ -118.344257986131808, 33.94000000493044 ], [ -118.344538986087855, 33.940001000217912 ], [ -118.344564986166276, 33.938566003568582 ], [ -118.345340985962466, 33.938514000652241 ], [ -118.345317986084623, 33.938206000780738 ], [ -118.344910986092302, 33.938207004022644 ], [ -118.344899986176785, 33.93788200344018 ], [ -118.34547598603001, 33.937833000837081 ], [ -118.345469986173313, 33.937403003495632 ], [ -118.346052986051532, 33.937358000752653 ], [ -118.346055986031971, 33.936613001064174 ], [ -118.34500798614603, 33.936658003737087 ], [ -118.345050986102805, 33.933446003974893 ], [ -118.345743986136384, 33.933440000033805 ], [ -118.345749986124119, 33.933263003871943 ], [ -118.346092985976881, 33.933255000189618 ], [ -118.346106990773009, 33.932694001543652 ], [ -118.347198979105528, 33.932605001717995 ], [ -118.347141993047686, 33.933815003207933 ], [ -118.348240986086722, 33.933813999953458 ], [ -118.348239986137912, 33.933404003804164 ], [ -118.348360979067536, 33.933400001927801 ], [ -118.348347993157617, 33.933644002563504 ], [ -118.348750979025738, 33.933619002234785 ], [ -118.34875099317486, 33.93373500237265 ], [ -118.349450984771451, 33.933679005304384 ], [ -118.350356986625016, 33.933964002087883 ], [ -118.352478979366225, 33.934200000858915 ], [ -118.35248099318035, 33.93454200230979 ], [ -118.353769986634191, 33.934518999804467 ], [ -118.35378198614552, 33.934147003782222 ], [ -118.354797979068096, 33.934110001964086 ], [ -118.354798993048121, 33.93452300321924 ], [ -118.355872986172159, 33.934522999944335 ], [ -118.355897985655048, 33.933982001336034 ], [ -118.356926986438509, 33.933555003117171 ], [ -118.358948986617591, 33.932932005503233 ], [ -118.360170993103551, 33.93302000101756 ], [ -118.361303986079903, 33.932782002138325 ], [ -118.36129798610402, 33.93240700402265 ], [ -118.361784986075747, 33.932405999965567 ], [ -118.36178898557678, 33.93198100120847 ], [ -118.364144986627068, 33.930944005226984 ], [ -118.370032976948309, 33.930929001015066 ], [ -118.370036986235903, 33.945419998810728 ], [ -118.36989198586366, 33.945404003059608 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "leona-valley",
"name": "Leona Valley",
"slug": "leona-valley-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 15.3283588666, "type": "unincorporated-area", "name": "Leona Valley", "slug": "leona-valley"},
"resource_uri": "/1.0/boundary/leona-valley-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.350720369634658, 34.645038563735405 ], [ -118.350713541788835, 34.63906074624547 ], [ -118.341814167948627, 34.636904693643004 ], [ -118.341826299707151, 34.637784718626619 ], [ -118.323940358301883, 34.637807901751145 ], [ -118.323555124198407, 34.630538963157065 ], [ -118.288657404981691, 34.631104322680059 ], [ -118.279898807846251, 34.630996393037165 ], [ -118.271033800342792, 34.631115698330298 ], [ -118.271199072342341, 34.616731398467962 ], [ -118.228324078199606, 34.616449397804402 ], [ -118.227506658389956, 34.617036681077927 ], [ -118.223934039509501, 34.617589907403428 ], [ -118.222611721375046, 34.617281009004394 ], [ -118.222015000682177, 34.616158135823632 ], [ -118.21863516038222, 34.614904912795843 ], [ -118.218621037014714, 34.613604619285553 ], [ -118.219184703386276, 34.614052294323479 ], [ -118.223105099647611, 34.614880140689507 ], [ -118.223863112848562, 34.615924865510436 ], [ -118.225331845810956, 34.616082761839337 ], [ -118.225297197493759, 34.615893172593786 ], [ -118.225753973624293, 34.616040569690284 ], [ -118.227486280037496, 34.615396386677311 ], [ -118.227379543540309, 34.609171833059406 ], [ -118.218572199749303, 34.609113108859887 ], [ -118.21849363645299, 34.601858228478399 ], [ -118.227254218578523, 34.601892203889612 ], [ -118.226834861471971, 34.594632903919262 ], [ -118.235571453699151, 34.594662141906682 ], [ -118.235752379074341, 34.597625479312427 ], [ -118.234576097398502, 34.597675368362985 ], [ -118.235038487197471, 34.598625005690543 ], [ -118.235848476099633, 34.599195875866442 ], [ -118.240051856145612, 34.600618256775647 ], [ -118.241065256352016, 34.60112048629486 ], [ -118.241968547799885, 34.601131959052339 ], [ -118.243616990162806, 34.600822704115515 ], [ -118.244776454896126, 34.600999385552612 ], [ -118.248276462241989, 34.603165522586465 ], [ -118.250845440309035, 34.604440742116893 ], [ -118.253579363795936, 34.605316990335375 ], [ -118.255363685478784, 34.606628078342538 ], [ -118.258219410818853, 34.607991466836474 ], [ -118.261415231389023, 34.609135945776138 ], [ -118.262353522793774, 34.609319978608482 ], [ -118.262527828329439, 34.609519973285387 ], [ -118.26491284344668, 34.609693985227786 ], [ -118.264964294162723, 34.609473282414122 ], [ -118.265282739086103, 34.609474837229634 ], [ -118.265255068368205, 34.606761654683467 ], [ -118.262337463823044, 34.606753121603418 ], [ -118.262319858225368, 34.60403995705299 ], [ -118.271164181270606, 34.604064627278767 ], [ -118.2709175644721, 34.591300322981738 ], [ -118.266528636409362, 34.591318596161017 ], [ -118.266478441172453, 34.58766299223133 ], [ -118.26143022191232, 34.587698588559846 ], [ -118.261463886984529, 34.583743548800712 ], [ -118.274657313697645, 34.583757497626713 ], [ -118.274589947568643, 34.58739517740328 ], [ -118.283317457760845, 34.58747052355055 ], [ -118.283354601201466, 34.583754507482446 ], [ -118.287703251323236, 34.583752115012366 ], [ -118.287738568160421, 34.580018233912043 ], [ -118.30540787407287, 34.580617089650318 ], [ -118.309789631409657, 34.58047380088577 ], [ -118.30981318123483, 34.582237708633727 ], [ -118.314178393655197, 34.582135466362416 ], [ -118.314201497149597, 34.583900116270627 ], [ -118.317465185232663, 34.583891634925962 ], [ -118.317486403436689, 34.585724242529984 ], [ -118.314226122065364, 34.585744365736637 ], [ -118.314250151411542, 34.587548113959727 ], [ -118.307701139752751, 34.587518019510014 ], [ -118.307702282008435, 34.589325892974706 ], [ -118.305519449453257, 34.589326782836636 ], [ -118.305523470991659, 34.601748273832023 ], [ -118.340523573644802, 34.602024823826305 ], [ -118.340743866871435, 34.627153420245953 ], [ -118.35828491022616, 34.627078435432466 ], [ -118.358303305181764, 34.630681289234396 ], [ -118.359478789049049, 34.630692465990485 ], [ -118.35949499766032, 34.63781120648563 ], [ -118.363919535132624, 34.637809368177457 ], [ -118.363950314178169, 34.64500977936099 ], [ -118.350720369634658, 34.645038563735405 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lincoln-heights",
"name": "Lincoln Heights",
"slug": "lincoln-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.51055393684, "type": "segment-of-a-city", "name": "Lincoln Heights", "slug": "lincoln-heights"},
"resource_uri": "/1.0/boundary/lincoln-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.212306, 34.083709999123464 ], [ -118.212106000000148, 34.083109999123508 ], [ -118.211206, 34.083209999123518 ], [ -118.21200600000013, 34.082388999123609 ], [ -118.21200600000013, 34.079209999123485 ], [ -118.210406, 34.079209999123627 ], [ -118.211006, 34.079909999123593 ], [ -118.208406, 34.081609999123579 ], [ -118.206306, 34.083609999123475 ], [ -118.205706000000106, 34.083009999123519 ], [ -118.205306, 34.083709999123407 ], [ -118.205006, 34.085109999123461 ], [ -118.203506, 34.084109999123612 ], [ -118.20390600000016, 34.082609999123548 ], [ -118.204357000000144, 34.082124999123586 ], [ -118.204332000000122, 34.081340999123469 ], [ -118.20498, 34.081357999123419 ], [ -118.206806000000128, 34.079109999123595 ], [ -118.206406000000129, 34.078309999123633 ], [ -118.206006, 34.078009999123545 ], [ -118.205806000000166, 34.075609999123643 ], [ -118.20540600000011, 34.075509999123554 ], [ -118.205406000000167, 34.074409999123688 ], [ -118.204605, 34.074909999123633 ], [ -118.204105, 34.075509999123554 ], [ -118.204105, 34.077209999123617 ], [ -118.202905000000101, 34.077209999123617 ], [ -118.202905000000101, 34.078709999123639 ], [ -118.201805000000149, 34.078709999123539 ], [ -118.201805000000149, 34.080409999123589 ], [ -118.201005, 34.080509999123478 ], [ -118.200892, 34.081079999123531 ], [ -118.200108000000128, 34.082830999123523 ], [ -118.199118, 34.082808999123593 ], [ -118.198905, 34.08260999912364 ], [ -118.197105, 34.082009999123557 ], [ -118.198005, 34.080409999123589 ], [ -118.197405, 34.080009999123639 ], [ -118.197805, 34.079409999123584 ], [ -118.196605, 34.078809999123706 ], [ -118.196505, 34.080409999123589 ], [ -118.196205000000148, 34.080509999123478 ], [ -118.195105, 34.07960999912369 ], [ -118.193805, 34.079209999123627 ], [ -118.193705000000136, 34.07960999912369 ], [ -118.193305, 34.078609999123536 ], [ -118.194005000000118, 34.07580999912377 ], [ -118.195305000000118, 34.069009999123601 ], [ -118.196105, 34.06630999912371 ], [ -118.197305, 34.06481099912375 ], [ -118.202105, 34.065710999123759 ], [ -118.204805000000107, 34.065710999123759 ], [ -118.207506000000123, 34.065210999123671 ], [ -118.213506, 34.061410999123837 ], [ -118.219306, 34.056910999123893 ], [ -118.225806000000119, 34.054410999123967 ], [ -118.226606, 34.054710999123877 ], [ -118.227306, 34.055110999123791 ], [ -118.226634, 34.055754999123813 ], [ -118.226506, 34.056730999123928 ], [ -118.227106, 34.061810999123814 ], [ -118.224706, 34.06771099912369 ], [ -118.224806000000157, 34.070609999123683 ], [ -118.22661800000013, 34.079945999123645 ], [ -118.225906000000109, 34.080209999123561 ], [ -118.223506000000128, 34.082009999123557 ], [ -118.219306, 34.084709999123547 ], [ -118.214506, 34.086309999123408 ], [ -118.212906, 34.086409999123497 ], [ -118.213006, 34.085609999123442 ], [ -118.211506000000142, 34.085209999123435 ], [ -118.212306, 34.084209999123502 ], [ -118.212306, 34.083709999123464 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "littlerock",
"name": "Littlerock",
"slug": "littlerock-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.8128731011, "type": "unincorporated-area", "name": "Littlerock", "slug": "littlerock"},
"resource_uri": "/1.0/boundary/littlerock-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.953679390637021, 34.528280734874748 ], [ -117.953686837653194, 34.523253089103974 ], [ -117.958232056603777, 34.522451903647166 ], [ -117.959053356931634, 34.522157615211576 ], [ -117.960225670107093, 34.521301204386099 ], [ -117.968483831082409, 34.521212492759311 ], [ -117.968484338358891, 34.521073112172424 ], [ -117.972734154316925, 34.519377987624807 ], [ -117.973072922780602, 34.519333630111667 ], [ -117.973173424132924, 34.519507013298174 ], [ -117.973472710939731, 34.519388372607175 ], [ -117.973372209106813, 34.519214989666082 ], [ -117.973631947103343, 34.519019291692324 ], [ -117.977464249914604, 34.51749023549079 ], [ -117.978556065841872, 34.517167919702629 ], [ -117.978646687471027, 34.517324809690223 ], [ -117.978945958970414, 34.517204781573589 ], [ -117.978840503214457, 34.517024505653922 ], [ -117.979196600571086, 34.516800206430162 ], [ -117.983447674681543, 34.515093714372497 ], [ -117.983859210003999, 34.515107261888453 ], [ -117.984634098884982, 34.515561441693215 ], [ -117.985739165910601, 34.516436898110207 ], [ -117.987428014985483, 34.51743627929158 ], [ -117.987357645464698, 34.517596827797263 ], [ -117.987682568339366, 34.51769526095282 ], [ -117.987754597386356, 34.517533365560205 ], [ -117.98920298540844, 34.517674796954125 ], [ -117.991969501617774, 34.517339033762134 ], [ -117.997272289404421, 34.517375567367807 ], [ -117.999002018783003, 34.516473563104896 ], [ -118.001126409294585, 34.514811508172848 ], [ -118.00125875863344, 34.514500012558834 ], [ -118.002321500856411, 34.514364116486426 ], [ -118.002329005648022, 34.519217749598532 ], [ -118.002494997060623, 34.519212717639768 ], [ -118.002497984824785, 34.521118404871757 ], [ -118.002872719503102, 34.521939327414429 ], [ -118.002442925514984, 34.523174595905076 ], [ -118.002075485506211, 34.523750602866173 ], [ -118.00193918639178, 34.524647332572286 ], [ -118.0012785818531, 34.524645536581751 ], [ -118.001279252795641, 34.528261340954138 ], [ -117.953679390637021, 34.528280734874748 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lomita",
"name": "Lomita",
"slug": "lomita-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.91718201513, "type": "standalone-city", "name": "Lomita", "slug": "lomita"},
"resource_uri": "/1.0/boundary/lomita-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.318360000000183, 33.807652999127164 ], [ -118.311705, 33.807515999127055 ], [ -118.311771000000164, 33.802131999127113 ], [ -118.30879000000013, 33.802216999127069 ], [ -118.308685000000224, 33.789470999127204 ], [ -118.308472000000179, 33.788772999127289 ], [ -118.308713, 33.78820699912724 ], [ -118.30870900000015, 33.782214999127362 ], [ -118.309038000000143, 33.782178999127268 ], [ -118.309039000000254, 33.78194099912735 ], [ -118.309924000000109, 33.781946999127427 ], [ -118.309464000000176, 33.778914999127387 ], [ -118.307662000000178, 33.779218999127401 ], [ -118.306427000000184, 33.774957999127409 ], [ -118.308850000000191, 33.7749639991275 ], [ -118.309135000000197, 33.776485999127452 ], [ -118.309911000000213, 33.776278999127484 ], [ -118.310935000000214, 33.777290999127381 ], [ -118.312763000000189, 33.776517999127407 ], [ -118.31326800000015, 33.776556999127443 ], [ -118.314103000000173, 33.77615799912742 ], [ -118.313244000000182, 33.776287999127447 ], [ -118.312948000000233, 33.77582999912746 ], [ -118.316575000000299, 33.775644999127394 ], [ -118.316446, 33.775250999127366 ], [ -118.318307000000132, 33.775217999127349 ], [ -118.316775000000149, 33.777182999127419 ], [ -118.316145000000105, 33.776882999127437 ], [ -118.315723000000162, 33.777081999127482 ], [ -118.316339000000141, 33.778138999127428 ], [ -118.316073000000145, 33.778689999127401 ], [ -118.316577000000109, 33.778736999127396 ], [ -118.315946, 33.779110999127411 ], [ -118.315725000000157, 33.779533999127324 ], [ -118.316554000000139, 33.780071999127287 ], [ -118.316633000000223, 33.780566999127316 ], [ -118.317220000000177, 33.780603999127415 ], [ -118.317412000000274, 33.780916999127349 ], [ -118.317605000000185, 33.7809169991273 ], [ -118.318052000000108, 33.781712999127365 ], [ -118.319004000000163, 33.781708999127353 ], [ -118.316332000000159, 33.783795999127314 ], [ -118.316856, 33.783858999127304 ], [ -118.318489000000213, 33.784615999127261 ], [ -118.319036000000139, 33.784422999127287 ], [ -118.319009, 33.784663999127346 ], [ -118.321657000000144, 33.785681999127256 ], [ -118.324489000000142, 33.785914999127264 ], [ -118.325470000000152, 33.785858999127306 ], [ -118.32560500000011, 33.786315999127247 ], [ -118.327817000000209, 33.786127999127338 ], [ -118.327903000000163, 33.787286999127254 ], [ -118.328904000000151, 33.787194999127372 ], [ -118.328726, 33.787662999127271 ], [ -118.328721, 33.789124999127253 ], [ -118.327809000000244, 33.789238999127249 ], [ -118.327851000000152, 33.788933999127316 ], [ -118.326166000000185, 33.788909999127299 ], [ -118.326229000000254, 33.78954599912722 ], [ -118.326761000000232, 33.78954599912722 ], [ -118.326805000000192, 33.790315999127209 ], [ -118.32819000000012, 33.790302999127185 ], [ -118.32775, 33.791000999127242 ], [ -118.329095000000137, 33.790952999127263 ], [ -118.3294980000001, 33.792013999127207 ], [ -118.329505000000154, 33.792341999127224 ], [ -118.328011000000132, 33.793887999127229 ], [ -118.328076000000209, 33.796787999127133 ], [ -118.32832100000013, 33.798239999127141 ], [ -118.328175, 33.800971999127057 ], [ -118.326121000000185, 33.801085999127039 ], [ -118.325983000000122, 33.803502999127112 ], [ -118.327924000000166, 33.803414999127128 ], [ -118.327941000000152, 33.806848999127098 ], [ -118.319919000000141, 33.80692199912707 ], [ -118.319916000000163, 33.807660999127016 ], [ -118.318360000000183, 33.807652999127164 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "long-beach",
"name": "Long Beach",
"slug": "long-beach-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 52.1003673205, "type": "standalone-city", "name": "Long Beach", "slug": "long-beach"},
"resource_uri": "/1.0/boundary/long-beach-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.164180000000158, 33.827684999126781 ], [ -118.161066000000204, 33.827576999126784 ], [ -118.157788, 33.825039999126744 ], [ -118.155794000000128, 33.825031999126814 ], [ -118.155996000000258, 33.827563999126752 ], [ -118.154103000000134, 33.827551999126712 ], [ -118.154201000000171, 33.828815999126775 ], [ -118.152048000000221, 33.828754999126843 ], [ -118.15070300000022, 33.829481999126706 ], [ -118.149501000000129, 33.832375999126697 ], [ -118.142544, 33.832353999126724 ], [ -118.142485000000121, 33.846693999126522 ], [ -118.133788000000138, 33.846666999126469 ], [ -118.132118000000204, 33.846516999126607 ], [ -118.132299000000259, 33.847077999126562 ], [ -118.12507500000018, 33.847054999126549 ], [ -118.12514500000016, 33.832275999126722 ], [ -118.097408000000172, 33.832183999126734 ], [ -118.094441000000174, 33.831848999126613 ], [ -118.093338000000159, 33.831878999126694 ], [ -118.093309000000147, 33.831711999126732 ], [ -118.091071, 33.831458999126667 ], [ -118.081827000000217, 33.831454999126692 ], [ -118.081793000000246, 33.830873999126766 ], [ -118.082426000000268, 33.83060099912683 ], [ -118.082728000000145, 33.830178999126765 ], [ -118.082995, 33.828685999126769 ], [ -118.082121000000285, 33.825683999126781 ], [ -118.081902000000284, 33.825361999126798 ], [ -118.081704000000116, 33.824318999126824 ], [ -118.080896000000152, 33.824303999126819 ], [ -118.081337000000161, 33.824976999126783 ], [ -118.079414000000199, 33.824143999126846 ], [ -118.074622, 33.822776999126816 ], [ -118.07460900000018, 33.823208999126841 ], [ -118.072377, 33.823058999126928 ], [ -118.071792000000158, 33.8225439991269 ], [ -118.071826, 33.823973999126757 ], [ -118.068721, 33.824019999126733 ], [ -118.068713000000145, 33.822477999126804 ], [ -118.065961, 33.822599999126822 ], [ -118.065440000000152, 33.82401199912681 ], [ -118.063268000000292, 33.824073999126803 ], [ -118.063162, 33.819609999126968 ], [ -118.072597000000258, 33.81511499912682 ], [ -118.08459700000013, 33.803215999127069 ], [ -118.086397000000147, 33.796715999127066 ], [ -118.086738000000295, 33.796089999127034 ], [ -118.098997000000224, 33.776815999127415 ], [ -118.097894000000139, 33.774712999127523 ], [ -118.09675200000018, 33.77301999912757 ], [ -118.09183, 33.759834999127619 ], [ -118.091897000000287, 33.758716999127635 ], [ -118.096897000000141, 33.755916999127621 ], [ -118.097696000000198, 33.755616999127639 ], [ -118.108193000000199, 33.750016999127737 ], [ -118.113790000000193, 33.746722999127734 ], [ -118.114831954627462, 33.745947149846266 ], [ -118.115756018256675, 33.749306024597935 ], [ -118.114772014465373, 33.7507810043492 ], [ -118.115021974472413, 33.751899011116251 ], [ -118.115438977843539, 33.751786999991168 ], [ -118.117335012096248, 33.752677985619393 ], [ -118.11789401547982, 33.752680984508132 ], [ -118.118506998860539, 33.752468010795582 ], [ -118.119902008245518, 33.751080998447335 ], [ -118.120648994602178, 33.750898013622084 ], [ -118.121242985020956, 33.750323016165432 ], [ -118.121187005764384, 33.749392992371426 ], [ -118.118389989587641, 33.746884974367376 ], [ -118.116575977572481, 33.746008983182904 ], [ -118.116579976090861, 33.745395000172429 ], [ -118.117657997674812, 33.743776021149621 ], [ -118.120401980871691, 33.74592001615018 ], [ -118.123882007112158, 33.747843987419209 ], [ -118.133007993831939, 33.751272979938683 ], [ -118.136501015256883, 33.752891011944115 ], [ -118.139085005108853, 33.753843974606234 ], [ -118.142318017618763, 33.755543976237234 ], [ -118.145890009780402, 33.757053995635758 ], [ -118.148158011461049, 33.757832023121516 ], [ -118.158097012701958, 33.760480988896205 ], [ -118.167308020548376, 33.76260299204607 ], [ -118.167584023536662, 33.76251802353184 ], [ -118.168333009152434, 33.762845007628556 ], [ -118.171869014649147, 33.763466987675699 ], [ -118.174319001525461, 33.763719999183472 ], [ -118.174972022701454, 33.763604989169785 ], [ -118.178160998897766, 33.763670017704534 ], [ -118.18005798016803, 33.76333498395897 ], [ -118.181339978798292, 33.762540015382569 ], [ -118.181885986997329, 33.76199900533144 ], [ -118.180884989503227, 33.760832016714971 ], [ -118.180716999121842, 33.760827018567156 ], [ -118.180858999134102, 33.760588001873337 ], [ -118.183153990813423, 33.76326101137002 ], [ -118.188127989767025, 33.760419011862282 ], [ -118.189194015795962, 33.759997010343255 ], [ -118.190963991497341, 33.759737001428327 ], [ -118.190652001844285, 33.758386975374655 ], [ -118.189200013573469, 33.757616997537632 ], [ -118.187547994162301, 33.757000015638482 ], [ -118.186820000767852, 33.75696997413899 ], [ -118.186195021831921, 33.757147013798843 ], [ -118.1837730245838, 33.7581560083296 ], [ -118.183600983071969, 33.758162006107014 ], [ -118.18347397750324, 33.757926987931576 ], [ -118.186070015522318, 33.756709018206529 ], [ -118.187316974505222, 33.756562020046154 ], [ -118.188297979407565, 33.756792987091266 ], [ -118.190730025563511, 33.757870009045583 ], [ -118.191230997819403, 33.758432011317772 ], [ -118.191522994880913, 33.759601998822916 ], [ -118.192299023107381, 33.75961399437783 ], [ -118.192509997561032, 33.759774987352394 ], [ -118.19410798436256, 33.759584005490488 ], [ -118.195883010824033, 33.759789981796011 ], [ -118.197450009108778, 33.760330991847177 ], [ -118.199467998170419, 33.761320993415886 ], [ -118.198917991452944, 33.762326989057904 ], [ -118.198925988489506, 33.763247016555979 ], [ -118.200674024952477, 33.763277005443413 ], [ -118.200819023853668, 33.763172991354878 ], [ -118.200663976044538, 33.76207397754991 ], [ -118.200055990811734, 33.761572005664611 ], [ -118.200515978254586, 33.761736997157378 ], [ -118.201524025767867, 33.761761987896861 ], [ -118.202331989528972, 33.761391020098493 ], [ -118.202419009914507, 33.761186990440017 ], [ -118.202442001394687, 33.760407016307319 ], [ -118.201633985021687, 33.759376976943301 ], [ -118.201810025051984, 33.759187994340657 ], [ -118.201653977613361, 33.758966023961811 ], [ -118.201187992392747, 33.759154006934928 ], [ -118.197890003960239, 33.757174003797374 ], [ -118.197848019517821, 33.756081987399469 ], [ -118.197147016121875, 33.755441014390435 ], [ -118.195822980437256, 33.754891007673066 ], [ -118.194866019256821, 33.755068994350417 ], [ -118.194286023651912, 33.754557973186685 ], [ -118.194202002155265, 33.754125975371977 ], [ -118.188682994632245, 33.752196006325605 ], [ -118.188729977222494, 33.752078997052649 ], [ -118.187873978629526, 33.7519000107458 ], [ -118.187616021585811, 33.751665992199918 ], [ -118.188200015708802, 33.75057097691321 ], [ -118.188800003905271, 33.750446023215723 ], [ -118.190108992534149, 33.749602020177726 ], [ -118.186111999964666, 33.73854201328114 ], [ -118.187957000496752, 33.736626986066398 ], [ -118.188482016474552, 33.735869003784408 ], [ -118.185132994321322, 33.735109022243222 ], [ -118.185117000248027, 33.733036000942796 ], [ -118.195710022294719, 33.732904996855773 ], [ -118.196342998266985, 33.733332996152193 ], [ -118.196596009774922, 33.73381797433467 ], [ -118.196499992723218, 33.735652978571061 ], [ -118.197128023159863, 33.736200986029111 ], [ -118.202382023620032, 33.73629400419216 ], [ -118.204142003025808, 33.738486981042222 ], [ -118.204523019731866, 33.738775979215035 ], [ -118.204926975306378, 33.738552009576978 ], [ -118.203935974108049, 33.739386016319145 ], [ -118.203657024843224, 33.739364024468344 ], [ -118.202584001407288, 33.739905981537021 ], [ -118.202387021767805, 33.740632975302013 ], [ -118.19538898336333, 33.740637973449957 ], [ -118.192439023860786, 33.743040977735824 ], [ -118.192448020527067, 33.744952006432477 ], [ -118.196768998304492, 33.74492701569288 ], [ -118.197317005762486, 33.744712989738531 ], [ -118.197290015763883, 33.7511910103132 ], [ -118.198953978117942, 33.75108999511351 ], [ -118.198934985155887, 33.743985995973539 ], [ -118.199075985538727, 33.743901974476678 ], [ -118.199170003331247, 33.744154985984594 ], [ -118.203096022200441, 33.744153986355059 ], [ -118.203657024843224, 33.744539001579575 ], [ -118.206249011731884, 33.744566991207776 ], [ -118.206283998767191, 33.744981995319684 ], [ -118.206441992852874, 33.744981995319684 ], [ -118.20641000470637, 33.750073003546177 ], [ -118.207000996236445, 33.750674991001603 ], [ -118.212954000833363, 33.747620017781173 ], [ -118.212987988239092, 33.746895023275236 ], [ -118.206820010670413, 33.742566995478647 ], [ -118.206495025832709, 33.740779973462217 ], [ -118.206274002471403, 33.740529013825707 ], [ -118.206500023980652, 33.740654020135246 ], [ -118.206618979900725, 33.740290996761523 ], [ -118.215534991796702, 33.746244001358306 ], [ -118.214955995821583, 33.748956996038295 ], [ -118.215451022912092, 33.748971990481962 ], [ -118.21546301846702, 33.7490969967916 ], [ -118.215302025492463, 33.749187016065918 ], [ -118.215269984733879, 33.751001975098418 ], [ -118.21506000991009, 33.751143975110985 ], [ -118.215037018429825, 33.752022018166592 ], [ -118.215197011774464, 33.752269978914597 ], [ -118.207427995903359, 33.75629301446503 ], [ -118.207436992569569, 33.756875009328915 ], [ -118.207636024080159, 33.75691299525284 ], [ -118.207663014078946, 33.762998003566423 ], [ -118.208962006412023, 33.762997003936839 ], [ -118.208967004559739, 33.759524974733267 ], [ -118.209120000497634, 33.759538022529867 ], [ -118.20987098537266, 33.757266022330903 ], [ -118.211921015192587, 33.756211991856979 ], [ -118.213792006093882, 33.756331000389046 ], [ -118.21391401351471, 33.762627982785702 ], [ -118.214095998710448, 33.76280002429759 ], [ -118.215096996204537, 33.762798025038286 ], [ -118.215107992129859, 33.757360987140935 ], [ -118.216342008540266, 33.75736998380723 ], [ -118.218416976487774, 33.761375973042817 ], [ -118.218755009122162, 33.761538018258875 ], [ -118.220507991120741, 33.764764980379226 ], [ -118.220093986638332, 33.76535602452131 ], [ -118.220399978513996, 33.766095013841301 ], [ -118.220267974797437, 33.766844999086643 ], [ -118.219113981365481, 33.76748902359661 ], [ -118.217225996761499, 33.766954011323001 ], [ -118.21670697856112, 33.767524010631895 ], [ -118.218154021296201, 33.768197024399612 ], [ -118.215290976954989, 33.769222013003542 ], [ -118.214081004266689, 33.769747975998925 ], [ -118.213978989437294, 33.769916018992468 ], [ -118.21159897663172, 33.76930498225876 ], [ -118.211005985842462, 33.769571988580786 ], [ -118.210978995843845, 33.769810005644935 ], [ -118.212995985275739, 33.770286986790822 ], [ -118.21158898033589, 33.770885975357537 ], [ -118.209444985335281, 33.770266994199119 ], [ -118.209065020870753, 33.770474022746406 ], [ -118.209015986409199, 33.770788011658674 ], [ -118.210480022847122, 33.771134988347065 ], [ -118.210491018772544, 33.771297980580755 ], [ -118.208119003003489, 33.772289981408619 ], [ -118.208559997484613, 33.773092999633718 ], [ -118.209198024216917, 33.773093999263374 ], [ -118.212403994116102, 33.771872978037464 ], [ -118.212472021539654, 33.771484016906705 ], [ -118.213414987905963, 33.77107301131317 ], [ -118.21380200238967, 33.770981992409304 ], [ -118.214417984659221, 33.771284985396292 ], [ -118.21443597799167, 33.770883976098325 ], [ -118.219649993268618, 33.76881400629879 ], [ -118.22060600743167, 33.769084011509534 ], [ -118.220929992639668, 33.770663005349121 ], [ -118.217949991637681, 33.772595973284268 ], [ -118.217992975709606, 33.77274102479744 ], [ -118.212618020070323, 33.774720975322843 ], [ -118.209779019451204, 33.77600597284173 ], [ -118.209835998337255, 33.776621008093905 ], [ -118.210138991324058, 33.777120980720106 ], [ -118.215837984783633, 33.774778006820874 ], [ -118.216550983734578, 33.774341010858322 ], [ -118.216742018208521, 33.774444025317088 ], [ -118.216877020813754, 33.774867973483225 ], [ -118.219925996256819, 33.773263988904091 ], [ -118.220009018124088, 33.77344497447011 ], [ -118.224978018929718, 33.770738977196977 ], [ -118.225461997482711, 33.770782013881231 ], [ -118.226970017622222, 33.77026899345833 ], [ -118.226848010201351, 33.770049022338583 ], [ -118.23818801860466, 33.767439989135006 ], [ -118.238313024914206, 33.767673008051375 ], [ -118.239039019049571, 33.767237011718251 ], [ -118.240530992503736, 33.767005992061179 ], [ -118.241106989590108, 33.766732987961696 ], [ -118.24131901628536, 33.766920023917322 ], [ -118.241947873863197, 33.766529639690667 ], [ -118.220669000000271, 33.782536999127352 ], [ -118.227681000000231, 33.789943999127296 ], [ -118.227341000000209, 33.790805999127208 ], [ -118.226942000000165, 33.790699999127298 ], [ -118.226797000000118, 33.792147999127224 ], [ -118.222436000000172, 33.804151999127058 ], [ -118.2224420000001, 33.812451999126999 ], [ -118.222768000000187, 33.812727999126977 ], [ -118.22457000000017, 33.821567999126863 ], [ -118.224604, 33.824287999126824 ], [ -118.22229700000031, 33.824291999126821 ], [ -118.222283000000317, 33.825813999126709 ], [ -118.218885000000157, 33.825681999126743 ], [ -118.215762000000126, 33.826074999126803 ], [ -118.216875000000144, 33.83015199912677 ], [ -118.216847, 33.831714999126767 ], [ -118.215968000000117, 33.834383999126686 ], [ -118.213191, 33.834420999126671 ], [ -118.212658000000161, 33.835459999126684 ], [ -118.211798000000172, 33.836635999126642 ], [ -118.21126200000019, 33.838306999126566 ], [ -118.207332000000207, 33.839418999126643 ], [ -118.205784000000307, 33.845005999126563 ], [ -118.205496000000167, 33.846622999126552 ], [ -118.206791, 33.846567999126478 ], [ -118.206798000000148, 33.848402999126421 ], [ -118.206016000000233, 33.848441999126614 ], [ -118.2056, 33.848777999126604 ], [ -118.205471000000145, 33.849292999126448 ], [ -118.205273000000119, 33.849449999126527 ], [ -118.204831000000127, 33.85253699912645 ], [ -118.20398800000018, 33.855145999126407 ], [ -118.202973, 33.85717499912645 ], [ -118.200981000000127, 33.860093999126434 ], [ -118.203492000000153, 33.860408999126278 ], [ -118.203542000000169, 33.861068999126452 ], [ -118.206321, 33.870342999126272 ], [ -118.20566600000015, 33.870389999126211 ], [ -118.205603000000266, 33.872015999126276 ], [ -118.20589500000014, 33.872893999126248 ], [ -118.205607000000171, 33.874285999126158 ], [ -118.207155, 33.874268999126116 ], [ -118.207157000000194, 33.874716999126193 ], [ -118.207925000000174, 33.874802999126196 ], [ -118.20796300000012, 33.874264999126247 ], [ -118.208240000000202, 33.874263999126171 ], [ -118.208238000000151, 33.874824999126183 ], [ -118.208566000000189, 33.874856999126202 ], [ -118.208513, 33.879775999126174 ], [ -118.208616000000234, 33.880660999126 ], [ -118.208898000000204, 33.880652999126099 ], [ -118.208896000000223, 33.881291999126049 ], [ -118.192387000000195, 33.881436999126109 ], [ -118.191626000000184, 33.880916999126093 ], [ -118.190069, 33.881411999126172 ], [ -118.188368000000196, 33.881324999126178 ], [ -118.187601000000143, 33.8854029991261 ], [ -118.185778000000212, 33.885441999126002 ], [ -118.177435000000173, 33.885358999126119 ], [ -118.177427000000222, 33.881856999126207 ], [ -118.15131500000021, 33.881986999126106 ], [ -118.151239, 33.8689699991262 ], [ -118.146901, 33.869007999126261 ], [ -118.146509000000208, 33.86793699912635 ], [ -118.146531000000138, 33.864301999126319 ], [ -118.146769000000219, 33.860252999126416 ], [ -118.157099000000244, 33.860182999126351 ], [ -118.156972000000181, 33.85783599912638 ], [ -118.15761300000014, 33.857348999126287 ], [ -118.155847000000293, 33.857323999126393 ], [ -118.15582700000013, 33.854830999126456 ], [ -118.164200000000108, 33.854779999126436 ], [ -118.164183000000264, 33.854089999126451 ], [ -118.166342000000213, 33.854431999126426 ], [ -118.167745000000181, 33.854443999126474 ], [ -118.167559000000153, 33.846939999126576 ], [ -118.164182, 33.847056999126551 ], [ -118.164180000000158, 33.827684999126781 ] ], [ [ -118.164180000000158, 33.827684999126781 ], [ -118.167554000000109, 33.827691999126792 ], [ -118.167562000000146, 33.820148999126872 ], [ -118.16473800000027, 33.82021399912685 ], [ -118.164367000000126, 33.821621999126798 ], [ -118.164185000000174, 33.823118999126912 ], [ -118.164180000000158, 33.827684999126781 ] ], [ [ -118.175273, 33.818788999126944 ], [ -118.184802000000147, 33.818615999126884 ], [ -118.184807000000163, 33.817094999126816 ], [ -118.183923000000178, 33.817055999126836 ], [ -118.183957000000234, 33.816193999126938 ], [ -118.184805000000154, 33.816403999126905 ], [ -118.184671000000108, 33.814578999126987 ], [ -118.18490700000018, 33.81163499912698 ], [ -118.184891000000192, 33.804395999127067 ], [ -118.181734000000262, 33.80423099912705 ], [ -118.181727000000222, 33.803488999127111 ], [ -118.182134, 33.802599999127139 ], [ -118.182001000000142, 33.802116999127165 ], [ -118.182101000000173, 33.80071699912709 ], [ -118.178493000000159, 33.798514999127136 ], [ -118.171752000000197, 33.793881999127215 ], [ -118.167645000000164, 33.791407999127202 ], [ -118.166903000000133, 33.790795999127255 ], [ -118.166971000000146, 33.790555999127278 ], [ -118.166532000000302, 33.7900799991273 ], [ -118.166111000000114, 33.789852999127348 ], [ -118.149426000000162, 33.789835999127192 ], [ -118.151001, 33.791222999127257 ], [ -118.151749000000137, 33.792425999127268 ], [ -118.151712000000188, 33.792846999127143 ], [ -118.152226000000113, 33.793463999127233 ], [ -118.15457000000012, 33.793469999127169 ], [ -118.154565000000304, 33.796809999127184 ], [ -118.15631, 33.796350999127228 ], [ -118.158897000000152, 33.796268999127236 ], [ -118.158888000000218, 33.797118999127164 ], [ -118.151386000000159, 33.797118999127164 ], [ -118.151346000000174, 33.804426999127095 ], [ -118.156857000000201, 33.804421999127001 ], [ -118.156859000000139, 33.80412799912704 ], [ -118.158877000000288, 33.802448999127009 ], [ -118.158913000000169, 33.810131999126931 ], [ -118.161548000000153, 33.810115999126971 ], [ -118.161452000000267, 33.809075999127089 ], [ -118.163249000000235, 33.809133999127013 ], [ -118.163269000000113, 33.811677999126992 ], [ -118.176302000000149, 33.811646999126992 ], [ -118.176311000000268, 33.804243999127017 ], [ -118.180646000000223, 33.80422999912706 ], [ -118.18066200000024, 33.811640999126979 ], [ -118.1787920000002, 33.811629999127035 ], [ -118.178787000000128, 33.813527999127018 ], [ -118.174286000000137, 33.813712999126921 ], [ -118.174255000000173, 33.815322999126877 ], [ -118.171968000000163, 33.815293999126894 ], [ -118.171971, 33.818805999126887 ], [ -118.174099000000268, 33.818707999126872 ], [ -118.174144000000112, 33.818915999126887 ], [ -118.175273000000175, 33.818909999126916 ], [ -118.175273, 33.818788999126944 ] ] ], [ [ [ -118.237110996650372, 33.727826983813848 ], [ -118.237141311346562, 33.727719400831461 ], [ -118.243114433741212, 33.741955115708514 ], [ -118.243001024583748, 33.74181800986284 ], [ -118.237110996650372, 33.727826983813848 ] ] ], [ [ [ -118.224541022967088, 33.767617975812492 ], [ -118.22347099841987, 33.766102011248407 ], [ -118.222928988739199, 33.765923024941401 ], [ -118.222614000197311, 33.765995997900824 ], [ -118.222513984627284, 33.765815012334798 ], [ -118.222699021323734, 33.765700002321019 ], [ -118.222705019101213, 33.765259007840079 ], [ -118.221580014927156, 33.763822014012788 ], [ -118.22036099296038, 33.761430005652159 ], [ -118.220545977044793, 33.76135797971039 ], [ -118.219434020667208, 33.759228979153441 ], [ -118.219657990305379, 33.75914800915745 ], [ -118.220049003307238, 33.758296009082756 ], [ -118.218769003936202, 33.755341998449893 ], [ -118.218552978722741, 33.755328003635789 ], [ -118.218534985390306, 33.753708024983453 ], [ -118.22295297984914, 33.75242597374114 ], [ -118.224815973713575, 33.756830973015305 ], [ -118.227668022129407, 33.75597697368152 ], [ -118.227770983976185, 33.755814981077428 ], [ -118.22906997630929, 33.755563021811241 ], [ -118.227746992866173, 33.752423974481921 ], [ -118.228161996978216, 33.752299020784456 ], [ -118.229471985236657, 33.755438015501717 ], [ -118.235226010935065, 33.753711023872093 ], [ -118.235597978362975, 33.75368098237265 ], [ -118.235741977634532, 33.753816984607575 ], [ -118.236807004033892, 33.753627002375339 ], [ -118.23705801628266, 33.753455013475495 ], [ -118.23690701960389, 33.753194004931018 ], [ -118.244366992098605, 33.751009025117554 ], [ -118.244486000630786, 33.751257985495002 ], [ -118.245789991111806, 33.750674991001603 ], [ -118.243153020892024, 33.744334024903559 ], [ -118.242498000456635, 33.74375097779803 ], [ -118.233481025973106, 33.74229499100889 ], [ -118.232820007760338, 33.745157982737894 ], [ -118.232609980324256, 33.745122995702594 ], [ -118.233251005945547, 33.742254006196063 ], [ -118.23139001134011, 33.741976003948579 ], [ -118.227247020240071, 33.743155987749617 ], [ -118.226737998335466, 33.745438983874017 ], [ -118.226545017214448, 33.745403996838704 ], [ -118.227034993544834, 33.743238009987301 ], [ -118.225126016719699, 33.743796013741282 ], [ -118.224359984789004, 33.746600974342549 ], [ -118.22486100965682, 33.743902974106334 ], [ -118.219799990317682, 33.745352016100547 ], [ -118.217454017529761, 33.744422991936247 ], [ -118.23110901020415, 33.740481978623315 ], [ -118.23287498738722, 33.740613982339973 ], [ -118.241361000727736, 33.741980002466988 ], [ -118.243108984578342, 33.742929019222949 ], [ -118.243474237828096, 33.742812640608605 ], [ -118.248966, 33.755901999127715 ], [ -118.240767, 33.758295999127618 ], [ -118.241153000000168, 33.758540999127646 ], [ -118.245290339448701, 33.763690624791884 ], [ -118.242024018199459, 33.76436102480465 ], [ -118.241763009655102, 33.764727994084751 ], [ -118.240133981724256, 33.765038984108195 ], [ -118.240037017654984, 33.76492902485446 ], [ -118.239630010579674, 33.765139999307934 ], [ -118.239282981279231, 33.764788024471599 ], [ -118.23823200230612, 33.764872992985765 ], [ -118.237731977067867, 33.765096015606332 ], [ -118.234877982005088, 33.765581993418472 ], [ -118.234348020491396, 33.76602898567689 ], [ -118.233678005612376, 33.766317983849675 ], [ -118.228432002188853, 33.767513014706473 ], [ -118.227770983976086, 33.767331976528268 ], [ -118.227335987272653, 33.767669009533009 ], [ -118.226937976863539, 33.767600982109542 ], [ -118.226468992754306, 33.767762974713584 ], [ -118.225483989333384, 33.76838600700227 ], [ -118.225012006335618, 33.768139992901403 ], [ -118.224541022967088, 33.767617975812492 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lopezkagel-canyons",
"name": "Lopez/Kagel Canyons",
"slug": "lopezkagel-canyons-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.5744194134, "type": "unincorporated-area", "name": "Lopez/Kagel Canyons", "slug": "lopezkagel-canyons"},
"resource_uri": "/1.0/boundary/lopezkagel-canyons-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.375281, 34.318495999120948 ], [ -118.374737, 34.318399999120928 ], [ -118.373979, 34.318742999120943 ], [ -118.373648999999872, 34.318623999120973 ], [ -118.371793, 34.318623999120973 ], [ -118.370801, 34.317743999120879 ], [ -118.370448999999866, 34.317183999120942 ], [ -118.371601, 34.315247999120956 ], [ -118.371825, 34.31156799912106 ], [ -118.371441, 34.311903999120993 ], [ -118.371249, 34.311519999120975 ], [ -118.371809, 34.31036799912107 ], [ -118.371825, 34.309839999120989 ], [ -118.369873, 34.309775999121058 ], [ -118.368961, 34.310031999121094 ], [ -118.367633, 34.310143999121031 ], [ -118.366673, 34.311039999121036 ], [ -118.365297, 34.310239999121023 ], [ -118.36350499999989, 34.309599999121041 ], [ -118.363697, 34.309055999121028 ], [ -118.363793, 34.307839999121107 ], [ -118.363473, 34.306639999121124 ], [ -118.361985, 34.303375999121108 ], [ -118.361713, 34.302287999121127 ], [ -118.362097, 34.302047999121072 ], [ -118.362097, 34.301631999121135 ], [ -118.361617, 34.300927999121136 ], [ -118.361265, 34.299711999121079 ], [ -118.360865, 34.299071999121189 ], [ -118.360769, 34.298351999121145 ], [ -118.360913, 34.29760099912118 ], [ -118.360811, 34.297090999121174 ], [ -118.362369, 34.298079999121185 ], [ -118.362833, 34.298799999121137 ], [ -118.362977, 34.299375999121146 ], [ -118.363777, 34.299823999121109 ], [ -118.364385, 34.299951999121163 ], [ -118.365201, 34.301087999121172 ], [ -118.366113, 34.301599999121187 ], [ -118.366576999999879, 34.300287999121188 ], [ -118.366993, 34.299759999121193 ], [ -118.368897, 34.298687999121121 ], [ -118.369665, 34.298687999121157 ], [ -118.370609, 34.296768999121113 ], [ -118.370913, 34.295776999121166 ], [ -118.371025, 34.295072999121174 ], [ -118.370833, 34.292848999121212 ], [ -118.371005, 34.291808999121223 ], [ -118.37147, 34.290449999121293 ], [ -118.371858, 34.289936999121331 ], [ -118.372593, 34.289423999121212 ], [ -118.373678, 34.288960999121286 ], [ -118.373968, 34.288496999121229 ], [ -118.373775, 34.287457999121315 ], [ -118.37392, 34.286271999121311 ], [ -118.373687, 34.28592799912127 ], [ -118.373518999063208, 34.283166001591702 ], [ -118.372637000000296, 34.282831999121242 ], [ -118.374675000000266, 34.282826999121362 ], [ -118.374801000000303, 34.28365999912122 ], [ -118.377103000000247, 34.28336399912132 ], [ -118.381859000000276, 34.283896999121204 ], [ -118.385762000000312, 34.284816999121233 ], [ -118.384618000000117, 34.288174999121225 ], [ -118.384619000000299, 34.289730999121169 ], [ -118.386916000000298, 34.289733999121218 ], [ -118.386911000000126, 34.291493999121244 ], [ -118.382372000000245, 34.291525999121127 ], [ -118.382371000000191, 34.293328999121179 ], [ -118.382951000000119, 34.293329999121262 ], [ -118.382878000000218, 34.296955999121117 ], [ -118.387390000000238, 34.296962999121064 ], [ -118.387396000000322, 34.29877999912113 ], [ -118.393635000000202, 34.298787999121195 ], [ -118.393711000000195, 34.296978999121137 ], [ -118.396743000000143, 34.296982999121127 ], [ -118.396984000000188, 34.293347999121188 ], [ -118.399814000000234, 34.293419999121262 ], [ -118.40023200000023, 34.292571999121058 ], [ -118.400906000000205, 34.29014299912123 ], [ -118.400822000000147, 34.288444999121076 ], [ -118.401143000000246, 34.28844999912107 ], [ -118.401588000000217, 34.286422999121129 ], [ -118.406168000000235, 34.285926999121337 ], [ -118.409400000000218, 34.289011999121144 ], [ -118.410294, 34.29107099912126 ], [ -118.410348000000354, 34.291967999121162 ], [ -118.410217000000145, 34.291842999121123 ], [ -118.408960000000235, 34.291807999121069 ], [ -118.409072000000293, 34.293658999121185 ], [ -118.403508000000258, 34.293512999121148 ], [ -118.403460000000194, 34.29710599912115 ], [ -118.401205000000218, 34.297064999120963 ], [ -118.401052000000263, 34.300669999121048 ], [ -118.405600000000177, 34.300725999121056 ], [ -118.405469000000224, 34.307911999120982 ], [ -118.403751000000199, 34.30791699912097 ], [ -118.403566000000154, 34.308969999120883 ], [ -118.404114000000234, 34.309037999121031 ], [ -118.403881000000226, 34.310049999121034 ], [ -118.403324000000211, 34.310023999121022 ], [ -118.403016000000221, 34.309388999121019 ], [ -118.402479000000184, 34.309428999120939 ], [ -118.402446000000253, 34.309607999120971 ], [ -118.401836000000188, 34.309876999120945 ], [ -118.401079000000195, 34.309721999120811 ], [ -118.400904000000367, 34.310026999120922 ], [ -118.400760000000233, 34.317576999120938 ], [ -118.399716000000168, 34.317593999120973 ], [ -118.39866000000022, 34.31810999912085 ], [ -118.397538000000338, 34.318289999120971 ], [ -118.397279000000282, 34.317114999120754 ], [ -118.396878726898464, 34.317277298767742 ], [ -118.396867, 34.314971999120949 ], [ -118.397593, 34.314911999121023 ], [ -118.397581, 34.31440699912099 ], [ -118.397154, 34.314447999121029 ], [ -118.396593999999894, 34.31417599912097 ], [ -118.396866, 34.313423999120992 ], [ -118.396753999999888, 34.312735999121045 ], [ -118.39685, 34.312575999121059 ], [ -118.397042, 34.312607999121028 ], [ -118.397042, 34.312271999121023 ], [ -118.396434, 34.311823999120975 ], [ -118.396587, 34.311255999120974 ], [ -118.396306, 34.311103999121009 ], [ -118.39581, 34.311471999120997 ], [ -118.395362, 34.31155199912105 ], [ -118.39509, 34.311407999121016 ], [ -118.394706, 34.310767999121012 ], [ -118.39205, 34.312559999121063 ], [ -118.391346, 34.312815999120978 ], [ -118.390658, 34.31262399912098 ], [ -118.388178, 34.311007999120946 ], [ -118.385538, 34.313727999120893 ], [ -118.382898, 34.315183999120926 ], [ -118.38261, 34.315775999120973 ], [ -118.382386, 34.314463999120981 ], [ -118.381506, 34.315519999120966 ], [ -118.381362, 34.315903999120927 ], [ -118.380754, 34.316175999120901 ], [ -118.379826, 34.317183999120942 ], [ -118.379282, 34.316831999120964 ], [ -118.378705999999895, 34.316959999120982 ], [ -118.377906, 34.318143999120927 ], [ -118.376657, 34.318751999120884 ], [ -118.375585, 34.31881599912095 ], [ -118.375281, 34.318495999120948 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "los-feliz",
"name": "Los Feliz",
"slug": "los-feliz-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.60795509818, "type": "segment-of-a-city", "name": "Los Feliz", "slug": "los-feliz"},
"resource_uri": "/1.0/boundary/los-feliz-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.273208000000125, 34.118407999123257 ], [ -118.271908000000124, 34.116907999123171 ], [ -118.271808000000135, 34.117207999123046 ], [ -118.269108, 34.113908999123147 ], [ -118.268008000000123, 34.112708999123193 ], [ -118.267408, 34.112308999123123 ], [ -118.269108000000116, 34.11160899912317 ], [ -118.271508, 34.109108999123173 ], [ -118.273508, 34.104108999123284 ], [ -118.273308000000114, 34.101108999123376 ], [ -118.274008, 34.099008999123264 ], [ -118.275508, 34.097608999123324 ], [ -118.276608, 34.095908999123381 ], [ -118.284208, 34.095908999123381 ], [ -118.289308, 34.099508999123266 ], [ -118.291909, 34.101108999123305 ], [ -118.293409000000125, 34.101808999123321 ], [ -118.309409, 34.101608999123272 ], [ -118.309409, 34.107707999123242 ], [ -118.308009, 34.108007999123195 ], [ -118.307609000000141, 34.109207999123271 ], [ -118.307509000000152, 34.113407999123083 ], [ -118.306609, 34.113807999123317 ], [ -118.299009, 34.115707999123217 ], [ -118.292209000000113, 34.117607999123202 ], [ -118.286109, 34.118507999123096 ], [ -118.274208, 34.11980799912314 ], [ -118.273208000000125, 34.118407999123257 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "lynwood",
"name": "Lynwood",
"slug": "lynwood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.90022698292, "type": "standalone-city", "name": "Lynwood", "slug": "lynwood"},
"resource_uri": "/1.0/boundary/lynwood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.213224000000167, 33.944186999125328 ], [ -118.21370200000014, 33.940244999125319 ], [ -118.210532000000228, 33.93982699912538 ], [ -118.210862000000262, 33.937014999125402 ], [ -118.199556000000115, 33.935920999125386 ], [ -118.198507000000163, 33.935704999125484 ], [ -118.189611000000156, 33.935081999125437 ], [ -118.182356000000226, 33.934285999125521 ], [ -118.181740000000133, 33.934362999125376 ], [ -118.181891000000221, 33.933274999125445 ], [ -118.182824000000238, 33.93079099912547 ], [ -118.180077000000324, 33.930941999125601 ], [ -118.175329000000218, 33.930476999125474 ], [ -118.176653000000144, 33.918312999125654 ], [ -118.178709, 33.918591999125674 ], [ -118.180507, 33.910067999125708 ], [ -118.181773000000135, 33.907546999125749 ], [ -118.183158, 33.905984999125828 ], [ -118.183893000000168, 33.906383999125737 ], [ -118.184977000000174, 33.905404999125771 ], [ -118.185860000000133, 33.90498599912577 ], [ -118.186451000000176, 33.905417999125746 ], [ -118.187027000000114, 33.905484999125832 ], [ -118.186775000000296, 33.906892999125809 ], [ -118.189315000000178, 33.907339999125746 ], [ -118.189516, 33.906060999125764 ], [ -118.190195000000145, 33.9060999991258 ], [ -118.19019, 33.905818999125877 ], [ -118.195792000000111, 33.906330999125814 ], [ -118.193891000000207, 33.910932999125741 ], [ -118.195122, 33.911271999125802 ], [ -118.197149000000167, 33.90646799912588 ], [ -118.199979000000127, 33.906676999125764 ], [ -118.198387, 33.910678999125842 ], [ -118.198726000000121, 33.910560999125714 ], [ -118.201862000000247, 33.911663999125807 ], [ -118.205827000000227, 33.912621999125733 ], [ -118.20640800000011, 33.910618999125731 ], [ -118.213839000000178, 33.913060999125712 ], [ -118.213922000000125, 33.912602999125767 ], [ -118.216797000000142, 33.912226999125743 ], [ -118.218184000000136, 33.921237999125609 ], [ -118.218660000000156, 33.921313999125594 ], [ -118.219625000000178, 33.922086999125675 ], [ -118.21995900000023, 33.922750999125562 ], [ -118.220006000000183, 33.922317999125752 ], [ -118.224093000000138, 33.922199999125638 ], [ -118.224287000000189, 33.923417999125526 ], [ -118.228827981030449, 33.922779001859105 ], [ -118.230323969643948, 33.929000997774388 ], [ -118.229535000000155, 33.929005999125479 ], [ -118.225667000000129, 33.92991999912563 ], [ -118.226772000000295, 33.937095999125411 ], [ -118.228311, 33.93695099912545 ], [ -118.228374000000144, 33.937365999125412 ], [ -118.229213000000129, 33.93733099912545 ], [ -118.228646000000154, 33.939006999125461 ], [ -118.22949698601839, 33.943100000711894 ], [ -118.227807992986797, 33.943089003275759 ], [ -118.227404993003091, 33.942705000758139 ], [ -118.226906000000142, 33.940166999125367 ], [ -118.223022000000128, 33.939756999125358 ], [ -118.223246000000174, 33.937841999125403 ], [ -118.213922000000224, 33.936892999125398 ], [ -118.214010000000272, 33.937374999125417 ], [ -118.214241000000172, 33.937414999125416 ], [ -118.214219, 33.938404999125368 ], [ -118.214528000000129, 33.938443999125433 ], [ -118.214419000000163, 33.938853999125392 ], [ -118.21482, 33.939857999125415 ], [ -118.214708, 33.940102999125415 ], [ -118.215062000000202, 33.940204999125314 ], [ -118.215114000000113, 33.94120599912533 ], [ -118.215521, 33.94135099912539 ], [ -118.215404000000191, 33.942314999125351 ], [ -118.216297000000125, 33.942515999125412 ], [ -118.21608, 33.943932999125344 ], [ -118.216230000000238, 33.943895999125353 ], [ -118.216549000000157, 33.94498099912532 ], [ -118.21683400000019, 33.945019999125286 ], [ -118.216768000000158, 33.945440999125296 ], [ -118.212916000000163, 33.945020999125326 ], [ -118.213224000000167, 33.944186999125328 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "malibu",
"name": "Malibu",
"slug": "malibu-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 19.8863310758, "type": "standalone-city", "name": "Malibu", "slug": "malibu"},
"resource_uri": "/1.0/boundary/malibu-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.917696, 34.067374999123786 ], [ -118.870587789407693, 34.052304080417976 ], [ -118.870586255287705, 34.052068451241723 ], [ -118.869818, 34.051829999124017 ], [ -118.869933780012957, 34.0491302197347 ], [ -118.869715448751009, 34.049130587922733 ], [ -118.869712083048, 34.048739305880339 ], [ -118.869219000000186, 34.048712999123936 ], [ -118.869275767592143, 34.042833071710689 ], [ -118.861565566124, 34.042844106584113 ], [ -118.861571743867501, 34.045671880308241 ], [ -118.861180254642107, 34.045768513712886 ], [ -118.860682451815251, 34.047671483270719 ], [ -118.859312728027007, 34.046722285214052 ], [ -118.85887503071217, 34.048549685105769 ], [ -118.846136592537178, 34.044475554639853 ], [ -118.818428788358048, 34.039937865235117 ], [ -118.798114925972897, 34.038409093766532 ], [ -118.798176403112194, 34.038305058169705 ], [ -118.797834000000236, 34.038263999124148 ], [ -118.798389000000242, 34.037629999124185 ], [ -118.799272845080381, 34.037807166268571 ], [ -118.79958032122714, 34.037465693037404 ], [ -118.793222801334238, 34.036269657232715 ], [ -118.793169382152513, 34.036632784294206 ], [ -118.794137990520753, 34.037391840273628 ], [ -118.794242572444617, 34.038125719490452 ], [ -118.794620000000123, 34.03833699912412 ], [ -118.790705242899136, 34.039206119960205 ], [ -118.780223076427987, 34.042236171811048 ], [ -118.755794000000193, 34.042737999124178 ], [ -118.748679347435669, 34.042672370029337 ], [ -118.741595001993318, 34.042769074604969 ], [ -118.740295000000174, 34.042905999124088 ], [ -118.733451000000215, 34.042893999124161 ], [ -118.724222000000111, 34.043438999124184 ], [ -118.722857000000189, 34.043653999124075 ], [ -118.719588883417131, 34.043713651355738 ], [ -118.7193128327078, 34.042187391732242 ], [ -118.718338067428846, 34.040347138173125 ], [ -118.718390628237685, 34.03922168600846 ], [ -118.718023, 34.037082999124152 ], [ -118.714396000000164, 34.035405999124244 ], [ -118.714176198735586, 34.03542728269737 ], [ -118.715109207579388, 34.036045734504455 ], [ -118.715702448441832, 34.036933375649888 ], [ -118.715223538223157, 34.037515056512412 ], [ -118.716015000000183, 34.038618999124175 ], [ -118.715519000000199, 34.039318999124241 ], [ -118.715906, 34.04103399912416 ], [ -118.715501000000302, 34.041359999124133 ], [ -118.715125000000143, 34.041111999124212 ], [ -118.715378000000129, 34.041438999124281 ], [ -118.714515000000119, 34.042022999124256 ], [ -118.713827000000151, 34.040699999124179 ], [ -118.712932000000151, 34.040973999124226 ], [ -118.711914700870935, 34.03926259919573 ], [ -118.710913609717167, 34.03866389628697 ], [ -118.708818173749975, 34.036766406146747 ], [ -118.708694000000136, 34.036014999124291 ], [ -118.709086000000156, 34.035679999124184 ], [ -118.709379431260302, 34.03430149581559 ], [ -118.703350051928055, 34.034737333457045 ], [ -118.703450128204452, 34.036774938969387 ], [ -118.703083548004543, 34.037788802904075 ], [ -118.70257244217666, 34.038456177060318 ], [ -118.701363967896199, 34.039328878996905 ], [ -118.697665570919597, 34.0404511793216 ], [ -118.699037591034781, 34.04237951498046 ], [ -118.699270134042337, 34.043622814091876 ], [ -118.698971296912092, 34.044709700638919 ], [ -118.69847663774361, 34.04478947686173 ], [ -118.698359835481568, 34.044998393070379 ], [ -118.687345620392804, 34.045664642173953 ], [ -118.682247571832633, 34.047525301891959 ], [ -118.654070197636102, 34.047485728508995 ], [ -118.643648817020818, 34.046656355674685 ], [ -118.639517000000112, 34.046636999123947 ], [ -118.63878700000015, 34.045739999124116 ], [ -118.63825947313417, 34.045632530922354 ], [ -118.626331377476987, 34.045620079229217 ], [ -118.625455000000159, 34.04586499912407 ], [ -118.603453169091367, 34.04559720232961 ], [ -118.58773400000014, 34.045579999124122 ], [ -118.584424573613035, 34.037837306389996 ], [ -118.587276976927882, 34.038916023281004 ], [ -118.589835976040476, 34.039095009587889 ], [ -118.591615001020159, 34.039449983312956 ], [ -118.595019002800484, 34.039632021120696 ], [ -118.595560012851465, 34.039604978509836 ], [ -118.596616989602197, 34.039167982547312 ], [ -118.597214978539185, 34.039086012921715 ], [ -118.598898986096813, 34.039207020712944 ], [ -118.60379501394317, 34.039105005883684 ], [ -118.605371008894053, 34.038679005846319 ], [ -118.608133985053087, 34.036941018291451 ], [ -118.609790002982464, 34.03635097377876 ], [ -118.612667989155199, 34.03683400531429 ], [ -118.614860018987798, 34.036890984200284 ], [ -118.622294001113474, 34.037770973903271 ], [ -118.623787973826779, 34.03782100799431 ], [ -118.624862996521799, 34.037686005388949 ], [ -118.62695301152516, 34.036877989015935 ], [ -118.627979999388458, 34.036806015686118 ], [ -118.631399995241864, 34.037016990139669 ], [ -118.632665000169354, 34.036830006796031 ], [ -118.633749019530541, 34.036866993090428 ], [ -118.634380995873357, 34.036717995670998 ], [ -118.635260985576238, 34.036193979322711 ], [ -118.636164019371392, 34.036119007104247 ], [ -118.642327998421862, 34.037522013525766 ], [ -118.646708006956715, 34.038102009130419 ], [ -118.647746990374728, 34.038027983929439 ], [ -118.648491977472204, 34.03748497461909 ], [ -118.649033987152933, 34.037373016106201 ], [ -118.658313022422789, 34.038500019539484 ], [ -118.662780998360674, 34.038740982880313 ], [ -118.668390025157834, 34.038783019934812 ], [ -118.671892990266372, 34.038435990634341 ], [ -118.674088018987845, 34.037919024305218 ], [ -118.67646198140379, 34.036997997177544 ], [ -118.675699000973964, 34.035850001522988 ], [ -118.675572995034727, 34.035903981520413 ], [ -118.675381013543301, 34.035631977050443 ], [ -118.675669012086402, 34.035506023723457 ], [ -118.676528009568145, 34.036955013105519 ], [ -118.67738400816117, 34.036387013055794 ], [ -118.678278992307781, 34.035407007782894 ], [ -118.678630020126434, 34.03424201842558 ], [ -118.679621021324863, 34.032256017510704 ], [ -118.680100001729883, 34.031885996729812 ], [ -118.681215009608152, 34.031658975591029 ], [ -118.682144980789971, 34.030827020720167 ], [ -118.683774008720803, 34.030721007372598 ], [ -118.691345992340544, 34.032415011226007 ], [ -118.694446001504204, 34.032600994939955 ], [ -118.696946022471636, 34.032306998619084 ], [ -118.70073998501212, 34.031090975541332 ], [ -118.706860979990552, 34.029550020237856 ], [ -118.714685975118201, 34.031495983357424 ], [ -118.715493991491201, 34.031589001520516 ], [ -118.719834014842746, 34.031403017806518 ], [ -118.722159995039092, 34.031513976689887 ], [ -118.733676990490153, 34.033025995347764 ], [ -118.739736008434733, 34.032998005719307 ], [ -118.743983013623293, 34.032479987148669 ], [ -118.747430999104807, 34.031494983727931 ], [ -118.751939012837823, 34.029734004692692 ], [ -118.754478019358942, 34.028187998629079 ], [ -118.755906016519873, 34.026161012901468 ], [ -118.756530995455648, 34.025780995824817 ], [ -118.759492003495822, 34.025505992466158 ], [ -118.76307699084181, 34.025524985428213 ], [ -118.768447000945429, 34.024887011307833 ], [ -118.773351025828291, 34.024050005676941 ], [ -118.78166599728651, 34.022290973288776 ], [ -118.783600017463186, 34.021725025110257 ], [ -118.785345002425387, 34.020985983178221 ], [ -118.78750599112881, 34.01946202157756 ], [ -118.787922994499837, 34.018974991523898 ], [ -118.788223988227543, 34.018242999610763 ], [ -118.789818976140495, 34.016809004672304 ], [ -118.79042601435593, 34.016004986817556 ], [ -118.790766993266899, 34.014872985236494 ], [ -118.792019003009713, 34.013490024018651 ], [ -118.792417013418898, 34.01199699832295 ], [ -118.79387699872639, 34.010865996371251 ], [ -118.794091024680597, 34.010414005964954 ], [ -118.794089025421471, 34.009940023707742 ], [ -118.793833015024831, 34.008456994307785 ], [ -118.794235023952311, 34.007472990516526 ], [ -118.79530299662828, 34.006823020841331 ], [ -118.799441989210123, 34.006437005987166 ], [ -118.800869986371097, 34.006062986687972 ], [ -118.802253000200935, 34.005464997750877 ], [ -118.803891024797935, 34.004147012455718 ], [ -118.804736974483021, 34.00290699826796 ], [ -118.804888023773614, 34.002368987105569 ], [ -118.804871977088283, 34.001116977362777 ], [ -118.805069009339704, 34.000678981770463 ], [ -118.805462021600917, 34.000490998797389 ], [ -118.806761013933979, 34.000415973966867 ], [ -118.807711977337036, 34.000665986585958 ], [ -118.808603015577333, 34.001266974411863 ], [ -118.813658984156476, 34.006514977094454 ], [ -118.815910991763886, 34.009129008445974 ], [ -118.817503980417683, 34.010636975973391 ], [ -118.8236079816932, 34.015621023834733 ], [ -118.827206016836115, 34.018290981830688 ], [ -118.835263978268003, 34.024152020506222 ], [ -118.842546016697369, 34.029042997592462 ], [ -118.846562002228723, 34.031228977035433 ], [ -118.851658008603309, 34.033452995014521 ], [ -118.854959995554211, 34.034581997707008 ], [ -118.859335005941034, 34.035336981100222 ], [ -118.860411975283228, 34.035299994805783 ], [ -118.861486997978446, 34.034538014005449 ], [ -118.862071991730758, 34.034516022154676 ], [ -118.864516980459229, 34.035397011487085 ], [ -118.868741993797059, 34.036612981953006 ], [ -118.87045798950129, 34.036717995670998 ], [ -118.872093015209472, 34.037357022032914 ], [ -118.87608201074228, 34.038067022095113 ], [ -118.87907700618797, 34.038045977261852 ], [ -118.881610014931454, 34.038293990621874 ], [ -118.882920003189852, 34.038138995424895 ], [ -118.885354995622563, 34.038548001759303 ], [ -118.888930986302483, 34.038789017712311 ], [ -118.890661976450275, 34.039139992918962 ], [ -118.891855008048026, 34.038943013279798 ], [ -118.894275006036921, 34.039360016650761 ], [ -118.895829009137159, 34.039237009600306 ], [ -118.897450987048671, 34.03971099185744 ], [ -118.898530008262156, 34.039851992240401 ], [ -118.899949008756849, 34.040585983412456 ], [ -118.901460974802674, 34.041122994945155 ], [ -118.904695986571681, 34.041762021307171 ], [ -118.906298024503641, 34.041563989426187 ], [ -118.910125974449898, 34.042194019121936 ], [ -118.91274500394934, 34.04174397536265 ], [ -118.91520198823261, 34.041720983882342 ], [ -118.921079020981594, 34.04473402527249 ], [ -118.923812279773017, 34.04566389486088 ], [ -118.924083000000181, 34.046912999124096 ], [ -118.919739000000177, 34.055980999124003 ], [ -118.919776, 34.063102999123863 ], [ -118.918454000000139, 34.065241999123828 ], [ -118.917696, 34.067374999123786 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "manchester-square",
"name": "Manchester Square",
"slug": "manchester-square-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.01264126487, "type": "segment-of-a-city", "name": "Manchester Square", "slug": "manchester-square"},
"resource_uri": "/1.0/boundary/manchester-square-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.300207000000114, 33.97451399912481 ], [ -118.300307000000103, 33.968913999124887 ], [ -118.300207, 33.959913999125099 ], [ -118.317761000000104, 33.9598165504934 ], [ -118.317747231990239, 33.970712999124984 ], [ -118.317608, 33.970712999124984 ], [ -118.317608000000121, 33.97441299912493 ], [ -118.300207000000114, 33.97451399912481 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "manhattan-beach",
"name": "Manhattan Beach",
"slug": "manhattan-beach-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.97071434338, "type": "standalone-city", "name": "Manhattan Beach", "slug": "manhattan-beach"},
"resource_uri": "/1.0/boundary/manhattan-beach-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.418411000000305, 33.903712999125858 ], [ -118.417426000000177, 33.901670999125827 ], [ -118.415604000000172, 33.901890999125769 ], [ -118.415502000000174, 33.901734999125757 ], [ -118.414413, 33.90189599912582 ], [ -118.401701000000244, 33.901959999125765 ], [ -118.378701000000206, 33.901904999125883 ], [ -118.378599000000207, 33.882779999126065 ], [ -118.378917000000143, 33.881691999126097 ], [ -118.378673000000177, 33.881472999126103 ], [ -118.378667000000149, 33.880072999126142 ], [ -118.379939000000135, 33.880072999126121 ], [ -118.38002000000013, 33.879649999126045 ], [ -118.379955000000237, 33.872833999126215 ], [ -118.395522000000156, 33.872830999126236 ], [ -118.395968000000138, 33.873985999126205 ], [ -118.395963, 33.877100999126256 ], [ -118.401550000000157, 33.877082999126102 ], [ -118.402031000000193, 33.877320999126255 ], [ -118.402760000000228, 33.87704599912621 ], [ -118.403120000000172, 33.87764599912596 ], [ -118.404539000000185, 33.877145999126157 ], [ -118.404855, 33.877820999126222 ], [ -118.40693200000014, 33.877217999126195 ], [ -118.407192000000165, 33.877746999126181 ], [ -118.409462664475868, 33.876731091636543 ], [ -118.411374001167175, 33.880762996464561 ], [ -118.417648991712966, 33.892306981914096 ], [ -118.420200993418447, 33.897827988696235 ], [ -118.420902996444141, 33.899773004798327 ], [ -118.421765992444051, 33.901569023481017 ], [ -118.421801979108977, 33.902005019814077 ], [ -118.422478991394925, 33.90316301176432 ], [ -118.422670025868896, 33.90415201370346 ], [ -118.423279396011239, 33.904867372844478 ], [ -118.41950900000019, 33.906184999125884 ], [ -118.418411000000305, 33.903712999125858 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "marina-del-rey",
"name": "Marina del Rey",
"slug": "marina-del-rey-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.45477168604, "type": "unincorporated-area", "name": "Marina del Rey", "slug": "marina-del-rey"},
"resource_uri": "/1.0/boundary/marina-del-rey-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.436543986145267, 33.978509002437974 ], [ -118.433644986143577, 33.976551002436402 ], [ -118.432258981607688, 33.975016001883247 ], [ -118.451300979363694, 33.964231007791938 ], [ -118.454760980717467, 33.969675008532512 ], [ -118.454531990794891, 33.969838998491745 ], [ -118.457477994069151, 33.973785995532282 ], [ -118.457601978981685, 33.973721007514399 ], [ -118.460621986162153, 33.977439002440057 ], [ -118.461420995527064, 33.978356998987465 ], [ -118.461799976848397, 33.978275004348696 ], [ -118.461974986162744, 33.979366002441544 ], [ -118.4634799812208, 33.981049006377361 ], [ -118.455050982259522, 33.986416000744896 ], [ -118.448301985980976, 33.98466100258495 ], [ -118.441603989400761, 33.983380005282484 ], [ -118.439523986146952, 33.981050002440057 ], [ -118.436543986145267, 33.978509002437974 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "mar-vista",
"name": "Mar Vista",
"slug": "mar-vista-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.89525385641, "type": "segment-of-a-city", "name": "Mar Vista", "slug": "mar-vista"},
"resource_uri": "/1.0/boundary/mar-vista-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.421411, 34.01032399912458 ], [ -118.420085, 34.008644999124577 ], [ -118.41923, 34.009102999124394 ], [ -118.417344, 34.006748999124596 ], [ -118.421249, 34.004421999124546 ], [ -118.418239, 34.00061899912464 ], [ -118.419178, 34.000033999124547 ], [ -118.4204, 33.99868799912457 ], [ -118.42598, 33.998069999124631 ], [ -118.428489, 34.001343999124593 ], [ -118.430836, 34.000101999124553 ], [ -118.430327, 33.999445999124617 ], [ -118.435307, 33.996898999124646 ], [ -118.435811, 33.996916999124522 ], [ -118.442490967216727, 33.993664347028378 ], [ -118.44335, 33.995316999124725 ], [ -118.44435733428358, 33.994620714437069 ], [ -118.456019850356356, 34.009879419551893 ], [ -118.443426, 34.01662499912446 ], [ -118.444412000000113, 34.017809999124466 ], [ -118.444812000000113, 34.020109999124273 ], [ -118.442812000000131, 34.020709999124385 ], [ -118.441012000000129, 34.021509999124277 ], [ -118.430298000000136, 34.026819999124214 ], [ -118.418471, 34.012018999124436 ], [ -118.421411, 34.01032399912458 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "mayflower-village",
"name": "Mayflower Village",
"slug": "mayflower-village-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.21537929985, "type": "unincorporated-area", "name": "Mayflower Village", "slug": "mayflower-village"},
"resource_uri": "/1.0/boundary/mayflower-village-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.003901989364877, 34.12930500164439 ], [ -118.003999000000164, 34.117806999123189 ], [ -118.004470000000111, 34.117629999123238 ], [ -118.004650000000112, 34.117388999123278 ], [ -118.005343000000181, 34.117643999123231 ], [ -118.005256000000216, 34.117915999123376 ], [ -118.006569, 34.11839299912333 ], [ -118.00641200000014, 34.117828999123311 ], [ -118.005992000000305, 34.117830999123328 ], [ -118.006001000000168, 34.11699699912328 ], [ -118.007099000000125, 34.117002999123223 ], [ -118.007096000000189, 34.114468999123311 ], [ -118.006699000000197, 34.114474999123331 ], [ -118.006699000000197, 34.115177999123254 ], [ -118.005399000000153, 34.115282999123423 ], [ -118.004399000000291, 34.117192999123198 ], [ -118.004199000000298, 34.117192999123198 ], [ -118.004896000000201, 34.111462999123276 ], [ -118.005295000000118, 34.110993999123309 ], [ -118.005053000000132, 34.11102899912332 ], [ -118.005163000000309, 34.110646999123325 ], [ -118.006879000000154, 34.110432999123347 ], [ -118.007143000000127, 34.110725999123311 ], [ -118.007637000000173, 34.110451999123349 ], [ -118.007364000000138, 34.110162999123311 ], [ -118.012211000000164, 34.105607999123357 ], [ -118.015760986171131, 34.104200003435842 ], [ -118.016061986579302, 34.105568003965395 ], [ -118.015945998295521, 34.105628995893518 ], [ -118.016810739175526, 34.109335098677342 ], [ -118.016714593536364, 34.109868607300854 ], [ -118.016919985658816, 34.109929000937434 ], [ -118.016036000000199, 34.113721999123307 ], [ -118.015446, 34.114726999123242 ], [ -118.015235986209177, 34.115670000047423 ], [ -118.014876985843017, 34.115673004094738 ], [ -118.013928181497931, 34.117269543293716 ], [ -118.013474564636482, 34.117282757049892 ], [ -118.013410229891221, 34.117028064995573 ], [ -118.013077985829696, 34.117019004148361 ], [ -118.013104971655366, 34.118655005834469 ], [ -118.012346985887561, 34.118681005193473 ], [ -118.012370971653837, 34.119885005837375 ], [ -118.01210597379287, 34.120335000498031 ], [ -118.008594985824615, 34.119129008150999 ], [ -118.008489985803919, 34.121927004239367 ], [ -118.008574971646993, 34.124907005841521 ], [ -118.008785971646986, 34.125885005844786 ], [ -118.00673398079735, 34.129335998614884 ], [ -118.006376000000117, 34.129275999123102 ], [ -118.005799, 34.130206999123111 ], [ -118.004939985979036, 34.130365001967618 ], [ -118.003952000000183, 34.130295999123135 ], [ -118.003901989364877, 34.12930500164439 ] ] ], [ [ [ -117.98861400000014, 34.127112999123142 ], [ -117.990998000000303, 34.120906999123136 ], [ -117.989657068287627, 34.120479993535909 ], [ -117.990002662440517, 34.119588925549813 ], [ -117.991297901747259, 34.119791366349283 ], [ -117.991483000000315, 34.119680999123204 ], [ -117.992200000000196, 34.117809999123182 ], [ -117.996518121097552, 34.117683243324826 ], [ -117.995784000000143, 34.118093999123239 ], [ -117.995400000000203, 34.118656999123196 ], [ -117.995942000000184, 34.118570999123207 ], [ -117.997744000000182, 34.119012999123235 ], [ -117.997905000000159, 34.119005999123175 ], [ -117.998277000000229, 34.118076999123296 ], [ -117.998763000000167, 34.117397999123227 ], [ -117.999647000000124, 34.117417999123248 ], [ -117.999406000000192, 34.118034999123232 ], [ -118.001300000000327, 34.117908999123223 ], [ -118.001305000000144, 34.117425999123249 ], [ -118.003505, 34.117506999123279 ], [ -118.003402000000165, 34.124518999123225 ], [ -118.00382600000016, 34.124517999123071 ], [ -118.003824322878415, 34.124928055371214 ], [ -117.999919235067068, 34.124935687679695 ], [ -117.999255868374405, 34.127718011641633 ], [ -117.996051396489705, 34.12686863901159 ], [ -117.995863000000227, 34.127048999123183 ], [ -117.995076000000296, 34.129178999123077 ], [ -117.994990464216414, 34.130417420041304 ], [ -117.990682841269106, 34.130436203180047 ], [ -117.990734000000174, 34.129878999123015 ], [ -117.988807000000264, 34.129792999123119 ], [ -117.987680000000367, 34.129510999123056 ], [ -117.98861400000014, 34.127112999123142 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "maywood",
"name": "Maywood",
"slug": "maywood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.18806818977, "type": "standalone-city", "name": "Maywood", "slug": "maywood"},
"resource_uri": "/1.0/boundary/maywood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.194525000000169, 33.995332999124614 ], [ -118.18498900000013, 33.99435199912476 ], [ -118.185046000000227, 33.993853999124767 ], [ -118.184546000000125, 33.993809999124757 ], [ -118.184303000000114, 33.994453999124765 ], [ -118.182898000000222, 33.9936719991247 ], [ -118.183371000000164, 33.993065999124738 ], [ -118.177992000000188, 33.98993299912474 ], [ -118.178111000000172, 33.9896559991248 ], [ -118.176083000000247, 33.987600999124837 ], [ -118.17513700000022, 33.986844999124799 ], [ -118.173941000000255, 33.986748999124771 ], [ -118.173959000000195, 33.986251999124768 ], [ -118.173137000000182, 33.986228999124805 ], [ -118.172579000000212, 33.986436999124805 ], [ -118.172198000000137, 33.986272999124708 ], [ -118.170850000000144, 33.983851999124823 ], [ -118.169945000000126, 33.98023799912481 ], [ -118.170035000000127, 33.980007999124908 ], [ -118.189566000000212, 33.981932999124901 ], [ -118.189009000000212, 33.986561999124824 ], [ -118.189670000000135, 33.98659199912489 ], [ -118.189674000000181, 33.986784999124815 ], [ -118.190111000000172, 33.986804999124843 ], [ -118.190015000000201, 33.987418999124777 ], [ -118.192268000000198, 33.987620999124871 ], [ -118.193381000000258, 33.98749299912479 ], [ -118.194433, 33.987818999124848 ], [ -118.202646000000172, 33.988648999124777 ], [ -118.202828000000125, 33.98891699912479 ], [ -118.204285, 33.989078999124771 ], [ -118.20428100000025, 33.988933999124832 ], [ -118.204502000000289, 33.988946999124771 ], [ -118.204661000000144, 33.996645999124681 ], [ -118.203431000000194, 33.996669999124649 ], [ -118.194500000000332, 33.995738999124697 ], [ -118.194525000000169, 33.995332999124614 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "mid-city",
"name": "Mid-City",
"slug": "mid-city-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.46810947987, "type": "segment-of-a-city", "name": "Mid-City", "slug": "mid-city"},
"resource_uri": "/1.0/boundary/mid-city-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.35381, 34.048209999123941 ], [ -118.347009000000156, 34.047709999123967 ], [ -118.344709, 34.047709999124017 ], [ -118.338309, 34.048610999124044 ], [ -118.334809000000135, 34.048710999123877 ], [ -118.332609, 34.048410999124009 ], [ -118.330109000000107, 34.048210999123881 ], [ -118.329509, 34.048310999124027 ], [ -118.326709000000122, 34.048010999124038 ], [ -118.332709, 34.036710999124011 ], [ -118.333809, 34.035010999124161 ], [ -118.3453090000001, 34.034710999124101 ], [ -118.362110000000129, 34.034010999124277 ], [ -118.368610000000132, 34.034810999124076 ], [ -118.369577, 34.035079999124228 ], [ -118.375919, 34.032416999124173 ], [ -118.384206, 34.030213999124292 ], [ -118.386396000000133, 34.028904999124222 ], [ -118.386662, 34.029206999124256 ], [ -118.386799000000124, 34.029128999124204 ], [ -118.387171, 34.029399999124237 ], [ -118.387761909531619, 34.029062908655639 ], [ -118.389510000000143, 34.030410999124236 ], [ -118.39091, 34.031209999124158 ], [ -118.38981, 34.033309999124121 ], [ -118.386111000000113, 34.046609999123959 ], [ -118.385111000000137, 34.046409999124059 ], [ -118.38311000000013, 34.04560999912394 ], [ -118.376810000000134, 34.044509999124053 ], [ -118.376110000000111, 34.046909999123962 ], [ -118.3762100000001, 34.053309999123918 ], [ -118.362210000000147, 34.050609999123878 ], [ -118.36001, 34.049809999123966 ], [ -118.359810000000138, 34.049609999123895 ], [ -118.35681000000011, 34.048609999123961 ], [ -118.35381, 34.048209999123941 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "mid-wilshire",
"name": "Mid-Wilshire",
"slug": "mid-wilshire-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.78116898514, "type": "segment-of-a-city", "name": "Mid-Wilshire", "slug": "mid-wilshire"},
"resource_uri": "/1.0/boundary/mid-wilshire-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.36151, 34.07150899912353 ], [ -118.35331, 34.070308999123625 ], [ -118.34741, 34.069109999123732 ], [ -118.34411, 34.068909999123697 ], [ -118.34411, 34.062109999123706 ], [ -118.338609, 34.062009999123688 ], [ -118.327509, 34.062109999123706 ], [ -118.324509, 34.061909999123863 ], [ -118.319309, 34.061909999123806 ], [ -118.320609, 34.059209999123787 ], [ -118.326709, 34.048010999124017 ], [ -118.329509, 34.048310999123998 ], [ -118.330109, 34.048210999123818 ], [ -118.332609, 34.048410999123931 ], [ -118.334809, 34.048710999123827 ], [ -118.337008999999881, 34.048710999123969 ], [ -118.344709, 34.047709999123988 ], [ -118.347009, 34.04770999912391 ], [ -118.35381, 34.048209999123877 ], [ -118.35681, 34.048609999123912 ], [ -118.35981, 34.049609999123845 ], [ -118.36001, 34.04980999912393 ], [ -118.36221, 34.050609999123829 ], [ -118.36691, 34.051509999123901 ], [ -118.36381, 34.058409999123811 ], [ -118.36151, 34.063009999123736 ], [ -118.36161, 34.065809999123701 ], [ -118.36151, 34.07150899912353 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "mission-hills",
"name": "Mission Hills",
"slug": "mission-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.1874975889, "type": "segment-of-a-city", "name": "Mission Hills", "slug": "mission-hills"},
"resource_uri": "/1.0/boundary/mission-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.455616, 34.28010099912111 ], [ -118.455216000000107, 34.279500999121211 ], [ -118.454416000000137, 34.279900999121139 ], [ -118.452462, 34.281320999121306 ], [ -118.448707, 34.277733999121246 ], [ -118.44706604532324, 34.27645903626253 ], [ -118.450303000000133, 34.274112999121328 ], [ -118.447667000000109, 34.270944999121248 ], [ -118.444053, 34.267475999121345 ], [ -118.442300000000117, 34.264496999121313 ], [ -118.447916, 34.257401999121363 ], [ -118.451816, 34.251701999121458 ], [ -118.451816, 34.250002999121548 ], [ -118.472025, 34.249999999121563 ], [ -118.472002, 34.271853999121141 ], [ -118.469314, 34.280127999121085 ], [ -118.468244, 34.290162999121129 ], [ -118.468369, 34.291167999121029 ], [ -118.46868, 34.292058999120968 ], [ -118.469630000000137, 34.293322999120974 ], [ -118.467755000000153, 34.291665999120958 ], [ -118.465542000000156, 34.288344999121065 ], [ -118.464203000000154, 34.286949999121042 ], [ -118.462966, 34.285901999121201 ], [ -118.457826, 34.283147999121226 ], [ -118.456964, 34.282206999121144 ], [ -118.455616, 34.28010099912111 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "monrovia",
"name": "Monrovia",
"slug": "monrovia-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 13.9299619674, "type": "standalone-city", "name": "Monrovia", "slug": "monrovia"},
"resource_uri": "/1.0/boundary/monrovia-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.990002662440418, 34.119588925549714 ], [ -117.99005363985458, 34.119457487152054 ], [ -117.990877761534236, 34.11967862796363 ], [ -117.990462, 34.119676999123215 ], [ -117.990002662440418, 34.119588925549714 ] ] ], [ [ [ -117.992107534451719, 34.117705241137436 ], [ -117.995596231376311, 34.117687841252284 ], [ -117.9922, 34.117809999123125 ], [ -117.991483000000215, 34.119680999123183 ], [ -117.991340951647317, 34.119680442616385 ], [ -117.992107534451719, 34.117705241137436 ] ] ], [ [ [ -117.989612917695212, 34.120593829892982 ], [ -117.989657068287514, 34.120479993535866 ], [ -117.990998000000175, 34.120906999123086 ], [ -117.988916214152226, 34.126311779230249 ], [ -117.990877020446064, 34.120921615387545 ], [ -117.989612917695212, 34.120593829892982 ] ] ], [ [ [ -117.988469917222659, 34.127479947741421 ], [ -117.988900121866081, 34.1263539002952 ], [ -117.988558000000197, 34.127260999123074 ], [ -117.988469917222659, 34.127479947741421 ] ] ], [ [ [ -117.95582546494461, 34.194184278754911 ], [ -117.953405283213613, 34.194173871757094 ], [ -117.959593000000197, 34.194175999122294 ], [ -117.959594000000209, 34.180580999122455 ], [ -117.941799000000145, 34.180500999122501 ], [ -117.94153600000017, 34.167052999122497 ], [ -117.944471000000149, 34.167049999122668 ], [ -117.944397000000137, 34.165205999122698 ], [ -117.977198, 34.165005999122627 ], [ -117.9774460000001, 34.155866999122786 ], [ -117.9800180000002, 34.156697999122748 ], [ -117.980112, 34.156509999122804 ], [ -117.980902000000185, 34.156833999122775 ], [ -117.981095000000153, 34.156430999122733 ], [ -117.981919000000133, 34.156634999122751 ], [ -117.982565000000193, 34.156519999122715 ], [ -117.98269900000021, 34.156298999122782 ], [ -117.98473700000018, 34.156384999122757 ], [ -117.984877000000196, 34.155712999122755 ], [ -117.985136000000182, 34.155733999122738 ], [ -117.985567000000131, 34.155117999122723 ], [ -117.985851, 34.155124999122712 ], [ -117.985378000000267, 34.154008999122723 ], [ -117.985076000000149, 34.151557999122758 ], [ -117.983884000000302, 34.151561999122798 ], [ -117.983556, 34.151177999122808 ], [ -117.983390000000256, 34.150586999122787 ], [ -117.982080000000153, 34.150417999122858 ], [ -117.981966000000241, 34.147824999122861 ], [ -117.980335000000153, 34.14791699912287 ], [ -117.980361000000201, 34.146870999122854 ], [ -117.975382369664018, 34.146904296473217 ], [ -117.975380000000158, 34.143657999122944 ], [ -117.977553000000128, 34.143635999122864 ], [ -117.977546000000146, 34.143246999122873 ], [ -117.979697000000101, 34.143227999122878 ], [ -117.9797030000002, 34.140135999122911 ], [ -117.981087000000144, 34.140228999122925 ], [ -117.981105000000198, 34.139520999122979 ], [ -117.986300000000128, 34.139469999123037 ], [ -117.986319, 34.132517999123017 ], [ -117.986771000000132, 34.13188099912297 ], [ -117.987680000000267, 34.129510999123013 ], [ -117.988807000000165, 34.12979299912309 ], [ -117.990734, 34.129878999122994 ], [ -117.990682841269034, 34.130436203179983 ], [ -117.994990464216315, 34.130417420041248 ], [ -117.995076000000196, 34.129178999123027 ], [ -117.995863000000128, 34.127048999123147 ], [ -117.996051396489605, 34.126868639011576 ], [ -117.999255868374277, 34.127718011641576 ], [ -117.999919235066969, 34.124935687679667 ], [ -118.003824322878287, 34.124928055371193 ], [ -118.003826, 34.124517999123036 ], [ -118.003402, 34.124518999123168 ], [ -118.003505, 34.117506999123258 ], [ -118.001305, 34.11742599912322 ], [ -118.001300000000228, 34.117908999123188 ], [ -117.999406, 34.118034999123211 ], [ -117.999647, 34.117417999123212 ], [ -117.998763, 34.117397999123213 ], [ -117.99827700000013, 34.118076999123247 ], [ -117.997905, 34.119005999123146 ], [ -117.995942, 34.118570999123172 ], [ -117.995400000000103, 34.118656999123147 ], [ -117.995784, 34.118093999123182 ], [ -117.996319000000227, 34.11775299912324 ], [ -118.0007200000002, 34.11612899912317 ], [ -118.003848000000175, 34.117403999123283 ], [ -118.004642, 34.111088999123346 ], [ -118.005316000000136, 34.109709999123261 ], [ -118.00469, 34.109557999123325 ], [ -118.00380800000012, 34.11120799912328 ], [ -118.003562000000159, 34.111243999123275 ], [ -118.004369000000196, 34.109504999123303 ], [ -118.001099000000195, 34.108506999123406 ], [ -118.002935000000207, 34.104718999123406 ], [ -118.007067, 34.106128999123307 ], [ -118.007342, 34.105565999123378 ], [ -118.015551000000116, 34.102901999123311 ], [ -118.015760986171003, 34.104200003435793 ], [ -118.012211, 34.105607999123329 ], [ -118.007364, 34.110162999123276 ], [ -118.007637000000102, 34.110451999123292 ], [ -118.007143, 34.110725999123261 ], [ -118.006879, 34.110432999123297 ], [ -118.005163000000209, 34.110646999123283 ], [ -118.005053, 34.111028999123292 ], [ -118.005295, 34.110993999123259 ], [ -118.004896000000116, 34.111462999123255 ], [ -118.004199000000185, 34.117192999123162 ], [ -118.004399000000191, 34.117192999123162 ], [ -118.005399, 34.115282999123387 ], [ -118.006699, 34.115177999123205 ], [ -118.006699, 34.114474999123303 ], [ -118.007096, 34.114468999123233 ], [ -118.007099, 34.117002999123173 ], [ -118.006001, 34.116996999123153 ], [ -118.005992000000205, 34.117830999123292 ], [ -118.006412, 34.11782899912329 ], [ -118.006569, 34.11839299912328 ], [ -118.005256000000117, 34.117915999123326 ], [ -118.005343, 34.117643999123217 ], [ -118.00465, 34.117388999123229 ], [ -118.00447, 34.11762999912321 ], [ -118.003999, 34.117806999123147 ], [ -118.003952000000112, 34.130295999123085 ], [ -118.004939985978936, 34.130365001967569 ], [ -118.005799, 34.130206999123068 ], [ -118.006376, 34.129275999123074 ], [ -118.007219, 34.129333999123084 ], [ -118.007237000000188, 34.130328999123044 ], [ -118.012569000000127, 34.130264999123035 ], [ -118.014578000000157, 34.130028999123077 ], [ -118.016525, 34.130217999123062 ], [ -118.016515, 34.129980999123042 ], [ -118.018050000000102, 34.129985999123114 ], [ -118.018055, 34.130190999123059 ], [ -118.020009, 34.130163999123106 ], [ -118.02002000000013, 34.131142999123107 ], [ -118.020326, 34.131098999123076 ], [ -118.020705000000163, 34.15111199912289 ], [ -118.021009, 34.151107999122836 ], [ -118.0213, 34.154761999122762 ], [ -118.021883, 34.154752999122714 ], [ -118.021906000000229, 34.157052999122762 ], [ -118.021278000000137, 34.157062999122672 ], [ -118.021288, 34.157933999122733 ], [ -118.02065200000014, 34.157461999122773 ], [ -118.020387, 34.157653999122765 ], [ -118.021263000000104, 34.158551999122629 ], [ -118.021106000000117, 34.159053999122818 ], [ -118.021119000000198, 34.159779999122669 ], [ -118.021314000000103, 34.159804999122741 ], [ -118.021419, 34.173631999122485 ], [ -118.021255, 34.173533999122441 ], [ -118.020497, 34.174728999122465 ], [ -118.019931, 34.174899999122516 ], [ -118.019632000000101, 34.175394999122503 ], [ -118.01872000000013, 34.175410999122484 ], [ -118.018634, 34.176602999122451 ], [ -118.0181860000001, 34.176231999122543 ], [ -118.017052, 34.177181999122524 ], [ -118.017593, 34.179452999122375 ], [ -118.021369218769891, 34.179438731585101 ], [ -118.021691000000118, 34.188507999122301 ], [ -118.021599000000137, 34.190781999122365 ], [ -118.022046, 34.193819999122205 ], [ -118.021385090619859, 34.193807838876126 ], [ -118.021385198074697, 34.193940040642538 ], [ -118.012645001700179, 34.193963472941221 ], [ -117.995085370831688, 34.194314692478166 ], [ -117.95582546494461, 34.194184278754911 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "montebello",
"name": "Montebello",
"slug": "montebello-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.4543000379, "type": "standalone-city", "name": "Montebello", "slug": "montebello"},
"resource_uri": "/1.0/boundary/montebello-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.093380000000153, 34.043452999124149 ], [ -118.093803000000122, 34.042719999124166 ], [ -118.092254000000125, 34.042017999124099 ], [ -118.091049986034719, 34.040481000324171 ], [ -118.0906880000001, 34.040395999124129 ], [ -118.090559000000141, 34.039956999124065 ], [ -118.087765000000161, 34.039044999124187 ], [ -118.08578900000019, 34.038681999124179 ], [ -118.085396000000117, 34.037751999124133 ], [ -118.085154000000145, 34.037663999124199 ], [ -118.083209, 34.037698999124252 ], [ -118.082963000000234, 34.037428999124174 ], [ -118.083177000000262, 34.036686999124214 ], [ -118.082996000000207, 34.036643999124244 ], [ -118.083261000000192, 34.034993999124275 ], [ -118.083056000000141, 34.03451399912425 ], [ -118.082571000000186, 34.034353999124264 ], [ -118.082476000000113, 34.034082999124145 ], [ -118.081646000000163, 34.034239999124267 ], [ -118.080418000000165, 34.034749999124223 ], [ -118.080054000000104, 34.035251999124164 ], [ -118.080019, 34.035747999124148 ], [ -118.079495000000136, 34.035843999124211 ], [ -118.079079000000192, 34.035312999124159 ], [ -118.078258000000204, 34.036063999124323 ], [ -118.072594000000151, 34.030724999124303 ], [ -118.073043, 34.030045999124255 ], [ -118.072971000000223, 34.028075999124226 ], [ -118.076579000000208, 34.024704999124395 ], [ -118.075101855103341, 34.02658830834995 ], [ -118.075710231296299, 34.026274906076146 ], [ -118.082955000000197, 34.020586999124376 ], [ -118.091800000000262, 34.014510999124468 ], [ -118.092935000000196, 34.013571999124501 ], [ -118.092732000000282, 34.013394999124515 ], [ -118.094440000000247, 34.011667999124555 ], [ -118.09534400000021, 34.0104569991246 ], [ -118.095861000000141, 34.008392999124453 ], [ -118.096201, 34.007661999124515 ], [ -118.096555000000137, 34.004128999124489 ], [ -118.097289, 34.001491999124568 ], [ -118.10366600000026, 33.999789999124602 ], [ -118.104283000000137, 33.998531999124666 ], [ -118.104345000000222, 33.997673999124579 ], [ -118.104786000000189, 33.997201999124705 ], [ -118.105090000000317, 33.997197999124637 ], [ -118.106721000000164, 33.994925999124717 ], [ -118.10737600000023, 33.994621999124675 ], [ -118.107651000000146, 33.994688999124726 ], [ -118.108835000000227, 33.993294999124764 ], [ -118.110039000000143, 33.993947999124757 ], [ -118.111654000000229, 33.991840999124811 ], [ -118.11057800000016, 33.991239999124772 ], [ -118.113797000000147, 33.987234999124816 ], [ -118.113981000000138, 33.987286999124706 ], [ -118.114328000000185, 33.986597999124761 ], [ -118.114195000000137, 33.986177999124777 ], [ -118.114539000000178, 33.98397299912483 ], [ -118.114842000000152, 33.983216999124856 ], [ -118.115212, 33.981205999124889 ], [ -118.115446000000176, 33.981032999124842 ], [ -118.115968000000308, 33.979756999124888 ], [ -118.118453000000187, 33.975789999125006 ], [ -118.118837000000184, 33.97525099912496 ], [ -118.120566000000125, 33.975244999124925 ], [ -118.1232380000001, 33.974911999124942 ], [ -118.122859000000147, 33.97445099912494 ], [ -118.126369000000267, 33.977782999124919 ], [ -118.12658000000016, 33.977644999124898 ], [ -118.12963500000015, 33.981048999124823 ], [ -118.133165000000133, 33.984556999124806 ], [ -118.132721, 33.986016999124779 ], [ -118.130996000000138, 33.984901999124823 ], [ -118.128605000000221, 33.985302999124912 ], [ -118.125179000000216, 33.99095499912476 ], [ -118.126702000000151, 33.991812999124747 ], [ -118.128109000000194, 33.992259999124812 ], [ -118.129763000000224, 33.993215999124764 ], [ -118.128398, 33.998845999124633 ], [ -118.128816000000143, 33.999018999124665 ], [ -118.128478000000214, 33.999727999124673 ], [ -118.128863000000152, 33.999920999124704 ], [ -118.128527000000119, 34.00047699912465 ], [ -118.129527000000181, 34.000890999124721 ], [ -118.128927000000132, 34.001979999124565 ], [ -118.129616000000254, 34.002196999124529 ], [ -118.129895000000189, 34.002508999124601 ], [ -118.127321000000109, 34.007224999124567 ], [ -118.12782800000015, 34.007257999124676 ], [ -118.127787000000197, 34.007639999124649 ], [ -118.127411, 34.007763999124492 ], [ -118.127506245426943, 34.00811245701928 ], [ -118.126648851643282, 34.013109461541021 ], [ -118.13077402698093, 34.014073312376539 ], [ -118.130674344078699, 34.014392337016794 ], [ -118.131027242128255, 34.014467163381681 ], [ -118.130736447950696, 34.015301763694978 ], [ -118.130408216524486, 34.015261139836802 ], [ -118.130196951880478, 34.015978665439405 ], [ -118.143392179438948, 34.023892639369336 ], [ -118.143090341020184, 34.024246036325501 ], [ -118.143222879771358, 34.024325099924624 ], [ -118.142825076546018, 34.02473140254947 ], [ -118.142834110587614, 34.025847792278057 ], [ -118.143553513478281, 34.026279479874638 ], [ -118.142842522773378, 34.027237897221291 ], [ -118.142856852343272, 34.030399461180878 ], [ -118.143842096778442, 34.030396487075386 ], [ -118.143842590716417, 34.030911285545791 ], [ -118.142872218080939, 34.03091801553208 ], [ -118.142863845804484, 34.032159408257449 ], [ -118.144060661578948, 34.032281437059964 ], [ -118.144080867283847, 34.033463484600951 ], [ -118.118686000000139, 34.033693999124246 ], [ -118.114895000000189, 34.03352299912406 ], [ -118.114255000000327, 34.03319599912431 ], [ -118.111649, 34.030470999124212 ], [ -118.107621000000179, 34.02718099912434 ], [ -118.107186, 34.027512999124333 ], [ -118.105140000000134, 34.030203999124211 ], [ -118.104546, 34.031972999124257 ], [ -118.101619000000156, 34.031642999124223 ], [ -118.100644000000173, 34.034907999124279 ], [ -118.098695000000177, 34.03546499912423 ], [ -118.09779200000014, 34.035210999124125 ], [ -118.095341000000118, 34.03498199912422 ], [ -118.09482600000014, 34.035302999124269 ], [ -118.093635, 34.035109999124209 ], [ -118.093669000000176, 34.035301999124215 ], [ -118.097839000000121, 34.035784999124211 ], [ -118.102759, 34.037214999124224 ], [ -118.103750000000161, 34.037334999124084 ], [ -118.104375000000118, 34.039274999124174 ], [ -118.105302000000222, 34.039810999124207 ], [ -118.106982000000173, 34.040179999124057 ], [ -118.101940000000184, 34.042638999124115 ], [ -118.101009000000147, 34.043510999124024 ], [ -118.100271990719733, 34.044761999469067 ], [ -118.097481986132507, 34.044853001729905 ], [ -118.096874, 34.04473099912412 ], [ -118.094647982313063, 34.043084007143825 ], [ -118.093991971793031, 34.043945005756591 ], [ -118.095548971794969, 34.044713005757878 ], [ -118.094521986390419, 34.046178997253087 ], [ -118.092379000000221, 34.045216999123944 ], [ -118.093380000000153, 34.043452999124149 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "montecito-heights",
"name": "Montecito Heights",
"slug": "montecito-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.40964422507, "type": "segment-of-a-city", "name": "Montecito Heights", "slug": "montecito-heights"},
"resource_uri": "/1.0/boundary/montecito-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.176005, 34.112307999123104 ], [ -118.175823389830498, 34.112433863529986 ], [ -118.175535, 34.112223999123181 ], [ -118.17699300000011, 34.112197999123261 ], [ -118.176886, 34.112056999123254 ], [ -118.177021, 34.110927999123327 ], [ -118.177333, 34.110846999123311 ], [ -118.177207, 34.110391999123365 ], [ -118.177995, 34.110243999123234 ], [ -118.177994371035254, 34.102753367285239 ], [ -118.184105000000159, 34.087708999123592 ], [ -118.184305, 34.086908999123416 ], [ -118.184305, 34.085809999123462 ], [ -118.187405000000155, 34.086209999123533 ], [ -118.190805, 34.083209999123518 ], [ -118.193205, 34.080709999123556 ], [ -118.193805, 34.079209999123627 ], [ -118.195105, 34.07960999912369 ], [ -118.196205000000148, 34.080509999123478 ], [ -118.196505, 34.080409999123589 ], [ -118.196605, 34.078809999123706 ], [ -118.197805, 34.079409999123584 ], [ -118.197405, 34.080009999123639 ], [ -118.198005, 34.080409999123589 ], [ -118.197105, 34.082009999123557 ], [ -118.198905, 34.08260999912364 ], [ -118.199118, 34.082808999123593 ], [ -118.200108000000128, 34.082830999123523 ], [ -118.200892, 34.081079999123531 ], [ -118.201005, 34.080509999123478 ], [ -118.201805000000149, 34.080409999123589 ], [ -118.201805000000149, 34.078709999123539 ], [ -118.202905000000101, 34.078709999123639 ], [ -118.202905000000101, 34.077209999123617 ], [ -118.204105, 34.077209999123617 ], [ -118.204105, 34.075509999123554 ], [ -118.204605, 34.074909999123633 ], [ -118.205406000000167, 34.074409999123688 ], [ -118.20540600000011, 34.075509999123554 ], [ -118.205806000000166, 34.075609999123643 ], [ -118.206006, 34.078009999123545 ], [ -118.206406000000129, 34.078309999123633 ], [ -118.206806000000128, 34.079109999123595 ], [ -118.20498, 34.081357999123419 ], [ -118.204332000000122, 34.081340999123469 ], [ -118.204357000000144, 34.082124999123586 ], [ -118.20390600000016, 34.082609999123548 ], [ -118.203506, 34.084109999123612 ], [ -118.205006, 34.085109999123461 ], [ -118.205306, 34.083709999123407 ], [ -118.205706000000106, 34.083009999123519 ], [ -118.206306, 34.083609999123475 ], [ -118.208406, 34.081609999123579 ], [ -118.211006, 34.079909999123593 ], [ -118.210406, 34.079209999123627 ], [ -118.21200600000013, 34.079209999123485 ], [ -118.21200600000013, 34.082388999123609 ], [ -118.211206, 34.083209999123518 ], [ -118.212106000000148, 34.083109999123508 ], [ -118.212306, 34.084209999123502 ], [ -118.211506000000142, 34.085209999123435 ], [ -118.213006, 34.085609999123442 ], [ -118.212906, 34.086409999123497 ], [ -118.210106, 34.087309999123498 ], [ -118.206906000000146, 34.090708999123507 ], [ -118.206206000000151, 34.092508999123403 ], [ -118.206406000000129, 34.093208999123355 ], [ -118.206206000000151, 34.094208999123524 ], [ -118.204906000000122, 34.096108999123359 ], [ -118.200606000000121, 34.101208999123251 ], [ -118.199606, 34.1018089991233 ], [ -118.197505000000149, 34.102608999123412 ], [ -118.192505, 34.1031089991234 ], [ -118.186105000000154, 34.107608999123229 ], [ -118.184305, 34.110907999123199 ], [ -118.183205, 34.111607999123187 ], [ -118.180505, 34.111107999123199 ], [ -118.177005, 34.112907999123131 ], [ -118.176005, 34.112307999123104 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "monterey-park",
"name": "Monterey Park",
"slug": "monterey-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 7.66088538663, "type": "standalone-city", "name": "Monterey Park", "slug": "monterey-park"},
"resource_uri": "/1.0/boundary/monterey-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.106768000000159, 34.071674999123779 ], [ -118.106851000000162, 34.07110199912379 ], [ -118.108150000000208, 34.070016999123773 ], [ -118.10814600000019, 34.069852999123803 ], [ -118.107103000000137, 34.069858999123781 ], [ -118.107205000000135, 34.066221999123776 ], [ -118.107131000000152, 34.065461999123777 ], [ -118.106712000000229, 34.065455999123856 ], [ -118.106712000000229, 34.064024999123816 ], [ -118.107143000000193, 34.064042999123728 ], [ -118.106973000000167, 34.062572999123908 ], [ -118.108108000000172, 34.062563999123817 ], [ -118.108032991144853, 34.055337999544641 ], [ -118.108373000000157, 34.054666999124002 ], [ -118.108465000000137, 34.053505999123878 ], [ -118.108104000000154, 34.053357999123953 ], [ -118.108030000000213, 34.051971999123978 ], [ -118.108190000000221, 34.049897999124006 ], [ -118.107984000000215, 34.049424999124 ], [ -118.107881000000162, 34.047410999124025 ], [ -118.107577, 34.047308999124034 ], [ -118.107047985829354, 34.0466610020001 ], [ -118.106678993066026, 34.046724001449192 ], [ -118.106617985864659, 34.046525002249062 ], [ -118.106201987451968, 34.046611004814672 ], [ -118.105528984328643, 34.047076999888894 ], [ -118.102559000035043, 34.047626999280119 ], [ -118.102681000000189, 34.047397999124037 ], [ -118.100271990719733, 34.044761999469067 ], [ -118.101009000000147, 34.043510999124024 ], [ -118.101940000000184, 34.042638999124115 ], [ -118.106982000000173, 34.040179999124057 ], [ -118.105302000000222, 34.039810999124207 ], [ -118.104375000000118, 34.039274999124174 ], [ -118.103750000000161, 34.037334999124084 ], [ -118.102759, 34.037214999124224 ], [ -118.097839000000121, 34.035784999124211 ], [ -118.093669000000176, 34.035301999124215 ], [ -118.093635, 34.035109999124209 ], [ -118.09482600000014, 34.035302999124269 ], [ -118.095341000000118, 34.03498199912422 ], [ -118.09779200000014, 34.035210999124125 ], [ -118.098695000000177, 34.03546499912423 ], [ -118.100644000000173, 34.034907999124279 ], [ -118.101619000000156, 34.031642999124223 ], [ -118.104546, 34.031972999124257 ], [ -118.105140000000134, 34.030203999124211 ], [ -118.107186, 34.027512999124333 ], [ -118.107621000000179, 34.02718099912434 ], [ -118.111649, 34.030470999124212 ], [ -118.114255000000327, 34.03319599912431 ], [ -118.114895000000189, 34.03352299912406 ], [ -118.118686000000139, 34.033693999124246 ], [ -118.146473852471644, 34.033445461099333 ], [ -118.150196852543786, 34.034812461013011 ], [ -118.150563852544067, 34.0347444610046 ], [ -118.15159785252834, 34.034078460979103 ], [ -118.152656852575632, 34.035256460956397 ], [ -118.15373685260883, 34.036012460932746 ], [ -118.155046305719338, 34.036207934120696 ], [ -118.157283202373875, 34.036261014924854 ], [ -118.157337786938712, 34.040627421236529 ], [ -118.157143354127783, 34.040629570350781 ], [ -118.157133730954513, 34.044314040006157 ], [ -118.169603848239731, 34.044197611281028 ], [ -118.169398517628508, 34.044792869011943 ], [ -118.169112689825937, 34.044926457825476 ], [ -118.168891498161813, 34.045912096278833 ], [ -118.168225138600903, 34.046612413135371 ], [ -118.168232869432856, 34.047879414731497 ], [ -118.168064538970071, 34.048352968628755 ], [ -118.169275366519841, 34.048354602193669 ], [ -118.169256147443917, 34.062287747335311 ], [ -118.169402086195646, 34.062290040091177 ], [ -118.152820000000148, 34.062328999123828 ], [ -118.151271, 34.06174299912383 ], [ -118.148269, 34.061458999123907 ], [ -118.147222, 34.061003999123798 ], [ -118.145791000000315, 34.060075999123946 ], [ -118.144363000000169, 34.059968999123917 ], [ -118.143423000000141, 34.060311999123918 ], [ -118.143366000000228, 34.060682999123827 ], [ -118.14306700000013, 34.060940999123886 ], [ -118.141675000000106, 34.061425999123841 ], [ -118.140266, 34.062202999123869 ], [ -118.138470000000197, 34.062424999123948 ], [ -118.135502000000272, 34.062456999123903 ], [ -118.13551200000019, 34.06327999912385 ], [ -118.134988000000149, 34.063283999123819 ], [ -118.135029000000159, 34.066022999123824 ], [ -118.135158000000132, 34.067929999123749 ], [ -118.135688000000144, 34.06792799912381 ], [ -118.135707000000139, 34.069740999123717 ], [ -118.109401, 34.069840999123805 ], [ -118.109399000000167, 34.071109999123799 ], [ -118.110867000000297, 34.071635999123707 ], [ -118.106768000000159, 34.071674999123779 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "mount-washington",
"name": "Mount Washington",
"slug": "mount-washington-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.85040389289, "type": "segment-of-a-city", "name": "Mount Washington", "slug": "mount-washington"},
"resource_uri": "/1.0/boundary/mount-washington-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.218706000000111, 34.117807999123016 ], [ -118.217106000000115, 34.117507999123085 ], [ -118.215006, 34.116407999123084 ], [ -118.211706, 34.115807999123199 ], [ -118.210306000000102, 34.114807999123073 ], [ -118.2081060000001, 34.112807999123049 ], [ -118.208306000000135, 34.112508999123193 ], [ -118.207706000000158, 34.112208999123098 ], [ -118.204806, 34.108508999123302 ], [ -118.203806, 34.107008999123195 ], [ -118.205806000000166, 34.106008999123205 ], [ -118.205206, 34.101108999123376 ], [ -118.206106000000105, 34.099208999123327 ], [ -118.209206, 34.096408999123362 ], [ -118.209906, 34.095308999123382 ], [ -118.211406000000153, 34.093708999123386 ], [ -118.211606, 34.093108999123302 ], [ -118.211606, 34.090808999123517 ], [ -118.212106000000148, 34.090309999123427 ], [ -118.213106, 34.089709999123549 ], [ -118.215606, 34.088509999123517 ], [ -118.216006000000121, 34.089209999123497 ], [ -118.216806, 34.08880999912347 ], [ -118.219006, 34.089009999123462 ], [ -118.220606, 34.090609999123352 ], [ -118.220906, 34.091409999123378 ], [ -118.221006000000145, 34.093208999123355 ], [ -118.221306, 34.094108999123428 ], [ -118.222206000000128, 34.095408999123386 ], [ -118.223706, 34.096408999123362 ], [ -118.225406, 34.096708999123337 ], [ -118.227406000000158, 34.097708999123263 ], [ -118.230107, 34.099508999123266 ], [ -118.232207, 34.100408999123403 ], [ -118.232807, 34.101008999123287 ], [ -118.233607, 34.101408999123272 ], [ -118.233907, 34.101808999123321 ], [ -118.234207, 34.103208999123289 ], [ -118.232707, 34.104008999123216 ], [ -118.232822, 34.104268999123356 ], [ -118.231607, 34.10480899912335 ], [ -118.229007, 34.10480899912335 ], [ -118.228107000000108, 34.105008999123328 ], [ -118.225406, 34.106108999123251 ], [ -118.224606000000108, 34.106808999123274 ], [ -118.222306000000174, 34.108108999123203 ], [ -118.221006, 34.110308999123127 ], [ -118.220906, 34.111108999123253 ], [ -118.223906, 34.114807999123094 ], [ -118.224106, 34.115307999123047 ], [ -118.222906000000151, 34.116207999123134 ], [ -118.22300600000014, 34.116507999123172 ], [ -118.222606000000113, 34.116907999123171 ], [ -118.219506, 34.116107999123223 ], [ -118.218706000000111, 34.117807999123016 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "northeast-antelope-valley",
"name": "Northeast Antelope Valley",
"slug": "northeast-antelope-valley-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 441.975641734, "type": "unincorporated-area", "name": "Northeast Antelope Valley", "slug": "northeast-antelope-valley"},
"resource_uri": "/1.0/boundary/northeast-antelope-valley-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.736448919897313, 34.82316790057429 ], [ -117.736302000000478, 34.822856999114762 ], [ -117.731054000000398, 34.822765999114822 ], [ -117.722333000000361, 34.822820999114867 ], [ -117.720894000000342, 34.822957999114855 ], [ -117.667292000000302, 34.822525999114838 ], [ -117.667338000000285, 34.820059999114982 ], [ -117.66720400000041, 34.819190999115037 ], [ -117.668178000000424, 34.819009999114932 ], [ -117.66965000000036, 34.819104999114856 ], [ -117.667425000000506, 34.815318999114879 ], [ -117.668304000000361, 34.814751999114954 ], [ -117.668843000000464, 34.814020999115101 ], [ -117.667757000000307, 34.808156999114964 ], [ -117.668438000000435, 34.807856999115032 ], [ -117.667660000000438, 34.80260599911513 ], [ -117.66784800000049, 34.790719999115211 ], [ -117.667178000000433, 34.767517999115434 ], [ -117.667283000000467, 34.731352999115906 ], [ -117.667099000000405, 34.718066999116104 ], [ -117.667323000000351, 34.7130279991162 ], [ -117.66697100000043, 34.68793399911641 ], [ -117.66711000000042, 34.681575999116511 ], [ -117.666976000000375, 34.666659999116618 ], [ -117.667158000000384, 34.665854999116611 ], [ -117.666949000000344, 34.665081999116772 ], [ -117.666873000000322, 34.647353999116817 ], [ -117.666946000000394, 34.64396899911695 ], [ -117.667112000000301, 34.643011999116872 ], [ -117.666818000000447, 34.642607999116855 ], [ -117.666765000000453, 34.63809499911698 ], [ -117.666772000000407, 34.63474299911698 ], [ -117.666968000000395, 34.634012999116969 ], [ -117.666954000000501, 34.60336699911737 ], [ -117.667221000000424, 34.600544999117396 ], [ -117.667232000000396, 34.598623999117493 ], [ -117.666969000000421, 34.597517999117422 ], [ -117.666943000000373, 34.595606999117422 ], [ -117.667081000000536, 34.576341999117751 ], [ -117.666680000000397, 34.575082999117797 ], [ -117.666651000000499, 34.573463999117685 ], [ -117.667034000000427, 34.558007999117933 ], [ -117.659994000000324, 34.558039999118002 ], [ -117.659992000000244, 34.557781999118092 ], [ -117.660346000000317, 34.557847999117939 ], [ -117.660154000000219, 34.528632999118393 ], [ -117.660258000000326, 34.527962999118373 ], [ -117.66007500000029, 34.527653999118392 ], [ -117.66022600000035, 34.527652999118416 ], [ -117.660144000000358, 34.519382999118505 ], [ -117.660255000000262, 34.516507999118595 ], [ -117.660146000000395, 34.514668999118435 ], [ -117.659669000000264, 34.51451399911857 ], [ -117.659652000000349, 34.514072999118483 ], [ -117.660337000000482, 34.513237999118438 ], [ -117.66003800000027, 34.498965999118752 ], [ -117.660138000000416, 34.498191999118617 ], [ -117.659993000000298, 34.49431599911874 ], [ -117.659736000000322, 34.455908999119181 ], [ -117.659757000000326, 34.452768999119108 ], [ -117.660053872477448, 34.451960718322624 ], [ -117.737211190307931, 34.49769571015598 ], [ -117.738759358030507, 34.498403574475347 ], [ -117.741045454545812, 34.498595800321752 ], [ -117.750209060445655, 34.498559934645947 ], [ -117.76520000000032, 34.49877761850334 ], [ -117.806446562988512, 34.498777253313534 ], [ -117.807337019240919, 34.498999632802104 ], [ -117.807988273738474, 34.499347345884878 ], [ -117.816056644853376, 34.505532073792303 ], [ -117.816812761593482, 34.505848791765452 ], [ -117.818122790750849, 34.506032017233309 ], [ -117.837600000000364, 34.506213982139606 ], [ -117.853840827997828, 34.506212125934617 ], [ -117.853797658768045, 34.506074803208563 ], [ -117.875000223459438, 34.5063587433702 ], [ -117.902430310807588, 34.50638628321088 ], [ -117.902509090909462, 34.506568527594276 ], [ -117.922427845440907, 34.506586256614753 ], [ -117.924055702364669, 34.507027323185078 ], [ -117.925505935373693, 34.508066685356276 ], [ -117.935003712644587, 34.518855048458533 ], [ -117.936443538346566, 34.52025568291257 ], [ -117.937528671257539, 34.520864890319153 ], [ -117.941616855709213, 34.521213969307638 ], [ -117.962471704818526, 34.521236960190919 ], [ -117.960225670107093, 34.521301204386099 ], [ -117.959053356931634, 34.522157615211576 ], [ -117.958232056603777, 34.522451903647166 ], [ -117.953686837653194, 34.523253089103974 ], [ -117.953679390637021, 34.528280734874748 ], [ -117.958272368263891, 34.528314008590939 ], [ -117.95826656880179, 34.542801120313499 ], [ -117.958005102392463, 34.543240819278786 ], [ -117.953594645933165, 34.543873261574596 ], [ -117.951502409681964, 34.543839071649913 ], [ -117.949208930562008, 34.543577672646656 ], [ -117.948871705459865, 34.543300628290339 ], [ -117.946453922766082, 34.543027909446444 ], [ -117.93826879832281, 34.543025509589704 ], [ -117.93831208363703, 34.549406776913244 ], [ -117.938458148110399, 34.549803224659016 ], [ -117.938743411716231, 34.549943643762468 ], [ -117.938345050612597, 34.550497597155058 ], [ -117.938402769835648, 34.553771547136201 ], [ -117.938754495098053, 34.553773262586525 ], [ -117.938812111913549, 34.556908722895301 ], [ -117.935458618094117, 34.556909680344894 ], [ -117.934359332866535, 34.556775464431134 ], [ -117.93380298204336, 34.557023098881238 ], [ -117.931941608951178, 34.557024646588751 ], [ -117.931934533382318, 34.556702933977313 ], [ -117.924252658633563, 34.556712071583355 ], [ -117.924247090396605, 34.556444156018379 ], [ -117.923149433053496, 34.556444648549324 ], [ -117.923178051762534, 34.557822644185237 ], [ -117.922964132762857, 34.558099296203054 ], [ -117.918175006500633, 34.55810952028969 ], [ -117.918175746629345, 34.557965314537164 ], [ -117.9162753534237, 34.558105258292585 ], [ -117.916443718928107, 34.576115348311568 ], [ -117.933955448575375, 34.576321579553792 ], [ -117.943058677642952, 34.576216807738739 ], [ -117.942992822394189, 34.578053981126281 ], [ -117.943126790933675, 34.578052182456197 ], [ -117.942952442228389, 34.582822217407667 ], [ -117.94281954663191, 34.582824544862376 ], [ -117.942806238039964, 34.583189915937602 ], [ -117.942939134221589, 34.583187587595809 ], [ -117.942885497126028, 34.587222455455056 ], [ -117.933884940088646, 34.587328528177437 ], [ -117.932492000000238, 34.587058999117609 ], [ -117.918565000000257, 34.586943999117722 ], [ -117.916797000000216, 34.586993999117624 ], [ -117.916784252279442, 34.587186094083741 ], [ -117.916274079183978, 34.587181844778478 ], [ -117.916370034174179, 34.593337125223641 ], [ -117.915747000000209, 34.602581999117497 ], [ -117.915867000000304, 34.661005999116789 ], [ -117.938403000000278, 34.660992999116857 ], [ -117.938527947306511, 34.675399401567802 ], [ -117.947211000000223, 34.675472999116579 ], [ -117.947234000000293, 34.6808259991165 ], [ -117.947447071558415, 34.680828844888843 ], [ -117.947443383766867, 34.681024328887048 ], [ -117.951950342454879, 34.681105112378731 ], [ -117.951955000000254, 34.682773999116598 ], [ -117.960917000000265, 34.682874999116528 ], [ -117.960862000000176, 34.690173999116439 ], [ -117.963044775680828, 34.690184448334541 ], [ -117.963313000000127, 34.686517999116518 ], [ -117.965092202201632, 34.686525706983971 ], [ -117.965155467585916, 34.682933423309436 ], [ -117.969666000000203, 34.682940999116518 ], [ -117.969666000000259, 34.679249999116657 ], [ -117.978535000000321, 34.679216999116584 ], [ -117.978543000000244, 34.69019899911644 ], [ -117.986563000000274, 34.69014999911645 ], [ -117.986557000000275, 34.686497677475082 ], [ -117.987400252453497, 34.686497772574533 ], [ -117.987334337301476, 34.690115543309581 ], [ -118.018989865663187, 34.689963125558023 ], [ -118.019116810191406, 34.686541304918066 ], [ -118.019198000000259, 34.689974999116522 ], [ -118.032311000000149, 34.689951999116445 ], [ -118.032361736578338, 34.693528677112582 ], [ -118.03481722509018, 34.693510053243408 ], [ -118.034779860589026, 34.689949610683087 ], [ -118.041184525584526, 34.689956955533361 ], [ -118.041228000000274, 34.697189999116318 ], [ -118.059219561270254, 34.697266011971408 ], [ -118.059156000000144, 34.719279999116139 ], [ -118.094272496542516, 34.718778102324009 ], [ -118.112575000000334, 34.718885999116139 ], [ -118.130620000000249, 34.718518999116178 ], [ -118.130797000000371, 34.733402999115974 ], [ -118.170069139054391, 34.733224361347695 ], [ -118.170405831814065, 34.77683222650375 ], [ -118.169445600693706, 34.776841147819304 ], [ -118.169131471524622, 34.776981817297148 ], [ -118.17040960267903, 34.777070329691036 ], [ -118.170649646900642, 34.806062817326435 ], [ -118.170178750191567, 34.820471760583793 ], [ -118.148498000000387, 34.820787999115019 ], [ -118.130830000000472, 34.820732999114981 ], [ -118.130861000000266, 34.821101999114937 ], [ -118.128333000000268, 34.821288999114955 ], [ -118.127648000000335, 34.821220999114928 ], [ -118.127847000000358, 34.820935999114987 ], [ -118.12808200000029, 34.82108099911499 ], [ -118.127839000000449, 34.820614999114866 ], [ -118.127517000000324, 34.820464999114833 ], [ -118.126534000000461, 34.820664999114854 ], [ -118.126416000000376, 34.820958999114957 ], [ -118.125824000000279, 34.821013999114946 ], [ -118.051640000000347, 34.821435999114868 ], [ -117.964293000000367, 34.822395999114889 ], [ -117.90467600000045, 34.822188999114722 ], [ -117.89184300000035, 34.822348999114801 ], [ -117.881187000000267, 34.822188999114843 ], [ -117.873315000000261, 34.822524999114918 ], [ -117.869987000000307, 34.822348999114801 ], [ -117.843266000000327, 34.822636999114827 ], [ -117.813393000000474, 34.822701999114948 ], [ -117.788016000000312, 34.823085999114845 ], [ -117.774816000000399, 34.8229739991149 ], [ -117.754543000000368, 34.823149999114868 ], [ -117.738286000000485, 34.822891999114894 ], [ -117.736448919897313, 34.82316790057429 ] ], [ [ -117.862798218584075, 34.631415628477306 ], [ -117.862796218577685, 34.631163628476102 ], [ -117.853807796499922, 34.631205218186331 ], [ -117.853634720753433, 34.623808003911797 ], [ -117.862639218379257, 34.623791628470435 ], [ -117.862482218184141, 34.616531628464102 ], [ -117.844597060901251, 34.616484709167516 ], [ -117.844579024494919, 34.616327875895998 ], [ -117.844498994704566, 34.587209352787028 ], [ -117.849879999459063, 34.587198396667112 ], [ -117.852348860971091, 34.586664309814644 ], [ -117.85344181841387, 34.586610069442152 ], [ -117.857117899102889, 34.587266388446949 ], [ -117.862452217406215, 34.587385628429772 ], [ -117.862178217205113, 34.579939628425727 ], [ -117.844431217046363, 34.579896628748841 ], [ -117.844515529350247, 34.587179638859027 ], [ -117.835624042906858, 34.587241700750376 ], [ -117.835624302490587, 34.591800523364697 ], [ -117.826758447080664, 34.591805856839457 ], [ -117.826615276898181, 34.598212103280538 ], [ -117.818034036054328, 34.598239621564311 ], [ -117.818101217403338, 34.60205262925615 ], [ -117.809217217321546, 34.601942629418133 ], [ -117.809364218105003, 34.63125062945128 ], [ -117.845050071280795, 34.631200607794163 ], [ -117.845269710561411, 34.642152549450167 ], [ -117.854007855502871, 34.6421812680843 ], [ -117.853957571176963, 34.63845249874371 ], [ -117.862861218771755, 34.638422628484975 ], [ -117.862798218584075, 34.631415628477306 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "north-el-monte",
"name": "North El Monte",
"slug": "north-el-monte-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.426770340697, "type": "unincorporated-area", "name": "North El Monte", "slug": "north-el-monte"},
"resource_uri": "/1.0/boundary/north-el-monte-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.017319985924274, 34.108649003104112 ], [ -118.01658998437091, 34.105288000321345 ], [ -118.017893283607805, 34.102516384044677 ], [ -118.019224971669331, 34.102788005815988 ], [ -118.020317000000205, 34.099190999123422 ], [ -118.021870831464327, 34.098395331666588 ], [ -118.021780514176115, 34.098228992445286 ], [ -118.025602608882679, 34.096317459618113 ], [ -118.025553944553778, 34.096714481623245 ], [ -118.025818130475699, 34.096740585125154 ], [ -118.025746094122937, 34.097823892109481 ], [ -118.027377099928685, 34.096839549865237 ], [ -118.027919707329417, 34.097192682061348 ], [ -118.028535286804512, 34.097041643583346 ], [ -118.029634513911475, 34.102857532292504 ], [ -118.02842053188219, 34.103042153329064 ], [ -118.028549707657831, 34.103525014596151 ], [ -118.029756000000305, 34.103368999123362 ], [ -118.030495992787877, 34.106384000249264 ], [ -118.02917798593478, 34.106569003140912 ], [ -118.029235985662979, 34.106851001510506 ], [ -118.026198985878651, 34.10728600171911 ], [ -118.024559985890761, 34.107348003877888 ], [ -118.024537270103295, 34.107009530679974 ], [ -118.018469985925208, 34.107904003104444 ], [ -118.018585985658632, 34.108464001537442 ], [ -118.017319985924274, 34.108649003104112 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "north-hills",
"name": "North Hills",
"slug": "north-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.30811801222, "type": "segment-of-a-city", "name": "North Hills", "slug": "north-hills"},
"resource_uri": "/1.0/boundary/north-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.4966170000001, 34.257333999121457 ], [ -118.472017, 34.257201999121541 ], [ -118.472025, 34.249999999121563 ], [ -118.451816, 34.250002999121548 ], [ -118.453116000000136, 34.24610299912159 ], [ -118.455616, 34.242702999121683 ], [ -118.456716, 34.239402999121673 ], [ -118.458416000000113, 34.229702999121734 ], [ -118.459716000000114, 34.224602999121814 ], [ -118.459916, 34.222002999121763 ], [ -118.459516, 34.221202999121815 ], [ -118.492816000000161, 34.221088999121896 ], [ -118.495317, 34.220002999121945 ], [ -118.498718, 34.220702999121869 ], [ -118.498418, 34.224302999121804 ], [ -118.497622, 34.226818999121903 ], [ -118.496914000000103, 34.228346999121761 ], [ -118.496518000000151, 34.231902999121722 ], [ -118.496418, 34.235602999121653 ], [ -118.497518, 34.237202999121727 ], [ -118.495118, 34.241202999121597 ], [ -118.493118, 34.24360299912157 ], [ -118.492218, 34.246402999121592 ], [ -118.491418000000138, 34.25010299912153 ], [ -118.502418000000134, 34.250102999121573 ], [ -118.502418000000134, 34.257401999121512 ], [ -118.4966170000001, 34.257333999121457 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "north-hollywood",
"name": "North Hollywood",
"slug": "north-hollywood-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.86911546946, "type": "segment-of-a-city", "name": "North Hollywood", "slug": "north-hollywood"},
"resource_uri": "/1.0/boundary/north-hollywood-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.396015, 34.201203999122093 ], [ -118.394712000000155, 34.200932999122053 ], [ -118.394278, 34.201108999122027 ], [ -118.37031201670365, 34.201116521227199 ], [ -118.370313, 34.196378999122253 ], [ -118.361151, 34.194650999122295 ], [ -118.36119, 34.193970999122278 ], [ -118.360824000000108, 34.19248499912225 ], [ -118.357758000000118, 34.172161999122579 ], [ -118.354727, 34.164908999122524 ], [ -118.361612, 34.164805999122592 ], [ -118.361601, 34.157612999122627 ], [ -118.370237, 34.157612999122627 ], [ -118.367609000000115, 34.153022999122648 ], [ -118.376120000000157, 34.153024999122707 ], [ -118.37724, 34.15316099912279 ], [ -118.377796, 34.153480999122635 ], [ -118.378982, 34.156750999122643 ], [ -118.384231000000142, 34.168608999122597 ], [ -118.38497, 34.169447999122433 ], [ -118.386870000000116, 34.17103999912247 ], [ -118.391673000000125, 34.173587999122361 ], [ -118.392281, 34.174048999122512 ], [ -118.393567, 34.175752999122402 ], [ -118.395170000000107, 34.179302999122292 ], [ -118.396153, 34.180866999122337 ], [ -118.397051000000118, 34.181929999122275 ], [ -118.400999, 34.185716999122207 ], [ -118.401504, 34.186419999122357 ], [ -118.401826000000142, 34.187478999122149 ], [ -118.403408, 34.199693999122104 ], [ -118.403805000000105, 34.201091999122134 ], [ -118.4046, 34.202853999122048 ], [ -118.396015, 34.201203999122093 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "northridge",
"name": "Northridge",
"slug": "northridge-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.46748743941, "type": "segment-of-a-city", "name": "Northridge", "slug": "northridge"},
"resource_uri": "/1.0/boundary/northridge-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.513116000000153, 34.257506999121411 ], [ -118.502418000000134, 34.257401999121512 ], [ -118.502418000000134, 34.250102999121573 ], [ -118.491418000000138, 34.25010299912153 ], [ -118.492218, 34.246402999121592 ], [ -118.493118, 34.24360299912157 ], [ -118.495118, 34.241202999121597 ], [ -118.497518, 34.237202999121727 ], [ -118.496418, 34.235602999121653 ], [ -118.496518000000151, 34.231902999121722 ], [ -118.496914000000103, 34.228346999121761 ], [ -118.497622, 34.226818999121903 ], [ -118.498418, 34.224302999121804 ], [ -118.498718, 34.220702999121869 ], [ -118.502518, 34.221002999121836 ], [ -118.523018, 34.220802999121851 ], [ -118.562219000000141, 34.220103999121818 ], [ -118.562220000000124, 34.233802999121757 ], [ -118.56322, 34.234102999121674 ], [ -118.56342000000015, 34.234802999121804 ], [ -118.56432, 34.235302999121707 ], [ -118.56452, 34.242502999121598 ], [ -118.56342000000015, 34.247102999121523 ], [ -118.56282, 34.248402999121524 ], [ -118.56222, 34.249002999121508 ], [ -118.55964700000014, 34.253408999121476 ], [ -118.55982, 34.255501999121471 ], [ -118.558420000000126, 34.257201999121541 ], [ -118.523233000000104, 34.257098999121403 ], [ -118.523232000000121, 34.257499999121386 ], [ -118.513116000000153, 34.257506999121411 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "northwest-antelope-valley",
"name": "Northwest Antelope Valley",
"slug": "northwest-antelope-valley-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 213.858460558, "type": "unincorporated-area", "name": "Northwest Antelope Valley", "slug": "northwest-antelope-valley"},
"resource_uri": "/1.0/boundary/northwest-antelope-valley-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.170178750191567, 34.820471760583793 ], [ -118.170649646900642, 34.806062817326435 ], [ -118.17040960267903, 34.777070329691036 ], [ -118.169131471524622, 34.776981817297148 ], [ -118.169445600693706, 34.776841147819304 ], [ -118.170405831814065, 34.77683222650375 ], [ -118.170069139054391, 34.733224361347695 ], [ -118.175345000000306, 34.733220999115986 ], [ -118.175585842906258, 34.762308976213028 ], [ -118.254656000000381, 34.761991999115544 ], [ -118.254621774464056, 34.747893291454581 ], [ -118.254890745651281, 34.733040522266087 ], [ -118.254753311739961, 34.727666029975488 ], [ -118.257264000000177, 34.727683999116024 ], [ -118.256988000000234, 34.726276999116088 ], [ -118.25777600000022, 34.726273999116039 ], [ -118.257752797679728, 34.725678536459959 ], [ -118.258037588506895, 34.725673037457369 ], [ -118.257995827819244, 34.724026387685406 ], [ -118.25907304266417, 34.723995929202111 ], [ -118.259028950451196, 34.722268694877577 ], [ -118.254615568930049, 34.722196701041483 ], [ -118.254532000000268, 34.718553999116111 ], [ -118.263135000000261, 34.718493999116156 ], [ -118.263301910445051, 34.71846287591837 ], [ -118.263309190575924, 34.717513567317503 ], [ -118.263916000000222, 34.717508999116184 ], [ -118.263909000000268, 34.718489999116144 ], [ -118.266404904667212, 34.718460800016459 ], [ -118.266369479954534, 34.714964301305962 ], [ -118.272043957376084, 34.71488699969683 ], [ -118.272202335983451, 34.724027248174131 ], [ -118.267759671914234, 34.724077402012988 ], [ -118.267819714488283, 34.727638026399362 ], [ -118.27150290671031, 34.72761723256454 ], [ -118.271505000000388, 34.727868999116069 ], [ -118.272287000000247, 34.727836999115993 ], [ -118.272269860799128, 34.725789885310228 ], [ -118.276550000000185, 34.725732999116026 ], [ -118.276668592405855, 34.729300396277367 ], [ -118.281213000000221, 34.729262999115996 ], [ -118.281025000000241, 34.725853999116019 ], [ -118.287126000000214, 34.725778999115974 ], [ -118.287229000000295, 34.729081999115962 ], [ -118.285187000000263, 34.729127999116045 ], [ -118.285171000000275, 34.732873999115938 ], [ -118.290085000000289, 34.732848999115923 ], [ -118.28980721087261, 34.72573980843687 ], [ -118.293942000000385, 34.725693999115954 ], [ -118.293871000000223, 34.727084999116066 ], [ -118.294237000000294, 34.732827999115962 ], [ -118.296275000000264, 34.732824999115977 ], [ -118.296298000000149, 34.734573999115952 ], [ -118.294236000000339, 34.734587999115895 ], [ -118.294100000000284, 34.736395999115921 ], [ -118.298419422230126, 34.736493230499136 ], [ -118.298450000000187, 34.738111999115858 ], [ -118.291950000000213, 34.738139999115944 ], [ -118.292168000000203, 34.740123999115852 ], [ -118.298489024094394, 34.740127179922787 ], [ -118.298566000000335, 34.74736499911576 ], [ -118.307279000000207, 34.747368999115807 ], [ -118.315727000000308, 34.747133999115768 ], [ -118.315768701212704, 34.751868388807161 ], [ -118.311668558180614, 34.75199077620541 ], [ -118.311737000000207, 34.760790999115628 ], [ -118.310730000000291, 34.760737999115719 ], [ -118.31078189792126, 34.76180872787323 ], [ -118.30744950773331, 34.761876202366963 ], [ -118.307384000000297, 34.768795999115568 ], [ -118.30763670902077, 34.768813208690375 ], [ -118.30764647983851, 34.769182235691993 ], [ -118.311547144750392, 34.769173228505991 ], [ -118.311533882408398, 34.768851603204567 ], [ -118.31189300000014, 34.768854999115575 ], [ -118.311685000000224, 34.761820999115663 ], [ -118.32116453841806, 34.761611263754652 ], [ -118.320757468767823, 34.752041888824699 ], [ -118.325179000000261, 34.752050999115696 ], [ -118.325130784860221, 34.750476708227531 ], [ -118.320771926295961, 34.750564765591051 ], [ -118.320584000000281, 34.747066999115802 ], [ -118.319323723040867, 34.747075912802636 ], [ -118.319190447067015, 34.742432238280657 ], [ -118.324441270286798, 34.742424159740516 ], [ -118.324411646998371, 34.742654663899458 ], [ -118.324879226237414, 34.742642675979241 ], [ -118.32472200000025, 34.739134999115883 ], [ -118.321649301028827, 34.739230465542477 ], [ -118.32156705224449, 34.737073745885638 ], [ -118.319052400500482, 34.737118250006937 ], [ -118.319091000000199, 34.741437999115895 ], [ -118.314712000000242, 34.741438999115871 ], [ -118.3146440000003, 34.739234999115865 ], [ -118.311438000000294, 34.73926799911586 ], [ -118.311472468364684, 34.739941510956434 ], [ -118.31104493287387, 34.739947022966689 ], [ -118.311350950129665, 34.743250713252458 ], [ -118.307192442421368, 34.743374794131135 ], [ -118.307088395871645, 34.739860923529882 ], [ -118.307274456368475, 34.73791692835136 ], [ -118.307435426962925, 34.729309737839181 ], [ -118.311341302088948, 34.729334461440509 ], [ -118.311082000000312, 34.732717999115941 ], [ -118.315097000000208, 34.732676999115903 ], [ -118.315749295469857, 34.732643464627316 ], [ -118.315783633925761, 34.729010901899322 ], [ -118.320275087470847, 34.728971474617346 ], [ -118.320215377227839, 34.725424857290562 ], [ -118.319524009734138, 34.725435179412806 ], [ -118.319518000000258, 34.725300999116051 ], [ -118.315848551633778, 34.725330619844492 ], [ -118.31587351948977, 34.722013409943031 ], [ -118.320137184057259, 34.72194393737697 ], [ -118.320084682724158, 34.718133403792727 ], [ -118.315767038388799, 34.718211010504859 ], [ -118.315678947109632, 34.710799104147291 ], [ -118.306853000000231, 34.710880999116227 ], [ -118.307050057882066, 34.708811863104913 ], [ -118.30681245650733, 34.703744161901035 ], [ -118.312476000000274, 34.703769999116233 ], [ -118.31209700000025, 34.700611999116283 ], [ -118.315556000000242, 34.701017999116225 ], [ -118.315581960573169, 34.68922834025966 ], [ -118.324223000000259, 34.689212999116464 ], [ -118.32415800000021, 34.678601999116559 ], [ -118.319172000000322, 34.678604999116644 ], [ -118.319135000000273, 34.674656999116642 ], [ -118.324150000000259, 34.674581999116597 ], [ -118.3243140000002, 34.664643999116791 ], [ -118.322089000000275, 34.664691999116691 ], [ -118.322001000000284, 34.661657999116784 ], [ -118.322978000000276, 34.661163999116773 ], [ -118.324137000000277, 34.661588999116745 ], [ -118.32409963044482, 34.660620625069456 ], [ -118.324325994348442, 34.660687522387803 ], [ -118.324326341145948, 34.659975016682949 ], [ -118.32266417159731, 34.65993607504636 ], [ -118.322338424028302, 34.659344156959641 ], [ -118.321901297192142, 34.659589708497258 ], [ -118.320800000000418, 34.65980999911676 ], [ -118.320125000000317, 34.659459999116798 ], [ -118.319685000000234, 34.659416999116807 ], [ -118.31913800000018, 34.657422999116818 ], [ -118.318225927457817, 34.658010238548854 ], [ -118.317582695666829, 34.657822513262609 ], [ -118.317184922163193, 34.656981570739603 ], [ -118.317908110551755, 34.656501156158498 ], [ -118.316789319083583, 34.655892264116225 ], [ -118.316812000000297, 34.655554999116774 ], [ -118.315977043081332, 34.655097084649618 ], [ -118.31507700000023, 34.655076999116893 ], [ -118.314755000000233, 34.6545959991169 ], [ -118.314612000000224, 34.654621999116799 ], [ -118.31471500000012, 34.654976999116855 ], [ -118.31387732790958, 34.655220840304054 ], [ -118.313599000000238, 34.655038999116854 ], [ -118.312839584837477, 34.655443764037457 ], [ -118.312825125322505, 34.655148921117053 ], [ -118.312449938193936, 34.655169190668175 ], [ -118.312369000000288, 34.654986999116822 ], [ -118.311531000000329, 34.65481999911686 ], [ -118.311150000000225, 34.654099999116873 ], [ -118.306480232239835, 34.652729540219269 ], [ -118.306639000000274, 34.64548999911699 ], [ -118.28424466866673, 34.645371304162168 ], [ -118.280336000000261, 34.645551999117025 ], [ -118.277728000000209, 34.645436999117031 ], [ -118.277110124153651, 34.64555846286644 ], [ -118.271677000000224, 34.645330999116986 ], [ -118.271235000000161, 34.645526999116974 ], [ -118.271202875288225, 34.631113443018521 ], [ -118.279898807846251, 34.630996393037165 ], [ -118.288657404981691, 34.631104322680059 ], [ -118.323555124198407, 34.630538963157065 ], [ -118.323940358301883, 34.637807901751145 ], [ -118.341826299707151, 34.637784718626619 ], [ -118.341814167948627, 34.636904693643004 ], [ -118.350713541788835, 34.63906074624547 ], [ -118.350720369634658, 34.645038563735405 ], [ -118.341934481172288, 34.6450462977256 ], [ -118.342000576820482, 34.659752091816365 ], [ -118.355894543545446, 34.659749716899782 ], [ -118.355944951553994, 34.659033615044478 ], [ -118.358950464173148, 34.659725268134075 ], [ -118.359643620891305, 34.659748363005448 ], [ -118.35960564354032, 34.663427180230542 ], [ -118.364094681422472, 34.663351547264512 ], [ -118.365234509534361, 34.663552252604177 ], [ -118.365315543829837, 34.663330508641693 ], [ -118.365963079340375, 34.663528794669631 ], [ -118.366265179906179, 34.663182458961359 ], [ -118.366932861822008, 34.663551812553273 ], [ -118.367415171719614, 34.662833894566475 ], [ -118.368369453614946, 34.662831008680726 ], [ -118.368346445440451, 34.666903734784881 ], [ -118.381518381259525, 34.66670802800072 ], [ -118.381524929409011, 34.673975697162916 ], [ -118.41290760729963, 34.673975458939353 ], [ -118.41304533655584, 34.687970809932764 ], [ -118.430611230390653, 34.687958048447982 ], [ -118.430613955445423, 34.688275668673654 ], [ -118.44387569497232, 34.688304433888042 ], [ -118.443935650939579, 34.695405083322811 ], [ -118.4527735388628, 34.695507467586459 ], [ -118.452800342727741, 34.699189722540901 ], [ -118.461625170111873, 34.699231749551572 ], [ -118.461659814398445, 34.702876849101784 ], [ -118.483708803218676, 34.70271405981773 ], [ -118.50139505560557, 34.702766932874916 ], [ -118.501360159755322, 34.699159593914317 ], [ -118.505760808563991, 34.699157707853985 ], [ -118.505751084588667, 34.697998397035249 ], [ -118.507704812755634, 34.698630847086797 ], [ -118.511349734098971, 34.699076252171864 ], [ -118.515889390944665, 34.700320194670354 ], [ -118.517959358164461, 34.701121756480937 ], [ -118.519919133665738, 34.701150392329161 ], [ -118.526421905163886, 34.70253506595229 ], [ -118.527957582097343, 34.703165810521703 ], [ -118.53065641652428, 34.704701546843111 ], [ -118.535862588348991, 34.706600323423842 ], [ -118.538164797132069, 34.707815989613572 ], [ -118.548702305954521, 34.710241496214657 ], [ -118.554172281929354, 34.710788351146306 ], [ -118.558721244748511, 34.712471135198101 ], [ -118.560917736474991, 34.712851987509936 ], [ -118.566556783883925, 34.714834373838251 ], [ -118.569522027756932, 34.715398743801458 ], [ -118.569911524799807, 34.715661926735002 ], [ -118.57049519246624, 34.716788606935602 ], [ -118.570906516516118, 34.717024011411688 ], [ -118.574645308397635, 34.717059329638637 ], [ -118.576817133803459, 34.717636687060001 ], [ -118.577738108041913, 34.718304861464709 ], [ -118.581231212023098, 34.721880870396163 ], [ -118.588845192326943, 34.726048484016736 ], [ -118.591733340617964, 34.729036633334339 ], [ -118.593590425430293, 34.73150249550141 ], [ -118.596890638509407, 34.733275749407362 ], [ -118.59743618547715, 34.733840099805086 ], [ -118.598749748435282, 34.735861315802836 ], [ -118.604667548886994, 34.7349237966746 ], [ -118.606432085303268, 34.734396423759442 ], [ -118.607654545454849, 34.734349652458512 ], [ -118.609312687735141, 34.734604197913072 ], [ -118.610563191020347, 34.734433805691516 ], [ -118.612533554871433, 34.735254100232396 ], [ -118.613335315621683, 34.735418505241789 ], [ -118.615097383546001, 34.736258339653787 ], [ -118.616749403863352, 34.735675856056965 ], [ -118.618522994394283, 34.734396423759392 ], [ -118.621128410379995, 34.734268067796613 ], [ -118.622450063478183, 34.733858890092385 ], [ -118.62498249977304, 34.733895468515939 ], [ -118.62675935803064, 34.733423696486653 ], [ -118.627478308513076, 34.733386106027226 ], [ -118.628231551060779, 34.733414605577728 ], [ -118.631558991615663, 34.73435993742725 ], [ -118.633124799958509, 34.734603809541447 ], [ -118.634068186449042, 34.734559310178632 ], [ -118.634818181818574, 34.734322379731118 ], [ -118.635899914989182, 34.734685238696393 ], [ -118.638918035670358, 34.734550238729277 ], [ -118.640381451949835, 34.734833826939962 ], [ -118.640872456691312, 34.735103022134645 ], [ -118.640906915867717, 34.735403035758374 ], [ -118.64045451256213, 34.735971862855926 ], [ -118.641387172038492, 34.736363813639031 ], [ -118.641714292396472, 34.736876925185761 ], [ -118.641867835160951, 34.736723933923152 ], [ -118.641404785067877, 34.735991054355004 ], [ -118.641560599721416, 34.735802174157726 ], [ -118.641840845613416, 34.735786162819714 ], [ -118.643257616774903, 34.736256060260544 ], [ -118.644226827384074, 34.736033805691527 ], [ -118.645852348225617, 34.73692412746184 ], [ -118.647549366493593, 34.737321876364227 ], [ -118.648177336205393, 34.737149799183229 ], [ -118.648767914696961, 34.737232787395591 ], [ -118.651133356317828, 34.738142060021538 ], [ -118.653839870819738, 34.738493960139479 ], [ -118.65456573576239, 34.737958833533369 ], [ -118.654854100111308, 34.737924714782523 ], [ -118.655195654478504, 34.738250062593771 ], [ -118.654916035776893, 34.739012434369911 ], [ -118.660721690654, 34.741616353103197 ], [ -118.662059154387208, 34.741395253728641 ], [ -118.662854100111289, 34.741488351146053 ], [ -118.66550384593873, 34.742180561982963 ], [ -118.666884732930967, 34.742797999901519 ], [ -118.667622027756906, 34.742907834710323 ], [ -118.668862736838477, 34.743509446989016 ], [ -118.672945803927533, 34.745006632832279 ], [ -118.674517736474868, 34.745224714782303 ], [ -118.67613261154446, 34.745796539510287 ], [ -118.678013070849445, 34.746046171429775 ], [ -118.6781302270347, 34.782051952510997 ], [ -118.691156584090649, 34.782076620304217 ], [ -118.691561024258007, 34.818008150724005 ], [ -118.691445341229439, 34.818093816080037 ], [ -118.643481000000364, 34.818457999115061 ], [ -118.643415000000331, 34.818178999115062 ], [ -118.641960000000125, 34.818155999115142 ], [ -118.622653000000298, 34.818287999114972 ], [ -118.571879000000322, 34.818024999114961 ], [ -118.569714000000261, 34.818254999114956 ], [ -118.563118000000387, 34.818024999114961 ], [ -118.559040000000337, 34.818340999114938 ], [ -118.54727000000031, 34.818430999114888 ], [ -118.519526000000383, 34.817993999114961 ], [ -118.489589000000322, 34.817849999114948 ], [ -118.472172000000441, 34.818241999114868 ], [ -118.449131000000321, 34.818343999114873 ], [ -118.440005000000241, 34.81870299911494 ], [ -118.413981000000291, 34.818856999114935 ], [ -118.391336000000322, 34.819178999114968 ], [ -118.342412000000351, 34.819429999114995 ], [ -118.308655000000257, 34.820062999114974 ], [ -118.204107000000349, 34.820158999114952 ], [ -118.163892325634251, 34.820599699184697 ], [ -118.170178750191567, 34.820471760583793 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "northwest-palmdale",
"name": "Northwest Palmdale",
"slug": "northwest-palmdale-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.78532939766, "type": "unincorporated-area", "name": "Northwest Palmdale", "slug": "northwest-palmdale"},
"resource_uri": "/1.0/boundary/northwest-palmdale-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.153251864651111, 34.645781280971384 ], [ -118.153160574226845, 34.630255115683816 ], [ -118.152067204488034, 34.630260379679385 ], [ -118.152113618947666, 34.623855441155783 ], [ -118.148813545774559, 34.623898320242894 ], [ -118.14884383317164, 34.618441366091659 ], [ -118.147738741825933, 34.618456192360235 ], [ -118.147747714901584, 34.616637432180731 ], [ -118.148854483900195, 34.616621188374509 ], [ -118.148891843501985, 34.609146620952771 ], [ -118.156570687750587, 34.609101558235238 ], [ -118.156548507809831, 34.605441578797063 ], [ -118.183242217119556, 34.605436626623572 ], [ -118.183648477402642, 34.616582395083363 ], [ -118.183516973171791, 34.623770415793679 ], [ -118.201171127187465, 34.623658794346881 ], [ -118.201172990909384, 34.623106542986399 ], [ -118.201837706443897, 34.623105487391619 ], [ -118.201840179742746, 34.623658129136132 ], [ -118.209953611052697, 34.623641433606139 ], [ -118.210010825401696, 34.630937372260028 ], [ -118.183330459238618, 34.631134886501791 ], [ -118.183033411606772, 34.645686564614522 ], [ -118.153251864651111, 34.645781280971384 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "north-whittier",
"name": "North Whittier",
"slug": "north-whittier-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.45993969843, "type": "unincorporated-area", "name": "North Whittier", "slug": "north-whittier"},
"resource_uri": "/1.0/boundary/north-whittier-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.006532149921838, 34.02891766137121 ], [ -118.008371811548926, 34.025773081951513 ], [ -118.019162015296146, 34.014249984886369 ], [ -118.005434572487559, 33.998821431710539 ], [ -118.005794393706751, 33.998209363820088 ], [ -118.002175401360333, 33.994044743517016 ], [ -118.002261935838689, 33.989613488517847 ], [ -117.99338931734836, 33.989647538172775 ], [ -117.993568039318106, 33.982417488002 ], [ -117.998498565164809, 33.982406177667116 ], [ -118.008003000000244, 33.982749999124906 ], [ -118.008028000000266, 33.986090999124819 ], [ -118.018099000000262, 33.986111999124901 ], [ -118.018073000000243, 33.990010999124934 ], [ -118.028626681130788, 33.989946095966886 ], [ -118.028605936706711, 34.003776358841826 ], [ -118.029146310406006, 34.003779976784493 ], [ -118.029175000000279, 34.004085999124698 ], [ -118.036500000000231, 34.004211999124614 ], [ -118.036500000000174, 34.003828886153151 ], [ -118.037352475553107, 34.003834554010147 ], [ -118.037333377804515, 34.000786538806999 ], [ -118.046023455588852, 34.000892833208113 ], [ -118.046525468752662, 34.001341235844848 ], [ -118.046459761213114, 34.001709407822965 ], [ -118.049307000000255, 34.001883999124672 ], [ -118.049517000000307, 34.001735999124705 ], [ -118.050301000000218, 34.002241999124685 ], [ -118.050388000000254, 34.001646999124674 ], [ -118.054776000000203, 34.003894999124675 ], [ -118.054192000000157, 34.004430999124615 ], [ -118.054507000000257, 34.004615999124574 ], [ -118.056025000000176, 34.004606999124498 ], [ -118.056297277636986, 34.002171226195323 ], [ -118.056497647285099, 34.00195972177432 ], [ -118.061357000000243, 34.005210999124635 ], [ -118.061636000000277, 34.004834999124732 ], [ -118.06198400000028, 34.005110999124661 ], [ -118.062015000000272, 34.005293999124582 ], [ -118.060966000000349, 34.006534999124547 ], [ -118.059025286139473, 34.008121334215019 ], [ -118.059827000000226, 34.008835999124599 ], [ -118.060082000000293, 34.00879699912457 ], [ -118.061921757284452, 34.007505528182506 ], [ -118.064988967145155, 34.009577243090831 ], [ -118.062145000000228, 34.012197999124666 ], [ -118.058789307586878, 34.012596501309204 ], [ -118.058102962292793, 34.013100562809328 ], [ -118.057536780251809, 34.013172428382944 ], [ -118.056861000000225, 34.01264799912456 ], [ -118.056632000000292, 34.012172999124537 ], [ -118.056479000000266, 34.012773999124526 ], [ -118.055823101194576, 34.01176051607095 ], [ -118.05570129232116, 34.011250000522438 ], [ -118.031215413102572, 34.027932693573334 ], [ -118.030565000000351, 34.027096999124417 ], [ -118.028087045929084, 34.028223281897048 ], [ -118.027746128412545, 34.02767664366975 ], [ -118.02697386053633, 34.027980691578207 ], [ -118.026935000000293, 34.027680999124271 ], [ -118.026422007116651, 34.027870661986384 ], [ -118.026088868685264, 34.02735029560403 ], [ -118.024132512013551, 34.027129637503798 ], [ -118.021707193700081, 34.027903866999793 ], [ -118.021562957061292, 34.028087611253746 ], [ -118.020490714769593, 34.027978376171838 ], [ -118.019558589344953, 34.028359993538615 ], [ -118.016828564411469, 34.027628180924232 ], [ -118.015467781206425, 34.027463873192666 ], [ -118.0139299696135, 34.02785830050022 ], [ -118.012813000000151, 34.027876999124345 ], [ -118.012381687349958, 34.028146250512663 ], [ -118.011599489263588, 34.028180679322006 ], [ -118.010764641379396, 34.028676177192281 ], [ -118.009799000000243, 34.02860999912437 ], [ -118.008150252081535, 34.029022600123049 ], [ -118.006470621578657, 34.02902351039765 ], [ -118.006532149921838, 34.02891766137121 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "norwalk",
"name": "Norwalk",
"slug": "norwalk-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 9.76375938611, "type": "standalone-city", "name": "Norwalk", "slug": "norwalk"},
"resource_uri": "/1.0/boundary/norwalk-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.08218100000019, 33.933452999125493 ], [ -118.082259000000121, 33.9316829991254 ], [ -118.072680000000204, 33.931700999125475 ], [ -118.072587, 33.927895999125496 ], [ -118.06868400000026, 33.92790099912559 ], [ -118.068251000000174, 33.927594999125581 ], [ -118.068478000000141, 33.930413999125498 ], [ -118.063958000000227, 33.930414999125517 ], [ -118.063816000000202, 33.91708799912567 ], [ -118.060416000000188, 33.917093999125683 ], [ -118.059435000000207, 33.915535999125701 ], [ -118.057464000000195, 33.913641999125744 ], [ -118.055395000000161, 33.912377999125738 ], [ -118.055398000000139, 33.912513999125771 ], [ -118.055207000000252, 33.912517999125733 ], [ -118.055209, 33.912273999125738 ], [ -118.049788000000149, 33.909237999125743 ], [ -118.049792000000167, 33.906938999125742 ], [ -118.05037500000013, 33.906071999125786 ], [ -118.053098000000105, 33.906213999125818 ], [ -118.052907000000246, 33.903209999125778 ], [ -118.053798000000199, 33.903213999125867 ], [ -118.053797000000202, 33.902311999125885 ], [ -118.044311000000221, 33.902434999125866 ], [ -118.044293, 33.898917999126063 ], [ -118.042248000000228, 33.898864999125863 ], [ -118.042078000000174, 33.896930999125857 ], [ -118.042270000000144, 33.895203999125926 ], [ -118.046529000000191, 33.895165999125915 ], [ -118.04650500000028, 33.89378299912596 ], [ -118.058272000000159, 33.900145999125968 ], [ -118.058935000000133, 33.900342999125861 ], [ -118.061752000000155, 33.902272999125863 ], [ -118.063955000000107, 33.902270999125882 ], [ -118.063969000000213, 33.895684999125869 ], [ -118.062761000000151, 33.895763999125947 ], [ -118.06274100000023, 33.895061999125929 ], [ -118.055357, 33.895060999126017 ], [ -118.05537600000018, 33.887215999126042 ], [ -118.064085000000219, 33.887164999126064 ], [ -118.064094000000154, 33.887723999126116 ], [ -118.068469000000178, 33.887710999126092 ], [ -118.068483000000313, 33.886022999126034 ], [ -118.072832000000275, 33.886150999126073 ], [ -118.07270800000029, 33.880391999126267 ], [ -118.095710000000182, 33.88031199912615 ], [ -118.095529000000127, 33.887566999126022 ], [ -118.099888000000107, 33.887536999126056 ], [ -118.099884000000145, 33.887068999126043 ], [ -118.100505000000183, 33.887076999126016 ], [ -118.100517000000238, 33.887533999125999 ], [ -118.104253000000142, 33.887609999126013 ], [ -118.10440000000014, 33.887522999126055 ], [ -118.104372000000126, 33.887006999125951 ], [ -118.108270000000147, 33.88707399912596 ], [ -118.108252000000306, 33.905828999125774 ], [ -118.108364000000108, 33.906636999125809 ], [ -118.109359000000183, 33.909709999125752 ], [ -118.109800000000291, 33.909713999125749 ], [ -118.110880000000137, 33.913781999125739 ], [ -118.111281000000119, 33.917023999125661 ], [ -118.111728000000184, 33.91908399912559 ], [ -118.111798000000107, 33.920984999125544 ], [ -118.111541000000159, 33.921907999125658 ], [ -118.105501000000189, 33.933213999125478 ], [ -118.104718000000148, 33.932010999125481 ], [ -118.090262000000138, 33.932101999125507 ], [ -118.088484000000108, 33.929551999125565 ], [ -118.083807000000135, 33.934025999125495 ], [ -118.082159000000232, 33.933948999125541 ], [ -118.08218100000019, 33.933452999125493 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "pacific-palisades",
"name": "Pacific Palisades",
"slug": "pacific-palisades-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 22.8376013762, "type": "segment-of-a-city", "name": "Pacific Palisades", "slug": "pacific-palisades"},
"resource_uri": "/1.0/boundary/pacific-palisades-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.557317000000126, 34.126805999122936 ], [ -118.556417000000124, 34.126605999122951 ], [ -118.555517000000108, 34.128205999123004 ], [ -118.553517000000113, 34.128605999123053 ], [ -118.554717, 34.127005999123043 ], [ -118.549317000000116, 34.126405999123101 ], [ -118.543017000000134, 34.127105999123145 ], [ -118.539877000000118, 34.128293999123002 ], [ -118.538469, 34.127973999123 ], [ -118.536869000000124, 34.129189999122886 ], [ -118.536277, 34.129125999122991 ], [ -118.53482, 34.128341999123023 ], [ -118.534196, 34.128245999122967 ], [ -118.532436000000132, 34.128949999122952 ], [ -118.531636, 34.128965999122968 ], [ -118.529780000000116, 34.129477999122962 ], [ -118.527116000000134, 34.129105999123141 ], [ -118.528616, 34.125505999123021 ], [ -118.529216, 34.122005999123026 ], [ -118.528316000000103, 34.118905999123136 ], [ -118.527516000000119, 34.11850599912308 ], [ -118.527916000000104, 34.118205999123226 ], [ -118.525616, 34.107306999123232 ], [ -118.525516, 34.104406999123285 ], [ -118.52071500000018, 34.088606999123392 ], [ -118.518015000000105, 34.083106999123643 ], [ -118.519515, 34.082806999123477 ], [ -118.518415, 34.081806999123486 ], [ -118.520515, 34.081806999123486 ], [ -118.517515000000117, 34.076007999123718 ], [ -118.515215000000111, 34.075007999123727 ], [ -118.516515, 34.072207999123677 ], [ -118.511514, 34.066907999123842 ], [ -118.507114000000129, 34.064107999123841 ], [ -118.506814, 34.061507999123762 ], [ -118.506807, 34.05532399912385 ], [ -118.509961000000118, 34.051087999123936 ], [ -118.509541, 34.050902999123934 ], [ -118.50927100000014, 34.050516999123886 ], [ -118.509212, 34.048989999123933 ], [ -118.509297, 34.048561999124054 ], [ -118.510059, 34.047279999123994 ], [ -118.510006000000146, 34.046686999124013 ], [ -118.509166, 34.04618899912392 ], [ -118.508427, 34.046239999123898 ], [ -118.508014, 34.046607999123999 ], [ -118.503885, 34.052279999123868 ], [ -118.50294, 34.052721999123982 ], [ -118.500614, 34.05290799912391 ], [ -118.4995440000001, 34.053288999123865 ], [ -118.499256, 34.053689999123996 ], [ -118.499054, 34.05440699912382 ], [ -118.498628, 34.054920999123802 ], [ -118.496359, 34.056018999123985 ], [ -118.496172, 34.05633599912391 ], [ -118.495583000000138, 34.059986999123865 ], [ -118.495285, 34.060419999123937 ], [ -118.494522, 34.060636999123986 ], [ -118.493722, 34.060404999123854 ], [ -118.49347800000011, 34.059944999123886 ], [ -118.493459000000129, 34.058919999123809 ], [ -118.492714000000134, 34.058407999123773 ], [ -118.493114000000119, 34.056407999123955 ], [ -118.492514000000114, 34.053507999123923 ], [ -118.493014, 34.051807999123831 ], [ -118.493814, 34.050107999123881 ], [ -118.494468, 34.050559999124062 ], [ -118.494641000000172, 34.050161999124072 ], [ -118.495405, 34.049589999123967 ], [ -118.504024, 34.040628999124117 ], [ -118.505076, 34.040910999124122 ], [ -118.505774, 34.040693999124095 ], [ -118.506589, 34.040397999124082 ], [ -118.508096, 34.039129999124128 ], [ -118.508323, 34.039204999124102 ], [ -118.508116, 34.039076999124106 ], [ -118.508263, 34.038349999124129 ], [ -118.508217, 34.038090999124158 ], [ -118.508085, 34.038098999124259 ], [ -118.507688, 34.036268999124161 ], [ -118.508704, 34.033961999124209 ], [ -118.508802, 34.033357999124263 ], [ -118.508593000000104, 34.033062999124184 ], [ -118.509473, 34.032701999124207 ], [ -118.510697, 34.031413999124204 ], [ -118.512641000000102, 34.029928999124216 ], [ -118.514711, 34.027872999124227 ], [ -118.515241, 34.026939999124302 ], [ -118.517707420095917, 34.02482346826698 ], [ -118.526437994941631, 34.030560014398056 ], [ -118.528549002166216, 34.031451999655935 ], [ -118.529808009316142, 34.032189989346278 ], [ -118.530674004204727, 34.032359978986989 ], [ -118.536075002825243, 34.034487979914203 ], [ -118.540265976145278, 34.036470981940518 ], [ -118.545303004374475, 34.038592985090389 ], [ -118.547226975643383, 34.038939014761191 ], [ -118.550092019243678, 34.039173980324712 ], [ -118.552806013553223, 34.03856399583249 ], [ -118.554253003676251, 34.037925022082533 ], [ -118.556262995701161, 34.037925022082533 ], [ -118.564228991211635, 34.040856988252735 ], [ -118.567070662986936, 34.041327315655437 ], [ -118.570107000000178, 34.047116999124036 ], [ -118.570395, 34.069345999123691 ], [ -118.599203996487589, 34.074336998103362 ], [ -118.564752, 34.130167999122989 ], [ -118.565867370335909, 34.130593385978571 ], [ -118.566005000000146, 34.130789999122982 ], [ -118.564869, 34.131285999122937 ], [ -118.564053000000115, 34.131909999122939 ], [ -118.563517, 34.130905999122909 ], [ -118.561017, 34.130505999122995 ], [ -118.559917, 34.129905999122869 ], [ -118.557317000000126, 34.126805999122936 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "pacoima",
"name": "Pacoima",
"slug": "pacoima-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 7.1375539566, "type": "segment-of-a-city", "name": "Pacoima", "slug": "pacoima"},
"resource_uri": "/1.0/boundary/pacoima-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.414822, 34.29291499912091 ], [ -118.411615, 34.290000999120984 ], [ -118.410423000000122, 34.290936999120959 ], [ -118.410192690899009, 34.290837665060394 ], [ -118.4094, 34.289011999121108 ], [ -118.407679330416258, 34.287364720629022 ], [ -118.408326, 34.286889999121158 ], [ -118.394597000000118, 34.273864999121294 ], [ -118.393914000000109, 34.273501999121251 ], [ -118.397314, 34.271001999121218 ], [ -118.400014, 34.268101999121328 ], [ -118.401414000000102, 34.266401999121427 ], [ -118.401814000000101, 34.2645019991213 ], [ -118.396114000000125, 34.259201999121437 ], [ -118.395914, 34.258801999121403 ], [ -118.395414, 34.25920199912153 ], [ -118.39497, 34.259142999121472 ], [ -118.393616000000151, 34.258271999121447 ], [ -118.390679, 34.257299999121358 ], [ -118.390814, 34.257201999121513 ], [ -118.387514, 34.256701999121383 ], [ -118.390014000000107, 34.2523019991214 ], [ -118.398714, 34.244102999121552 ], [ -118.403914, 34.237702999121687 ], [ -118.409699, 34.233394999121728 ], [ -118.410514, 34.233802999121757 ], [ -118.422359000000142, 34.244721999121644 ], [ -118.440271, 34.261642999121456 ], [ -118.441902000000141, 34.263797999121309 ], [ -118.444053, 34.267475999121345 ], [ -118.447667000000109, 34.270944999121248 ], [ -118.450303000000133, 34.274112999121328 ], [ -118.44706604532324, 34.27645903626253 ], [ -118.443734, 34.273309999121352 ], [ -118.435976, 34.27897299912118 ], [ -118.435712000000123, 34.279309999121217 ], [ -118.433776, 34.277452999121188 ], [ -118.4321750000001, 34.278672999121241 ], [ -118.43037, 34.280349999121199 ], [ -118.430569000000105, 34.280548999121081 ], [ -118.427921, 34.28227599912114 ], [ -118.427291, 34.282939999121318 ], [ -118.417123, 34.290355999121132 ], [ -118.418632, 34.291763999121081 ], [ -118.415823197201334, 34.293818183421351 ], [ -118.414822, 34.29291499912091 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "palmdale",
"name": "Palmdale",
"slug": "palmdale-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 134.417681526, "type": "standalone-city", "name": "Palmdale", "slug": "palmdale"},
"resource_uri": "/1.0/boundary/palmdale-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.291872472973722, 34.580158148031856 ], [ -118.299883582514553, 34.58015685668385 ], [ -118.300440030636011, 34.580156990568774 ], [ -118.300433346710903, 34.580447466402227 ], [ -118.291872472973722, 34.580158148031856 ] ] ], [ [ [ -118.201195453716892, 34.630968513890757 ], [ -118.201769507938636, 34.630966485957543 ], [ -118.191561429069139, 34.631066254067406 ], [ -118.192285406205826, 34.631049300879432 ], [ -118.201195453716892, 34.630968513890757 ] ] ], [ [ [ -118.210010825401596, 34.630937372259993 ], [ -118.210010435057413, 34.631080589325563 ], [ -118.210009000000198, 34.630949999117099 ], [ -118.206454955531683, 34.630949933906763 ], [ -118.210010825401596, 34.630937372259993 ] ] ], [ [ [ -118.183330459238505, 34.631134886501762 ], [ -118.183372806886865, 34.631134551480073 ], [ -118.183264995726731, 34.635393940900641 ], [ -118.183330459238505, 34.631134886501762 ] ] ], [ [ [ -118.183101840507305, 34.642974867375692 ], [ -118.183156151991682, 34.640822432930804 ], [ -118.183100293008835, 34.643036191576179 ], [ -118.183101840507305, 34.642974867375692 ] ] ], [ [ [ -118.210010825401596, 34.630937372259993 ], [ -118.209953611052597, 34.623641433606089 ], [ -118.201840179742646, 34.623658129136082 ], [ -118.201837706443783, 34.62310548739157 ], [ -118.201172990909313, 34.62310654298637 ], [ -118.201171127187365, 34.623658794346852 ], [ -118.183516973171692, 34.623770415793629 ], [ -118.183648477402542, 34.616582395083313 ], [ -118.183242217119457, 34.605436626623508 ], [ -118.156548507809731, 34.605441578797027 ], [ -118.156570687750488, 34.609101558235217 ], [ -118.148891843501886, 34.609146620952764 ], [ -118.148854483900081, 34.616621188374481 ], [ -118.147747714901513, 34.616637432180681 ], [ -118.147738741825833, 34.618456192360121 ], [ -118.148843833171512, 34.618441366091595 ], [ -118.148813545774459, 34.623898320242837 ], [ -118.152113618947567, 34.62385544115574 ], [ -118.152067204487963, 34.630260379679335 ], [ -118.153160574226717, 34.630255115683788 ], [ -118.153251441402205, 34.645720129667851 ], [ -118.112327000000207, 34.645936999116891 ], [ -118.112256000000187, 34.660465999116724 ], [ -118.076718000000142, 34.660656999116725 ], [ -118.02307100000013, 34.660672999116713 ], [ -118.0194860000001, 34.660946999116703 ], [ -118.017914000000147, 34.66073399911685 ], [ -118.014047000000176, 34.660682999116759 ], [ -117.995362, 34.660777999116924 ], [ -117.993428866172891, 34.660634789355314 ], [ -117.991013000000208, 34.660789999116659 ], [ -117.986104000000225, 34.66065799911663 ], [ -117.952036000000163, 34.660759999116692 ], [ -117.947348000000176, 34.660946999116803 ], [ -117.934224000000142, 34.661030999116775 ], [ -117.915867000000233, 34.661005999116753 ], [ -117.91574700000011, 34.602581999117469 ], [ -117.916370034174065, 34.593337125223599 ], [ -117.916274079183879, 34.587181844778456 ], [ -117.916784252279342, 34.587186094083734 ], [ -117.916797000000145, 34.586993999117588 ], [ -117.918565000000157, 34.586943999117693 ], [ -117.932492000000138, 34.587058999117588 ], [ -117.933902013058741, 34.587328670380529 ], [ -117.957032000000126, 34.587091999117746 ], [ -117.973547220201894, 34.587114149073741 ], [ -117.974095864066925, 34.572203033356807 ], [ -117.973936919118714, 34.565073374455466 ], [ -117.97508119363475, 34.565073559518758 ], [ -117.97505232420923, 34.561434479137844 ], [ -117.978309854700157, 34.561428426812654 ], [ -117.978275499786051, 34.557783217236199 ], [ -117.979223681618677, 34.557779371339713 ], [ -117.979244628347317, 34.553964382440356 ], [ -117.981451503366046, 34.55395534202723 ], [ -117.981486632134192, 34.548325773201285 ], [ -117.983699103847471, 34.548315483897007 ], [ -117.983710816826502, 34.546500739959704 ], [ -117.985920747944604, 34.546490491893302 ], [ -117.985934271975623, 34.544675775564897 ], [ -117.988149069104836, 34.544665487530615 ], [ -117.988067126965063, 34.541036047236972 ], [ -117.988566399564903, 34.541032985022149 ], [ -117.989510109090759, 34.540479246514025 ], [ -117.990497060979152, 34.539453015067615 ], [ -117.991257107598074, 34.538291510342816 ], [ -117.992566979477658, 34.537884370156988 ], [ -117.99256403614946, 34.537381544897599 ], [ -117.994747192301844, 34.537371079636046 ], [ -117.994739011090346, 34.535471839191068 ], [ -117.996921287845453, 34.535460590859593 ], [ -117.996898075191893, 34.528389631795811 ], [ -117.996787682139939, 34.5282612321869 ], [ -118.001279252795513, 34.528261340954082 ], [ -118.001278581853001, 34.524645536581708 ], [ -118.001939186391681, 34.524647332572243 ], [ -118.002075485506111, 34.523750602866151 ], [ -118.002442925514885, 34.523174595905019 ], [ -118.002872719503003, 34.521939327414408 ], [ -118.002497820002844, 34.52101328191474 ], [ -118.004173679120044, 34.521104937785651 ], [ -118.006026824541223, 34.521606532205034 ], [ -118.008341717492868, 34.522718359096061 ], [ -118.009777993187797, 34.524584356524251 ], [ -118.010040260520682, 34.524585745258591 ], [ -118.010031760297693, 34.52503828152657 ], [ -118.013852168571518, 34.530655459247569 ], [ -118.014923004371909, 34.531636123293858 ], [ -118.02020661317988, 34.535460622293847 ], [ -118.027701541055364, 34.535506522521693 ], [ -118.027716082084368, 34.540781348234034 ], [ -118.034288123993875, 34.540829526382538 ], [ -118.03429266826393, 34.542708652575115 ], [ -118.04962498401953, 34.542708640276935 ], [ -118.049589527539084, 34.538967334275171 ], [ -118.048688, 34.537770999118173 ], [ -118.049880139680909, 34.536633915471732 ], [ -118.049509285113785, 34.535457517519561 ], [ -118.049635363609951, 34.53545789879189 ], [ -118.049776000000179, 34.534003999118262 ], [ -118.050143876239432, 34.533971967677886 ], [ -118.050143183391796, 34.533845832952409 ], [ -118.049626875908388, 34.533848758567416 ], [ -118.04961556884767, 34.531833391331709 ], [ -118.04979535170844, 34.531833952202227 ], [ -118.049824000000243, 34.53127499911821 ], [ -118.050853000000131, 34.531038999118266 ], [ -118.051704000000214, 34.53105799911819 ], [ -118.053728000000177, 34.531527999118303 ], [ -118.053976000000191, 34.531912999118312 ], [ -118.054878000000173, 34.532190999118271 ], [ -118.054926000000137, 34.532930999118193 ], [ -118.05515135018554, 34.532933919285902 ], [ -118.055150000647004, 34.532388668225131 ], [ -118.055395000000161, 34.532326999118098 ], [ -118.056168000000156, 34.532335999118253 ], [ -118.058663000000152, 34.532904999118259 ], [ -118.059933000000214, 34.532917999118261 ], [ -118.062736, 34.53261399911824 ], [ -118.062849250726345, 34.535467840797082 ], [ -118.071863845868577, 34.535428451570091 ], [ -118.074165464259153, 34.535113110559159 ], [ -118.073100140328094, 34.534544911133835 ], [ -118.071644206238247, 34.534250378705273 ], [ -118.071502738808377, 34.52812121316137 ], [ -118.059109637263916, 34.528222188308618 ], [ -118.05701400000018, 34.527993999118294 ], [ -118.055138000000142, 34.52733999911824 ], [ -118.052518, 34.525816999118298 ], [ -118.0488110000002, 34.524156999118311 ], [ -118.04629600000014, 34.522371999118377 ], [ -118.045197, 34.521829999118339 ], [ -118.045133804628463, 34.513748898648771 ], [ -118.053905022973552, 34.513722178917483 ], [ -118.05391607564431, 34.510063930507862 ], [ -118.054112000000245, 34.509989999118396 ], [ -118.059867, 34.509812999118481 ], [ -118.059939690901672, 34.511866432425549 ], [ -118.059391944476786, 34.511867917715676 ], [ -118.05938636298913, 34.513705171544871 ], [ -118.079621383427437, 34.513573585846608 ], [ -118.07966900000018, 34.527639999118314 ], [ -118.079822000000178, 34.529862999118215 ], [ -118.080829, 34.534239999118256 ], [ -118.082476000000113, 34.534354999118229 ], [ -118.084464000000139, 34.533655999118231 ], [ -118.084675000000217, 34.534442999118248 ], [ -118.085397000000171, 34.535016999118092 ], [ -118.086234000000161, 34.534425999118227 ], [ -118.088158000000163, 34.533675999118287 ], [ -118.089198000000181, 34.534303999118244 ], [ -118.093165000000212, 34.534798999118216 ], [ -118.093868000000199, 34.534691999118209 ], [ -118.096027000000134, 34.533836999118265 ], [ -118.097402000000102, 34.533638999118239 ], [ -118.09783500000016, 34.533725999118197 ], [ -118.098087000000135, 34.534101999118278 ], [ -118.097932000000185, 34.535076999118111 ], [ -118.099013000000184, 34.53604299911823 ], [ -118.1006, 34.536458999118139 ], [ -118.101842000000261, 34.536382999118196 ], [ -118.102072000000192, 34.536685999118234 ], [ -118.102417000000131, 34.53661099911816 ], [ -118.102218000000164, 34.535943999118246 ], [ -118.10264000000015, 34.535825999118209 ], [ -118.106325000000169, 34.540490999118205 ], [ -118.106413714413065, 34.541088945774966 ], [ -118.10681652355278, 34.541871722227867 ], [ -118.113420752576104, 34.551110795261671 ], [ -118.113958, 34.552581999118004 ], [ -118.114123000000163, 34.555293999118028 ], [ -118.114741000000109, 34.557146999117961 ], [ -118.114825458846752, 34.557947934697111 ], [ -118.123789963314934, 34.557909396892875 ], [ -118.123799569400376, 34.556603915984965 ], [ -118.126693000000117, 34.557138999117981 ], [ -118.129325000000222, 34.554604999118027 ], [ -118.129690924741453, 34.554024990691943 ], [ -118.129201422258106, 34.553098852997095 ], [ -118.129949154631234, 34.553098338308232 ], [ -118.129651000000138, 34.55224299911805 ], [ -118.131497000000167, 34.552110999117993 ], [ -118.131769000000276, 34.555331999117932 ], [ -118.130359876827413, 34.557401073000513 ], [ -118.130288000000164, 34.557919999117921 ], [ -118.129360821106758, 34.557923548127974 ], [ -118.1293532142885, 34.558877132927968 ], [ -118.131898199708985, 34.558880993353412 ], [ -118.13147969897166, 34.558156423978787 ], [ -118.130556608663284, 34.557891350799053 ], [ -118.137854617219745, 34.557953126511926 ], [ -118.137834783880677, 34.555392053289687 ], [ -118.138890054968712, 34.555393733641964 ], [ -118.138892000000112, 34.557960999117924 ], [ -118.142716347227022, 34.558024682331109 ], [ -118.142764581632392, 34.564866606660921 ], [ -118.146661000000122, 34.564735999117872 ], [ -118.151674, 34.564823999117891 ], [ -118.151686000000169, 34.560858999117961 ], [ -118.152588000000222, 34.560925999117742 ], [ -118.154025000000161, 34.561300999117904 ], [ -118.156703000000107, 34.562730999117903 ], [ -118.161233000000266, 34.562578999117861 ], [ -118.163058000000149, 34.562963999117962 ], [ -118.165539, 34.56434099911781 ], [ -118.166719000000143, 34.565428999117842 ], [ -118.168116, 34.56596599911785 ], [ -118.168195000000225, 34.558077999117934 ], [ -118.177158000000176, 34.558134999117911 ], [ -118.178585000000112, 34.557873999117909 ], [ -118.180588000000199, 34.558010999118018 ], [ -118.185274000000106, 34.557671999117979 ], [ -118.185276000000158, 34.557773999117828 ], [ -118.195839805508299, 34.558291888060218 ], [ -118.200061708351924, 34.558304886277483 ], [ -118.200020030231087, 34.557095414362372 ], [ -118.194132745161085, 34.556928637427426 ], [ -118.194154288330253, 34.556226425004489 ], [ -118.193767000000122, 34.556235999117945 ], [ -118.194493904101918, 34.545156446837971 ], [ -118.198374671836547, 34.545217741120453 ], [ -118.198424471386943, 34.541120285321867 ], [ -118.198685147726891, 34.541124886296267 ], [ -118.198693000000233, 34.540997999118233 ], [ -118.207004620901188, 34.540982193511795 ], [ -118.206986468048981, 34.542696626173303 ], [ -118.220182089695527, 34.542752039858833 ], [ -118.220247759082469, 34.539088978245779 ], [ -118.23788296951264, 34.538947952229492 ], [ -118.255505428813876, 34.539292874673691 ], [ -118.254677395922016, 34.55830403375051 ], [ -118.287297993654903, 34.558152739722161 ], [ -118.287923603845698, 34.580024496452502 ], [ -118.287738568160307, 34.580018233912014 ], [ -118.287703251323137, 34.583752115012324 ], [ -118.283354601201353, 34.583754507482389 ], [ -118.283317457760774, 34.587470523550493 ], [ -118.274589947568543, 34.587395177403259 ], [ -118.274657313697546, 34.583757497626685 ], [ -118.26146388698443, 34.583743548800683 ], [ -118.261430221912221, 34.587698588559824 ], [ -118.266478441172367, 34.587662992231273 ], [ -118.266528636409262, 34.59131859616101 ], [ -118.270917564471986, 34.591300322981695 ], [ -118.271164181270535, 34.604064627278731 ], [ -118.262319858225268, 34.604039957052969 ], [ -118.262337463822945, 34.606753121603376 ], [ -118.265255068368106, 34.606761654683396 ], [ -118.265282739086004, 34.609474837229612 ], [ -118.264964294162624, 34.609473282414072 ], [ -118.264912843446581, 34.609693985227764 ], [ -118.262527828329368, 34.609519973285288 ], [ -118.262353522793674, 34.60931997860844 ], [ -118.261415231388924, 34.609135945776103 ], [ -118.258219410818754, 34.607991466836445 ], [ -118.255363685478684, 34.606628078342482 ], [ -118.253579363795822, 34.605316990335332 ], [ -118.250845440308936, 34.60444074211685 ], [ -118.248276462241876, 34.60316552258643 ], [ -118.244776454896055, 34.600999385552576 ], [ -118.243616990162707, 34.600822704115458 ], [ -118.241968547799786, 34.601131959052239 ], [ -118.241065256351916, 34.601120486294825 ], [ -118.240051856145541, 34.600618256775576 ], [ -118.23584847609952, 34.599195875866414 ], [ -118.235038487197372, 34.598625005690501 ], [ -118.234576097398389, 34.597675368362957 ], [ -118.235752379074214, 34.597625479312391 ], [ -118.235571453699052, 34.594662141906646 ], [ -118.226834861471872, 34.594632903919212 ], [ -118.227254218578423, 34.601892203889548 ], [ -118.218493636452891, 34.60185822847837 ], [ -118.218572199749204, 34.609113108859852 ], [ -118.227379543540209, 34.609171833059364 ], [ -118.227486280037397, 34.615396386677283 ], [ -118.22575397362418, 34.61604056969027 ], [ -118.225297197493688, 34.615893172593729 ], [ -118.225331845810857, 34.616082761839287 ], [ -118.223863112848463, 34.615924865510394 ], [ -118.223105099647512, 34.614880140689451 ], [ -118.219184703386205, 34.614052294323457 ], [ -118.218621037014614, 34.613604619285532 ], [ -118.218635160382121, 34.614904912795822 ], [ -118.222015000682077, 34.616158135823575 ], [ -118.222611721374946, 34.617281009004365 ], [ -118.223934039509402, 34.617589907403385 ], [ -118.227506658389885, 34.61703668107787 ], [ -118.228324078199506, 34.616449397804338 ], [ -118.271199072342242, 34.616731398467884 ], [ -118.27103055191192, 34.630853426633692 ], [ -118.271033800342693, 34.631115698330255 ], [ -118.271202875288111, 34.631113443018499 ], [ -118.271235, 34.645526999116953 ], [ -118.23606000000018, 34.645604999116905 ], [ -118.23619014947559, 34.638192590629409 ], [ -118.22300586486125, 34.638224110019756 ], [ -118.223189959406199, 34.630856559162488 ], [ -118.210010825401596, 34.630937372259993 ] ], [ [ -118.156761634500484, 34.595615738083907 ], [ -118.160869845976137, 34.592610193644191 ], [ -118.160862565740388, 34.592111508545962 ], [ -118.159205460001587, 34.593327703124132 ], [ -118.158540598525676, 34.592704448328412 ], [ -118.155971678763109, 34.594581455757307 ], [ -118.155328386110341, 34.593977446367838 ], [ -118.15626513392769, 34.593287794581869 ], [ -118.155942636323317, 34.592983218328683 ], [ -118.157533575861464, 34.591812921967815 ], [ -118.157209721559383, 34.591513236978763 ], [ -118.161360058244497, 34.588489593119483 ], [ -118.161605176063759, 34.588036592877621 ], [ -118.161599602192254, 34.587006902753522 ], [ -118.156334408803758, 34.587042387082242 ], [ -118.156308370148878, 34.585036383142786 ], [ -118.155971290223263, 34.58455573571802 ], [ -118.155395973829329, 34.584831032844619 ], [ -118.154066249824567, 34.584455440926561 ], [ -118.15405898969351, 34.583966370515782 ], [ -118.152846989326846, 34.583698089793877 ], [ -118.152844134433863, 34.583481030769377 ], [ -118.151845842826489, 34.583479564075716 ], [ -118.151851506243375, 34.583932915088312 ], [ -118.150889059932027, 34.584250207552302 ], [ -118.150911725744194, 34.584520872080034 ], [ -118.14992496289257, 34.584559246472367 ], [ -118.150115959828057, 34.587072315512756 ], [ -118.147507491311174, 34.587081976726758 ], [ -118.147557601594158, 34.591457486502179 ], [ -118.148820131041404, 34.591453889082985 ], [ -118.148825292514616, 34.591738698284345 ], [ -118.14828458256703, 34.591742949862272 ], [ -118.148333765133685, 34.595384723463674 ], [ -118.148867977887988, 34.595380169535666 ], [ -118.148865119933021, 34.595168606339499 ], [ -118.151305790056838, 34.593447419930413 ], [ -118.153565965406571, 34.595567387298438 ], [ -118.14941251047965, 34.597024819962826 ], [ -118.149415511484122, 34.597210836803121 ], [ -118.149814233907705, 34.597208683652781 ], [ -118.149828515138765, 34.598274741757827 ], [ -118.150641946777824, 34.597850308356051 ], [ -118.155865734044312, 34.596098117895572 ], [ -118.156761634500484, 34.595615738083907 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "palms",
"name": "Palms",
"slug": "palms-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.94535901621, "type": "segment-of-a-city", "name": "Palms", "slug": "palms"},
"resource_uri": "/1.0/boundary/palms-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.388310000000132, 34.029510999124177 ], [ -118.387761909531619, 34.029062908655639 ], [ -118.392622, 34.026277999124332 ], [ -118.392931, 34.02552099912424 ], [ -118.393342000000132, 34.025511999124312 ], [ -118.393446, 34.025370999124306 ], [ -118.393937, 34.02570599912427 ], [ -118.394197, 34.025558999124293 ], [ -118.394084, 34.025309999124239 ], [ -118.39835, 34.022916999124327 ], [ -118.397455, 34.021661999124326 ], [ -118.398931, 34.020783999124362 ], [ -118.39910100000013, 34.020786999124411 ], [ -118.399492, 34.021293999124296 ], [ -118.400249, 34.020859999124418 ], [ -118.400608, 34.02147199912433 ], [ -118.401285, 34.021086999124364 ], [ -118.400476, 34.019896999124441 ], [ -118.40546, 34.016853999124272 ], [ -118.406864000000112, 34.018573999124371 ], [ -118.418455069199581, 34.01198505432663 ], [ -118.430298000000136, 34.026819999124214 ], [ -118.423911, 34.029309999124237 ], [ -118.418411, 34.032009999124227 ], [ -118.415111, 34.032009999124277 ], [ -118.411211000000108, 34.030809999124187 ], [ -118.408371, 34.030263999124138 ], [ -118.405911000000117, 34.029809999124289 ], [ -118.401211, 34.029409999124226 ], [ -118.399911, 34.03130999912419 ], [ -118.398211, 34.035409999124091 ], [ -118.398211, 34.036309999124079 ], [ -118.39851100000017, 34.037209999124116 ], [ -118.394111, 34.036109999124101 ], [ -118.38941, 34.034709999124161 ], [ -118.39001, 34.032809999124076 ], [ -118.39091, 34.031209999124158 ], [ -118.388310000000132, 34.029510999124177 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "palos-verdes-estates",
"name": "Palos Verdes Estates",
"slug": "palos-verdes-estates-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.72720407914, "type": "standalone-city", "name": "Palos Verdes Estates", "slug": "palos-verdes-estates"},
"resource_uri": "/1.0/boundary/palos-verdes-estates-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.391907000000131, 33.804214999127026 ], [ -118.374417000000136, 33.804212999127088 ], [ -118.367565000000198, 33.803997999126963 ], [ -118.366475000000193, 33.804125999127052 ], [ -118.362289000000146, 33.804076999127197 ], [ -118.361049000000179, 33.803398999127062 ], [ -118.351974000000197, 33.795781999127186 ], [ -118.367203000000188, 33.795115999127262 ], [ -118.367506000000162, 33.794415999127231 ], [ -118.368453000000116, 33.794421999127167 ], [ -118.368815000000183, 33.795469999127135 ], [ -118.369717000000279, 33.794890999127162 ], [ -118.371697000000154, 33.794706999127342 ], [ -118.375005000000129, 33.794932999127106 ], [ -118.37768200000022, 33.79490699912715 ], [ -118.378538000000177, 33.795465999127117 ], [ -118.37862200000022, 33.794909999127192 ], [ -118.379225, 33.79440199912726 ], [ -118.381423000000154, 33.793834999127199 ], [ -118.381439, 33.793582999127253 ], [ -118.382837000000151, 33.793035999127149 ], [ -118.38420600000012, 33.79361499912725 ], [ -118.384953000000152, 33.791113999127255 ], [ -118.386296000000115, 33.785250999127364 ], [ -118.387306, 33.782015999127367 ], [ -118.393864000000136, 33.781780999127271 ], [ -118.399956000000159, 33.781813999127309 ], [ -118.399979000000229, 33.781667999127315 ], [ -118.403809000000209, 33.781350999127369 ], [ -118.403654000000145, 33.764719999127621 ], [ -118.405264, 33.764148999127592 ], [ -118.407651000000328, 33.764218999127635 ], [ -118.410504000000188, 33.763472999127536 ], [ -118.411825000000164, 33.763385999127649 ], [ -118.417781723597713, 33.762347630359798 ], [ -118.418794988108331, 33.762711004652843 ], [ -118.419887004506265, 33.762612988341871 ], [ -118.422424011768044, 33.763432000640343 ], [ -118.422480990653966, 33.763691009925765 ], [ -118.422117020262675, 33.764420002949926 ], [ -118.421929984307113, 33.765565999345192 ], [ -118.42291598735747, 33.766282996814361 ], [ -118.424247020449215, 33.766204973095057 ], [ -118.424675019745735, 33.767255005050707 ], [ -118.42301300403885, 33.767760975454472 ], [ -118.422489987320191, 33.768286991061828 ], [ -118.422167001741713, 33.768373011817751 ], [ -118.421879003198569, 33.769340021906146 ], [ -118.421952975787391, 33.769871982678808 ], [ -118.422627988814327, 33.771415989483238 ], [ -118.423190990716208, 33.772099999176248 ], [ -118.424437002681671, 33.772666999596467 ], [ -118.426713001398895, 33.772394995126611 ], [ -118.427430998497599, 33.773147979260656 ], [ -118.428033985582658, 33.773471017451307 ], [ -118.428270003387823, 33.774116988608213 ], [ -118.427541010363512, 33.77517201871165 ], [ -118.425048986432984, 33.777191007402742 ], [ -118.424614989358858, 33.77770597447271 ], [ -118.424248020078821, 33.778618004934188 ], [ -118.423974016349788, 33.780713018085315 ], [ -118.42271500919999, 33.782682025297468 ], [ -118.421929984307113, 33.783651981662516 ], [ -118.419580013000981, 33.785370976255408 ], [ -118.418612003282874, 33.786512974132428 ], [ -118.41745800985106, 33.786989008260747 ], [ -118.415871018974684, 33.788082024288371 ], [ -118.412860976473169, 33.788996001396825 ], [ -118.410731975916306, 33.789951015930264 ], [ -118.409083008006078, 33.790908976740333 ], [ -118.4073760089681, 33.791317983074762 ], [ -118.407067018203691, 33.792127998707087 ], [ -118.406920020043458, 33.79344298511343 ], [ -118.407255001176864, 33.794102004066893 ], [ -118.40776402308137, 33.794496015957726 ], [ -118.407535002683503, 33.796182022774396 ], [ -118.40782699974487, 33.796748023565051 ], [ -118.40861702278562, 33.796433982040746 ], [ -118.408768019464247, 33.796679996141577 ], [ -118.408434984977873, 33.797113993215461 ], [ -118.407241006362852, 33.79773297437378 ], [ -118.405992995138163, 33.799213004885047 ], [ -118.405120002842438, 33.799921005688077 ], [ -118.401569002901908, 33.80163700139223 ], [ -118.399958020915804, 33.802096988835174 ], [ -118.398566010419529, 33.802158018851692 ], [ -118.396187996873067, 33.803360994133065 ], [ -118.394719000000208, 33.803482999127191 ], [ -118.394091000000103, 33.804285999127131 ], [ -118.391907000000131, 33.804214999127026 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "panorama-city",
"name": "Panorama City",
"slug": "panorama-city-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.64799571506, "type": "segment-of-a-city", "name": "Panorama City", "slug": "panorama-city"},
"resource_uri": "/1.0/boundary/panorama-city-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.428315000000111, 34.222202999121826 ], [ -118.427815000000109, 34.221702999121845 ], [ -118.422815000000156, 34.221702999121845 ], [ -118.427215, 34.20730399912194 ], [ -118.448916, 34.211703999121887 ], [ -118.466216, 34.214903999121866 ], [ -118.466116000000156, 34.215403999122017 ], [ -118.466316000000106, 34.217403999121956 ], [ -118.467616, 34.221102999121868 ], [ -118.459516, 34.221202999121815 ], [ -118.459916, 34.222002999121763 ], [ -118.459716000000114, 34.224602999121814 ], [ -118.458416000000113, 34.229702999121734 ], [ -118.456716, 34.239402999121673 ], [ -118.455616, 34.242702999121683 ], [ -118.453116000000136, 34.24610299912159 ], [ -118.451816, 34.250002999121548 ], [ -118.451816, 34.251701999121458 ], [ -118.450116000000122, 34.250002999121591 ], [ -118.440816, 34.236602999121608 ], [ -118.435815, 34.229902999121762 ], [ -118.428315000000111, 34.222202999121826 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "paramount",
"name": "Paramount",
"slug": "paramount-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.85462717726, "type": "standalone-city", "name": "Paramount", "slug": "paramount"},
"resource_uri": "/1.0/boundary/paramount-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.169657000000242, 33.914423999125681 ], [ -118.169608000000139, 33.913954999125664 ], [ -118.170354000000174, 33.914286999125714 ], [ -118.170670000000143, 33.913815999125767 ], [ -118.170470000000165, 33.913674999125654 ], [ -118.170470000000165, 33.913114999125717 ], [ -118.172803000000201, 33.913114999125717 ], [ -118.172764000000157, 33.912829999125641 ], [ -118.173302000000191, 33.912815999125684 ], [ -118.17330600000011, 33.911821999125671 ], [ -118.170514000000111, 33.911839999125739 ], [ -118.170551000000202, 33.91226199912569 ], [ -118.168198000000274, 33.912282999125729 ], [ -118.168386, 33.914046999125723 ], [ -118.168152000000219, 33.914065999125697 ], [ -118.168147000000175, 33.91423199912569 ], [ -118.164108000000198, 33.912347999125721 ], [ -118.163864000000174, 33.912323999125753 ], [ -118.16386300000012, 33.912601999125755 ], [ -118.163402, 33.912343999125703 ], [ -118.162389000000246, 33.912350999125707 ], [ -118.160958000000221, 33.911696999125759 ], [ -118.160206000000144, 33.91123799912566 ], [ -118.160150000000172, 33.910469999125716 ], [ -118.159007000000159, 33.909963999125701 ], [ -118.158588000000108, 33.911229999125659 ], [ -118.158379000000167, 33.912613999125703 ], [ -118.158072, 33.912796999125717 ], [ -118.157849000000212, 33.913616999125679 ], [ -118.158411000000171, 33.913897999125645 ], [ -118.156126, 33.916990999125623 ], [ -118.149288000000183, 33.913734999125637 ], [ -118.153292000000178, 33.907272999125766 ], [ -118.151457000000249, 33.906389999125807 ], [ -118.151471000000228, 33.90621199912583 ], [ -118.151038000000227, 33.9061899991258 ], [ -118.147521000000296, 33.904484999125799 ], [ -118.145316, 33.903784999125833 ], [ -118.145286, 33.903522999125862 ], [ -118.142734000000161, 33.902454999125865 ], [ -118.142574000000252, 33.889196999125964 ], [ -118.14697100000015, 33.889179999125965 ], [ -118.146901, 33.88641499912616 ], [ -118.14710400000024, 33.882009999126112 ], [ -118.146878, 33.879871999126095 ], [ -118.149962000000173, 33.879877999126187 ], [ -118.151294000000178, 33.87971699912616 ], [ -118.15131500000021, 33.881986999126106 ], [ -118.177427000000222, 33.881856999126207 ], [ -118.177435000000173, 33.885358999126119 ], [ -118.185778000000212, 33.885441999126002 ], [ -118.187601000000143, 33.8854029991261 ], [ -118.187629000000129, 33.885229999126118 ], [ -118.188207000000105, 33.885223999126005 ], [ -118.18689700000013, 33.892419999125998 ], [ -118.184299000000124, 33.89251899912604 ], [ -118.18416900000031, 33.889136999126038 ], [ -118.182402000000295, 33.88910599912613 ], [ -118.179962000000188, 33.89253699912598 ], [ -118.181590000000142, 33.892544999125946 ], [ -118.181687000000196, 33.894264999126001 ], [ -118.182356000000226, 33.894251999125849 ], [ -118.182306, 33.896211999125882 ], [ -118.18589600000017, 33.896233999125919 ], [ -118.186100000000167, 33.894857999125982 ], [ -118.187650000000218, 33.894865999125912 ], [ -118.186885, 33.899471999125893 ], [ -118.186662000000155, 33.902577999125846 ], [ -118.186927000000125, 33.903108999125834 ], [ -118.187783492116637, 33.903445291402498 ], [ -118.187787421315036, 33.903614337266845 ], [ -118.186771000000192, 33.903671999125898 ], [ -118.186674107870999, 33.90445111907156 ], [ -118.184977000000174, 33.905404999125771 ], [ -118.183893000000168, 33.906383999125737 ], [ -118.183158, 33.905984999125828 ], [ -118.181416000000141, 33.90809999912576 ], [ -118.180507, 33.910067999125708 ], [ -118.178709, 33.918591999125674 ], [ -118.176653000000144, 33.918312999125654 ], [ -118.175188000000148, 33.91749599912567 ], [ -118.169459, 33.91485499912573 ], [ -118.169657000000242, 33.914423999125681 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "pasadena",
"name": "Pasadena",
"slug": "pasadena-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 25.1460636976, "type": "standalone-city", "name": "Pasadena", "slug": "pasadena"},
"resource_uri": "/1.0/boundary/pasadena-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.195574, 34.251904999121585 ], [ -118.186842000000141, 34.251585999121559 ], [ -118.186915, 34.237507999121753 ], [ -118.186717, 34.234304999121854 ], [ -118.186403, 34.233565999121765 ], [ -118.186841000000115, 34.232151999121875 ], [ -118.18666400000015, 34.223020999122056 ], [ -118.183482000000112, 34.223107999121943 ], [ -118.183434, 34.222403999121958 ], [ -118.177674000000124, 34.222451999122036 ], [ -118.17730497928919, 34.215404000595193 ], [ -118.174401985579834, 34.215088003713518 ], [ -118.170592986000742, 34.215304002135809 ], [ -118.167917985914315, 34.215296004296363 ], [ -118.167801985500589, 34.215141004443652 ], [ -118.166979986333004, 34.215462000488913 ], [ -118.166858978946777, 34.215317001442422 ], [ -118.162862985869083, 34.215219004448144 ], [ -118.164253971833119, 34.21396000599335 ], [ -118.164776971834357, 34.212673005991704 ], [ -118.164629971834103, 34.212560005991548 ], [ -118.164823990785223, 34.212348005207154 ], [ -118.165003981264604, 34.212445998913417 ], [ -118.16564698582394, 34.211569004594217 ], [ -118.166744979881202, 34.211611000104504 ], [ -118.166991971837945, 34.210908005989907 ], [ -118.165904971836753, 34.210304005988945 ], [ -118.165804971837346, 34.208104005986101 ], [ -118.165507971836917, 34.207997005985902 ], [ -118.16551697183715, 34.207177005984846 ], [ -118.163649979091488, 34.204702004949468 ], [ -118.16335298562791, 34.204796001864423 ], [ -118.163156978932449, 34.204384001481849 ], [ -118.162760985879785, 34.204376004407429 ], [ -118.162900971834645, 34.203948005979917 ], [ -118.161601978830063, 34.201844001895161 ], [ -118.160762985946349, 34.201860004128342 ], [ -118.161116971833096, 34.201276005976148 ], [ -118.16000197183196, 34.200126005974447 ], [ -118.160524984096185, 34.1987750072498 ], [ -118.163444971836896, 34.199713005974623 ], [ -118.162577986010092, 34.201643003678008 ], [ -118.164250979436645, 34.201455002416481 ], [ -118.165798971840687, 34.198042005973022 ], [ -118.166797971842797, 34.196220005970915 ], [ -118.167485971844044, 34.195297005969806 ], [ -118.168454971846018, 34.193250005967514 ], [ -118.168490971846367, 34.19244500596642 ], [ -118.167480971844995, 34.192120005965677 ], [ -118.167626971845493, 34.191590005965125 ], [ -118.166502971843883, 34.191233005964342 ], [ -118.166871990572616, 34.190256004849623 ], [ -118.167506972682247, 34.190570994934369 ], [ -118.167670985566886, 34.188409007241177 ], [ -118.168295985943089, 34.188497000755788 ], [ -118.168339971846791, 34.190470005963682 ], [ -118.168591971846965, 34.190674005964091 ], [ -118.16921797184736, 34.192461005966685 ], [ -118.170410975301607, 34.191209008754178 ], [ -118.170600985205837, 34.190561006651642 ], [ -118.170887979346915, 34.190605997994524 ], [ -118.170900977960727, 34.19020500354393 ], [ -118.171799978980999, 34.189394001355723 ], [ -118.16872198587582, 34.1893110044306 ], [ -118.16873398593377, 34.185445004209591 ], [ -118.169713971850413, 34.185480005957707 ], [ -118.170346971850961, 34.186037005958539 ], [ -118.170825971852139, 34.184753005956892 ], [ -118.170261971851559, 34.184101005955888 ], [ -118.170460971851995, 34.183745005955615 ], [ -118.16958397185148, 34.181405005952399 ], [ -118.169042978828799, 34.181078003968359 ], [ -118.167474985919611, 34.181430002517814 ], [ -118.167457971847981, 34.183075005954024 ], [ -118.164128985929054, 34.183086004214644 ], [ -118.164116978867312, 34.18160400174925 ], [ -118.162993985931664, 34.181611004199922 ], [ -118.162992978885811, 34.181449001667339 ], [ -118.150103985987897, 34.181805001592814 ], [ -118.142666985897293, 34.181793004279882 ], [ -118.132108984965143, 34.177036003023474 ], [ -118.131883971800676, 34.177066005937874 ], [ -118.131907978757511, 34.176507002156519 ], [ -118.128708985808927, 34.176566004541797 ], [ -118.128630978731266, 34.17522900233142 ], [ -118.122537985899584, 34.175209004208114 ], [ -118.122522985975195, 34.175510000007584 ], [ -118.121252985992498, 34.175547003502707 ], [ -118.12124997876478, 34.175334002042199 ], [ -118.118859985941654, 34.175416003986456 ], [ -118.11877498615786, 34.175937000034963 ], [ -118.117357985635849, 34.175863004946187 ], [ -118.11735398047955, 34.174983006992804 ], [ -118.116620984794267, 34.175419000685245 ], [ -118.116603999548687, 34.17364203097555 ], [ -118.117204978592582, 34.173754000489183 ], [ -118.116980971781828, 34.171393005927115 ], [ -118.11710297880164, 34.169606001830132 ], [ -118.11302298591059, 34.169636004126311 ], [ -118.11301398588526, 34.170339000290092 ], [ -118.111198971774101, 34.170368005924445 ], [ -118.110879971773784, 34.170117005923949 ], [ -118.111006971774259, 34.169144005922782 ], [ -118.111789978716331, 34.169143000426146 ], [ -118.111785978776922, 34.168596001926758 ], [ -118.109233985871924, 34.168645004278289 ], [ -118.109204978808577, 34.167650001761089 ], [ -118.098339985886952, 34.167709004183578 ], [ -118.098318985910353, 34.168838999972181 ], [ -118.097801985883734, 34.168839005069827 ], [ -118.097802985862899, 34.169138000100048 ], [ -118.095900985904748, 34.169168004094189 ], [ -118.096001985155624, 34.169405999972106 ], [ -118.095201985876173, 34.169406004220257 ], [ -118.095516986082558, 34.170084003133361 ], [ -118.094902985669563, 34.170291001909753 ], [ -118.09504298556314, 34.17084700142609 ], [ -118.095434986129504, 34.170708003236541 ], [ -118.095659985496169, 34.171172001645935 ], [ -118.095972986078223, 34.171067003123731 ], [ -118.096501971752986, 34.17220500592326 ], [ -118.096107971752303, 34.173051005924364 ], [ -118.096114971751987, 34.174142005925781 ], [ -118.095976987111086, 34.174515998922224 ], [ -118.095789985962341, 34.174495006275109 ], [ -118.095785971751226, 34.174868005926719 ], [ -118.095406985887394, 34.175706004174174 ], [ -118.098255985865094, 34.175685000876065 ], [ -118.100287971755662, 34.180371005934887 ], [ -118.100394971754767, 34.183328005938691 ], [ -118.100665971755049, 34.183671005939154 ], [ -118.101570971756132, 34.184161005940027 ], [ -118.102242971756837, 34.184769005941007 ], [ -118.10194697175622, 34.185270005941604 ], [ -118.102260985839919, 34.185604004382938 ], [ -118.10303198591734, 34.185620000681645 ], [ -118.103060971757117, 34.187376005944593 ], [ -118.104569971758835, 34.188480005946467 ], [ -118.104578987837158, 34.189983004956026 ], [ -118.104081983920821, 34.190385000114865 ], [ -118.104885971758506, 34.190786005949377 ], [ -118.104787971758242, 34.191186005949987 ], [ -118.106918971760464, 34.193296005953115 ], [ -118.10486299337596, 34.19337300137353 ], [ -118.104702993827786, 34.194805008937358 ], [ -118.104926, 34.196839999122247 ], [ -118.101654, 34.196929999122226 ], [ -118.10114600000017, 34.197246999122243 ], [ -118.101224000000201, 34.196829999122251 ], [ -118.101103795479091, 34.196781007684599 ], [ -118.082272726923023, 34.196934988996702 ], [ -118.082772776026403, 34.17908114152165 ], [ -118.06597810318604, 34.179160912968285 ], [ -118.065677000000179, 34.175950999122513 ], [ -118.065877000000128, 34.175305999122543 ], [ -118.065479000000181, 34.17260999912255 ], [ -118.068200000000104, 34.173008999122587 ], [ -118.067823993235308, 34.150287004919171 ], [ -118.073423978728471, 34.150214001077536 ], [ -118.073391999201533, 34.147765024698401 ], [ -118.073718986028425, 34.147862001331092 ], [ -118.077755978692963, 34.147397001715127 ], [ -118.077736985676083, 34.146619004775552 ], [ -118.07796198019723, 34.146637999166273 ], [ -118.078104985880884, 34.146258004139661 ], [ -118.079578978218549, 34.146248000499327 ], [ -118.079230985874275, 34.144763004171935 ], [ -118.079882985864657, 34.144761000834912 ], [ -118.079860985872386, 34.145241004181912 ], [ -118.080437985867036, 34.145240000825531 ], [ -118.080497985710508, 34.145727004696951 ], [ -118.08250198577494, 34.145720001502674 ], [ -118.08250498588383, 34.146230004141394 ], [ -118.084596978783878, 34.146214000512892 ], [ -118.084593985891715, 34.14574700411201 ], [ -118.086391979071593, 34.14554600053652 ], [ -118.086430985889436, 34.14519600412914 ], [ -118.086965977512591, 34.145191000551684 ], [ -118.086708978811586, 34.144707001658894 ], [ -118.0832699858707, 34.144706004199591 ], [ -118.083500978791292, 34.142220001733705 ], [ -118.078959985879621, 34.142250004147286 ], [ -118.078921985881138, 34.139609004139544 ], [ -118.081521985860249, 34.139591000860676 ], [ -118.081528985877938, 34.140472004162525 ], [ -118.083079985866192, 34.140466000839325 ], [ -118.083686971745877, 34.140841005879693 ], [ -118.08321797174537, 34.140324005878959 ], [ -118.083818971748457, 34.133718005870492 ], [ -118.083993985872809, 34.133008004190025 ], [ -118.086006978782066, 34.133010000372352 ], [ -118.085985985833631, 34.1314320056985 ], [ -118.087495985778148, 34.131275001682617 ], [ -118.08750698588814, 34.13369100413545 ], [ -118.089698985868566, 34.133676000852354 ], [ -118.089767985855758, 34.135159004274925 ], [ -118.094287980810421, 34.135215999670805 ], [ -118.094518000000122, 34.136854999122995 ], [ -118.095202000000157, 34.13680699912296 ], [ -118.095262095494689, 34.140207238055218 ], [ -118.095686000000185, 34.140204999122908 ], [ -118.095780000000147, 34.141768999122938 ], [ -118.097414, 34.14190899912299 ], [ -118.098707000000118, 34.141805999122852 ], [ -118.098709, 34.141508999122898 ], [ -118.099682000000186, 34.141455999122833 ], [ -118.099670000000188, 34.140671999122894 ], [ -118.100511000000182, 34.140666999122907 ], [ -118.10051679146703, 34.141395758698316 ], [ -118.102949000000123, 34.141271999122921 ], [ -118.102834000000158, 34.141802999122945 ], [ -118.103266000000204, 34.141913999122856 ], [ -118.106162000000282, 34.14190799912285 ], [ -118.106151000000168, 34.140817999122937 ], [ -118.108296000000195, 34.140805999122911 ], [ -118.108305259241448, 34.14154859026965 ], [ -118.110030649036489, 34.141536167523768 ], [ -118.110028108734767, 34.141182925819848 ], [ -118.110483000000173, 34.141170999123048 ], [ -118.110511000000102, 34.14020699912291 ], [ -118.110173000000174, 34.140180999122919 ], [ -118.11034500000018, 34.138404999122969 ], [ -118.110732000000311, 34.138410999122968 ], [ -118.110742, 34.138041999122883 ], [ -118.11028700000027, 34.137751999122955 ], [ -118.110161000000318, 34.136807999123029 ], [ -118.114292000000177, 34.136857999122974 ], [ -118.114290000000182, 34.13616699912302 ], [ -118.114003, 34.136169999122956 ], [ -118.114111000000165, 34.132922999123011 ], [ -118.119122000000161, 34.132606999122991 ], [ -118.119597000000155, 34.132405999123037 ], [ -118.1217070000001, 34.132113999123035 ], [ -118.126101000000148, 34.130934999123099 ], [ -118.131249000000153, 34.12978999912297 ], [ -118.130998000000119, 34.129393999122975 ], [ -118.131130000000155, 34.128593999123026 ], [ -118.130825000000144, 34.128145999123085 ], [ -118.130770000000183, 34.127452999123015 ], [ -118.131159, 34.126462999123078 ], [ -118.130779000000146, 34.126152999123114 ], [ -118.130065000000116, 34.124049999123201 ], [ -118.129061000000249, 34.123025999123101 ], [ -118.129210000000228, 34.122132999123153 ], [ -118.129441000000128, 34.122055999123177 ], [ -118.129584000000179, 34.121685999123166 ], [ -118.129351, 34.121349999123218 ], [ -118.129016, 34.121273999123119 ], [ -118.128931, 34.120967999123202 ], [ -118.128734000000122, 34.120971999123221 ], [ -118.128563000000185, 34.120232999123118 ], [ -118.128297000000202, 34.120218999123168 ], [ -118.128073000000228, 34.119415999123156 ], [ -118.12832500000016, 34.119335999123166 ], [ -118.12797000000019, 34.117947999123203 ], [ -118.130760000000123, 34.117330999123197 ], [ -118.133192, 34.117276999123263 ], [ -118.136203, 34.117916999123253 ], [ -118.140158, 34.119505999123284 ], [ -118.142163000000167, 34.119483999123162 ], [ -118.143312000000137, 34.1202259991232 ], [ -118.143707000000177, 34.120998999123195 ], [ -118.143454000000133, 34.121497999123051 ], [ -118.143841000000165, 34.121308999123201 ], [ -118.143702, 34.12158299912317 ], [ -118.144348000000207, 34.121810999123099 ], [ -118.144343000000134, 34.122616999123068 ], [ -118.145973000000225, 34.124487999123154 ], [ -118.14575700000016, 34.123604999123117 ], [ -118.146058, 34.123633999123093 ], [ -118.147822000000133, 34.125055999123077 ], [ -118.14913800000015, 34.125742999123077 ], [ -118.150271000000146, 34.124036999123099 ], [ -118.151006000000123, 34.124031999123105 ], [ -118.151003000000273, 34.123914999123066 ], [ -118.159936000000144, 34.123752999123099 ], [ -118.159626000000145, 34.124003999123097 ], [ -118.163195, 34.124023999123125 ], [ -118.163211000000288, 34.123594999123135 ], [ -118.165540000000163, 34.123694999123174 ], [ -118.16546600000018, 34.124010999123144 ], [ -118.165802000000156, 34.124043999123131 ], [ -118.168454000000111, 34.123913999123175 ], [ -118.167792000000162, 34.124766999123025 ], [ -118.167213, 34.124655999123199 ], [ -118.165587000000144, 34.125466999123141 ], [ -118.165867000000134, 34.12623799912312 ], [ -118.167221000000168, 34.125884999123073 ], [ -118.170328, 34.126944999123133 ], [ -118.171417000000204, 34.126307999123092 ], [ -118.172299000000123, 34.126081999123116 ], [ -118.172539000000157, 34.1257869991231 ], [ -118.172936000000206, 34.125812999123099 ], [ -118.172804, 34.124770999123079 ], [ -118.176955000000135, 34.123140999123116 ], [ -118.176541000000199, 34.126623999123218 ], [ -118.1777960000002, 34.126876999123084 ], [ -118.177833000000149, 34.126657999123111 ], [ -118.178583000000131, 34.12671999912304 ], [ -118.180193000000187, 34.126424999123074 ], [ -118.180896000000217, 34.128330999123158 ], [ -118.181495000000226, 34.128029999123115 ], [ -118.181340000000148, 34.129497999123068 ], [ -118.182580000000186, 34.129185999123138 ], [ -118.182840000000169, 34.129749999123121 ], [ -118.182817, 34.13121099912297 ], [ -118.186097000000203, 34.133731999122986 ], [ -118.185531, 34.134725999122999 ], [ -118.185206000000122, 34.136067999122965 ], [ -118.185887000000136, 34.136182999123008 ], [ -118.185686, 34.136661999123014 ], [ -118.185796, 34.137367999122958 ], [ -118.185524, 34.137334999123013 ], [ -118.185526000000166, 34.138565999122918 ], [ -118.185395000000128, 34.138840999122962 ], [ -118.185672000000125, 34.13885399912288 ], [ -118.185683000000168, 34.139032999122946 ], [ -118.184893000000173, 34.139552999122969 ], [ -118.184342000000115, 34.13940699912294 ], [ -118.183128000000252, 34.140259999122989 ], [ -118.181956000000142, 34.140635999122914 ], [ -118.180198000000161, 34.140817999123016 ], [ -118.180082, 34.141090999123001 ], [ -118.180757000000284, 34.141299999122928 ], [ -118.181164, 34.142198999122847 ], [ -118.182206000000136, 34.143060999122859 ], [ -118.182180000000159, 34.143396999122906 ], [ -118.182435000000197, 34.143954999122975 ], [ -118.184561000000244, 34.145400999122828 ], [ -118.184213000000241, 34.146279999122832 ], [ -118.183869000000172, 34.148556999122796 ], [ -118.182447000000295, 34.148561999122833 ], [ -118.182005000000203, 34.150202999122797 ], [ -118.184360000000154, 34.160106999122739 ], [ -118.184956, 34.160059999122666 ], [ -118.187362000000263, 34.164884999122677 ], [ -118.188656000000194, 34.165248999122596 ], [ -118.188126000000111, 34.166386999122551 ], [ -118.189083, 34.168847999122605 ], [ -118.189586000000133, 34.168770999122636 ], [ -118.190811, 34.172050999122519 ], [ -118.191098000000181, 34.174134999122593 ], [ -118.190447, 34.174701999122497 ], [ -118.188814000000207, 34.177915999122405 ], [ -118.187317000000164, 34.179475999122431 ], [ -118.184425000000189, 34.179692999122459 ], [ -118.184007000000108, 34.179773999122396 ], [ -118.183367000000217, 34.180235999122445 ], [ -118.18221500000017, 34.179884999122478 ], [ -118.181550000000158, 34.179505999122405 ], [ -118.181172000000274, 34.180015999122439 ], [ -118.180135000000163, 34.18075499912252 ], [ -118.176185000000117, 34.18184799912239 ], [ -118.176282, 34.182152999122408 ], [ -118.17417, 34.182886999122317 ], [ -118.174626000000188, 34.183662999122326 ], [ -118.175446000000207, 34.184040999122288 ], [ -118.175728000000191, 34.185304999122359 ], [ -118.175988000000203, 34.185504999122422 ], [ -118.176605000000151, 34.185804999122304 ], [ -118.177437000000182, 34.185616999122367 ], [ -118.178925000000191, 34.185670999122308 ], [ -118.180715000000163, 34.186428999122434 ], [ -118.180305000000175, 34.187404999122371 ], [ -118.179755000000313, 34.187360999122397 ], [ -118.178757000000132, 34.1869519991224 ], [ -118.178314000000142, 34.18652199912237 ], [ -118.178740000000118, 34.18712899912245 ], [ -118.178899000000158, 34.18794799912235 ], [ -118.178337000000212, 34.189454999122326 ], [ -118.178293, 34.192760999122271 ], [ -118.177914000000214, 34.193911999122221 ], [ -118.17797200000031, 34.194215999122349 ], [ -118.177810000000107, 34.194149999122246 ], [ -118.1774020000002, 34.194923999122196 ], [ -118.176021, 34.196610999122221 ], [ -118.175457000000165, 34.197678999122303 ], [ -118.173160000000166, 34.197686999122261 ], [ -118.174079000000162, 34.196638999122243 ], [ -118.172205, 34.196904999122367 ], [ -118.171729000000155, 34.198550999122141 ], [ -118.171312000000242, 34.198320999122373 ], [ -118.169305000000122, 34.20150399912216 ], [ -118.168905000000194, 34.203803999122201 ], [ -118.171005000000221, 34.203903999122183 ], [ -118.171005000000221, 34.204601999122097 ], [ -118.172706000000105, 34.204601999122097 ], [ -118.172654000000236, 34.205459999122148 ], [ -118.172258000000312, 34.205768999122135 ], [ -118.172438000000241, 34.20593499912215 ], [ -118.172632000000192, 34.205742999122052 ], [ -118.173025000000266, 34.20596399912214 ], [ -118.173612000000148, 34.205574999122156 ], [ -118.173575000000213, 34.206211999122054 ], [ -118.173917000000159, 34.206412999122144 ], [ -118.173864000000123, 34.206832999122092 ], [ -118.173991000000171, 34.206818999122085 ], [ -118.174279000000197, 34.20603899912215 ], [ -118.17504300000013, 34.205644999122129 ], [ -118.175644000000119, 34.205780999122183 ], [ -118.175762, 34.206085999122138 ], [ -118.17554400000013, 34.206833999122061 ], [ -118.17593000000015, 34.207710999122028 ], [ -118.17595900000029, 34.208203999122084 ], [ -118.176546000000172, 34.209223999122152 ], [ -118.176628000000193, 34.210830999122102 ], [ -118.176394000000215, 34.211045999122028 ], [ -118.175931000000105, 34.211126999122158 ], [ -118.175505000000229, 34.211003999122042 ], [ -118.175606000000229, 34.210801999122083 ], [ -118.1754210000001, 34.210683999122047 ], [ -118.174510000000183, 34.211431999122105 ], [ -118.175578, 34.212408999122147 ], [ -118.175962000000126, 34.212408999122118 ], [ -118.176078000000288, 34.211839999122063 ], [ -118.176532000000265, 34.211837999122032 ], [ -118.176399000000274, 34.21248999912207 ], [ -118.177319000000196, 34.212305999121973 ], [ -118.177947000000287, 34.213053999122025 ], [ -118.177699, 34.21321199912213 ], [ -118.178340000000318, 34.213802999122009 ], [ -118.178127000000273, 34.213813999122081 ], [ -118.178487000000189, 34.214345999121996 ], [ -118.179809000000247, 34.214780999122098 ], [ -118.17985100000017, 34.215627999122077 ], [ -118.180337000000151, 34.215896999122002 ], [ -118.181205000000205, 34.215219999122048 ], [ -118.182483000000133, 34.215696999121974 ], [ -118.184104000000161, 34.216043999121993 ], [ -118.183585000000193, 34.216401999121985 ], [ -118.18347800000015, 34.218077999121888 ], [ -118.182902000000141, 34.218447999121977 ], [ -118.181515000000275, 34.218496999121946 ], [ -118.180406, 34.218003999121962 ], [ -118.181164000000166, 34.219822999121945 ], [ -118.182191000000159, 34.220580999121999 ], [ -118.184506000000169, 34.221103999121894 ], [ -118.184506000000169, 34.222603999121922 ], [ -118.18813400000019, 34.222600999121987 ], [ -118.188048000000151, 34.222886999121933 ], [ -118.188179000000162, 34.223227999121896 ], [ -118.189991000000234, 34.22391199912191 ], [ -118.189966000000183, 34.224565999121843 ], [ -118.190488000000187, 34.224621999121872 ], [ -118.191035000000156, 34.225504999121959 ], [ -118.190832000000171, 34.22604399912197 ], [ -118.191206, 34.226702999121926 ], [ -118.190206000000217, 34.228102999121845 ], [ -118.190506000000255, 34.228602999121904 ], [ -118.189906, 34.231102999121866 ], [ -118.194606000000206, 34.233502999121839 ], [ -118.195711000000159, 34.233594999121827 ], [ -118.196306000000263, 34.234564999121851 ], [ -118.197641000000132, 34.234849999121757 ], [ -118.198139, 34.236301999121729 ], [ -118.197770000000148, 34.237504999121789 ], [ -118.195501000000135, 34.237390999121779 ], [ -118.195780000000141, 34.251854999121591 ], [ -118.195574, 34.251904999121585 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "pico-rivera",
"name": "Pico Rivera",
"slug": "pico-rivera-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 8.7868828889, "type": "standalone-city", "name": "Pico Rivera", "slug": "pico-rivera"},
"resource_uri": "/1.0/boundary/pico-rivera-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.046873000000275, 34.02077199912442 ], [ -118.047319000000229, 34.020526999124442 ], [ -118.047100000000228, 34.020110999124327 ], [ -118.048765000000145, 34.018556999124435 ], [ -118.04893900000026, 34.018671999124408 ], [ -118.05093100000019, 34.016707999124371 ], [ -118.052688000000288, 34.017886999124421 ], [ -118.05412500000017, 34.016723999124395 ], [ -118.054153000000184, 34.01789199912438 ], [ -118.054614000000171, 34.017430999124464 ], [ -118.055784000000202, 34.01814699912439 ], [ -118.055681000000192, 34.018258999124434 ], [ -118.056759000000156, 34.018492999124483 ], [ -118.059103000000107, 34.017932999124518 ], [ -118.059447000000148, 34.017298999124456 ], [ -118.056262000000146, 34.015137999124434 ], [ -118.057432000000318, 34.014283999124459 ], [ -118.056479000000166, 34.012773999124505 ], [ -118.056632000000192, 34.012172999124523 ], [ -118.056861000000126, 34.012647999124539 ], [ -118.057642381793414, 34.013179485009488 ], [ -118.058102962292693, 34.013100562809313 ], [ -118.058789307586778, 34.012596501309147 ], [ -118.062145000000129, 34.012197999124616 ], [ -118.064988967145084, 34.009577243090803 ], [ -118.061921757284352, 34.007505528182477 ], [ -118.060082000000193, 34.008796999124534 ], [ -118.059827000000126, 34.00883599912455 ], [ -118.059025286139374, 34.008121334214962 ], [ -118.060966000000249, 34.00653499912454 ], [ -118.062015000000173, 34.005293999124575 ], [ -118.062184000000158, 34.005419999124683 ], [ -118.065315000000169, 34.002818999124649 ], [ -118.066600000000221, 34.001097999124617 ], [ -118.06846700000014, 34.000919999124605 ], [ -118.068885000000165, 33.99986999912462 ], [ -118.068391000000119, 33.999135999124654 ], [ -118.068520000000149, 33.998370999124667 ], [ -118.068199521165127, 33.998094956061315 ], [ -118.068782000000198, 33.998462999124705 ], [ -118.070089000000138, 33.998856999124712 ], [ -118.071371, 33.995596999124693 ], [ -118.070298000000179, 33.994857999124697 ], [ -118.070719000000167, 33.994428999124736 ], [ -118.071362000000192, 33.994857999124697 ], [ -118.072199000000168, 33.993677999124749 ], [ -118.072420992752171, 33.992331003870461 ], [ -118.073093986030457, 33.992310001461163 ], [ -118.073270000000278, 33.991760999124686 ], [ -118.073008000000158, 33.991517999124767 ], [ -118.075423991227893, 33.985316008469091 ], [ -118.075866988119046, 33.98548499744313 ], [ -118.07689, 33.983299999124846 ], [ -118.079998000000145, 33.979066999125017 ], [ -118.08278800000015, 33.975498999125023 ], [ -118.088684000000114, 33.968575999125079 ], [ -118.089095000000128, 33.967129999125135 ], [ -118.087715000000117, 33.96669799912506 ], [ -118.088470000000129, 33.966650999125001 ], [ -118.089032000000117, 33.966819999125072 ], [ -118.086861000000127, 33.961775999125159 ], [ -118.086736000000215, 33.960929999125248 ], [ -118.086907000000153, 33.960027999125202 ], [ -118.087487000000152, 33.958752999125196 ], [ -118.089511000000229, 33.95537099912513 ], [ -118.091891000000174, 33.952297999125243 ], [ -118.093142000000185, 33.950960999125272 ], [ -118.093369000000109, 33.950361999125356 ], [ -118.096639000000138, 33.951772999125211 ], [ -118.11050700000014, 33.961328999125129 ], [ -118.118919000000304, 33.970547999124946 ], [ -118.1232380000001, 33.974911999124942 ], [ -118.120566000000125, 33.975244999124925 ], [ -118.118837000000184, 33.97525099912496 ], [ -118.115968000000308, 33.979756999124888 ], [ -118.115446000000176, 33.981032999124842 ], [ -118.115212, 33.981205999124889 ], [ -118.114842000000152, 33.983216999124856 ], [ -118.114539000000178, 33.98397299912483 ], [ -118.114195000000137, 33.986177999124777 ], [ -118.114328000000185, 33.986597999124761 ], [ -118.113981000000138, 33.987286999124706 ], [ -118.113797000000147, 33.987234999124816 ], [ -118.11057800000016, 33.991239999124772 ], [ -118.111654000000229, 33.991840999124811 ], [ -118.110391000000163, 33.993506999124712 ], [ -118.110039000000143, 33.993947999124757 ], [ -118.108835000000227, 33.993294999124764 ], [ -118.107651000000146, 33.994688999124726 ], [ -118.10737600000023, 33.994621999124675 ], [ -118.106721000000164, 33.994925999124717 ], [ -118.105090000000317, 33.997197999124637 ], [ -118.104786000000189, 33.997201999124705 ], [ -118.104345000000222, 33.997673999124579 ], [ -118.104283000000137, 33.998531999124666 ], [ -118.10366600000026, 33.999789999124602 ], [ -118.097289, 34.001491999124568 ], [ -118.096555000000137, 34.004128999124489 ], [ -118.096201, 34.007661999124515 ], [ -118.095861000000141, 34.008392999124453 ], [ -118.09534400000021, 34.0104569991246 ], [ -118.094440000000247, 34.011667999124555 ], [ -118.092732000000282, 34.013394999124515 ], [ -118.092935000000196, 34.013571999124501 ], [ -118.092288, 34.014163999124399 ], [ -118.085124, 34.019102999124414 ], [ -118.084838000000289, 34.018834999124422 ], [ -118.083857000000208, 34.01954499912442 ], [ -118.080018000000166, 34.018030999124448 ], [ -118.07952400000012, 34.018204999124428 ], [ -118.079328000000118, 34.01776499912453 ], [ -118.079287000000178, 34.016910999124391 ], [ -118.078662000000151, 34.016942999124367 ], [ -118.078377000000188, 34.01748499912447 ], [ -118.075008, 34.019365999124354 ], [ -118.074359000000101, 34.020375999124333 ], [ -118.069888000000191, 34.020825999124504 ], [ -118.069790000000154, 34.020446999124431 ], [ -118.061486000000173, 34.021023999124395 ], [ -118.06090500000019, 34.021213999124463 ], [ -118.061162000000209, 34.021718999124396 ], [ -118.059322000000165, 34.021916999124393 ], [ -118.056531000000305, 34.020558999124418 ], [ -118.055980000000176, 34.020510999124433 ], [ -118.055433000000107, 34.021146999124348 ], [ -118.054648000000128, 34.020629999124402 ], [ -118.054250000000181, 34.020655999124422 ], [ -118.05379400000011, 34.02166499912444 ], [ -118.053074000000137, 34.024182999124378 ], [ -118.052024000000131, 34.026342999124338 ], [ -118.050129000000254, 34.028228999124359 ], [ -118.049026, 34.028846999124298 ], [ -118.047121000000189, 34.028763999124259 ], [ -118.044279, 34.026959999124301 ], [ -118.040686000000136, 34.02639999912433 ], [ -118.040001, 34.025770999124497 ], [ -118.04421700000016, 34.023130999124355 ], [ -118.044682000000165, 34.021879999124351 ], [ -118.044261000000262, 34.021592999124387 ], [ -118.044720000000183, 34.021146999124348 ], [ -118.046873000000275, 34.02077199912442 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "pico-robertson",
"name": "Pico-Robertson",
"slug": "pico-robertson-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.03155644743, "type": "segment-of-a-city", "name": "Pico-Robertson", "slug": "pico-robertson"},
"resource_uri": "/1.0/boundary/pico-robertson-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.37733, 34.062953999123835 ], [ -118.377266, 34.059383999123924 ], [ -118.37631, 34.059452684055366 ], [ -118.376110000000111, 34.046909999123962 ], [ -118.376810000000134, 34.044509999124053 ], [ -118.38311000000013, 34.04560999912394 ], [ -118.385111000000137, 34.046409999124059 ], [ -118.386111000000113, 34.046609999123959 ], [ -118.385411, 34.048809999123883 ], [ -118.389511000000127, 34.049509999123849 ], [ -118.389611000000144, 34.052309999123885 ], [ -118.397711, 34.052309999123935 ], [ -118.401531, 34.051966999123898 ], [ -118.406541, 34.052296999123861 ], [ -118.405484, 34.052846999123979 ], [ -118.406122, 34.054144999123913 ], [ -118.405562, 34.054140999123824 ], [ -118.405562000000117, 34.054311999123911 ], [ -118.405285, 34.054401999124046 ], [ -118.405452, 34.054860999123946 ], [ -118.405929, 34.054829999123967 ], [ -118.405922, 34.057103999123903 ], [ -118.403993, 34.057100999123897 ], [ -118.403455000000122, 34.057022999123866 ], [ -118.403261, 34.056830999123875 ], [ -118.402927, 34.057054999123892 ], [ -118.402771000000115, 34.056886999124046 ], [ -118.402463, 34.057098999123909 ], [ -118.402183000000107, 34.057098999123959 ], [ -118.402371, 34.056995999123835 ], [ -118.40227, 34.05688599912402 ], [ -118.401882000000114, 34.057097999123883 ], [ -118.401556, 34.057098999123959 ], [ -118.401679000000158, 34.057028999123894 ], [ -118.401584, 34.05691499912384 ], [ -118.401271, 34.057097999123883 ], [ -118.400751, 34.057097999123883 ], [ -118.400907, 34.056996999123967 ], [ -118.400785, 34.056866999123905 ], [ -118.400428, 34.057096999123914 ], [ -118.400002, 34.05687699912388 ], [ -118.399713000000133, 34.057095999123938 ], [ -118.383666, 34.057098999123909 ], [ -118.383534, 34.062936999123885 ], [ -118.37733, 34.062953999123835 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "pico-union",
"name": "Pico-Union",
"slug": "pico-union-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.66946888734, "type": "segment-of-a-city", "name": "Pico-Union", "slug": "pico-union"},
"resource_uri": "/1.0/boundary/pico-union-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.296908000000101, 34.052910999123988 ], [ -118.292708, 34.052910999123938 ], [ -118.291608000000124, 34.052510999123839 ], [ -118.28650800000014, 34.052510999123839 ], [ -118.282374000000104, 34.05279599912393 ], [ -118.281008, 34.052410999123985 ], [ -118.278608000000133, 34.051410999123888 ], [ -118.268507, 34.04681199912396 ], [ -118.271207000000146, 34.045111999123968 ], [ -118.272807, 34.04291199912408 ], [ -118.273601000000127, 34.041133999124071 ], [ -118.274007, 34.038411999124044 ], [ -118.274107000000114, 34.03541199912403 ], [ -118.279307000000117, 34.037811999124159 ], [ -118.284008000000156, 34.036911999124108 ], [ -118.291508, 34.036811999124069 ], [ -118.300408000000118, 34.037311999124093 ], [ -118.300408, 34.040010999124007 ], [ -118.300908000000106, 34.040110999124195 ], [ -118.300808, 34.043810999124034 ], [ -118.300308000000129, 34.043910999124108 ], [ -118.300408000000118, 34.045610999124037 ], [ -118.300008, 34.047410999123926 ], [ -118.300012000000152, 34.052907999124002 ], [ -118.296908000000101, 34.052910999123988 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "playa-del-rey",
"name": "Playa del Rey",
"slug": "playa-del-rey-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.75429310607, "type": "segment-of-a-city", "name": "Playa del Rey", "slug": "playa-del-rey"},
"resource_uri": "/1.0/boundary/playa-del-rey-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.42811, 33.968611999125066 ], [ -118.42561, 33.965511999124892 ], [ -118.42531, 33.965411999125102 ], [ -118.426958, 33.964907999124947 ], [ -118.43011, 33.966811999124943 ], [ -118.43261, 33.965911999124884 ], [ -118.438305000000113, 33.963450999125058 ], [ -118.438062, 33.963072999125203 ], [ -118.43758, 33.963048999125057 ], [ -118.43571, 33.963611999125064 ], [ -118.43441, 33.964211999124991 ], [ -118.432710000000156, 33.964611999125054 ], [ -118.43121, 33.963711999125081 ], [ -118.42901, 33.963711999125081 ], [ -118.42821, 33.962011999124975 ], [ -118.42851, 33.960511999125067 ], [ -118.431071, 33.960511999124968 ], [ -118.431026, 33.959695999125202 ], [ -118.432713, 33.959695999125202 ], [ -118.43281, 33.958611999125125 ], [ -118.43401, 33.958011999125006 ], [ -118.432971, 33.956854999125134 ], [ -118.431404, 33.956194999125174 ], [ -118.431882, 33.955521999125182 ], [ -118.431453, 33.955154999125149 ], [ -118.431119000000123, 33.954408999125093 ], [ -118.431059000000147, 33.952192999125046 ], [ -118.4312, 33.951604999125095 ], [ -118.431797, 33.950856999125143 ], [ -118.431347, 33.950241999125232 ], [ -118.433894, 33.949859999125223 ], [ -118.436049999999895, 33.949722999125264 ], [ -118.437731, 33.949156999125165 ], [ -118.436341, 33.946866999125263 ], [ -118.436057000000105, 33.945786999125197 ], [ -118.436014000000142, 33.944116999125256 ], [ -118.435465000000107, 33.942318999125199 ], [ -118.430182, 33.933281999125469 ], [ -118.429736, 33.932099999125334 ], [ -118.429710000000156, 33.930711999125464 ], [ -118.428763750342966, 33.930726999090218 ], [ -118.428754000000112, 33.927200999125674 ], [ -118.427667, 33.927202999125583 ], [ -118.42766, 33.92358199912556 ], [ -118.426574, 33.9235829991256 ], [ -118.426571000000123, 33.921768999125568 ], [ -118.424396, 33.921769999125701 ], [ -118.424391, 33.919957999125579 ], [ -118.422222, 33.919956999125709 ], [ -118.422221, 33.916328999125646 ], [ -118.429447, 33.916317999125695 ], [ -118.429815, 33.916726999125608 ], [ -118.430136474380319, 33.916763207088273 ], [ -118.432034976670352, 33.920831990710589 ], [ -118.434331020591401, 33.924707975488666 ], [ -118.436654001898887, 33.930073987073726 ], [ -118.436960993404099, 33.930402023412121 ], [ -118.437718975686067, 33.932160003558693 ], [ -118.43831801686494, 33.933087975481385 ], [ -118.440572023731463, 33.938102012230331 ], [ -118.441924996061886, 33.940367015022197 ], [ -118.442588013533822, 33.940689000970977 ], [ -118.445231981160603, 33.945958995504341 ], [ -118.448020000671178, 33.950305016633287 ], [ -118.4488220192668, 33.952145019017394 ], [ -118.450733994980908, 33.955248974087262 ], [ -118.4519410213925, 33.956610995695996 ], [ -118.453446989660762, 33.959009001834076 ], [ -118.454219019368978, 33.959767983745586 ], [ -118.45613299434207, 33.961192982017934 ], [ -118.457562990762298, 33.960624981968436 ], [ -118.457660007443593, 33.960738992352482 ], [ -118.4573950003807, 33.96087399495768 ], [ -118.457476022988914, 33.960954017936416 ], [ -118.458489016037916, 33.9612550116641 ], [ -118.460371002864449, 33.960367024924622 ], [ -118.460458023249927, 33.960484981214854 ], [ -118.451811, 33.964510999125011 ], [ -118.45351267244601, 33.96382303213128 ], [ -118.451662265804202, 33.964768609058353 ], [ -118.451300979363495, 33.964231007791788 ], [ -118.432278298336811, 33.975005062440815 ], [ -118.42811, 33.968611999125066 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "playa-vista",
"name": "Playa Vista",
"slug": "playa-vista-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 1.29929176452, "type": "segment-of-a-city", "name": "Playa Vista", "slug": "playa-vista"},
"resource_uri": "/1.0/boundary/playa-vista-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.40513300000012, 33.988338999124664 ], [ -118.404445382351284, 33.988335587358797 ], [ -118.401239, 33.986385999124813 ], [ -118.398761, 33.987956999124791 ], [ -118.395851, 33.984912999124759 ], [ -118.395678, 33.984365999124748 ], [ -118.395085, 33.983817999124888 ], [ -118.398463000000106, 33.983177999124827 ], [ -118.397817586353696, 33.982464723193651 ], [ -118.39814, 33.982312999124787 ], [ -118.399230000000131, 33.982795999124747 ], [ -118.401614, 33.982283999124753 ], [ -118.404488000000114, 33.977215999124951 ], [ -118.404769, 33.976954999124828 ], [ -118.411610000000138, 33.975295999124882 ], [ -118.41891, 33.972311999124891 ], [ -118.42281, 33.969911999124989 ], [ -118.42361, 33.966911999124882 ], [ -118.425610000000148, 33.965511999124942 ], [ -118.428110000000132, 33.968611999125017 ], [ -118.432211000000137, 33.974910999124859 ], [ -118.42831000000011, 33.977310999124697 ], [ -118.423110000000108, 33.980810999124834 ], [ -118.420615000000112, 33.981333999124708 ], [ -118.41801, 33.982490999124678 ], [ -118.413808, 33.985461999124752 ], [ -118.411045, 33.987191999124846 ], [ -118.408618, 33.988022999124681 ], [ -118.40513300000012, 33.988338999124664 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "pomona",
"name": "Pomona",
"slug": "pomona-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 22.9203858517, "type": "standalone-city", "name": "Pomona", "slug": "pomona"},
"resource_uri": "/1.0/boundary/pomona-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.748528, 34.111136999123318 ], [ -117.746568000000153, 34.11118799912331 ], [ -117.742081000000184, 34.110891999123254 ], [ -117.742104000000225, 34.108603999123325 ], [ -117.741321000000156, 34.108574999123334 ], [ -117.741192, 34.10819399912328 ], [ -117.73888700000019, 34.108349999123227 ], [ -117.739066000000165, 34.110824999123224 ], [ -117.738048000000134, 34.110887999123349 ], [ -117.737518000000208, 34.111223999123304 ], [ -117.736809, 34.111114999123274 ], [ -117.736794, 34.098857999123453 ], [ -117.732523000000171, 34.098728999123445 ], [ -117.731976000000216, 34.093985999123483 ], [ -117.731990000000195, 34.090278999123591 ], [ -117.727982000000154, 34.090358999123517 ], [ -117.72799700000013, 34.079409999123584 ], [ -117.711067000000185, 34.079535999123756 ], [ -117.716309000000152, 34.067660999123824 ], [ -117.717564000000237, 34.064222999123885 ], [ -117.719481000000172, 34.059730999123886 ], [ -117.723563000000155, 34.048484999124042 ], [ -117.72358700000018, 34.047961999124041 ], [ -117.724411000000188, 34.045447999124079 ], [ -117.724434000000215, 34.04486499912403 ], [ -117.726010000000315, 34.041127999124093 ], [ -117.727189000000124, 34.037410999124127 ], [ -117.728731, 34.030145999124329 ], [ -117.728657000000197, 34.029885999124303 ], [ -117.729286000000215, 34.026290999124299 ], [ -117.730489000000162, 34.021510999124366 ], [ -117.731889000000209, 34.020511999124409 ], [ -117.736389, 34.018510999124445 ], [ -117.740189000000285, 34.01931199912444 ], [ -117.75443900000019, 34.021475999124434 ], [ -117.767690000000215, 34.023810999124315 ], [ -117.767790000000105, 34.018610999124377 ], [ -117.780409000000176, 34.025889999124381 ], [ -117.785046000000222, 34.027621999124179 ], [ -117.786316000000184, 34.033361999124224 ], [ -117.79225000000018, 34.037037999124166 ], [ -117.79377000000018, 34.037406999124244 ], [ -117.79567, 34.03829199912412 ], [ -117.796982000000298, 34.039279999124091 ], [ -117.798119000000185, 34.040511999124107 ], [ -117.800389000000195, 34.041493999124064 ], [ -117.801744000000184, 34.042461999124157 ], [ -117.802253000000192, 34.041355999124015 ], [ -117.802308000000181, 34.040475999124212 ], [ -117.802047000000115, 34.040811999124109 ], [ -117.802127000000155, 34.04053499912412 ], [ -117.805521000000113, 34.036999999124212 ], [ -117.807610000000153, 34.034143999124161 ], [ -117.809651000000159, 34.030867999124233 ], [ -117.817717000000215, 34.034820999124221 ], [ -117.821948000000162, 34.030478999124298 ], [ -117.824268000000188, 34.032568999124308 ], [ -117.825040000000214, 34.031564999124214 ], [ -117.825278000000168, 34.03169599912416 ], [ -117.824789000000195, 34.032471999124262 ], [ -117.825209000000143, 34.032990999124287 ], [ -117.825091000000114, 34.033036999124377 ], [ -117.825154000000211, 34.033217999124268 ], [ -117.825525000000184, 34.033225999124284 ], [ -117.824970000000192, 34.034298999124267 ], [ -117.824674000000229, 34.036614999124282 ], [ -117.827668000000202, 34.036703999124207 ], [ -117.828817, 34.037100999124185 ], [ -117.827893000000273, 34.038914999124131 ], [ -117.82092500000013, 34.049495999124048 ], [ -117.820671000000189, 34.05048799912403 ], [ -117.820780000000113, 34.051781999124032 ], [ -117.816622000000223, 34.050231999124009 ], [ -117.81571500000021, 34.052574999124076 ], [ -117.821003, 34.055161999123989 ], [ -117.812348000000156, 34.061274999123881 ], [ -117.807881000000208, 34.058440999123988 ], [ -117.805108000000203, 34.059094999123921 ], [ -117.806892000000161, 34.062753999123849 ], [ -117.810935000000114, 34.063566999123836 ], [ -117.811527000000197, 34.063516999123799 ], [ -117.811911000000137, 34.063216999123874 ], [ -117.812219000000141, 34.063383999123857 ], [ -117.81366, 34.063468999123913 ], [ -117.819089000000176, 34.063169999123986 ], [ -117.81911000000018, 34.063564999123919 ], [ -117.812164000000294, 34.063769999123799 ], [ -117.80983700000013, 34.064094999123867 ], [ -117.807843, 34.064633999123878 ], [ -117.806645000000174, 34.064788999123813 ], [ -117.806930000000136, 34.065143999123841 ], [ -117.803154000000163, 34.066869999123838 ], [ -117.802356000000216, 34.067719999123796 ], [ -117.800972000000243, 34.068209999123802 ], [ -117.799416000000122, 34.068343999123826 ], [ -117.798970000000182, 34.068813999123833 ], [ -117.797887000000188, 34.069442999123815 ], [ -117.797977000000174, 34.069608999123815 ], [ -117.797300000000178, 34.069916999123755 ], [ -117.79712200000013, 34.069711999123761 ], [ -117.796132000000185, 34.070084999123814 ], [ -117.796007000000145, 34.06987799912379 ], [ -117.795239000000166, 34.070222999123743 ], [ -117.795190000000147, 34.070606999123818 ], [ -117.794468000000194, 34.070854999123796 ], [ -117.794275000000198, 34.071402999123734 ], [ -117.793633000000256, 34.071205999123741 ], [ -117.792365000000203, 34.071985999123768 ], [ -117.79138900000018, 34.072116999123772 ], [ -117.788307, 34.073115999123758 ], [ -117.784721000000204, 34.07582499912381 ], [ -117.781143000000156, 34.077064999123678 ], [ -117.780548000000138, 34.077575999123631 ], [ -117.779640000000143, 34.079047999123652 ], [ -117.783646000000161, 34.080931999123678 ], [ -117.783091000000155, 34.081608999123631 ], [ -117.780991000000213, 34.08340899912357 ], [ -117.782091000000136, 34.084824999123569 ], [ -117.784331000000137, 34.084856999123588 ], [ -117.785387000000114, 34.085384999123598 ], [ -117.786411000000115, 34.087883999123605 ], [ -117.785775000000285, 34.087899999123621 ], [ -117.785064, 34.087610999123541 ], [ -117.784823000000173, 34.087923999123376 ], [ -117.783979000000173, 34.087944999123586 ], [ -117.783686, 34.088976999123595 ], [ -117.780227000000124, 34.088047999123567 ], [ -117.776810000000168, 34.086165999123601 ], [ -117.771118000000158, 34.093890999123573 ], [ -117.770241000000183, 34.095126999123437 ], [ -117.769925000000143, 34.095847999123514 ], [ -117.766588000000183, 34.093809999123501 ], [ -117.764786, 34.090711999123414 ], [ -117.764266000000163, 34.089416999123564 ], [ -117.762103, 34.092760999123456 ], [ -117.758545000000197, 34.09040499912345 ], [ -117.757484000000275, 34.090049999123593 ], [ -117.756134000000102, 34.089965999123521 ], [ -117.756119000000211, 34.097922999123483 ], [ -117.756882000000275, 34.098124999123385 ], [ -117.756233, 34.098948999123522 ], [ -117.756104, 34.09939999912342 ], [ -117.756199000000151, 34.105661999123292 ], [ -117.756087000000164, 34.110270999123244 ], [ -117.751032000000208, 34.108648999123325 ], [ -117.750704000000127, 34.109285999123273 ], [ -117.750713000000161, 34.110894999123275 ], [ -117.749638000000132, 34.110739999123318 ], [ -117.749747000000184, 34.111289999123215 ], [ -117.749913000000149, 34.111388999123257 ], [ -117.749947000000233, 34.112935999123273 ], [ -117.748550000000108, 34.112853999123232 ], [ -117.748528, 34.111136999123318 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "porter-ranch",
"name": "Porter Ranch",
"slug": "porter-ranch-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.58616965872, "type": "segment-of-a-city", "name": "Porter Ranch", "slug": "porter-ranch"},
"resource_uri": "/1.0/boundary/porter-ranch-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.554363729201356, 34.296541394432126 ], [ -118.554034000104892, 34.296413999319782 ], [ -118.549803999812269, 34.296966999224338 ], [ -118.54670100003608, 34.29786699922969 ], [ -118.540945239647073, 34.298793638707807 ], [ -118.539019, 34.29570099912101 ], [ -118.534819000000141, 34.292000999120994 ], [ -118.533619000000101, 34.290300999121072 ], [ -118.530119000000113, 34.286500999121053 ], [ -118.528819000000112, 34.286000999121185 ], [ -118.528419, 34.284600999121146 ], [ -118.527619000000101, 34.283300999121224 ], [ -118.528019, 34.282100999121091 ], [ -118.527519, 34.281300999121122 ], [ -118.527519, 34.279300999121261 ], [ -118.526363, 34.276739999121176 ], [ -118.526662, 34.27478399912124 ], [ -118.526447000000118, 34.273153999121256 ], [ -118.527008000000123, 34.272075999121213 ], [ -118.526519, 34.272101999121269 ], [ -118.526103, 34.271857999121259 ], [ -118.525495, 34.271297999121195 ], [ -118.524983000000148, 34.270353999121347 ], [ -118.525143000000128, 34.269665999121251 ], [ -118.525863000000143, 34.268865999121346 ], [ -118.526631, 34.268369999121319 ], [ -118.527511000000132, 34.266113999121352 ], [ -118.527719, 34.264961999121269 ], [ -118.52831900000011, 34.2645019991213 ], [ -118.529456000000209, 34.260945999121375 ], [ -118.528963, 34.260054999121387 ], [ -118.529393, 34.257189999121472 ], [ -118.558720000000122, 34.257201999121541 ], [ -118.55782, 34.259001999121523 ], [ -118.55852, 34.263201999121343 ], [ -118.55672, 34.26550199912127 ], [ -118.55672, 34.266201999121392 ], [ -118.556957000000168, 34.266441999121277 ], [ -118.556702, 34.266974999121217 ], [ -118.556651, 34.271213999121343 ], [ -118.557959, 34.273449999121155 ], [ -118.559484, 34.274034999121348 ], [ -118.55982, 34.274501999121199 ], [ -118.569535, 34.275454999121216 ], [ -118.569577, 34.279999999121138 ], [ -118.570332000000164, 34.286988999120993 ], [ -118.572476, 34.294676999121037 ], [ -118.570157022297877, 34.295735689951833 ], [ -118.570145999903545, 34.295354999160708 ], [ -118.56870800014697, 34.294638999303956 ], [ -118.567740999859893, 34.295073999266116 ], [ -118.567420000266523, 34.294952999182165 ], [ -118.566367000083076, 34.295426998937195 ], [ -118.566087000040341, 34.295817999216773 ], [ -118.564466999860528, 34.296887999211023 ], [ -118.56354999988973, 34.297846999126122 ], [ -118.562095999876178, 34.298789999122597 ], [ -118.559766999970464, 34.299191999327405 ], [ -118.557390999935066, 34.299242999282036 ], [ -118.554792000080383, 34.297123999254225 ], [ -118.554363729201356, 34.296541394432126 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "quartz-hill",
"name": "Quartz Hill",
"slug": "quartz-hill-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.77877433414, "type": "unincorporated-area", "name": "Quartz Hill", "slug": "quartz-hill"},
"resource_uri": "/1.0/boundary/quartz-hill-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.207029265152173, 34.678041493956059 ], [ -118.207026690865192, 34.677545577199496 ], [ -118.205849491731627, 34.677557094363564 ], [ -118.205827405704937, 34.674801949631188 ], [ -118.203546000000316, 34.674770999116731 ], [ -118.203533000000263, 34.673226999116679 ], [ -118.202404000000229, 34.673115999116646 ], [ -118.20238200000027, 34.671176999116668 ], [ -118.201347000000297, 34.671177999116665 ], [ -118.201382296692714, 34.66838568530823 ], [ -118.20247969987868, 34.668393195311509 ], [ -118.202464597046657, 34.66663034433607 ], [ -118.201389000000262, 34.666735999116661 ], [ -118.201353167529319, 34.664722747844046 ], [ -118.202410000000199, 34.664692999116802 ], [ -118.202316000000138, 34.663792999116751 ], [ -118.205682364498074, 34.663847705584367 ], [ -118.205707032042525, 34.66019541979157 ], [ -118.201338765122699, 34.660174329795488 ], [ -118.201270198979003, 34.650428772208421 ], [ -118.201083000000295, 34.645822999116938 ], [ -118.201239643393308, 34.645818414752398 ], [ -118.201238805181461, 34.645592031276735 ], [ -118.202334240341287, 34.64559457446456 ], [ -118.202334638367986, 34.64578636003732 ], [ -118.202586000000295, 34.645778999116928 ], [ -118.202649434804343, 34.646510209559722 ], [ -118.203433226668864, 34.64651889049307 ], [ -118.203432997264926, 34.645598486043383 ], [ -118.20735000000019, 34.645563999117023 ], [ -118.209248955176534, 34.64447501852375 ], [ -118.209975949771831, 34.644296009851686 ], [ -118.210010825401696, 34.630937372260028 ], [ -118.223189959406298, 34.630856559162524 ], [ -118.223005864861349, 34.638224110019799 ], [ -118.236190149475718, 34.638192590629458 ], [ -118.236114044957688, 34.649241178530289 ], [ -118.23170864850448, 34.649243340938568 ], [ -118.231554000000145, 34.648213999116912 ], [ -118.23156200000021, 34.645629999116927 ], [ -118.227269000000277, 34.645608999116959 ], [ -118.227332828382075, 34.649239798166306 ], [ -118.228405596156435, 34.64923919673204 ], [ -118.228423570250229, 34.650045593609278 ], [ -118.22948500000021, 34.650039999116906 ], [ -118.229524786812419, 34.650291932480037 ], [ -118.231734125397182, 34.650287545425726 ], [ -118.231793143716573, 34.652903178237196 ], [ -118.227417166462317, 34.652912308918616 ], [ -118.227624000000233, 34.660217999116703 ], [ -118.223213297488869, 34.660245587422693 ], [ -118.22326017980653, 34.674873380912217 ], [ -118.218875744267166, 34.67491941047669 ], [ -118.218840000000256, 34.667602999116731 ], [ -118.214532000000148, 34.667565999116682 ], [ -118.214606000000231, 34.669448999116682 ], [ -118.210176442096127, 34.669374028523769 ], [ -118.210195592771782, 34.671189813211257 ], [ -118.211268031753193, 34.671196374810229 ], [ -118.211311863569435, 34.674842036043593 ], [ -118.21021573369363, 34.674834043532528 ], [ -118.21024844222012, 34.678899741508026 ], [ -118.208052352415422, 34.678884630819745 ], [ -118.20804529230935, 34.678049399811385 ], [ -118.207029265152173, 34.678041493956059 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "ramona",
"name": "Ramona",
"slug": "ramona-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.6125750528, "type": "unincorporated-area", "name": "Ramona", "slug": "ramona"},
"resource_uri": "/1.0/boundary/ramona-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.851928426688659, 34.080682429107604 ], [ -117.852293000000216, 34.080408999123662 ], [ -117.852593000000283, 34.07900899912368 ], [ -117.85141500000033, 34.077994999123732 ], [ -117.852191000000275, 34.076806999123718 ], [ -117.851263000000245, 34.07660399912379 ], [ -117.850793000000166, 34.077308999123751 ], [ -117.846810000000218, 34.07520999912375 ], [ -117.847574000000321, 34.074554999123812 ], [ -117.846514000000241, 34.073132999123779 ], [ -117.846705000000341, 34.07256699912385 ], [ -117.845201000000245, 34.072684999123837 ], [ -117.843100000000305, 34.072335999123808 ], [ -117.842049000000273, 34.071990999123763 ], [ -117.840055000000149, 34.072160999123852 ], [ -117.838478000000251, 34.071666999123813 ], [ -117.836790000000292, 34.070013999123802 ], [ -117.835908000000217, 34.070271999123889 ], [ -117.83501000000031, 34.070230999123865 ], [ -117.834521000000251, 34.069406999123771 ], [ -117.834083000000334, 34.069087999123866 ], [ -117.834013000000382, 34.06712199912387 ], [ -117.831745000000296, 34.066354999123924 ], [ -117.829155000000227, 34.064856999123897 ], [ -117.827260000000294, 34.064187999123909 ], [ -117.823422000000178, 34.06377299912392 ], [ -117.819110000000279, 34.063564999123933 ], [ -117.819089000000275, 34.063169999124021 ], [ -117.813660000000155, 34.063468999123927 ], [ -117.812219000000212, 34.0633839991239 ], [ -117.811911000000237, 34.063216999123931 ], [ -117.811527000000297, 34.063516999123877 ], [ -117.810935000000228, 34.063566999123893 ], [ -117.806892000000289, 34.062753999123899 ], [ -117.805108000000288, 34.059094999123957 ], [ -117.807881000000307, 34.058440999123995 ], [ -117.812348000000256, 34.06127499912391 ], [ -117.820831000000268, 34.055331999123979 ], [ -117.821003000000132, 34.05516199912401 ], [ -117.815715000000296, 34.05257499912409 ], [ -117.816622000000294, 34.050231999124058 ], [ -117.820780000000241, 34.05178199912406 ], [ -117.820671000000274, 34.050487999124051 ], [ -117.82092500000023, 34.049495999124098 ], [ -117.827893000000387, 34.03891499912416 ], [ -117.828893000000335, 34.041709999124159 ], [ -117.834193000000255, 34.040710999124201 ], [ -117.834298000000231, 34.051355999124056 ], [ -117.834109000000197, 34.054617999123998 ], [ -117.829021000000338, 34.056953999124012 ], [ -117.829693000000191, 34.058109999123907 ], [ -117.824908000000278, 34.060553999123947 ], [ -117.826076000000327, 34.062809999123935 ], [ -117.832998000000259, 34.06026299912385 ], [ -117.834940000000202, 34.058463999123994 ], [ -117.840850000000287, 34.057188999123959 ], [ -117.84380800000028, 34.058402999123928 ], [ -117.842672000000263, 34.059497999123934 ], [ -117.843473000000287, 34.060332999123979 ], [ -117.845444000000185, 34.063495999123937 ], [ -117.848030000000307, 34.062423999123979 ], [ -117.845308000000259, 34.061053999123978 ], [ -117.846037000000237, 34.06112199912392 ], [ -117.846346000000267, 34.060717999123973 ], [ -117.848604000000236, 34.061020999123997 ], [ -117.850774000000328, 34.060258999123889 ], [ -117.850736000000381, 34.059888999123928 ], [ -117.849568000000261, 34.060037999123999 ], [ -117.849626000000256, 34.059655999123947 ], [ -117.848854000000259, 34.059627999123911 ], [ -117.848806000000295, 34.059181999123979 ], [ -117.850147000000291, 34.059229999123964 ], [ -117.849742000000262, 34.058484999123991 ], [ -117.84951600000015, 34.058367999123995 ], [ -117.850257000000283, 34.058361999123981 ], [ -117.850398000000254, 34.058589999123932 ], [ -117.85134400000031, 34.058704999124004 ], [ -117.851102000000239, 34.059193999124005 ], [ -117.851295000000221, 34.059604999123998 ], [ -117.852058000000284, 34.059542999123877 ], [ -117.851855000000327, 34.059121999124024 ], [ -117.852196000000276, 34.059003999123995 ], [ -117.851973000000299, 34.058875999123941 ], [ -117.852594000000238, 34.05834399912392 ], [ -117.852608000000245, 34.058577999123919 ], [ -117.853208000000222, 34.058308999123966 ], [ -117.853314000000211, 34.058408999124012 ], [ -117.853476000000427, 34.058279999124011 ], [ -117.853314000000211, 34.058098999123985 ], [ -117.85352600000023, 34.05792899912398 ], [ -117.853787000000196, 34.057840999124075 ], [ -117.853907000000262, 34.058121999123955 ], [ -117.854281000000213, 34.058278999124006 ], [ -117.85496500000022, 34.058083999124008 ], [ -117.852951000000203, 34.053241999123948 ], [ -117.86173200000016, 34.053089999124019 ], [ -117.862673000000242, 34.051914999124129 ], [ -117.863405000000284, 34.052334999123993 ], [ -117.864223000000266, 34.053093999124037 ], [ -117.86609400000026, 34.055983999124003 ], [ -117.866986000000196, 34.055701999124032 ], [ -117.868897000000302, 34.055666999123993 ], [ -117.868976000000259, 34.056697999123976 ], [ -117.870445000000288, 34.05665999912393 ], [ -117.871136000000277, 34.056836999123945 ], [ -117.870478000000276, 34.058124999123947 ], [ -117.870600000000238, 34.059925999123976 ], [ -117.868939000000424, 34.059622999123953 ], [ -117.868994000000228, 34.059128999123942 ], [ -117.868852000000302, 34.059113999123973 ], [ -117.868916000000297, 34.060174999123959 ], [ -117.86837300000029, 34.061815999123937 ], [ -117.868256000000187, 34.06307599912391 ], [ -117.868558000000306, 34.063925999123896 ], [ -117.870482000000308, 34.067041999123994 ], [ -117.871761000000276, 34.068437999123944 ], [ -117.870292000000219, 34.068551999123841 ], [ -117.870191000000275, 34.068339999123801 ], [ -117.864990000000191, 34.069113999123715 ], [ -117.863824000000292, 34.067182999123837 ], [ -117.861334000000241, 34.06749799912388 ], [ -117.861237000000315, 34.067687999123955 ], [ -117.861186000000217, 34.066329999123894 ], [ -117.860233000000164, 34.06598799912382 ], [ -117.859188000000131, 34.066154999123896 ], [ -117.858261000000283, 34.065924999123851 ], [ -117.858704000000202, 34.068640999123787 ], [ -117.857119000000296, 34.067955999123832 ], [ -117.855347000000208, 34.068130999123824 ], [ -117.855757000000324, 34.068832999123842 ], [ -117.856359000000211, 34.06871799912382 ], [ -117.857119000000296, 34.06892899912387 ], [ -117.858132000000253, 34.070035999123789 ], [ -117.85834600000031, 34.070969999123768 ], [ -117.858242000000331, 34.071651999123816 ], [ -117.858357000000225, 34.07243499912385 ], [ -117.859251000000299, 34.072115999123824 ], [ -117.859379000000231, 34.0740899991238 ], [ -117.858221000000228, 34.074112999123706 ], [ -117.858340000000211, 34.074619999123748 ], [ -117.858948000000282, 34.074559999123771 ], [ -117.859136000000277, 34.075481999123781 ], [ -117.859668000000241, 34.075142999123791 ], [ -117.860160000000363, 34.075495999123753 ], [ -117.859906000000223, 34.075810999123803 ], [ -117.860614000000297, 34.076316999123712 ], [ -117.860193000000294, 34.076541999123876 ], [ -117.860013000000208, 34.078551999123725 ], [ -117.86030600000025, 34.078563999123723 ], [ -117.860628934781303, 34.078815778783607 ], [ -117.860478500820406, 34.078918963284011 ], [ -117.860090937573503, 34.078684011968122 ], [ -117.858691552969574, 34.079123085731737 ], [ -117.859082548865942, 34.079477001425602 ], [ -117.858833786076374, 34.079963113041991 ], [ -117.859195639170864, 34.080220223868672 ], [ -117.859018000000347, 34.080549999123718 ], [ -117.856668000000198, 34.080430999123806 ], [ -117.856517000000309, 34.081549999123666 ], [ -117.856861000000166, 34.082220999123635 ], [ -117.852288000000271, 34.082105999123677 ], [ -117.851647000000256, 34.081052999123798 ], [ -117.851928426688659, 34.080682429107604 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "rancho-dominguez",
"name": "Rancho Dominguez",
"slug": "rancho-dominguez-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.6664275612, "type": "unincorporated-area", "name": "Rancho Dominguez", "slug": "rancho-dominguez"},
"resource_uri": "/1.0/boundary/rancho-dominguez-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.207079000000263, 33.873038999126294 ], [ -118.203542000000255, 33.861068999126452 ], [ -118.203492000000253, 33.860408999126328 ], [ -118.200981000000255, 33.860093999126455 ], [ -118.202973000000142, 33.857174999126485 ], [ -118.203988000000308, 33.855145999126457 ], [ -118.204831000000254, 33.852536999126485 ], [ -118.205273000000233, 33.849449999126577 ], [ -118.205862000000238, 33.84850199912659 ], [ -118.206798000000276, 33.848402999126506 ], [ -118.206791000000223, 33.846567999126535 ], [ -118.233891000000284, 33.846635999126548 ], [ -118.235602000000227, 33.867341999126339 ], [ -118.234120000000345, 33.867400999126346 ], [ -118.234127000000171, 33.866641999126365 ], [ -118.232386000000233, 33.866667999126371 ], [ -118.232372000000211, 33.865565999126304 ], [ -118.2317120000004, 33.864879999126373 ], [ -118.230942000000297, 33.8646919991264 ], [ -118.230847000000225, 33.863407999126402 ], [ -118.229438000000258, 33.863085999126405 ], [ -118.226808000000233, 33.863137999126351 ], [ -118.226384000000238, 33.864290999126382 ], [ -118.22578400000026, 33.868151999126283 ], [ -118.218625000000245, 33.868172999126372 ], [ -118.218658000000175, 33.869247999126273 ], [ -118.215095000000318, 33.869326999126308 ], [ -118.215498000000224, 33.871675999126225 ], [ -118.216166000000271, 33.872603999126355 ], [ -118.215458000000268, 33.872952999126255 ], [ -118.207092000000245, 33.873183999126283 ], [ -118.207079000000263, 33.873038999126294 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "rancho-palos-verdes",
"name": "Rancho Palos Verdes",
"slug": "rancho-palos-verdes-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 13.3940478696, "type": "standalone-city", "name": "Rancho Palos Verdes", "slug": "rancho-palos-verdes"},
"resource_uri": "/1.0/boundary/rancho-palos-verdes-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.368815000000183, 33.795469999127135 ], [ -118.368453000000116, 33.794421999127167 ], [ -118.367506000000162, 33.794415999127231 ], [ -118.367602000000161, 33.793471999127163 ], [ -118.368734000000188, 33.792656999127175 ], [ -118.367912, 33.791457999127196 ], [ -118.368746000000229, 33.791079999127277 ], [ -118.369785000000192, 33.789667999127246 ], [ -118.371296000000186, 33.788539999127259 ], [ -118.372002000000151, 33.78774899912726 ], [ -118.372602000000114, 33.785513999127353 ], [ -118.370592000000187, 33.785506999127314 ], [ -118.368881000000215, 33.78500199912736 ], [ -118.367946000000146, 33.784378999127348 ], [ -118.365507000000207, 33.78562799912725 ], [ -118.364262000000195, 33.781235999127354 ], [ -118.363253000000171, 33.779359999127458 ], [ -118.363336000000146, 33.778659999127434 ], [ -118.363940000000213, 33.778843999127368 ], [ -118.364335000000196, 33.777956999127419 ], [ -118.363719000000202, 33.777724999127415 ], [ -118.363087000000149, 33.777097999127406 ], [ -118.362709000000152, 33.775437999127355 ], [ -118.361083000000164, 33.773773999127549 ], [ -118.36103100000031, 33.773428999127532 ], [ -118.361565000000155, 33.772523999127479 ], [ -118.363137000000194, 33.771325999127484 ], [ -118.364496000000145, 33.76903199912752 ], [ -118.3655210000002, 33.769713999127525 ], [ -118.365469000000203, 33.771335999127523 ], [ -118.368139000000198, 33.771551999127411 ], [ -118.371250000000188, 33.772792999127411 ], [ -118.371916, 33.772182999127473 ], [ -118.373296000000238, 33.773075999127492 ], [ -118.374326000000167, 33.77396199912738 ], [ -118.375053000000193, 33.775323999127444 ], [ -118.374888000000198, 33.776577999127383 ], [ -118.372803000000118, 33.777189999127373 ], [ -118.371410000000182, 33.778243999127355 ], [ -118.370724000000166, 33.778907999127341 ], [ -118.370096000000203, 33.779824999127385 ], [ -118.369652000000201, 33.781072999127382 ], [ -118.372049000000189, 33.782735999127368 ], [ -118.372919000000167, 33.784290999127265 ], [ -118.374644000000146, 33.777805999127317 ], [ -118.378280000000174, 33.776707999127382 ], [ -118.378934000000186, 33.777191999127375 ], [ -118.380993000000245, 33.775850999127371 ], [ -118.381330000000219, 33.775305999127397 ], [ -118.38153500000017, 33.775452999127296 ], [ -118.382598000000243, 33.774661999127396 ], [ -118.382985000000176, 33.774717999127468 ], [ -118.383791000000159, 33.774468999127421 ], [ -118.383622, 33.773095999127491 ], [ -118.381491000000167, 33.773271999127445 ], [ -118.381227000000152, 33.771870999127479 ], [ -118.381233000000165, 33.770902999127507 ], [ -118.380829000000233, 33.769504999127491 ], [ -118.386904000000271, 33.768300999127618 ], [ -118.387786000000148, 33.766955999127568 ], [ -118.389016000000126, 33.765748999127567 ], [ -118.389715, 33.765317999127596 ], [ -118.390553000000196, 33.765044999127618 ], [ -118.390810000000201, 33.765435999127639 ], [ -118.391248000000203, 33.764140999127704 ], [ -118.393344000000198, 33.76099699912762 ], [ -118.390921000000205, 33.759633999127622 ], [ -118.389576000000176, 33.757577999127633 ], [ -118.389090000000195, 33.757248999127697 ], [ -118.388383000000118, 33.757077999127695 ], [ -118.387393000000145, 33.757223999127753 ], [ -118.3849680000002, 33.758597999127545 ], [ -118.383976000000175, 33.758969999127622 ], [ -118.37871000000024, 33.759284999127672 ], [ -118.378994000000304, 33.761624999127577 ], [ -118.378596000000201, 33.761660999127464 ], [ -118.378890000000212, 33.763660999127538 ], [ -118.379647, 33.766675999127578 ], [ -118.380345000000176, 33.768327999127536 ], [ -118.38070500000029, 33.768800999127535 ], [ -118.378361000000112, 33.769319999127596 ], [ -118.377135, 33.769827999127315 ], [ -118.376731000000305, 33.77071399912753 ], [ -118.375217000000148, 33.771594999127444 ], [ -118.371302000000156, 33.769186999127506 ], [ -118.370550000000122, 33.768179999127561 ], [ -118.369501, 33.768323999127503 ], [ -118.367274000000236, 33.767645999127495 ], [ -118.364926000000139, 33.768176999127526 ], [ -118.365692000000124, 33.767027999127571 ], [ -118.365219000000252, 33.76513099912755 ], [ -118.365643000000176, 33.762408999127622 ], [ -118.365984000000225, 33.762687999127635 ], [ -118.366683000000222, 33.761924999127643 ], [ -118.366194, 33.761368999127633 ], [ -118.365715, 33.76161799912763 ], [ -118.36563400000027, 33.761522999127628 ], [ -118.365542000000133, 33.760269999127594 ], [ -118.364315000000175, 33.759983999127677 ], [ -118.364337000000177, 33.75979699912763 ], [ -118.355205000000197, 33.755916999127621 ], [ -118.355865000000264, 33.75540899912771 ], [ -118.355762000000198, 33.754810999127734 ], [ -118.354505000000131, 33.753816999127771 ], [ -118.355401000000114, 33.753376999127738 ], [ -118.354505000000131, 33.751516999127716 ], [ -118.353205000000131, 33.750716999127746 ], [ -118.356169000000179, 33.748592999127801 ], [ -118.356811000000192, 33.747101999127814 ], [ -118.357406000000211, 33.746199999127931 ], [ -118.358662, 33.745120999127877 ], [ -118.357105000000104, 33.742817999127837 ], [ -118.355534000000205, 33.742503999127877 ], [ -118.352990000000119, 33.745080999127751 ], [ -118.350150000000184, 33.742870999127852 ], [ -118.347376, 33.742527999127844 ], [ -118.346005000000133, 33.742116999127795 ], [ -118.344505000000154, 33.744716999127789 ], [ -118.340105000000165, 33.74261699912779 ], [ -118.339970000000136, 33.74284199912789 ], [ -118.339419000000149, 33.743094999127742 ], [ -118.339419000000149, 33.744507999127855 ], [ -118.338856000000135, 33.744697999127737 ], [ -118.338398000000183, 33.745507999127817 ], [ -118.338208000000165, 33.747620999127776 ], [ -118.336633000000148, 33.747826999127724 ], [ -118.336068000000239, 33.748050999127756 ], [ -118.333766000000139, 33.750541999127748 ], [ -118.330999000000162, 33.751488999127695 ], [ -118.330080000000166, 33.751060999127688 ], [ -118.329570000000189, 33.751464999127755 ], [ -118.330626000000137, 33.754791999127761 ], [ -118.33116000000021, 33.755690999127729 ], [ -118.33110900000014, 33.757103999127722 ], [ -118.332153000000119, 33.758267999127639 ], [ -118.330102, 33.759069999127632 ], [ -118.330258000000185, 33.759774999127544 ], [ -118.336252000000144, 33.761472999127683 ], [ -118.33647800000017, 33.76118999912751 ], [ -118.337782000000288, 33.763099999127576 ], [ -118.337527000000122, 33.763216999127664 ], [ -118.3376540000002, 33.763429999127659 ], [ -118.337305000000271, 33.763616999127571 ], [ -118.337911000000148, 33.764756999127577 ], [ -118.338055000000125, 33.765750999127405 ], [ -118.337776, 33.76656799912756 ], [ -118.337315000000146, 33.767119999127452 ], [ -118.336412000000138, 33.766535999127584 ], [ -118.33602500000012, 33.766670999127484 ], [ -118.335755000000162, 33.766234999127533 ], [ -118.334670000000145, 33.766491999127588 ], [ -118.333405000000184, 33.767016999127527 ], [ -118.33304200000012, 33.768256999127573 ], [ -118.332356000000232, 33.768916999127555 ], [ -118.331527000000222, 33.769350999127596 ], [ -118.330814000000146, 33.768638999127553 ], [ -118.331525000000227, 33.76816099912746 ], [ -118.331714000000147, 33.766818999127551 ], [ -118.330000000000155, 33.767395999127558 ], [ -118.328064000000211, 33.767701999127539 ], [ -118.326998000000145, 33.767048999127496 ], [ -118.326647, 33.767864999127511 ], [ -118.326218000000111, 33.767758999127558 ], [ -118.326161000000113, 33.767986999127494 ], [ -118.325773000000183, 33.767982999127632 ], [ -118.325636000000173, 33.768225999127495 ], [ -118.324121000000162, 33.768109999127546 ], [ -118.323276000000135, 33.768470999127516 ], [ -118.322454000000135, 33.766511999127488 ], [ -118.321546, 33.765687999127529 ], [ -118.321549000000175, 33.765352999127508 ], [ -118.321705000000208, 33.765202999127602 ], [ -118.322205000000181, 33.765161999127571 ], [ -118.318600000000117, 33.764974999127546 ], [ -118.318508000000136, 33.768646999127611 ], [ -118.31830500000018, 33.770116999127467 ], [ -118.318307000000132, 33.775217999127349 ], [ -118.316446, 33.775250999127366 ], [ -118.316575000000299, 33.775644999127394 ], [ -118.312948000000233, 33.77582999912746 ], [ -118.313244000000182, 33.776287999127447 ], [ -118.314103000000173, 33.77615799912742 ], [ -118.31326800000015, 33.776556999127443 ], [ -118.312763000000189, 33.776517999127407 ], [ -118.310935000000214, 33.777290999127381 ], [ -118.309911000000213, 33.776278999127484 ], [ -118.309135000000197, 33.776485999127452 ], [ -118.308697000000194, 33.773821999127485 ], [ -118.308751, 33.772683999127558 ], [ -118.311606000000197, 33.763050999127621 ], [ -118.309035000000208, 33.762677999127597 ], [ -118.309038000000143, 33.760514999127615 ], [ -118.30187800000013, 33.760510999127618 ], [ -118.301000000000201, 33.75772099912767 ], [ -118.309087000000133, 33.757727999127511 ], [ -118.309089000000142, 33.757127999127626 ], [ -118.30973400000012, 33.756151999127695 ], [ -118.309, 33.754651999127709 ], [ -118.308837000000139, 33.753758999127697 ], [ -118.308866000000123, 33.752131999127776 ], [ -118.309614, 33.746790999127747 ], [ -118.311107000000135, 33.746798999127734 ], [ -118.311103, 33.747293999127734 ], [ -118.312174000000212, 33.747301999127764 ], [ -118.312176000000164, 33.74680499912791 ], [ -118.318449000000157, 33.746841999127824 ], [ -118.318477000000115, 33.74261699912779 ], [ -118.319607000000175, 33.742629999127843 ], [ -118.32002900000019, 33.741491999127845 ], [ -118.319841000000167, 33.741001999127839 ], [ -118.319012000000143, 33.740534999127853 ], [ -118.318876000000174, 33.740314999127889 ], [ -118.318680000000157, 33.739248999127788 ], [ -118.318751, 33.738366999127926 ], [ -118.318500000000128, 33.737632999127868 ], [ -118.318505000000101, 33.736338999127945 ], [ -118.318924000000152, 33.73659799912798 ], [ -118.320050000000151, 33.736121999128038 ], [ -118.319985000000258, 33.735829999127894 ], [ -118.320373000000231, 33.735769999127939 ], [ -118.3203010000001, 33.735445999128054 ], [ -118.319913000000142, 33.73550599912793 ], [ -118.318737000000226, 33.735180999127977 ], [ -118.318510000000188, 33.735250999127878 ], [ -118.318531000000178, 33.731986999128047 ], [ -118.31982300000017, 33.731989999127954 ], [ -118.320125000000218, 33.731425999127985 ], [ -118.320908000000131, 33.731055999127953 ], [ -118.321010000000157, 33.729396999127935 ], [ -118.328472, 33.72942199912805 ], [ -118.333017806821687, 33.721927852189424 ], [ -118.335477020085293, 33.722550991503084 ], [ -118.337252993564391, 33.723649005678453 ], [ -118.340076999739679, 33.724231000542311 ], [ -118.341771003593152, 33.725624010668028 ], [ -118.343056001112032, 33.726153025164095 ], [ -118.344647990136295, 33.726200007754358 ], [ -118.34700501146159, 33.726662994086198 ], [ -118.348393023439471, 33.727104988196686 ], [ -118.350003005795998, 33.726853975947947 ], [ -118.351459992214899, 33.727156021917473 ], [ -118.352182987461674, 33.727800993444795 ], [ -118.352548010094594, 33.7287150231654 ], [ -118.353001000130462, 33.729264977270681 ], [ -118.354683008429049, 33.730714019264852 ], [ -118.355725990365514, 33.732465002004496 ], [ -118.357065020493891, 33.73413501474775 ], [ -118.357976998343176, 33.734487989213704 ], [ -118.358416993194709, 33.734979017785811 ], [ -118.358679001368756, 33.735022001857793 ], [ -118.360885026015509, 33.736651976805945 ], [ -118.363368000667961, 33.737892990623543 ], [ -118.365935996446723, 33.738232022887281 ], [ -118.367863019216358, 33.737843009144349 ], [ -118.368399978137063, 33.737563007637874 ], [ -118.368740010030535, 33.736468991980672 ], [ -118.369397976742476, 33.73635698085566 ], [ -118.369613002326432, 33.736409014205918 ], [ -118.369619999733416, 33.737399015774585 ], [ -118.369883007537041, 33.737854005069792 ], [ -118.370858014662133, 33.738304995846669 ], [ -118.372141012921901, 33.738454992895697 ], [ -118.372904992981418, 33.73823102325764 ], [ -118.373849011589485, 33.737279007612941 ], [ -118.373853010107894, 33.737053985733333 ], [ -118.374114018652335, 33.737065981288239 ], [ -118.374908987228849, 33.737343983535716 ], [ -118.375295002082979, 33.737657025430444 ], [ -118.375300000231022, 33.737824016182486 ], [ -118.374929979449931, 33.738064979523273 ], [ -118.374825018344112, 33.738720999588118 ], [ -118.374935977227409, 33.739252013343219 ], [ -118.375324990970313, 33.739684011158097 ], [ -118.376630980710587, 33.74060398604405 ], [ -118.377164993354583, 33.74071199865093 ], [ -118.37838901346916, 33.741422998342671 ], [ -118.380168985466426, 33.742101010258189 ], [ -118.381638020052293, 33.74234297322873 ], [ -118.385276987395841, 33.741988999133277 ], [ -118.385842988186354, 33.741368018715846 ], [ -118.386619016412951, 33.741074022395026 ], [ -118.387129984964602, 33.740623978635831 ], [ -118.3887059799154, 33.739777976338651 ], [ -118.389616011117823, 33.73950297298007 ], [ -118.392042006884125, 33.739460988537694 ], [ -118.392827978794315, 33.739058979610263 ], [ -118.393029009564174, 33.738659022553946 ], [ -118.394013013355547, 33.738647974016587 ], [ -118.395246977153704, 33.738145002501724 ], [ -118.39690499434235, 33.736501979756852 ], [ -118.398121017420223, 33.736197987140393 ], [ -118.398747995615295, 33.736260016786467 ], [ -118.399403016050485, 33.736591999031134 ], [ -118.400232024644822, 33.737343983535716 ], [ -118.400508974650521, 33.738226025109775 ], [ -118.400888991727129, 33.738635978461701 ], [ -118.401109015458829, 33.7385909951306 ], [ -118.401149000641951, 33.738778978103753 ], [ -118.401435999555687, 33.738882992192188 ], [ -118.402594991135544, 33.73888099293297 ], [ -118.402476982233168, 33.740201977116762 ], [ -118.402990002655926, 33.740720995317062 ], [ -118.403827008286811, 33.741171986093889 ], [ -118.40576702624108, 33.741562999095983 ], [ -118.409769016958364, 33.741070023876695 ], [ -118.411544990437221, 33.741153992761504 ], [ -118.411369003019232, 33.741946015061266 ], [ -118.410814997783547, 33.742807011802107 ], [ -118.410874975558485, 33.743204022581544 ], [ -118.41185398120173, 33.744174978576169 ], [ -118.412418982362723, 33.745269993862848 ], [ -118.413222000587879, 33.746158980231996 ], [ -118.413576974313003, 33.746810002148948 ], [ -118.413573975424214, 33.747312973663895 ], [ -118.413221000958359, 33.747583978504117 ], [ -118.413318017639625, 33.748175022646429 ], [ -118.413033017985256, 33.748884023079007 ], [ -118.413083999093757, 33.749832987222838 ], [ -118.414284975115919, 33.751388989582082 ], [ -118.414633004045967, 33.751557979593137 ], [ -118.413517996167684, 33.75240298226079 ], [ -118.413276980214846, 33.753107984174996 ], [ -118.413781003971579, 33.753898007215717 ], [ -118.415104987044032, 33.754438017637135 ], [ -118.415748011924308, 33.75511997545896 ], [ -118.415849974141381, 33.756180003710476 ], [ -118.416768002380479, 33.756753001908145 ], [ -118.416770001639662, 33.757069989709052 ], [ -118.417146020197933, 33.757837021269367 ], [ -118.416973978686073, 33.758041997945369 ], [ -118.417373988354313, 33.759598999934198 ], [ -118.418130023989249, 33.7599199862535 ], [ -118.418596009209736, 33.760320995551425 ], [ -118.418615002171904, 33.760561011874749 ], [ -118.417586015049309, 33.761655974549271 ], [ -118.41752398540342, 33.762050986069553 ], [ -118.417781723597713, 33.762347630359798 ], [ -118.411825000000164, 33.763385999127649 ], [ -118.410504000000188, 33.763472999127536 ], [ -118.407651000000328, 33.764218999127635 ], [ -118.405264, 33.764148999127592 ], [ -118.403654000000145, 33.764719999127621 ], [ -118.403809000000209, 33.781350999127369 ], [ -118.399979000000229, 33.781667999127315 ], [ -118.399956000000159, 33.781813999127309 ], [ -118.393864000000136, 33.781780999127271 ], [ -118.387306, 33.782015999127367 ], [ -118.386296000000115, 33.785250999127364 ], [ -118.384953000000152, 33.791113999127255 ], [ -118.38420600000012, 33.79361499912725 ], [ -118.382837000000151, 33.793035999127149 ], [ -118.381439, 33.793582999127253 ], [ -118.381423000000154, 33.793834999127199 ], [ -118.379225, 33.79440199912726 ], [ -118.37862200000022, 33.794909999127192 ], [ -118.378538000000177, 33.795465999127117 ], [ -118.37768200000022, 33.79490699912715 ], [ -118.375005000000129, 33.794932999127106 ], [ -118.371697000000154, 33.794706999127342 ], [ -118.369717000000279, 33.794890999127162 ], [ -118.368815000000183, 33.795469999127135 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "rancho-park",
"name": "Rancho Park",
"slug": "rancho-park-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.599121035635, "type": "segment-of-a-city", "name": "Rancho Park", "slug": "rancho-park"},
"resource_uri": "/1.0/boundary/rancho-park-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.414799, 34.032281999124208 ], [ -118.411211000000108, 34.030809999124187 ], [ -118.415111, 34.032009999124277 ], [ -118.418411, 34.032009999124227 ], [ -118.423911, 34.029309999124237 ], [ -118.430298000000136, 34.026819999124214 ], [ -118.430775, 34.027433999124341 ], [ -118.430611, 34.027909999124276 ], [ -118.431453000000118, 34.029927999124133 ], [ -118.431313, 34.03052499912426 ], [ -118.430835000000101, 34.031006999124187 ], [ -118.434397, 34.035327999124206 ], [ -118.434618, 34.03564399912414 ], [ -118.434648, 34.036427999124058 ], [ -118.435039, 34.036931999124079 ], [ -118.424812000000102, 34.041809999123984 ], [ -118.423711, 34.040309999124148 ], [ -118.423311000000112, 34.03950999912405 ], [ -118.421511, 34.03740999912408 ], [ -118.421411000000106, 34.037109999124233 ], [ -118.418411, 34.036209999124182 ], [ -118.416111000000114, 34.033209999124132 ], [ -118.414799, 34.032281999124208 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "redondo-beach",
"name": "Redondo Beach",
"slug": "redondo-beach-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 6.24555882131, "type": "standalone-city", "name": "Redondo Beach", "slug": "redondo-beach"},
"resource_uri": "/1.0/boundary/redondo-beach-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.361290000000238, 33.894652999125903 ], [ -118.361290000000238, 33.872857999126211 ], [ -118.354711000000165, 33.872853999126242 ], [ -118.352348000000177, 33.874427999126262 ], [ -118.352461000000162, 33.865525999126334 ], [ -118.35883200000022, 33.865544999126229 ], [ -118.358647000000119, 33.863775999126375 ], [ -118.357963000000169, 33.862598999126334 ], [ -118.353065, 33.858785999126397 ], [ -118.353495000000279, 33.858129999126334 ], [ -118.358854000000235, 33.858287999126354 ], [ -118.375398000000203, 33.858255999126392 ], [ -118.375373000000181, 33.85589899912636 ], [ -118.378219000000129, 33.854992999126395 ], [ -118.37665200000032, 33.845892999126569 ], [ -118.375439, 33.839873999126624 ], [ -118.375406000000254, 33.838913999126653 ], [ -118.374771000000237, 33.837238999126619 ], [ -118.374932000000214, 33.836108999126679 ], [ -118.374315000000138, 33.83319499912669 ], [ -118.372698000000184, 33.827564999126821 ], [ -118.374451000000192, 33.827557999126846 ], [ -118.374507000000108, 33.827314999126813 ], [ -118.374501000000166, 33.819611999126842 ], [ -118.374347000000114, 33.816358999126898 ], [ -118.374492000000259, 33.815581999127019 ], [ -118.379614000000174, 33.816385999126908 ], [ -118.380452, 33.816758999126961 ], [ -118.383005000000153, 33.818379999126968 ], [ -118.384429000000111, 33.819017999126856 ], [ -118.384585000000143, 33.818878999126937 ], [ -118.385380000000183, 33.81892099912691 ], [ -118.385444000000177, 33.818035999126906 ], [ -118.384939000000301, 33.817533999126972 ], [ -118.386026000000214, 33.816492999126879 ], [ -118.385542000000186, 33.816083999126896 ], [ -118.386422000000152, 33.815070999126903 ], [ -118.387561000000261, 33.814860999126935 ], [ -118.387907000000197, 33.81461499912696 ], [ -118.388117, 33.815257999126906 ], [ -118.388441000000171, 33.81506299912698 ], [ -118.388625000000118, 33.815321999126901 ], [ -118.389039000000253, 33.814856999126974 ], [ -118.390416000000116, 33.815436999126923 ], [ -118.391592695451877, 33.81532606283313 ], [ -118.391305016823324, 33.815920024502965 ], [ -118.391020017168884, 33.817326976830692 ], [ -118.390802992325774, 33.821632013146676 ], [ -118.391324009785237, 33.828648991901339 ], [ -118.391237989029307, 33.831050996557806 ], [ -118.391426024614503, 33.831830023672929 ], [ -118.391037010871543, 33.832736003745012 ], [ -118.390754010476371, 33.834713007993528 ], [ -118.390801992696268, 33.837717000105464 ], [ -118.391068999018103, 33.83842300164946 ], [ -118.391641997215999, 33.838598989067584 ], [ -118.391744012045194, 33.838834007242852 ], [ -118.392403978016276, 33.838749985746098 ], [ -118.391200003105538, 33.839181983560913 ], [ -118.391454014242854, 33.840184980314163 ], [ -118.391814985745341, 33.840856994452281 ], [ -118.392169012452939, 33.841221017455638 ], [ -118.392698973966532, 33.841216019307687 ], [ -118.394280019677453, 33.841896977500014 ], [ -118.39249099840184, 33.841349022653986 ], [ -118.391629002031507, 33.841444987093574 ], [ -118.391158018662878, 33.840675009256643 ], [ -118.39086102345361, 33.840855994822761 ], [ -118.39178499685795, 33.842609976450937 ], [ -118.392161015416292, 33.842494019419647 ], [ -118.392110981325231, 33.841925019740223 ], [ -118.392581017676235, 33.841863989723898 ], [ -118.393240983647132, 33.84229498790905 ], [ -118.393484998488944, 33.843241005776257 ], [ -118.394119973720592, 33.843747975809485 ], [ -118.394714016751436, 33.843642015074074 ], [ -118.394900000465313, 33.843772019531613 ], [ -118.394660983771502, 33.84377201953172 ], [ -118.394586011553088, 33.843957003615884 ], [ -118.395172004935304, 33.844038973241609 ], [ -118.39653397393181, 33.843857987675335 ], [ -118.398215982230411, 33.846081006024939 ], [ -118.39825302113691, 33.846240999369861 ], [ -118.39788999776313, 33.846678994962041 ], [ -118.397407018839672, 33.846846985343547 ], [ -118.396574011727211, 33.844681998121757 ], [ -118.394684974881429, 33.845154980749378 ], [ -118.395909994625612, 33.848535991049069 ], [ -118.396478994304971, 33.848411984369029 ], [ -118.396655981352779, 33.848836984776881 ], [ -118.39889199488681, 33.848268984727049 ], [ -118.398566010419628, 33.847233999827338 ], [ -118.398706011172962, 33.846825993122458 ], [ -118.399968017211478, 33.848425979183205 ], [ -118.396790983958127, 33.849225998519707 ], [ -118.397445004763739, 33.850958987926667 ], [ -118.397668974401853, 33.851004023869905 ], [ -118.400387019841773, 33.850040012670263 ], [ -118.400136007593076, 33.849263984443709 ], [ -118.400391018360011, 33.849118985542496 ], [ -118.400358977601485, 33.848903012941236 ], [ -118.401292000284059, 33.848981983678023 ], [ -118.401588995493583, 33.848836984776852 ], [ -118.401668018842372, 33.848418981776092 ], [ -118.401401012520495, 33.8475189994817 ], [ -118.399530021619299, 33.843822001010523 ], [ -118.396278016147363, 33.841760975265046 ], [ -118.395430014591057, 33.840929020394086 ], [ -118.399699011630403, 33.843634018037342 ], [ -118.401815017002733, 33.847768012471342 ], [ -118.401854002556348, 33.84897098775258 ], [ -118.40142200474159, 33.849661994852802 ], [ -118.40072699912308, 33.850154023054365 ], [ -118.399561010136139, 33.850533987519022 ], [ -118.399491721508795, 33.851721576722937 ], [ -118.397860000000165, 33.852365999126512 ], [ -118.390273000000235, 33.854744999126503 ], [ -118.387594000000163, 33.855783999126388 ], [ -118.38482100000023, 33.856524999126442 ], [ -118.385076000000169, 33.857723999126527 ], [ -118.38529200000022, 33.858055999126385 ], [ -118.384957000000185, 33.858056999126376 ], [ -118.385624000000149, 33.861389999126494 ], [ -118.385511000000108, 33.862738999126371 ], [ -118.385650000000155, 33.863389999126284 ], [ -118.386061, 33.864006999126353 ], [ -118.386044000000268, 33.864677999126336 ], [ -118.391371000000206, 33.872811999126213 ], [ -118.379955000000237, 33.872833999126215 ], [ -118.38002000000013, 33.879649999126045 ], [ -118.379939000000135, 33.880072999126121 ], [ -118.378667000000149, 33.880072999126142 ], [ -118.378673000000177, 33.881472999126103 ], [ -118.378917000000143, 33.881691999126097 ], [ -118.378599000000207, 33.882779999126065 ], [ -118.378721000000155, 33.894645999125906 ], [ -118.361290000000238, 33.894652999125903 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "reseda",
"name": "Reseda",
"slug": "reseda-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.86549089197, "type": "segment-of-a-city", "name": "Reseda", "slug": "reseda"},
"resource_uri": "/1.0/boundary/reseda-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.518518, 34.220802999121851 ], [ -118.518617, 34.192603999122191 ], [ -118.518417, 34.186403999122305 ], [ -118.562318000000104, 34.186503999122174 ], [ -118.562319, 34.193803999122224 ], [ -118.562119000000152, 34.201003999122015 ], [ -118.562219000000141, 34.220103999121818 ], [ -118.518518, 34.220802999121851 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "ridge-route",
"name": "Ridge Route",
"slug": "ridge-route-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 292.673206784, "type": "unincorporated-area", "name": "Ridge Route", "slug": "ridge-route"},
"resource_uri": "/1.0/boundary/ridge-route-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.691445341229439, 34.818093816080037 ], [ -118.691561024258007, 34.818008150724005 ], [ -118.691156584090649, 34.782076620304217 ], [ -118.6781302270347, 34.782051952510997 ], [ -118.678013070849445, 34.746046171429775 ], [ -118.67613261154446, 34.745796539510287 ], [ -118.674517736474868, 34.745224714782303 ], [ -118.672945803927533, 34.745006632832279 ], [ -118.668862736838477, 34.743509446989016 ], [ -118.667622027756906, 34.742907834710323 ], [ -118.666884732930967, 34.742797999901519 ], [ -118.66550384593873, 34.742180561982963 ], [ -118.662854100111289, 34.741488351146053 ], [ -118.662059154387208, 34.741395253728641 ], [ -118.660721690654, 34.741616353103197 ], [ -118.654916035776893, 34.739012434369911 ], [ -118.655195654478504, 34.738250062593771 ], [ -118.654854100111308, 34.737924714782523 ], [ -118.65456573576239, 34.737958833533369 ], [ -118.653839870819738, 34.738493960139479 ], [ -118.651133356317828, 34.738142060021538 ], [ -118.648767914696961, 34.737232787395591 ], [ -118.648177336205393, 34.737149799183229 ], [ -118.647549366493593, 34.737321876364227 ], [ -118.645852348225617, 34.73692412746184 ], [ -118.644226827384074, 34.736033805691527 ], [ -118.643257616774903, 34.736256060260544 ], [ -118.641840845613416, 34.735786162819714 ], [ -118.641560599721416, 34.735802174157726 ], [ -118.641404785067877, 34.735991054355004 ], [ -118.641867835160951, 34.736723933923152 ], [ -118.641714292396472, 34.736876925185761 ], [ -118.641387172038492, 34.736363813639031 ], [ -118.64045451256213, 34.735971862855926 ], [ -118.640906915867717, 34.735403035758374 ], [ -118.640872456691312, 34.735103022134645 ], [ -118.640381451949835, 34.734833826939962 ], [ -118.638918035670358, 34.734550238729277 ], [ -118.635899914989182, 34.734685238696393 ], [ -118.634818181818574, 34.734322379731118 ], [ -118.634068186449042, 34.734559310178632 ], [ -118.633124799958509, 34.734603809541447 ], [ -118.631558991615663, 34.73435993742725 ], [ -118.628231551060779, 34.733414605577728 ], [ -118.627478308513076, 34.733386106027226 ], [ -118.62675935803064, 34.733423696486653 ], [ -118.62498249977304, 34.733895468515939 ], [ -118.622450063478183, 34.733858890092385 ], [ -118.621128410379995, 34.734268067796613 ], [ -118.618522994394283, 34.734396423759392 ], [ -118.616749403863352, 34.735675856056965 ], [ -118.615097383546001, 34.736258339653787 ], [ -118.613335315621683, 34.735418505241789 ], [ -118.612533554871433, 34.735254100232396 ], [ -118.610563191020347, 34.734433805691516 ], [ -118.609312687735141, 34.734604197913072 ], [ -118.607654545454849, 34.734349652458512 ], [ -118.606432085303268, 34.734396423759442 ], [ -118.604667548886994, 34.7349237966746 ], [ -118.598749748435282, 34.735861315802836 ], [ -118.59743618547715, 34.733840099805086 ], [ -118.596890638509407, 34.733275749407362 ], [ -118.593590425430293, 34.73150249550141 ], [ -118.591733340617964, 34.729036633334339 ], [ -118.588845192326943, 34.726048484016736 ], [ -118.581231212023098, 34.721880870396163 ], [ -118.577738108041913, 34.718304861464709 ], [ -118.576817133803459, 34.717636687060001 ], [ -118.574645308397635, 34.717059329638637 ], [ -118.570906516516118, 34.717024011411688 ], [ -118.57049519246624, 34.716788606935602 ], [ -118.569911524799807, 34.715661926735002 ], [ -118.569522027756932, 34.715398743801458 ], [ -118.566556783883925, 34.714834373838251 ], [ -118.560917736474991, 34.712851987509936 ], [ -118.558721244748511, 34.712471135198101 ], [ -118.554172281929354, 34.710788351146306 ], [ -118.548702305954521, 34.710241496214657 ], [ -118.538164797132069, 34.707815989613572 ], [ -118.535862588348991, 34.706600323423842 ], [ -118.53065641652428, 34.704701546843111 ], [ -118.527176573211491, 34.702789652892591 ], [ -118.519407244449965, 34.701104914775065 ], [ -118.519292510239026, 34.644250459807928 ], [ -118.522974436219428, 34.642329705667173 ], [ -118.523765783074893, 34.641366452001485 ], [ -118.525308820379664, 34.64070606688184 ], [ -118.525832876661809, 34.639864036366809 ], [ -118.526107926690273, 34.639732895701741 ], [ -118.527308042866693, 34.639708765629656 ], [ -118.528899729380512, 34.638706066924748 ], [ -118.52925710274566, 34.638126826513023 ], [ -118.529286710238821, 34.63744438187473 ], [ -118.529621757301157, 34.636258822981183 ], [ -118.52955765214115, 34.635312663062642 ], [ -118.530980798325658, 34.633940697130747 ], [ -118.533184854695122, 34.633188733165852 ], [ -118.534169674709673, 34.632365436216325 ], [ -118.535340845489415, 34.632495653637719 ], [ -118.537958823599226, 34.632158120047933 ], [ -118.53879968591815, 34.631895715333727 ], [ -118.540358823561363, 34.631812665186303 ], [ -118.542106991361209, 34.631268437645247 ], [ -118.543237199175607, 34.630117410454453 ], [ -118.544631754488393, 34.630195653717479 ], [ -118.545321218610027, 34.630016005833475 ], [ -118.545804802149618, 34.629534263514344 ], [ -118.546187889670378, 34.628438227264525 ], [ -118.54695625426541, 34.628111523753674 ], [ -118.548891348515426, 34.626603312682171 ], [ -118.550955460363213, 34.625266760810192 ], [ -118.555940305969273, 34.622624873734871 ], [ -118.558649989192546, 34.621791925736737 ], [ -118.559743355408727, 34.621286619417397 ], [ -118.560212093266571, 34.620975728620913 ], [ -118.56163418836654, 34.619403035978529 ], [ -118.561692164451429, 34.61846888023598 ], [ -118.561003177986166, 34.617782650077501 ], [ -118.561002556878719, 34.617064081018349 ], [ -118.560524286512859, 34.615943851363546 ], [ -118.561217857638468, 34.614898951069719 ], [ -118.561258121010184, 34.614059356959295 ], [ -118.560413434441955, 34.613451537697507 ], [ -118.560302953035801, 34.613084883296487 ], [ -118.560841876722904, 34.612327954480328 ], [ -118.562715158826464, 34.610708819258598 ], [ -118.562850200091731, 34.610231880701186 ], [ -118.562496263102588, 34.609481995566831 ], [ -118.56063876926477, 34.608456663251729 ], [ -118.560630854564039, 34.607398095519301 ], [ -118.560940654810807, 34.606600032824232 ], [ -118.560371665465226, 34.606227508595218 ], [ -118.560306892949427, 34.606005119095315 ], [ -118.560793412286188, 34.605045208134328 ], [ -118.560928528228729, 34.603941607803158 ], [ -118.560575764024392, 34.603638537996538 ], [ -118.560245899849363, 34.603615623931141 ], [ -118.559376464210288, 34.604127449840036 ], [ -118.558579245817128, 34.604937840163991 ], [ -118.557140774861111, 34.605348534317848 ], [ -118.556935018156878, 34.605290891006952 ], [ -118.556859437710415, 34.605062067166465 ], [ -118.557358121077428, 34.604277004635279 ], [ -118.55717840363414, 34.603380832489385 ], [ -118.557677529302453, 34.602816081500471 ], [ -118.557998520151941, 34.601859082959699 ], [ -118.559233340474606, 34.60090881957165 ], [ -118.560241757689269, 34.599082634453495 ], [ -118.561957547801882, 34.59753027405138 ], [ -118.562972617994177, 34.596250717675126 ], [ -118.563988733831451, 34.594612126581545 ], [ -118.56404976028648, 34.593963781502282 ], [ -118.563738072111377, 34.593597565033249 ], [ -118.563017736535201, 34.59327016932594 ], [ -118.561819303188287, 34.593348732767211 ], [ -118.561676251254099, 34.593246014363011 ], [ -118.561711621220581, 34.592166856136664 ], [ -118.562245130147417, 34.591180769224245 ], [ -118.562340669642083, 34.590563781540624 ], [ -118.561331611451905, 34.589141763555013 ], [ -118.561296334773076, 34.58757125212864 ], [ -118.561513983026728, 34.586809090009041 ], [ -118.561413892840633, 34.586465734906824 ], [ -118.561067482317739, 34.586198743919276 ], [ -118.559863881907773, 34.585972151721187 ], [ -118.560455800835939, 34.585049299582771 ], [ -118.560395710789848, 34.584338462242343 ], [ -118.560025173303075, 34.5839679242684 ], [ -118.558794515297592, 34.583412497915873 ], [ -118.558560613309865, 34.58292754264172 ], [ -118.557971705751527, 34.582458816725385 ], [ -118.557725097496544, 34.581315144457754 ], [ -118.557110897621726, 34.580595829648772 ], [ -118.556594754919388, 34.580253289109542 ], [ -118.555437656271593, 34.579991553799573 ], [ -118.555323073696854, 34.579571681296301 ], [ -118.55581607740929, 34.5786629444857 ], [ -118.556803575330377, 34.577495186571333 ], [ -118.556737618890793, 34.576932516599079 ], [ -118.556274319741021, 34.575878094444874 ], [ -118.55624829574613, 34.575200601162024 ], [ -118.556560251938691, 34.574636845624219 ], [ -118.557195710952683, 34.573988808735692 ], [ -118.557624675446235, 34.572450295157964 ], [ -118.558575503075815, 34.571255736409583 ], [ -118.558741108789135, 34.570740844510659 ], [ -118.558681494080048, 34.570273774239595 ], [ -118.557513893033729, 34.567629371299837 ], [ -118.556104286970381, 34.566379604188462 ], [ -118.555663751648623, 34.56569220001353 ], [ -118.555532542713649, 34.565178833884289 ], [ -118.555719609985971, 34.564040737130341 ], [ -118.556414376412036, 34.563136432977949 ], [ -118.558605689111545, 34.561687631214006 ], [ -118.560758391527088, 34.561201254654272 ], [ -118.561332626594677, 34.560854366483952 ], [ -118.561693466018937, 34.560263189962541 ], [ -118.561664891696651, 34.559441607818115 ], [ -118.561032360718002, 34.558730501896108 ], [ -118.559828606745455, 34.558431911283684 ], [ -118.558219229997562, 34.558663959956696 ], [ -118.556314269611335, 34.559993174391465 ], [ -118.552585200582143, 34.561405668629604 ], [ -118.551464963169792, 34.561352328661037 ], [ -118.549621218586566, 34.560183992340505 ], [ -118.548854545443461, 34.560031470524649 ], [ -118.547978781284669, 34.560220356187635 ], [ -118.546945730275226, 34.560923285609732 ], [ -118.546031397247432, 34.561323419973355 ], [ -118.544570375659632, 34.561305714263881 ], [ -118.543786469980688, 34.56093579650797 ], [ -118.543049906745821, 34.560183203476413 ], [ -118.541761461386457, 34.557042416807946 ], [ -118.540362844223836, 34.554717280125068 ], [ -118.540267102159518, 34.553924334561351 ], [ -118.540658407387909, 34.553175173173223 ], [ -118.541534524241996, 34.552407441937923 ], [ -118.546772283571229, 34.54843132305195 ], [ -118.549884854580512, 34.547197824075937 ], [ -118.554977555876079, 34.544446401190534 ], [ -118.556006471514834, 34.544195639706231 ], [ -118.55846791486583, 34.544130847267375 ], [ -118.560163365932226, 34.543269703469093 ], [ -118.561824249862312, 34.541654274030641 ], [ -118.565145276476031, 34.537914443898387 ], [ -118.567011103482912, 34.533729674363379 ], [ -118.570418003512543, 34.530323535016485 ], [ -118.571480716798845, 34.528052365584983 ], [ -118.57451515896993, 34.5259815466001 ], [ -118.577981639837063, 34.52181444388053 ], [ -118.578737455608845, 34.520258405669509 ], [ -118.581458867087861, 34.517300786172598 ], [ -118.582666060799781, 34.516656394359458 ], [ -118.583924861416065, 34.516477815359231 ], [ -118.593122994214013, 34.519039938270069 ], [ -118.594172581362898, 34.51908612299178 ], [ -118.595019890393928, 34.51878425103498 ], [ -118.595811524832655, 34.518010798782527 ], [ -118.596361972138851, 34.516526692052089 ], [ -118.59657398240978, 34.516512935799312 ], [ -118.596294033749842, 34.516404941867755 ], [ -118.596379816182946, 34.515955860620309 ], [ -118.596409415481972, 34.516326223949171 ], [ -118.596539938808206, 34.516313368215911 ], [ -118.596599068099692, 34.514772173356072 ], [ -118.59719647914325, 34.512215617233196 ], [ -118.598324355050863, 34.510962939116652 ], [ -118.601932626513744, 34.508472548254247 ], [ -118.602695711030108, 34.507561536019729 ], [ -118.602949035573971, 34.505795420978366 ], [ -118.603602423627265, 34.503118356809985 ], [ -118.604165006745163, 34.501703827191548 ], [ -118.604703863805, 34.501192093326189 ], [ -118.606763365748122, 34.499933339672964 ], [ -118.608214685224809, 34.498146250708984 ], [ -118.608874163731073, 34.497620978125674 ], [ -118.610193658402892, 34.497168696132874 ], [ -118.61652284094049, 34.497458421513521 ], [ -118.616463038563936, 34.498224100760368 ], [ -118.618142413056262, 34.502934536954001 ], [ -118.618927303895347, 34.503228134562619 ], [ -118.618636474744719, 34.503849100905029 ], [ -118.617956011579665, 34.504495379219314 ], [ -118.616920001136009, 34.504460501314121 ], [ -118.616982798860846, 34.505982154028942 ], [ -118.617670539051645, 34.506286722964248 ], [ -118.618734176298062, 34.506176915072231 ], [ -118.620317272188501, 34.505481407087593 ], [ -118.622111512325588, 34.507223144708135 ], [ -118.632794760279651, 34.507167635803718 ], [ -118.633432989936566, 34.507867383227577 ], [ -118.633202199934146, 34.508017110616699 ], [ -118.634360402566088, 34.509007888686313 ], [ -118.635266782618189, 34.510833573704929 ], [ -118.635766508927432, 34.510833898165608 ], [ -118.636215606920089, 34.511519342460716 ], [ -118.635981439206731, 34.511622955730239 ], [ -118.636544443800062, 34.512495538069167 ], [ -118.636427627596191, 34.512552152008524 ], [ -118.637999718855468, 34.514966166103726 ], [ -118.638455822768279, 34.514928320496452 ], [ -118.638923799279425, 34.515364504251728 ], [ -118.639162805074577, 34.515276166196251 ], [ -118.641735361672986, 34.516563201405447 ], [ -118.642882794866978, 34.515869582771408 ], [ -118.642661781904351, 34.515239920587909 ], [ -118.643480595607059, 34.515077250253853 ], [ -118.640399046801519, 34.509269253045794 ], [ -118.639428338020025, 34.508501497533395 ], [ -118.638809062925674, 34.509038039544244 ], [ -118.637117944434195, 34.508767821617852 ], [ -118.637050401760717, 34.508443760749152 ], [ -118.636580132210213, 34.50837835404414 ], [ -118.636694150809205, 34.507961175978103 ], [ -118.638962110113525, 34.508132766630695 ], [ -118.63903271110452, 34.507486396615519 ], [ -118.639285640832739, 34.507512925860176 ], [ -118.639337744052312, 34.507213296209564 ], [ -118.638886269336027, 34.507213062644979 ], [ -118.638882164758371, 34.506535783929195 ], [ -118.63765893510309, 34.505794211671557 ], [ -118.63716772401699, 34.505796790384771 ], [ -118.637363899825374, 34.506174034806428 ], [ -118.637260509965671, 34.506205491182442 ], [ -118.635775665684847, 34.505937029899883 ], [ -118.635794743703272, 34.505644912319731 ], [ -118.635332940561824, 34.505521008990982 ], [ -118.633069888122677, 34.505438604514659 ], [ -118.632977071019695, 34.505236871044687 ], [ -118.632476847227124, 34.505507369392873 ], [ -118.631663344270507, 34.504466609722648 ], [ -118.632275515731294, 34.504138183213335 ], [ -118.630310988608031, 34.501424167278955 ], [ -118.630363139584816, 34.50092122482144 ], [ -118.631444082619126, 34.500150650093509 ], [ -118.634044705532773, 34.499592080490523 ], [ -118.633961739934094, 34.498373768832948 ], [ -118.633089726602918, 34.497666972882392 ], [ -118.632476084359951, 34.497520108556252 ], [ -118.632110832947276, 34.497232492937435 ], [ -118.631464279203726, 34.497878369583603 ], [ -118.629736773716473, 34.498323515048995 ], [ -118.62940224423005, 34.498274852954061 ], [ -118.629007444920518, 34.497840314399632 ], [ -118.628532846681779, 34.497834556645785 ], [ -118.628595666656679, 34.498180437842805 ], [ -118.628479470097915, 34.498224868523465 ], [ -118.628084839126188, 34.498080172965871 ], [ -118.627818350160098, 34.497314230650865 ], [ -118.627817436583754, 34.496348462005123 ], [ -118.630124806984469, 34.496347059650631 ], [ -118.630039865675926, 34.492698437884897 ], [ -118.634391322671263, 34.492704409547592 ], [ -118.634476450332983, 34.496353018369298 ], [ -118.648335439573458, 34.496338869678162 ], [ -118.648226212528201, 34.489091184537457 ], [ -118.651343895768647, 34.489079992348522 ], [ -118.651326208774478, 34.488389018822772 ], [ -118.652487705845658, 34.488389046136959 ], [ -118.652505269140661, 34.489075788385627 ], [ -118.65374751812891, 34.489075782526484 ], [ -118.65426014223749, 34.487913105859796 ], [ -118.65332907272915, 34.487453203842776 ], [ -118.652669578429567, 34.486452203235459 ], [ -118.651584862091212, 34.486036035308459 ], [ -118.651579951406447, 34.485459662541388 ], [ -118.655979004707973, 34.485471830546246 ], [ -118.655940710386673, 34.483653010938916 ], [ -118.660269915960342, 34.483665317411472 ], [ -118.660257409516646, 34.481846084044349 ], [ -118.678084539541089, 34.481600819973458 ], [ -118.685991326738133, 34.481712171800062 ], [ -118.685993104620948, 34.481452057360457 ], [ -118.686550326656331, 34.481659395601383 ], [ -118.729562978317631, 34.48122198010897 ], [ -118.738492000000278, 34.499175999118819 ], [ -118.746156000000227, 34.514055999118519 ], [ -118.775764000000223, 34.574427999117724 ], [ -118.793877000000393, 34.610992999117386 ], [ -118.817295000000271, 34.657520999116869 ], [ -118.847956000000281, 34.721390999116061 ], [ -118.848204000000351, 34.721437999116063 ], [ -118.887362000000223, 34.801897999115177 ], [ -118.879470000000239, 34.801571999115204 ], [ -118.859010000000225, 34.801580999115131 ], [ -118.859010000000339, 34.817776999114997 ], [ -118.790686000000278, 34.817704999114973 ], [ -118.691445341229439, 34.818093816080037 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "rolling-hills-estates",
"name": "Rolling Hills Estates",
"slug": "rolling-hills-estates-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.81434802056, "type": "standalone-city", "name": "Rolling Hills Estates", "slug": "rolling-hills-estates"},
"resource_uri": "/1.0/boundary/rolling-hills-estates-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.351974000000197, 33.795781999127186 ], [ -118.345657000000216, 33.790951999127365 ], [ -118.341922000000224, 33.787650999127287 ], [ -118.340491, 33.786634999127379 ], [ -118.340480000000255, 33.786132999127439 ], [ -118.33415000000025, 33.780799999127375 ], [ -118.33272, 33.780216999127347 ], [ -118.330005000000199, 33.780416999127382 ], [ -118.32990500000011, 33.785215999127303 ], [ -118.328005000000203, 33.785215999127203 ], [ -118.328005000000203, 33.78611599912734 ], [ -118.32560500000011, 33.786315999127247 ], [ -118.325470000000152, 33.785858999127306 ], [ -118.324489000000142, 33.785914999127264 ], [ -118.321657000000144, 33.785681999127256 ], [ -118.319009, 33.784663999127346 ], [ -118.319036000000139, 33.784422999127287 ], [ -118.318489000000213, 33.784615999127261 ], [ -118.316856, 33.783858999127304 ], [ -118.316332000000159, 33.783795999127314 ], [ -118.319004000000163, 33.781708999127353 ], [ -118.318052000000108, 33.781712999127365 ], [ -118.317605000000185, 33.7809169991273 ], [ -118.317412000000274, 33.780916999127349 ], [ -118.317220000000177, 33.780603999127415 ], [ -118.316633000000223, 33.780566999127316 ], [ -118.316554000000139, 33.780071999127287 ], [ -118.315725000000157, 33.779533999127324 ], [ -118.315946, 33.779110999127411 ], [ -118.316577000000109, 33.778736999127396 ], [ -118.316073000000145, 33.778689999127401 ], [ -118.316339000000141, 33.778138999127428 ], [ -118.315723000000162, 33.777081999127482 ], [ -118.316145000000105, 33.776882999127437 ], [ -118.316775000000149, 33.777182999127419 ], [ -118.318296000000245, 33.775285999127377 ], [ -118.318405000000283, 33.77081699912754 ], [ -118.31830500000018, 33.770116999127467 ], [ -118.318508000000136, 33.768646999127611 ], [ -118.318600000000117, 33.764974999127546 ], [ -118.322040000000229, 33.765079999127522 ], [ -118.322205000000181, 33.765161999127571 ], [ -118.321705000000208, 33.765202999127602 ], [ -118.321549000000175, 33.765352999127508 ], [ -118.321546, 33.765687999127529 ], [ -118.322454000000135, 33.766511999127488 ], [ -118.323276000000135, 33.768470999127516 ], [ -118.324121000000162, 33.768109999127546 ], [ -118.325636000000173, 33.768225999127495 ], [ -118.325773000000183, 33.767982999127632 ], [ -118.326161000000113, 33.767986999127494 ], [ -118.326218000000111, 33.767758999127558 ], [ -118.326647, 33.767864999127511 ], [ -118.326998000000145, 33.767048999127496 ], [ -118.328064000000211, 33.767701999127539 ], [ -118.330000000000155, 33.767395999127558 ], [ -118.331714000000147, 33.766818999127551 ], [ -118.331525000000227, 33.76816099912746 ], [ -118.330814000000146, 33.768638999127553 ], [ -118.331527000000222, 33.769350999127596 ], [ -118.332356000000232, 33.768916999127555 ], [ -118.33304200000012, 33.768256999127573 ], [ -118.333405000000184, 33.767016999127527 ], [ -118.335755000000162, 33.766234999127533 ], [ -118.33602500000012, 33.766670999127484 ], [ -118.336412000000138, 33.766535999127584 ], [ -118.337260000000185, 33.767163999127568 ], [ -118.335535000000135, 33.768208999127616 ], [ -118.333205000000106, 33.769016999127523 ], [ -118.332541000000177, 33.77211999912744 ], [ -118.337024000000142, 33.772249999127474 ], [ -118.338211, 33.772621999127523 ], [ -118.35233500000021, 33.782449999127351 ], [ -118.352598000000199, 33.781626999127383 ], [ -118.353180000000108, 33.781715999127464 ], [ -118.353755000000319, 33.782271999127467 ], [ -118.353908, 33.782910999127253 ], [ -118.353738000000121, 33.783003999127367 ], [ -118.3540330000002, 33.783248999127302 ], [ -118.35713100000018, 33.782550999127366 ], [ -118.357530000000153, 33.781736999127382 ], [ -118.358604000000227, 33.781552999127399 ], [ -118.358730000000179, 33.781080999127312 ], [ -118.360461000000171, 33.780874999127306 ], [ -118.361411000000189, 33.779979999127356 ], [ -118.362576000000161, 33.777927999127542 ], [ -118.361859000000123, 33.776761999127451 ], [ -118.361677000000171, 33.77539599912734 ], [ -118.359948000000202, 33.773332999127454 ], [ -118.360265000000268, 33.772613999127479 ], [ -118.360707000000133, 33.772173999127538 ], [ -118.362474, 33.77125299912754 ], [ -118.363251000000133, 33.769450999127557 ], [ -118.364215000000101, 33.76849299912751 ], [ -118.366555000000204, 33.767713999127601 ], [ -118.367274000000236, 33.767645999127495 ], [ -118.369501, 33.768323999127503 ], [ -118.370550000000122, 33.768179999127561 ], [ -118.371302000000156, 33.769186999127506 ], [ -118.375217000000148, 33.771594999127444 ], [ -118.376731000000305, 33.77071399912753 ], [ -118.377135, 33.769827999127315 ], [ -118.378361000000112, 33.769319999127596 ], [ -118.38070500000029, 33.768800999127535 ], [ -118.380345000000176, 33.768327999127536 ], [ -118.379647, 33.766675999127578 ], [ -118.378890000000212, 33.763660999127538 ], [ -118.378596000000201, 33.761660999127464 ], [ -118.378994000000304, 33.761624999127577 ], [ -118.37871000000024, 33.759284999127672 ], [ -118.383976000000175, 33.758969999127622 ], [ -118.3849680000002, 33.758597999127545 ], [ -118.387393000000145, 33.757223999127753 ], [ -118.388383000000118, 33.757077999127695 ], [ -118.389090000000195, 33.757248999127697 ], [ -118.389576000000176, 33.757577999127633 ], [ -118.390921000000205, 33.759633999127622 ], [ -118.393344000000198, 33.76099699912762 ], [ -118.391248000000203, 33.764140999127704 ], [ -118.390810000000201, 33.765435999127639 ], [ -118.390553000000196, 33.765044999127618 ], [ -118.389715, 33.765317999127596 ], [ -118.389016000000126, 33.765748999127567 ], [ -118.387786000000148, 33.766955999127568 ], [ -118.386904000000271, 33.768300999127618 ], [ -118.380829000000233, 33.769504999127491 ], [ -118.381233000000165, 33.770902999127507 ], [ -118.381227000000152, 33.771870999127479 ], [ -118.381491000000167, 33.773271999127445 ], [ -118.383622, 33.773095999127491 ], [ -118.383791000000159, 33.774468999127421 ], [ -118.382985000000176, 33.774717999127468 ], [ -118.382598000000243, 33.774661999127396 ], [ -118.38153500000017, 33.775452999127296 ], [ -118.381330000000219, 33.775305999127397 ], [ -118.380993000000245, 33.775850999127371 ], [ -118.378934000000186, 33.777191999127375 ], [ -118.378280000000174, 33.776707999127382 ], [ -118.374644000000146, 33.777805999127317 ], [ -118.372919000000167, 33.784290999127265 ], [ -118.372049000000189, 33.782735999127368 ], [ -118.369652000000201, 33.781072999127382 ], [ -118.370096000000203, 33.779824999127385 ], [ -118.370724000000166, 33.778907999127341 ], [ -118.371410000000182, 33.778243999127355 ], [ -118.372803000000118, 33.777189999127373 ], [ -118.374888000000198, 33.776577999127383 ], [ -118.375053000000193, 33.775323999127444 ], [ -118.37469200000011, 33.774469999127447 ], [ -118.373749000000188, 33.773431999127467 ], [ -118.371916, 33.772182999127473 ], [ -118.371250000000188, 33.772792999127411 ], [ -118.368139000000198, 33.771551999127411 ], [ -118.365469000000203, 33.771335999127523 ], [ -118.3655210000002, 33.769713999127525 ], [ -118.364496000000145, 33.76903199912752 ], [ -118.363137000000194, 33.771325999127484 ], [ -118.361565000000155, 33.772523999127479 ], [ -118.361027000000178, 33.773449999127436 ], [ -118.361376000000249, 33.774173999127505 ], [ -118.362709000000152, 33.775437999127355 ], [ -118.363087000000149, 33.777097999127406 ], [ -118.363719000000202, 33.777724999127415 ], [ -118.364335000000196, 33.777956999127419 ], [ -118.363940000000213, 33.778843999127368 ], [ -118.363336000000146, 33.778659999127434 ], [ -118.363253000000171, 33.779359999127458 ], [ -118.364262000000195, 33.781235999127354 ], [ -118.365507000000207, 33.78562799912725 ], [ -118.367946000000146, 33.784378999127348 ], [ -118.368881000000215, 33.78500199912736 ], [ -118.370592000000187, 33.785506999127314 ], [ -118.372602000000114, 33.785513999127353 ], [ -118.372147, 33.787475999127274 ], [ -118.371524000000221, 33.788337999127251 ], [ -118.369785000000192, 33.789667999127246 ], [ -118.368746000000229, 33.791079999127277 ], [ -118.367912, 33.791457999127196 ], [ -118.368734000000188, 33.792656999127175 ], [ -118.367602000000161, 33.793471999127163 ], [ -118.367506000000162, 33.794415999127231 ], [ -118.367203000000188, 33.795115999127262 ], [ -118.351974000000197, 33.795781999127186 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "rolling-hills",
"name": "Rolling Hills",
"slug": "rolling-hills-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.60212631276, "type": "standalone-city", "name": "Rolling Hills", "slug": "rolling-hills"},
"resource_uri": "/1.0/boundary/rolling-hills-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.352957000000117, 33.781681999127265 ], [ -118.352598000000199, 33.781626999127383 ], [ -118.35233500000021, 33.782449999127351 ], [ -118.340162000000163, 33.773885999127437 ], [ -118.33800700000026, 33.77251699912749 ], [ -118.337024000000142, 33.772249999127474 ], [ -118.332541000000177, 33.77211999912744 ], [ -118.333205000000106, 33.769016999127523 ], [ -118.335535000000135, 33.768208999127616 ], [ -118.33666, 33.767639999127574 ], [ -118.337776, 33.76656799912756 ], [ -118.338055000000125, 33.765750999127405 ], [ -118.338013000000188, 33.765286999127582 ], [ -118.337911000000148, 33.764756999127577 ], [ -118.337305000000271, 33.763616999127571 ], [ -118.3376540000002, 33.763429999127659 ], [ -118.337527000000122, 33.763216999127664 ], [ -118.337782000000288, 33.763099999127576 ], [ -118.33647800000017, 33.76118999912751 ], [ -118.336252000000144, 33.761472999127683 ], [ -118.330258000000185, 33.759774999127544 ], [ -118.330102, 33.759069999127632 ], [ -118.332153000000119, 33.758267999127639 ], [ -118.33110900000014, 33.757103999127722 ], [ -118.33116000000021, 33.755690999127729 ], [ -118.330626000000137, 33.754791999127761 ], [ -118.329570000000189, 33.751464999127755 ], [ -118.330080000000166, 33.751060999127688 ], [ -118.330999000000162, 33.751488999127695 ], [ -118.333766000000139, 33.750541999127748 ], [ -118.336068000000239, 33.748050999127756 ], [ -118.336633000000148, 33.747826999127724 ], [ -118.338208000000165, 33.747620999127776 ], [ -118.338398000000183, 33.745507999127817 ], [ -118.338856000000135, 33.744697999127737 ], [ -118.339419000000149, 33.744507999127855 ], [ -118.339419000000149, 33.743094999127742 ], [ -118.339970000000136, 33.74284199912789 ], [ -118.340105000000165, 33.74261699912779 ], [ -118.344505000000154, 33.744716999127789 ], [ -118.346005000000133, 33.742116999127795 ], [ -118.347376, 33.742527999127844 ], [ -118.350150000000184, 33.742870999127852 ], [ -118.352990000000119, 33.745080999127751 ], [ -118.355534000000205, 33.742503999127877 ], [ -118.357105000000104, 33.742817999127837 ], [ -118.358662, 33.745120999127877 ], [ -118.357406000000211, 33.746199999127931 ], [ -118.356811000000192, 33.747101999127814 ], [ -118.356169000000179, 33.748592999127801 ], [ -118.353205000000131, 33.750716999127746 ], [ -118.354505000000131, 33.751516999127716 ], [ -118.355401000000114, 33.753376999127738 ], [ -118.354505000000131, 33.753816999127771 ], [ -118.355762000000198, 33.754810999127734 ], [ -118.355865000000264, 33.75540899912771 ], [ -118.355205000000197, 33.755916999127621 ], [ -118.364337000000177, 33.75979699912763 ], [ -118.364315000000175, 33.759983999127677 ], [ -118.365542000000133, 33.760269999127594 ], [ -118.36563400000027, 33.761522999127628 ], [ -118.365715, 33.76161799912763 ], [ -118.366194, 33.761368999127633 ], [ -118.366683000000222, 33.761924999127643 ], [ -118.365984000000225, 33.762687999127635 ], [ -118.365643000000176, 33.762408999127622 ], [ -118.365219000000252, 33.76513099912755 ], [ -118.365692000000124, 33.767027999127571 ], [ -118.364926000000139, 33.768176999127526 ], [ -118.364215000000101, 33.76849299912751 ], [ -118.363449000000173, 33.769180999127506 ], [ -118.362474, 33.77125299912754 ], [ -118.360707000000133, 33.772173999127538 ], [ -118.360265000000268, 33.772613999127479 ], [ -118.359948000000202, 33.773332999127454 ], [ -118.361677000000171, 33.77539599912734 ], [ -118.361859000000123, 33.776761999127451 ], [ -118.362576000000161, 33.777927999127542 ], [ -118.361411000000189, 33.779979999127356 ], [ -118.360461000000171, 33.780874999127306 ], [ -118.358730000000179, 33.781080999127312 ], [ -118.358604000000227, 33.781552999127399 ], [ -118.357530000000153, 33.781736999127382 ], [ -118.35713100000018, 33.782550999127366 ], [ -118.354328, 33.783210999127235 ], [ -118.3540330000002, 33.783248999127302 ], [ -118.353738000000121, 33.783003999127367 ], [ -118.353908, 33.782910999127253 ], [ -118.353755000000319, 33.782271999127467 ], [ -118.353180000000108, 33.781715999127464 ], [ -118.352957000000117, 33.781681999127265 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "rosemead",
"name": "Rosemead",
"slug": "rosemead-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 5.15664047031, "type": "standalone-city", "name": "Rosemead", "slug": "rosemead"},
"resource_uri": "/1.0/boundary/rosemead-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.062643000000165, 34.08342899912364 ], [ -118.063002000000296, 34.081188999123647 ], [ -118.059664000000168, 34.08128799912366 ], [ -118.059286000000156, 34.082107999123494 ], [ -118.060582000000153, 34.08227299912366 ], [ -118.060470000000123, 34.08264199912356 ], [ -118.060031000000137, 34.082703999123559 ], [ -118.059858000000119, 34.083242999123584 ], [ -118.057651000000121, 34.082858999123651 ], [ -118.056761000000137, 34.085102999123542 ], [ -118.056154000000177, 34.084888999123663 ], [ -118.055777, 34.084091999123658 ], [ -118.055755000000232, 34.080778999123702 ], [ -118.056068000000167, 34.080429999123659 ], [ -118.05575200000014, 34.080293999123647 ], [ -118.055601, 34.072451999123885 ], [ -118.07292700000032, 34.07226599912368 ], [ -118.072854000000206, 34.070956999123723 ], [ -118.072231, 34.069679999123785 ], [ -118.067565000000286, 34.065165999123856 ], [ -118.068222, 34.064881999123877 ], [ -118.068959000000177, 34.065781999123764 ], [ -118.069121, 34.065698999123917 ], [ -118.068908000000206, 34.064332999123842 ], [ -118.069240000000221, 34.06410699912378 ], [ -118.069565000000182, 34.064228999123863 ], [ -118.07036, 34.062690999123916 ], [ -118.067611000000198, 34.062688999123871 ], [ -118.070244000000116, 34.060601999123897 ], [ -118.070673, 34.059749999123888 ], [ -118.071177000000191, 34.057210999124045 ], [ -118.071496000000209, 34.057443999123976 ], [ -118.075440000000157, 34.057725999123903 ], [ -118.075629000000191, 34.054486999124073 ], [ -118.078900000000118, 34.054410999123917 ], [ -118.079998000000217, 34.051716999124004 ], [ -118.080021000000173, 34.049880999123964 ], [ -118.081856000000215, 34.049653999124061 ], [ -118.081831000000193, 34.044473999124079 ], [ -118.082358000000156, 34.044509999124138 ], [ -118.082452000000231, 34.044074999124071 ], [ -118.08091200000014, 34.044030999124146 ], [ -118.080859000000217, 34.043586999124166 ], [ -118.079684000000171, 34.043505999124079 ], [ -118.079701000000185, 34.042910999124125 ], [ -118.079203000000149, 34.042831999124125 ], [ -118.079132000000143, 34.042585999124114 ], [ -118.077386000000288, 34.042294999124096 ], [ -118.077385000000191, 34.041989999124098 ], [ -118.079364000000126, 34.042600999124126 ], [ -118.079326000000236, 34.042343999124199 ], [ -118.078303000000176, 34.041222999124187 ], [ -118.076346000000285, 34.040512999124033 ], [ -118.077833, 34.040271999124172 ], [ -118.078132, 34.039512999124142 ], [ -118.079354, 34.039817999124104 ], [ -118.080698, 34.039327999124154 ], [ -118.078258000000204, 34.036063999124323 ], [ -118.079079000000192, 34.035312999124159 ], [ -118.079495000000136, 34.035843999124211 ], [ -118.080019, 34.035747999124148 ], [ -118.080054000000104, 34.035251999124164 ], [ -118.080418000000165, 34.034749999124223 ], [ -118.081646000000163, 34.034239999124267 ], [ -118.082476000000113, 34.034082999124145 ], [ -118.082571000000186, 34.034353999124264 ], [ -118.083056000000141, 34.03451399912425 ], [ -118.083261000000192, 34.034993999124275 ], [ -118.082996000000207, 34.036643999124244 ], [ -118.083177000000262, 34.036686999124214 ], [ -118.082963000000234, 34.037428999124174 ], [ -118.083209, 34.037698999124252 ], [ -118.085154000000145, 34.037663999124199 ], [ -118.085396000000117, 34.037751999124133 ], [ -118.08578900000019, 34.038681999124179 ], [ -118.089711, 34.039589999124168 ], [ -118.090688000000142, 34.040071999124095 ], [ -118.090778985465391, 34.040450002840224 ], [ -118.089716971787681, 34.041936005752866 ], [ -118.090061971788259, 34.042086005753234 ], [ -118.089015985892019, 34.043803997221808 ], [ -118.085935989144772, 34.0425100054049 ], [ -118.085631971781737, 34.042791005753017 ], [ -118.085749985708375, 34.043862999960446 ], [ -118.084305000002544, 34.043864002429402 ], [ -118.084436000000252, 34.04316699912421 ], [ -118.084348985890003, 34.042869000781273 ], [ -118.083866985416179, 34.042869004924093 ], [ -118.083780986357539, 34.043169999973458 ], [ -118.081827985891664, 34.043174004081081 ], [ -118.081824985972233, 34.043771003561091 ], [ -118.082985985804768, 34.043684001316571 ], [ -118.083097985853811, 34.044395004233969 ], [ -118.084327985924858, 34.044419000644872 ], [ -118.084366971778849, 34.045865005756838 ], [ -118.084029971778094, 34.046979005758281 ], [ -118.084199985704942, 34.048209004668884 ], [ -118.086171986074433, 34.048372000215195 ], [ -118.086168985905061, 34.04986300403629 ], [ -118.08830298598042, 34.049894000470012 ], [ -118.088393985954141, 34.051719003766515 ], [ -118.090487985828986, 34.051619001128898 ], [ -118.090490985463745, 34.051865005154461 ], [ -118.092531985907272, 34.052148000730824 ], [ -118.092541985891671, 34.052667002418183 ], [ -118.091005985896004, 34.053025002459343 ], [ -118.09107198542452, 34.053988005219573 ], [ -118.098240986150728, 34.055198002041763 ], [ -118.100497985935945, 34.055366000067224 ], [ -118.100524992920498, 34.054420003396487 ], [ -118.101420987057338, 34.054429999849901 ], [ -118.101980996376241, 34.053587007142674 ], [ -118.103001987000297, 34.053809998160155 ], [ -118.103401992842208, 34.053410006281837 ], [ -118.104397971804104, 34.053645005771557 ], [ -118.104825971804345, 34.054209005772357 ], [ -118.10474298553585, 34.054347005050921 ], [ -118.105012986268648, 34.054384999845674 ], [ -118.105992985889912, 34.055341004164838 ], [ -118.108032991144853, 34.055337999544641 ], [ -118.108108000000172, 34.062563999123817 ], [ -118.106973000000167, 34.062572999123908 ], [ -118.107143000000193, 34.064042999123728 ], [ -118.106712000000229, 34.064024999123816 ], [ -118.106712000000229, 34.065455999123856 ], [ -118.107131000000152, 34.065461999123777 ], [ -118.107205000000135, 34.066221999123776 ], [ -118.107103000000137, 34.069858999123781 ], [ -118.10814600000019, 34.069852999123803 ], [ -118.108150000000208, 34.070016999123773 ], [ -118.106851000000162, 34.07110199912379 ], [ -118.106768000000159, 34.071674999123779 ], [ -118.101408, 34.071705999123843 ], [ -118.100381000000127, 34.071416999123812 ], [ -118.100078000000195, 34.071113999123732 ], [ -118.099543000000168, 34.071166999123768 ], [ -118.099543000000168, 34.072124999123666 ], [ -118.096769000000194, 34.072109999123718 ], [ -118.096667000000167, 34.071981999123807 ], [ -118.090606000000122, 34.072200999123829 ], [ -118.090606000000122, 34.072332999123738 ], [ -118.087095000000133, 34.072222999123717 ], [ -118.087191000000161, 34.074862999123745 ], [ -118.08890700000012, 34.074852999123742 ], [ -118.088853000000114, 34.076520999123716 ], [ -118.087828000000158, 34.07657099912376 ], [ -118.087882000000278, 34.080280999123616 ], [ -118.083337, 34.080457999123617 ], [ -118.086718, 34.084539999123592 ], [ -118.087418000000113, 34.085748999123609 ], [ -118.087831, 34.091740999123431 ], [ -118.087304000000117, 34.091743999123523 ], [ -118.08740100000017, 34.095208999123514 ], [ -118.062207000000143, 34.086901999123548 ], [ -118.062032, 34.085998999123625 ], [ -118.062643000000165, 34.08342899912364 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "rowland-heights",
"name": "Rowland Heights",
"slug": "rowland-heights-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 13.1853488623, "type": "unincorporated-area", "name": "Rowland Heights", "slug": "rowland-heights"},
"resource_uri": "/1.0/boundary/rowland-heights-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.871672000000302, 34.001513999124704 ], [ -117.871099000000129, 33.999242999124682 ], [ -117.867971000000225, 33.999780999124674 ], [ -117.866852000000279, 33.998624999124701 ], [ -117.866829000000237, 33.998346999124678 ], [ -117.864609383394509, 33.996424828245011 ], [ -117.863882958267553, 33.996450138370591 ], [ -117.855213639178984, 33.990155158256535 ], [ -117.855119957411858, 33.980957138338773 ], [ -117.855227957422997, 33.980228138336471 ], [ -117.855030957404495, 33.978400138333164 ], [ -117.85493400019368, 33.960871227961576 ], [ -117.858454986256675, 33.959143131833287 ], [ -117.860621609829252, 33.957250840178929 ], [ -117.861287472252556, 33.956401149044979 ], [ -117.865900393379761, 33.949002766417493 ], [ -117.866935537678771, 33.947722986977958 ], [ -117.868708976734894, 33.945933265923067 ], [ -117.868397125056617, 33.945950726402316 ], [ -117.868778694402877, 33.945569154781523 ], [ -117.87019200000033, 33.945511999125486 ], [ -117.911350000000382, 33.945894999125549 ], [ -117.911414251042473, 33.94606572922109 ], [ -117.911931282074264, 33.946066449368232 ], [ -117.911867022132085, 33.946290482456767 ], [ -117.915121855896274, 33.946976666406215 ], [ -117.915626207704705, 33.94700380809202 ], [ -117.915626888340739, 33.94686503826685 ], [ -117.919560034306656, 33.947487545877379 ], [ -117.919559426862307, 33.94608344038388 ], [ -117.919727755861814, 33.946083545338311 ], [ -117.919728000000276, 33.945956999125308 ], [ -117.92575900000034, 33.946028999125332 ], [ -117.921520000000285, 33.959557999125273 ], [ -117.92151900000033, 33.959947999125234 ], [ -117.918258671244445, 33.9692003121868 ], [ -117.933048591096892, 33.972642826148018 ], [ -117.931272419637949, 33.989887898028606 ], [ -117.931930327751729, 33.989937459905754 ], [ -117.931837426568777, 33.990753291328751 ], [ -117.930153000000274, 33.990967999124798 ], [ -117.922497964045235, 33.990328138378104 ], [ -117.913958963204195, 33.989929138374805 ], [ -117.912940963104077, 33.989743138374116 ], [ -117.911809962992706, 33.98929413837476 ], [ -117.911634962974205, 33.992247138378211 ], [ -117.911214962932362, 33.993781138381074 ], [ -117.910953962906348, 33.99406313838341 ], [ -117.910322962844106, 33.99405713838064 ], [ -117.910103962822703, 33.9938811383808 ], [ -117.907138342267004, 33.993717445104821 ], [ -117.906737000000362, 33.993895999124817 ], [ -117.90548500000024, 33.993988999124852 ], [ -117.906316000000245, 33.993390999124905 ], [ -117.905911000000216, 33.993068999124894 ], [ -117.905388000000315, 33.993166999124917 ], [ -117.905169000000313, 33.99382499912484 ], [ -117.90185102173244, 33.993976909836924 ], [ -117.902068962030555, 33.994940138380557 ], [ -117.900455961871671, 33.994906138379704 ], [ -117.897978961627814, 33.994468138378274 ], [ -117.893957507167741, 33.994409452705291 ], [ -117.893716870378427, 33.996339694231573 ], [ -117.894162000000279, 33.997324999124736 ], [ -117.888345520264252, 33.997589064710624 ], [ -117.888217388298401, 33.998714217319936 ], [ -117.887467817771537, 33.998658211243175 ], [ -117.88740011977562, 33.999294853820032 ], [ -117.888144829774674, 33.999351409345692 ], [ -117.88803332515181, 34.000330543480302 ], [ -117.887193806114738, 34.000260696755028 ], [ -117.887176471317204, 34.000417939902142 ], [ -117.885591153903988, 34.000101653790061 ], [ -117.883621639399095, 33.999440422160021 ], [ -117.883728304633053, 33.998607458027365 ], [ -117.882738474562103, 33.998521481999319 ], [ -117.882211960072382, 33.998182138379725 ], [ -117.88222396007373, 33.997911138379543 ], [ -117.881794960031499, 33.997930138379267 ], [ -117.881886718283681, 33.995265102617665 ], [ -117.87908638990902, 33.994781434150262 ], [ -117.873834721156143, 33.993569547501089 ], [ -117.873827893802272, 33.995400962257122 ], [ -117.87322860890653, 33.995431797433064 ], [ -117.873234508147803, 33.994126687920236 ], [ -117.873136000000244, 33.995350999124732 ], [ -117.872659000000212, 33.995303999124737 ], [ -117.872852056458981, 33.993325487646324 ], [ -117.870010000000221, 33.992910999124788 ], [ -117.869727129605891, 33.993035874524374 ], [ -117.869735000000176, 33.994424999124803 ], [ -117.868919000000133, 33.994632999124754 ], [ -117.868372844178069, 33.993770092122567 ], [ -117.865083998008444, 33.996372574645335 ], [ -117.865429000000205, 33.996939999124869 ], [ -117.867142000000285, 33.998592999124796 ], [ -117.876382000000405, 33.998166999124713 ], [ -117.876137000000256, 33.99926799912469 ], [ -117.877155000000286, 33.999232999124821 ], [ -117.877262000000272, 33.999483999124713 ], [ -117.877771000000251, 33.999416999124684 ], [ -117.877879000000164, 33.999667999124739 ], [ -117.876619000000247, 34.000113999124729 ], [ -117.876496000000273, 34.000455999124775 ], [ -117.875944000000274, 34.000396999124639 ], [ -117.874650000000258, 34.001046999124675 ], [ -117.871675000000195, 34.00163799912464 ], [ -117.871672000000302, 34.001513999124704 ] ], [ [ -117.883764960225946, 33.997573138380758 ], [ -117.883771960226355, 33.997840138379701 ], [ -117.888175596478163, 33.997485470587655 ], [ -117.888310193962781, 33.996335803676139 ], [ -117.883967960246721, 33.995625138375743 ], [ -117.883764960225946, 33.997573138380758 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "san-dimas",
"name": "San Dimas",
"slug": "san-dimas-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 15.6282037911, "type": "standalone-city", "name": "San Dimas", "slug": "san-dimas"},
"resource_uri": "/1.0/boundary/san-dimas-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -117.780507000000185, 34.166950999122555 ], [ -117.780691, 34.147106999122819 ], [ -117.77609, 34.147122999122892 ], [ -117.776117000000156, 34.145840999122846 ], [ -117.776481, 34.145087999122886 ], [ -117.775996000000205, 34.14456199912285 ], [ -117.774467000000143, 34.14407399912286 ], [ -117.774212000000176, 34.144136999122878 ], [ -117.773679000000158, 34.144785999122782 ], [ -117.772748000000192, 34.143499999122824 ], [ -117.773557000000181, 34.14316199912281 ], [ -117.773280000000156, 34.142620999122947 ], [ -117.77300500000014, 34.142715999122991 ], [ -117.773168, 34.142315999122928 ], [ -117.772624000000135, 34.142435999122903 ], [ -117.772478000000163, 34.142803999122926 ], [ -117.77250500000018, 34.142282999122983 ], [ -117.773636000000238, 34.141221999122884 ], [ -117.773421000000184, 34.140745999122935 ], [ -117.774335, 34.139405999122928 ], [ -117.775946, 34.139233999122908 ], [ -117.777018000000112, 34.139316999122933 ], [ -117.780799000000215, 34.134609999123001 ], [ -117.782562, 34.133560999123027 ], [ -117.783344000000156, 34.132910999123027 ], [ -117.7836, 34.130496999123096 ], [ -117.784693000000175, 34.129180999123058 ], [ -117.785394000000167, 34.128702999123078 ], [ -117.787297000000166, 34.128545999123077 ], [ -117.787398000000124, 34.128157999123069 ], [ -117.7899010000001, 34.127319999123074 ], [ -117.794151, 34.125427999123133 ], [ -117.794174000000183, 34.123600999123141 ], [ -117.793091000000118, 34.123680999123067 ], [ -117.79298500000013, 34.122272999123147 ], [ -117.79398300000021, 34.12242899912323 ], [ -117.793961000000152, 34.119076999123166 ], [ -117.791794000000181, 34.119119999123171 ], [ -117.791740000000146, 34.116075999123183 ], [ -117.791740000000146, 34.115705999123158 ], [ -117.794043000000229, 34.115705999123158 ], [ -117.794063000000151, 34.106661999123354 ], [ -117.791716000000108, 34.106665999123372 ], [ -117.791736000000185, 34.10404699912344 ], [ -117.791347000000144, 34.103019999123354 ], [ -117.794036000000176, 34.103024999123399 ], [ -117.794008000000133, 34.102265999123397 ], [ -117.795887000000192, 34.102731999123428 ], [ -117.796251, 34.101213999123459 ], [ -117.801299, 34.101225999123407 ], [ -117.80139200000022, 34.100461999123375 ], [ -117.801383000000186, 34.099402999123406 ], [ -117.798710000000128, 34.099484999123426 ], [ -117.797864000000118, 34.099905999123379 ], [ -117.797281, 34.099745999123357 ], [ -117.797075000000277, 34.099580999123397 ], [ -117.797148000000107, 34.099347999123417 ], [ -117.79654900000024, 34.098424999123452 ], [ -117.796778000000174, 34.097070999123467 ], [ -117.795078000000217, 34.095772999123454 ], [ -117.794727000000236, 34.095329999123507 ], [ -117.793044000000194, 34.095297999123432 ], [ -117.790866, 34.095923999123514 ], [ -117.789922000000161, 34.096010999123472 ], [ -117.786754000000187, 34.095348999123502 ], [ -117.787726, 34.094420999123599 ], [ -117.789165000000168, 34.094684999123473 ], [ -117.79037100000015, 34.094580999123494 ], [ -117.79259300000011, 34.093635999123535 ], [ -117.792911000000231, 34.093061999123499 ], [ -117.793172, 34.093073999123519 ], [ -117.792425000000136, 34.091339999123498 ], [ -117.784948, 34.090328999123578 ], [ -117.784306000000115, 34.089253999123507 ], [ -117.783686, 34.088976999123595 ], [ -117.783979000000173, 34.087944999123586 ], [ -117.784823000000173, 34.087923999123376 ], [ -117.785064, 34.087610999123541 ], [ -117.785775000000285, 34.087899999123621 ], [ -117.786411000000115, 34.087883999123605 ], [ -117.786411000000172, 34.087672999123583 ], [ -117.785387000000114, 34.085384999123598 ], [ -117.784331000000137, 34.084856999123588 ], [ -117.782091000000136, 34.084824999123569 ], [ -117.780991000000213, 34.08340899912357 ], [ -117.783091000000155, 34.081608999123631 ], [ -117.783646000000161, 34.080931999123678 ], [ -117.779640000000143, 34.079047999123652 ], [ -117.78042600000019, 34.077746999123711 ], [ -117.780975000000225, 34.077182999123636 ], [ -117.78162400000015, 34.076804999123716 ], [ -117.783600000000149, 34.076285999123677 ], [ -117.7850490000001, 34.075641999123782 ], [ -117.788307, 34.073115999123758 ], [ -117.79138900000018, 34.072116999123772 ], [ -117.792365000000203, 34.071985999123768 ], [ -117.793633000000256, 34.071205999123741 ], [ -117.794275000000198, 34.071402999123734 ], [ -117.794468000000194, 34.070854999123796 ], [ -117.795190000000147, 34.070606999123818 ], [ -117.795239000000166, 34.070222999123743 ], [ -117.796007000000145, 34.06987799912379 ], [ -117.796132000000185, 34.070084999123814 ], [ -117.79712200000013, 34.069711999123761 ], [ -117.797300000000178, 34.069916999123755 ], [ -117.797977000000174, 34.069608999123815 ], [ -117.797887000000188, 34.069442999123815 ], [ -117.798970000000182, 34.068813999123833 ], [ -117.799416000000122, 34.068343999123826 ], [ -117.800972000000243, 34.068209999123802 ], [ -117.802356000000216, 34.067719999123796 ], [ -117.803154000000163, 34.066869999123838 ], [ -117.806930000000136, 34.065143999123841 ], [ -117.806645000000174, 34.064788999123813 ], [ -117.807843, 34.064633999123878 ], [ -117.80983700000013, 34.064094999123867 ], [ -117.812401000000165, 34.063750999123855 ], [ -117.820496000000162, 34.063567999123876 ], [ -117.827260000000194, 34.064187999123881 ], [ -117.829155000000128, 34.064856999123847 ], [ -117.831745000000168, 34.066354999123888 ], [ -117.834013000000311, 34.067121999123827 ], [ -117.83408300000022, 34.069087999123809 ], [ -117.834521000000123, 34.069406999123728 ], [ -117.835010000000196, 34.070230999123858 ], [ -117.835908000000146, 34.070271999123861 ], [ -117.836790000000192, 34.070013999123759 ], [ -117.838478000000151, 34.071666999123757 ], [ -117.840055, 34.072160999123824 ], [ -117.842049000000173, 34.071990999123706 ], [ -117.843100000000206, 34.072335999123759 ], [ -117.845201000000174, 34.072684999123815 ], [ -117.846705000000256, 34.072566999123808 ], [ -117.846514000000141, 34.073132999123743 ], [ -117.847574000000208, 34.07455499912377 ], [ -117.844315000000122, 34.077433999123684 ], [ -117.84369800000016, 34.077643999123694 ], [ -117.842905000000144, 34.07740399912371 ], [ -117.842464000000135, 34.078247999123697 ], [ -117.843145000000106, 34.078798999123713 ], [ -117.841266000000175, 34.08040299912367 ], [ -117.843430000000183, 34.081531999123627 ], [ -117.844786000000155, 34.081981999123698 ], [ -117.849182000000184, 34.082240999123712 ], [ -117.849686000000162, 34.082483999123596 ], [ -117.85352600000013, 34.082634999123719 ], [ -117.853968000000151, 34.083052999123538 ], [ -117.854059000000106, 34.083518999123633 ], [ -117.853443000000169, 34.084429999123564 ], [ -117.853478, 34.086199999123586 ], [ -117.852109000000155, 34.08620399912364 ], [ -117.852067000000218, 34.085855999123645 ], [ -117.851681000000212, 34.085856999123607 ], [ -117.851568000000185, 34.086201999123595 ], [ -117.850918000000178, 34.086362999123601 ], [ -117.84998000000013, 34.08705699912354 ], [ -117.849908000000127, 34.087912999123596 ], [ -117.847741000000156, 34.088712999123523 ], [ -117.846392000000293, 34.088905999123604 ], [ -117.846396, 34.092809999123467 ], [ -117.840549000000166, 34.095795999123418 ], [ -117.842273985553717, 34.095801002438286 ], [ -117.841901971424193, 34.099415005769096 ], [ -117.842000985611847, 34.101216000231759 ], [ -117.839738992849576, 34.101237003301975 ], [ -117.839650992941799, 34.099850002817945 ], [ -117.840050978523067, 34.099833001054556 ], [ -117.839900985710813, 34.099434002446117 ], [ -117.839920979721015, 34.096118006406577 ], [ -117.837651984810776, 34.097287000763885 ], [ -117.83765200000019, 34.113936999123204 ], [ -117.828842000000165, 34.113914999123281 ], [ -117.828838000000218, 34.114393999123358 ], [ -117.827261000000306, 34.114447999123158 ], [ -117.826805, 34.113931999123295 ], [ -117.825286000000219, 34.11392499912327 ], [ -117.825488000000107, 34.115185999123234 ], [ -117.824779000000305, 34.115249999123215 ], [ -117.82517400000016, 34.117494999123238 ], [ -117.824787, 34.117537999123229 ], [ -117.824439000000211, 34.115638999123227 ], [ -117.823126000000101, 34.115605999123275 ], [ -117.822643000000127, 34.115641999123241 ], [ -117.82288100000018, 34.117554999123193 ], [ -117.820209000000119, 34.117565999123237 ], [ -117.820309000000165, 34.126999999123115 ], [ -117.811793000000151, 34.125438999123048 ], [ -117.811174000000207, 34.137967999122985 ], [ -117.81108800000014, 34.138311999122955 ], [ -117.810237000000186, 34.139319999122925 ], [ -117.809368000000134, 34.141113999122958 ], [ -117.811735000000127, 34.150415999122806 ], [ -117.811484000000178, 34.158774999122798 ], [ -117.801468000000114, 34.158822999122762 ], [ -117.801292000000217, 34.16693399912262 ], [ -117.795092000000153, 34.166705999122598 ], [ -117.791516000000101, 34.166934999122596 ], [ -117.780507000000185, 34.166950999122555 ] ], [ [ -117.826689810449196, 34.092164349871773 ], [ -117.826430000000144, 34.091617999123514 ], [ -117.826866000000194, 34.091227999123575 ], [ -117.828208000000174, 34.091524999123543 ], [ -117.829001000000176, 34.091402999123531 ], [ -117.829569000000191, 34.091743999123523 ], [ -117.831128034523971, 34.092163951618232 ], [ -117.831836000000266, 34.092084999123472 ], [ -117.832291000000296, 34.091402999123531 ], [ -117.833111000000244, 34.091160999123538 ], [ -117.833329000000177, 34.090704999123538 ], [ -117.834339310650975, 34.090325703019083 ], [ -117.835027, 34.089587999123502 ], [ -117.83574883167239, 34.089379257323884 ], [ -117.836737280808151, 34.0895146094377 ], [ -117.837729000000138, 34.088465999123493 ], [ -117.839061626602202, 34.088439373389484 ], [ -117.838414000000171, 34.087156999123629 ], [ -117.843123000000176, 34.086392999123611 ], [ -117.843221517188695, 34.086649928646956 ], [ -117.843467055576554, 34.086604759803791 ], [ -117.844089000000153, 34.087619999123596 ], [ -117.844161000000184, 34.087250999123491 ], [ -117.844893710722232, 34.087223683153674 ], [ -117.846926000000124, 34.086748999123593 ], [ -117.848621625033346, 34.08581510335177 ], [ -117.849067797540386, 34.085031590443592 ], [ -117.848914000000136, 34.084669999123641 ], [ -117.849272969536017, 34.084391618032903 ], [ -117.849498129085489, 34.083368347179267 ], [ -117.848815099853311, 34.082698954628398 ], [ -117.847607371169502, 34.08329348395776 ], [ -117.847434907337487, 34.082790876346778 ], [ -117.846972672045368, 34.082807368600989 ], [ -117.845405126666819, 34.083018149140493 ], [ -117.844938234352696, 34.083728457981849 ], [ -117.84383696078558, 34.084333688583591 ], [ -117.842428648604582, 34.083986669627464 ], [ -117.840095981265165, 34.08430908870131 ], [ -117.837455000000247, 34.084928999123576 ], [ -117.837937519254524, 34.085946089119595 ], [ -117.826730257015896, 34.088955192653607 ], [ -117.821350000000152, 34.090611999123503 ], [ -117.820948000000172, 34.090900999123527 ], [ -117.820699855643056, 34.092163981880731 ], [ -117.82231261511059, 34.092164311635692 ], [ -117.823371000000108, 34.091464999123509 ], [ -117.824336000000102, 34.091953999123476 ], [ -117.824534000000185, 34.091639999123522 ], [ -117.824170000000137, 34.091090999123622 ], [ -117.824349, 34.09099699912354 ], [ -117.825426000000192, 34.091480999123469 ], [ -117.825709760885459, 34.092164365140206 ], [ -117.826689810449196, 34.092164349871773 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "san-fernando",
"name": "San Fernando",
"slug": "san-fernando-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 2.38776063448, "type": "standalone-city", "name": "San Fernando", "slug": "san-fernando"},
"resource_uri": "/1.0/boundary/san-fernando-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.423467000000144, 34.296321999120998 ], [ -118.421401000000245, 34.294374999121096 ], [ -118.418437000000182, 34.296540999121028 ], [ -118.415667, 34.29393199912117 ], [ -118.418632000000159, 34.291763999121102 ], [ -118.417123000000146, 34.290355999121161 ], [ -118.427291000000125, 34.282939999121382 ], [ -118.427921, 34.282275999121183 ], [ -118.430569000000219, 34.280548999121102 ], [ -118.43037000000011, 34.280349999121256 ], [ -118.4321750000002, 34.27867299912127 ], [ -118.433776000000165, 34.277452999121223 ], [ -118.435712000000194, 34.279309999121217 ], [ -118.43597600000011, 34.278972999121237 ], [ -118.443734, 34.273309999121388 ], [ -118.44707566822747, 34.276468121540624 ], [ -118.450013000000126, 34.278929999121246 ], [ -118.452462, 34.281320999121306 ], [ -118.452329346891489, 34.281436876378315 ], [ -118.45549100000018, 34.284415999121308 ], [ -118.456310000000215, 34.284669999121192 ], [ -118.449441000000178, 34.289698999121086 ], [ -118.450002000000211, 34.290403999121111 ], [ -118.449260000000152, 34.291065999121166 ], [ -118.445500000000195, 34.294405999121111 ], [ -118.444781000000248, 34.293802999120985 ], [ -118.444697000000147, 34.293870999121189 ], [ -118.443572000000202, 34.294874999121014 ], [ -118.443473000000111, 34.295155999121079 ], [ -118.442473000000135, 34.295855999121123 ], [ -118.432569000000214, 34.304686999121031 ], [ -118.423467000000144, 34.296321999120998 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "san-gabriel",
"name": "San Gabriel",
"slug": "san-gabriel-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 4.16689673478, "type": "standalone-city", "name": "San Gabriel", "slug": "san-gabriel"},
"resource_uri": "/1.0/boundary/san-gabriel-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.097165000000103, 34.115317999123256 ], [ -118.091194000000158, 34.115307999123218 ], [ -118.091191985871134, 34.114959000854064 ], [ -118.090201992039965, 34.114908005277499 ], [ -118.090190999905332, 34.114021002937157 ], [ -118.091173985875898, 34.114022999942136 ], [ -118.091057985869696, 34.108068000863433 ], [ -118.086691985889956, 34.108101004119362 ], [ -118.086663985896791, 34.106249004087807 ], [ -118.088590978763307, 34.106230000539298 ], [ -118.088570985893057, 34.1052280041107 ], [ -118.090486978821289, 34.105215000496635 ], [ -118.090487978685928, 34.104673002608351 ], [ -118.090199985976824, 34.104699003511058 ], [ -118.090141971949052, 34.104122001843521 ], [ -118.088549985924502, 34.104138003954155 ], [ -118.088543978859292, 34.10381800149915 ], [ -118.087866985926738, 34.103809005135474 ], [ -118.087901985963029, 34.10491000367152 ], [ -118.088063985801156, 34.10489900128583 ], [ -118.088062985881564, 34.105231000031914 ], [ -118.085002985890839, 34.105252004108962 ], [ -118.084997971966445, 34.103922001771338 ], [ -118.084485985776809, 34.103896004508286 ], [ -118.084501971881437, 34.10370800202903 ], [ -118.083877986028497, 34.103688005337368 ], [ -118.083907985720558, 34.104007000043801 ], [ -118.082144986048817, 34.104011005112412 ], [ -118.08220097175581, 34.105598005833606 ], [ -118.082401985877908, 34.106108004156589 ], [ -118.082753978437864, 34.10610800038171 ], [ -118.082723985878232, 34.105909004156544 ], [ -118.083319985780477, 34.105881001622677 ], [ -118.083321985869787, 34.106263999962287 ], [ -118.082209985886919, 34.106267004117349 ], [ -118.082301985864859, 34.113507000032214 ], [ -118.081377990583647, 34.113513001365838 ], [ -118.081273000000195, 34.105603999123311 ], [ -118.077819000000176, 34.105596999123414 ], [ -118.077220000000153, 34.104959999123309 ], [ -118.077206000000302, 34.101801999123396 ], [ -118.077520000000163, 34.101816999123436 ], [ -118.077556000000101, 34.101441999123246 ], [ -118.077823000000222, 34.101443999123433 ], [ -118.077648000000181, 34.098871999123361 ], [ -118.08147800000026, 34.098971999123414 ], [ -118.081432000000163, 34.093581999123558 ], [ -118.08222600000019, 34.093798999123486 ], [ -118.082801, 34.097159999123406 ], [ -118.082369209320802, 34.097934560053119 ], [ -118.0823692164156, 34.098961150212261 ], [ -118.082995000000182, 34.098971999123414 ], [ -118.08288200000014, 34.098606999123419 ], [ -118.083085158570398, 34.098599239594627 ], [ -118.083084272156015, 34.09844654665595 ], [ -118.083724845135094, 34.09844247582766 ], [ -118.08370764626018, 34.096972818370553 ], [ -118.084934755748606, 34.096965671129645 ], [ -118.084931075117325, 34.096530957225042 ], [ -118.086086836860972, 34.096523958396695 ], [ -118.086091108177925, 34.096711469237107 ], [ -118.086348000000157, 34.096708999123486 ], [ -118.086308827011678, 34.096908379590644 ], [ -118.086689064198026, 34.096905369621076 ], [ -118.086766000000154, 34.097101999123382 ], [ -118.086693000000224, 34.097409999123478 ], [ -118.086296000000203, 34.097409999123478 ], [ -118.086220955213349, 34.09788900840077 ], [ -118.08670274849716, 34.097887476763489 ], [ -118.086719094191665, 34.09856447128152 ], [ -118.087668000000207, 34.098541999123469 ], [ -118.08767056505711, 34.09867897316223 ], [ -118.08799838719888, 34.098677183993431 ], [ -118.087997406373404, 34.098561773630166 ], [ -118.088787000000181, 34.098511999123446 ], [ -118.088870000000185, 34.098964999123446 ], [ -118.089353000000216, 34.09902299912342 ], [ -118.089520000000164, 34.098341999123399 ], [ -118.087628000000208, 34.095283999123474 ], [ -118.08740100000017, 34.095208999123514 ], [ -118.087304000000117, 34.091743999123523 ], [ -118.087831, 34.091740999123431 ], [ -118.087418000000113, 34.085748999123609 ], [ -118.086718, 34.084539999123592 ], [ -118.083337, 34.080457999123617 ], [ -118.087882000000278, 34.080280999123616 ], [ -118.087828000000158, 34.07657099912376 ], [ -118.088853000000114, 34.076520999123716 ], [ -118.08890700000012, 34.074852999123742 ], [ -118.087191000000161, 34.074862999123745 ], [ -118.087095000000133, 34.072222999123717 ], [ -118.090606000000122, 34.072332999123738 ], [ -118.090606000000122, 34.072200999123829 ], [ -118.096667000000167, 34.071981999123807 ], [ -118.096769000000194, 34.072109999123718 ], [ -118.099543000000168, 34.072124999123666 ], [ -118.099543000000168, 34.071166999123768 ], [ -118.100078000000195, 34.071113999123732 ], [ -118.100381000000127, 34.071416999123812 ], [ -118.101408, 34.071705999123843 ], [ -118.108189000000181, 34.071653999123676 ], [ -118.108399000000176, 34.095597999123541 ], [ -118.112707000000185, 34.093872999123477 ], [ -118.112737000000109, 34.094936999123448 ], [ -118.113076000000177, 34.096048999123425 ], [ -118.113004, 34.09671599912344 ], [ -118.113171000000136, 34.096718999123453 ], [ -118.113213, 34.097908999123447 ], [ -118.113622000000149, 34.098704999123335 ], [ -118.113182000000236, 34.099002999123492 ], [ -118.11377500000016, 34.099960999123361 ], [ -118.112795000000204, 34.100408999123488 ], [ -118.112739000000161, 34.100940999123267 ], [ -118.112933000000112, 34.101729999123364 ], [ -118.116866000000115, 34.107321999123371 ], [ -118.120808000000153, 34.105414999123305 ], [ -118.119925000000237, 34.108003999123291 ], [ -118.118889000000181, 34.109499999123294 ], [ -118.118227000000132, 34.110154999123324 ], [ -118.117893000000308, 34.111112999123343 ], [ -118.115526000000187, 34.113208999123238 ], [ -118.11134300000019, 34.114035999123224 ], [ -118.108445000000174, 34.114404999123181 ], [ -118.108453, 34.113392999123242 ], [ -118.1074610000001, 34.113382999123289 ], [ -118.107464000000192, 34.113777999123272 ], [ -118.106371, 34.113766999123257 ], [ -118.106374000000159, 34.113360999123223 ], [ -118.099812000000142, 34.113466999123283 ], [ -118.098153000000167, 34.115265999123203 ], [ -118.097165000000103, 34.115317999123256 ] ], [ [ -118.084914227061461, 34.103029872156434 ], [ -118.089742011164859, 34.102925072451143 ], [ -118.089732000000225, 34.10236699912339 ], [ -118.090278000000126, 34.102367999123445 ], [ -118.090311122848874, 34.102237123476833 ], [ -118.089742063348595, 34.102240681187681 ], [ -118.089616000000177, 34.100324999123458 ], [ -118.089172, 34.100309999123404 ], [ -118.089153000000152, 34.09996599912342 ], [ -118.089578000000159, 34.099954999123433 ], [ -118.089560000000219, 34.099290999123362 ], [ -118.088503000000202, 34.09930799912339 ], [ -118.088504000000242, 34.099650999123419 ], [ -118.087424376175179, 34.099437468187467 ], [ -118.086783628636013, 34.099534272926391 ], [ -118.086785473568867, 34.099689251705385 ], [ -118.085901000000277, 34.099708999123436 ], [ -118.085930000000232, 34.099081999123456 ], [ -118.085233000000201, 34.099080999123444 ], [ -118.08520200000018, 34.099503999123449 ], [ -118.084578000000235, 34.099571999123427 ], [ -118.084573000000162, 34.100430999123397 ], [ -118.082260000000176, 34.100464999123432 ], [ -118.082240000000169, 34.100833999123431 ], [ -118.083946000000154, 34.100876999123429 ], [ -118.083968199633958, 34.102488322548062 ], [ -118.084491446518726, 34.102487216123166 ], [ -118.08449994722055, 34.102951352676314 ], [ -118.084914227061461, 34.103029872156434 ] ], [ [ -118.08358100000018, 34.102635999123365 ], [ -118.083619703722206, 34.101319072574306 ], [ -118.082277000000289, 34.101298999123415 ], [ -118.082286000000124, 34.102186999123312 ], [ -118.082954000000171, 34.102183999123405 ], [ -118.082971733431165, 34.102394466949605 ], [ -118.083268184762375, 34.102392275081435 ], [ -118.083270936472118, 34.102635102986 ], [ -118.08358100000018, 34.102635999123365 ] ], [ [ -118.081189945653136, 34.102437982397085 ], [ -118.080546745866215, 34.101697865094721 ], [ -118.080433000000127, 34.101352999123407 ], [ -118.080441000000135, 34.101097999123411 ], [ -118.081242000000174, 34.101201999123425 ], [ -118.081246922460508, 34.0999290508787 ], [ -118.079534955317541, 34.099912887028111 ], [ -118.079549606162217, 34.102501969530351 ], [ -118.081214749228621, 34.102544456894087 ], [ -118.081189945653136, 34.102437982397085 ] ], [ [ -118.082410000000309, 34.09924299912349 ], [ -118.082424196370482, 34.100010549544422 ], [ -118.083650168431433, 34.100004307148268 ], [ -118.083652060468864, 34.099775999123402 ], [ -118.083024000000194, 34.099775999123402 ], [ -118.083043000000146, 34.099510999123375 ], [ -118.083372000000153, 34.099450999123391 ], [ -118.083384000000137, 34.099242999123462 ], [ -118.082410000000309, 34.09924299912349 ] ], [ [ -118.08078856969766, 34.0992530079426 ], [ -118.080462000000267, 34.099243999123395 ], [ -118.080454000000117, 34.099463999123408 ], [ -118.081447000000196, 34.099463999123408 ], [ -118.081465674515556, 34.099271686696284 ], [ -118.08078856969766, 34.0992530079426 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "san-marino",
"name": "San Marino",
"slug": "san-marino-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 3.78416933627, "type": "standalone-city", "name": "San Marino", "slug": "san-marino"},
"resource_uri": "/1.0/boundary/san-marino-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.108916000000107, 34.137623999123001 ], [ -118.108870092789275, 34.137321072873291 ], [ -118.108495425847536, 34.137307000119428 ], [ -118.104128387614509, 34.137309191382244 ], [ -118.104078, 34.137586999123016 ], [ -118.103430000000102, 34.137578999122958 ], [ -118.10336417343899, 34.136860437326277 ], [ -118.094518000000122, 34.136854999122995 ], [ -118.094127971762532, 34.134426005873799 ], [ -118.093365971762267, 34.132065005870693 ], [ -118.091283971761001, 34.127558005864344 ], [ -118.090774972404134, 34.126115007570064 ], [ -118.0899919855581, 34.126410001638973 ], [ -118.089985986008813, 34.127035002917118 ], [ -118.088202985660189, 34.12757700187364 ], [ -118.087945985666167, 34.127059001865163 ], [ -118.088250979135736, 34.126956005119801 ], [ -118.088081985370636, 34.125895001325077 ], [ -118.089358972789114, 34.125337008216739 ], [ -118.089332985975972, 34.125010003471807 ], [ -118.090409985694535, 34.124904001025882 ], [ -118.090231000000202, 34.123941999123147 ], [ -118.090306000000268, 34.123365999123216 ], [ -118.091279, 34.121995999123143 ], [ -118.091194000000158, 34.115307999123218 ], [ -118.098153000000167, 34.115265999123203 ], [ -118.099812000000142, 34.113466999123283 ], [ -118.106374000000159, 34.113360999123223 ], [ -118.106371, 34.113766999123257 ], [ -118.107464000000192, 34.113777999123272 ], [ -118.1074610000001, 34.113382999123289 ], [ -118.108453, 34.113392999123242 ], [ -118.108445000000174, 34.114404999123181 ], [ -118.11134300000019, 34.114035999123224 ], [ -118.115526000000187, 34.113208999123238 ], [ -118.117893000000308, 34.111112999123343 ], [ -118.118227000000132, 34.110154999123324 ], [ -118.118889000000181, 34.109499999123294 ], [ -118.119925000000237, 34.108003999123291 ], [ -118.120808000000153, 34.105414999123305 ], [ -118.121723000000188, 34.104975999123376 ], [ -118.127935000000306, 34.111145999123245 ], [ -118.135296000000196, 34.106449999123321 ], [ -118.136396000000218, 34.107791999123314 ], [ -118.139535000000137, 34.11251999912313 ], [ -118.138368000000128, 34.112559999123164 ], [ -118.139909000000159, 34.113964999123269 ], [ -118.140774000000249, 34.116421999123219 ], [ -118.142163000000167, 34.119483999123162 ], [ -118.140158, 34.119505999123284 ], [ -118.136203, 34.117916999123253 ], [ -118.133192, 34.117276999123263 ], [ -118.130760000000123, 34.117330999123197 ], [ -118.12797000000019, 34.117947999123203 ], [ -118.12832500000016, 34.119335999123166 ], [ -118.128073000000228, 34.119415999123156 ], [ -118.128297000000202, 34.120218999123168 ], [ -118.128563000000185, 34.120232999123118 ], [ -118.128734000000122, 34.120971999123221 ], [ -118.128931, 34.120967999123202 ], [ -118.129016, 34.121273999123119 ], [ -118.129351, 34.121349999123218 ], [ -118.129584000000179, 34.121685999123166 ], [ -118.129441000000128, 34.122055999123177 ], [ -118.129210000000228, 34.122132999123153 ], [ -118.129061000000249, 34.123025999123101 ], [ -118.130065000000116, 34.124049999123201 ], [ -118.130779000000146, 34.126152999123114 ], [ -118.131159, 34.126462999123078 ], [ -118.130770000000183, 34.127452999123015 ], [ -118.130825000000144, 34.128145999123085 ], [ -118.131130000000155, 34.128593999123026 ], [ -118.130998000000119, 34.129393999122975 ], [ -118.131249000000153, 34.12978999912297 ], [ -118.126101000000148, 34.130934999123099 ], [ -118.1217070000001, 34.132113999123035 ], [ -118.119597000000155, 34.132405999123037 ], [ -118.119122000000161, 34.132606999122991 ], [ -118.114111000000165, 34.132922999123011 ], [ -118.114003, 34.136169999122956 ], [ -118.114290000000182, 34.13616699912302 ], [ -118.114292000000177, 34.136857999122974 ], [ -118.110161000000318, 34.136807999123029 ], [ -118.110303000000144, 34.137306999122998 ], [ -118.109348000000296, 34.137306999122998 ], [ -118.109371000000124, 34.137623999122923 ], [ -118.108916000000107, 34.137623999123001 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "san-pasqual",
"name": "San Pasqual",
"slug": "san-pasqual-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 0.259126738332, "type": "unincorporated-area", "name": "San Pasqual", "slug": "san-pasqual"},
"resource_uri": "/1.0/boundary/san-pasqual-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.103266000000289, 34.14191399912292 ], [ -118.102834000000257, 34.141802999122952 ], [ -118.102949000000223, 34.141271999122971 ], [ -118.100516791467115, 34.141395758698366 ], [ -118.100511000000282, 34.140666999122956 ], [ -118.099670000000287, 34.140671999122951 ], [ -118.099682000000286, 34.14145599912289 ], [ -118.098709000000213, 34.141508999122927 ], [ -118.098707000000218, 34.141805999122887 ], [ -118.097414000000157, 34.141908999123025 ], [ -118.095780000000261, 34.141768999122952 ], [ -118.095686000000285, 34.140204999122957 ], [ -118.095262095494789, 34.140207238055233 ], [ -118.095201882033379, 34.136929566601381 ], [ -118.10336417343909, 34.136860437326362 ], [ -118.103430000000174, 34.137578999123015 ], [ -118.104078000000158, 34.137586999123066 ], [ -118.104128387614608, 34.137309191382293 ], [ -118.108495425847664, 34.137307000119449 ], [ -118.108870092789374, 34.137321072873348 ], [ -118.108916000000235, 34.137623999123058 ], [ -118.109371000000223, 34.137623999122965 ], [ -118.109348000000367, 34.137306999123055 ], [ -118.110303000000272, 34.137306999123055 ], [ -118.110287000000341, 34.13775199912304 ], [ -118.110742000000172, 34.138041999122926 ], [ -118.110732000000425, 34.138410999122989 ], [ -118.110345000000265, 34.138404999123019 ], [ -118.110173000000245, 34.140180999122968 ], [ -118.110511000000201, 34.14020699912296 ], [ -118.110483000000272, 34.141170999123112 ], [ -118.110028108734866, 34.141182925819884 ], [ -118.110030649036588, 34.141536167523803 ], [ -118.108305259241547, 34.1415485902697 ], [ -118.10829600000028, 34.140805999122968 ], [ -118.106151000000267, 34.140817999122966 ], [ -118.106162000000396, 34.141907999122949 ], [ -118.103266000000289, 34.14191399912292 ] ] ] ] }
},
{
"type": "Feature",
"properties": {
"kind": "L.A. County Neighborhood (Current)",
"external_id": "san-pedro",
"name": "San Pedro",
"slug": "san-pedro-la-county-neighborhood-current",
"set": "/1.0/boundary-set/la-county-neighborhoods-current/",
"metadata": {"sqmi": 12.0587181952, "type": "segment-of-a-city", "name": "San Pedro", "slug": "san-pedro"},
"resource_uri": "/1.0/boundary/san-pedro-la-county-neighborhood-current/"
},
"geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -118.243705, 33.761716999127479 ], [ -118.241153, 33.75854099912759 ], [ -118.240767, 33.758295999127597 ], [ -118.248966, 33.755901999127673 ], [ -118.243474237828025, 33.742812640608555 ], [ -118.244296018398515, 33.742549002146248 ], [ -118.243955986505014, 33.741706998367469 ], [ -118.243114433741098, 33.741955115708507 ], [ -118.23715298109272, 33.727677986394291 ], [ -118.251171996770097, 33.723593973439364 ], [ -118.246146017078473, 33.716576994684971 ], [ -118.245890006681805, 33.716040982781678 ], [ -118.245993021140578, 33.715725994
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment