USA regions and their polygon coordinates
If you want to search by the following regions in databases like Elasticsearch you need the lat, long pairs with the borders of those regions.
- Northwest
- West
- West North Central
- Southwest
- East North Central
- South
- Central
- Northeast
- Southeast
Following are the approximate coordinates for those regions.
{
"Northwest": [
[49.06667991731168, -126.24532209375],
[49.037879473733554, -115.96211896875],
[44.65303666977364, -112.88594709375],
[44.65303666977364, -111.47969709375],
[42.06561980921088, -110.82051740625],
[41.9349895825285, -126.11348615625]
],
"West": [
[41.969599660978375, -124.86536220752092],
[41.969599660978375, -113.87903408252092],
[37.02218194588112, -113.87903408252092],
[32.69706229966549, -114.49426845752092],
[32.47489679390183, -124.16223720752092]
],
"West North Central": [
[49.037879473733554, -116.09395490625],
[44.433792403231685, -113.10567365625],
[44.40240439299997, -111.21602521875],
[41.04623007721923, -111.04024396875],
[41.01307905638419, -104.09688459375],
[40.94672694781331, -102.11934553125],
[40.1117021148749, -102.03145490625],
[39.97713357429191, -95.00020490625],
[48.92251081888139, -97.15352521875]
],
"Southwest": [
[42.00226461028689, -114.18665127002092],
[41.93691795305574, -110.93469814502092],
[41.04818508709488, -110.97864345752092],
[40.91548481283378, -102.05774502002092],
[36.951977455247906, -102.05774502002092],
[36.98708779949911, -103.11243252002092],
[32.06616730670473, -103.06848720752092],
[31.879773851090732, -106.40833095752092],
[31.205637222300993, -108.82532314502092],
[31.205637222300993, -111.02258877002092],
[32.51196260077911, -114.75794033252092]
],
"East North Central": [
[48.981929855925614, -97.31165127002092],
[49.355455715145, -95.07044033252092],
[45.89182468838776, -83.07337002002092],
[43.48670569848626, -82.19446377002092],
[41.609179610385254, -83.46887783252092],
[41.51053167607336, -87.51184658252092],
[42.425383030268186, -88.83020595752092],
[40.448933149394456, -91.33508877002092],
[40.549183358602065, -95.94934658252092]
],
"South": [
[39.9937041950511, -102.05774502002092],
[37.00229050535119, -101.96985439502092],
[36.96718717636286, -103.06848720752092],
[31.933238163546566, -103.02454189502092],
[31.858618220194977, -106.45227627002092],
[28.825137771326183, -103.55188564502092],
[29.592279945063957, -101.96985439502092],
[25.54214527485539, -97.44348720752092],
[29.05588273934243, -94.89465908252092],
[29.554059559420907, -92.78528408252092],
[29.05588273934243, -88.52258877002092],
[34.831571687617604, -88.17102627002092],
[35.06570444422682, -89.68713955127092],
[36.509372300507614, -89.88489345752092],
[36.65052915019082, -94.41126064502092],
[40.09463099544205, -94.58704189502092]
],
"Central": [
[40.63038094504851, -95.90540127002092],
[36.43869714331822, -94.58704189502092],
[36.403335402900666, -90.36829189502092],
[34.86763561843126, -90.19251064502092],
[34.93971604373457, -84.25989345752092],
[39.21497696591256, -78.10754970752092],
[39.690027981175504, -80.43665127002092],
[42.08167303340158, -80.48059658252092],
[41.885676632066534, -86.63294033252092],
[42.406992269755406, -87.77551845752092],
[42.53665011769031, -90.45618252002092],
[40.63038094504851, -91.55481533252092]
],
"Northeast": [
[41.983750250374925, -80.61243252002092],
[45.119821199740485, -74.89954189502092],
[47.85718262627369, -68.83508877002093],
[44.54327124247011, -66.50598720752093],
[37.596563897581994, -75.42688564502092],
[39.690027981175504, -78.59094814502092],
[39.5885042922358, -80.65637783252092]
],
"Southeast": [
[34.952846534934814, -88.25891689502092],
[30.13969457144061, -88.43469814502092],
[29.491519647193055, -85.27063564502092],
[24.721168655751296, -81.84290127002092],
[25.477280129319244, -79.11829189502092],
[30.745878841659025, -80.83215908252092],
[36.38085528937488, -74.98743252002092],
[38.95452373583788, -77.14075283252092],
[39.39738995787201, -78.59094814502092],
[38.095038894714705, -80.30481533252092]
]
}