Last active
April 11, 2025 17:49
-
-
Save scottstanie/4d1b5b7df08259fbd6dedd1bd9182a63 to your computer and use it in GitHub Desktop.
Plot the DISP-S1 frame priorities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cells": [ | |
| { | |
| "cell_type": "code", | |
| "execution_count": 1, | |
| "id": "8d21b688-0ac0-4f85-b3ef-eca94616ba4a", | |
| "metadata": {}, | |
| "outputs": [], | |
| "source": [ | |
| "import geopandas" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "execution_count": 2, | |
| "id": "012825cc-eb51-430a-9d0b-a26e24287ed0", | |
| "metadata": {}, | |
| "outputs": [ | |
| { | |
| "data": { | |
| "text/html": [ | |
| "<div>\n", | |
| "<style scoped>\n", | |
| " .dataframe tbody tr th:only-of-type {\n", | |
| " vertical-align: middle;\n", | |
| " }\n", | |
| "\n", | |
| " .dataframe tbody tr th {\n", | |
| " vertical-align: top;\n", | |
| " }\n", | |
| "\n", | |
| " .dataframe thead th {\n", | |
| " text-align: right;\n", | |
| " }\n", | |
| "</style>\n", | |
| "<table border=\"1\" class=\"dataframe\">\n", | |
| " <thead>\n", | |
| " <tr style=\"text-align: right;\">\n", | |
| " <th></th>\n", | |
| " <th>frame_id</th>\n", | |
| " <th>region_name</th>\n", | |
| " <th>priority</th>\n", | |
| " <th>orbit_pass</th>\n", | |
| " <th>geometry</th>\n", | |
| " </tr>\n", | |
| " </thead>\n", | |
| " <tbody>\n", | |
| " <tr>\n", | |
| " <th>0</th>\n", | |
| " <td>10860</td>\n", | |
| " <td>México</td>\n", | |
| " <td>2.0</td>\n", | |
| " <td>DESCENDING</td>\n", | |
| " <td>POLYGON ((-101.49684 18.99459, -101.19986 20.5...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>1</th>\n", | |
| " <td>42810</td>\n", | |
| " <td>Hawaii</td>\n", | |
| " <td>2.0</td>\n", | |
| " <td>DESCENDING</td>\n", | |
| " <td>POLYGON ((-158.98785 19.55815, -158.69093 21.0...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>2</th>\n", | |
| " <td>42809</td>\n", | |
| " <td>Hawaii</td>\n", | |
| " <td>2.0</td>\n", | |
| " <td>DESCENDING</td>\n", | |
| " <td>POLYGON ((-158.73061 20.8887, -158.43405 22.42...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>3</th>\n", | |
| " <td>35023</td>\n", | |
| " <td>Hawaii</td>\n", | |
| " <td>2.0</td>\n", | |
| " <td>DESCENDING</td>\n", | |
| " <td>POLYGON ((-162.90605 20.57438, -162.60948 22.1...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>4</th>\n", | |
| " <td>35022</td>\n", | |
| " <td>Hawaii</td>\n", | |
| " <td>2.0</td>\n", | |
| " <td>DESCENDING</td>\n", | |
| " <td>POLYGON ((-162.64915 21.90479, -162.3528 23.43...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>...</th>\n", | |
| " <td>...</td>\n", | |
| " <td>...</td>\n", | |
| " <td>...</td>\n", | |
| " <td>...</td>\n", | |
| " <td>...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>1421</th>\n", | |
| " <td>20982</td>\n", | |
| " <td>British Columbia</td>\n", | |
| " <td>4.0</td>\n", | |
| " <td>ASCENDING</td>\n", | |
| " <td>POLYGON ((-134.5673 53.738, -130.81623 54.2546...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>1422</th>\n", | |
| " <td>20981</td>\n", | |
| " <td>British Columbia</td>\n", | |
| " <td>4.0</td>\n", | |
| " <td>ASCENDING</td>\n", | |
| " <td>POLYGON ((-134.11986 52.42058, -130.48188 52.9...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>1423</th>\n", | |
| " <td>20712</td>\n", | |
| " <td>Saskatchewan</td>\n", | |
| " <td>4.0</td>\n", | |
| " <td>ASCENDING</td>\n", | |
| " <td>POLYGON ((-109.2125 51.75238, -105.62907 52.26...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>1424</th>\n", | |
| " <td>21518</td>\n", | |
| " <td>Alaska</td>\n", | |
| " <td>4.0</td>\n", | |
| " <td>ASCENDING</td>\n", | |
| " <td>MULTIPOLYGON (((180 52.94661, 180 51.38749, 17...</td>\n", | |
| " </tr>\n", | |
| " <tr>\n", | |
| " <th>1425</th>\n", | |
| " <td>21517</td>\n", | |
| " <td>Alaska</td>\n", | |
| " <td>4.0</td>\n", | |
| " <td>ASCENDING</td>\n", | |
| " <td>MULTIPOLYGON (((180 51.59311, 180 50.03348, 17...</td>\n", | |
| " </tr>\n", | |
| " </tbody>\n", | |
| "</table>\n", | |
| "<p>1426 rows × 5 columns</p>\n", | |
| "</div>" | |
| ], | |
| "text/plain": [ | |
| " frame_id region_name priority orbit_pass \\\n", | |
| "0 10860 México 2.0 DESCENDING \n", | |
| "1 42810 Hawaii 2.0 DESCENDING \n", | |
| "2 42809 Hawaii 2.0 DESCENDING \n", | |
| "3 35023 Hawaii 2.0 DESCENDING \n", | |
| "4 35022 Hawaii 2.0 DESCENDING \n", | |
| "... ... ... ... ... \n", | |
| "1421 20982 British Columbia 4.0 ASCENDING \n", | |
| "1422 20981 British Columbia 4.0 ASCENDING \n", | |
| "1423 20712 Saskatchewan 4.0 ASCENDING \n", | |
| "1424 21518 Alaska 4.0 ASCENDING \n", | |
| "1425 21517 Alaska 4.0 ASCENDING \n", | |
| "\n", | |
| " geometry \n", | |
| "0 POLYGON ((-101.49684 18.99459, -101.19986 20.5... \n", | |
| "1 POLYGON ((-158.98785 19.55815, -158.69093 21.0... \n", | |
| "2 POLYGON ((-158.73061 20.8887, -158.43405 22.42... \n", | |
| "3 POLYGON ((-162.90605 20.57438, -162.60948 22.1... \n", | |
| "4 POLYGON ((-162.64915 21.90479, -162.3528 23.43... \n", | |
| "... ... \n", | |
| "1421 POLYGON ((-134.5673 53.738, -130.81623 54.2546... \n", | |
| "1422 POLYGON ((-134.11986 52.42058, -130.48188 52.9... \n", | |
| "1423 POLYGON ((-109.2125 51.75238, -105.62907 52.26... \n", | |
| "1424 MULTIPOLYGON (((180 52.94661, 180 51.38749, 17... \n", | |
| "1425 MULTIPOLYGON (((180 51.59311, 180 50.03348, 17... \n", | |
| "\n", | |
| "[1426 rows x 5 columns]" | |
| ] | |
| }, | |
| "execution_count": 2, | |
| "metadata": {}, | |
| "output_type": "execute_result" | |
| } | |
| ], | |
| "source": [ | |
| "gdf = geopandas.read_file(\"https://github.com/nasa/opera-sds/raw/refs/heads/main/disp_s1/NApriorityrollout_framebased_v8_13Mar2025.json\")\n", | |
| "gdf" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "execution_count": 3, | |
| "id": "2ce86f56-7f2f-4336-95f4-69d8bde5aee1", | |
| "metadata": {}, | |
| "outputs": [ | |
| { | |
| "data": { | |
| "text/html": [ | |
| "<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"<!DOCTYPE html>\n", | |
| "<html>\n", | |
| "<head>\n", | |
| " \n", | |
| " <meta http-equiv="content-type" content="text/html; charset=UTF-8" />\n", | |
| " \n", | |
| " <script>\n", | |
| " L_NO_TOUCH = false;\n", | |
| " L_DISABLE_3D = false;\n", | |
| " </script>\n", | |
| " \n", | |
| " <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>\n", | |
| " <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>\n", | |
| " <script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>\n", | |
| " <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>\n", | |
| " <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>\n", | |
| " <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>\n", | |
| " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>\n", | |
| " \n", | |
| " <meta name="viewport" content="width=device-width,\n", | |
| " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", | |
| " <style>\n", | |
| " #map_1e1ae4dadbb3aeb5634e268fd0e21e90 {\n", | |
| " position: relative;\n", | |
| " width: 100.0%;\n", | |
| " height: 100.0%;\n", | |
| " left: 0.0%;\n", | |
| " top: 0.0%;\n", | |
| " }\n", | |
| " .leaflet-container { font-size: 1rem; }\n", | |
| " </style>\n", | |
| " \n", | |
| " \n", | |
| " <style>\n", | |
| " .foliumtooltip {\n", | |
| " \n", | |
| " }\n", | |
| " .foliumtooltip table{\n", | |
| " margin: auto;\n", | |
| " }\n", | |
| " .foliumtooltip tr{\n", | |
| " text-align: left;\n", | |
| " }\n", | |
| " .foliumtooltip th{\n", | |
| " padding: 2px; padding-right: 8px;\n", | |
| " }\n", | |
| " </style>\n", | |
| " \n", | |
| " <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>\n", | |
| "</head>\n", | |
| "<body>\n", | |
| " \n", | |
| " \n", | |
| " <div class="folium-map" id="map_1e1ae4dadbb3aeb5634e268fd0e21e90" ></div>\n", | |
| " \n", | |
| "</body>\n", | |
| "<script>\n", | |
| " \n", | |
| " \n", | |
| " var map_1e1ae4dadbb3aeb5634e268fd0e21e90 = L.map(\n", | |
| " "map_1e1ae4dadbb3aeb5634e268fd0e21e90",\n", | |
| " {\n", | |
| " center: [28.7481395, 0.0],\n", | |
| " crs: L.CRS.EPSG3857,\n", | |
| " ...{\n", | |
| " "zoom": 10,\n", | |
| " "zoomControl": true,\n", | |
| " "preferCanvas": false,\n", | |
| "}\n", | |
| "\n", | |
| " }\n", | |
| " );\n", | |
| " L.control.scale().addTo(map_1e1ae4dadbb3aeb5634e268fd0e21e90);\n", | |
| "\n", | |
| " \n", | |
| "\n", | |
| " \n", | |
| " \n", | |
| " var tile_layer_94aaf52b7d2ebd1aa253da532b3d5f26 = L.tileLayer(\n", | |
| " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", | |
| " {\n", | |
| " "minZoom": 0,\n", | |
| " "maxZoom": 19,\n", | |
| " "maxNativeZoom": 19,\n", | |
| " "noWrap": false,\n", | |
| " "attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors",\n", | |
| " "subdomains": "abc",\n", | |
| " "detectRetina": false,\n", | |
| " "tms": false,\n", | |
| " "opacity": 1,\n", | |
| "}\n", | |
| "\n", | |
| " );\n", | |
| " \n", | |
| " \n", | |
| " tile_layer_94aaf52b7d2ebd1aa253da532b3d5f26.addTo(map_1e1ae4dadbb3aeb5634e268fd0e21e90);\n", | |
| " \n", | |
| " \n", | |
| " map_1e1ae4dadbb3aeb5634e268fd0e21e90.fitBounds(\n", | |
| " [[-15.289224, -180.0], [72.785503, 180.0]],\n", | |
| " {}\n", | |
| " );\n", | |
| " \n", | |
| " \n", | |
| " function geo_json_63d957b4cd8c76e7230cf0c4be26982b_styler(feature) {\n", | |
| " switch(feature.id) {\n", | |
| " case "675": case "676": case "677": case "678": case "679": case "680": case "681": case "682": case "683": case "686": case "687": case "693": case "694": case "695": case "729": case "817": case "836": \n", | |
| " return {"color": "#21908d", "fillColor": "#21908d", "fillOpacity": 0.5, "weight": 2};\n", | |
| " case "684": case "685": case "767": case "768": case "769": case "806": case "864": case "865": case "870": case "871": case "872": case "873": case "874": case "875": case "876": case "877": case "878": case "879": case "880": case "881": case "882": case "883": case "884": case "885": case "886": case "887": case "894": case "895": case "896": case "897": case "899": case "900": case "903": case "904": case "906": case "907": case "908": case "910": case "912": case "913": case "914": case "915": case "923": case "924": case "925": case "926": case "928": case "929": case "930": case "931": case "932": case "933": case "934": case "935": case "936": case "937": case "938": case "940": case "941": case "942": case "943": case "944": case "946": case "947": case "951": case "952": case "953": case "954": case "955": case "956": case "959": case "962": case "963": case "964": case "965": case "966": case "968": case "969": case "970": case "971": case "972": case "973": case "975": case "982": case "983": case "984": case "985": case "987": case "988": case "989": case "990": case "991": case "992": case "993": case "994": case "995": case "996": case "997": case "998": case "999": case "1000": case "1001": case "1003": case "1004": case "1005": case "1006": case "1007": case "1008": case "1012": case "1018": case "1019": case "1020": case "1023": case "1024": case "1025": case "1026": case "1027": case "1028": case "1029": case "1031": case "1032": case "1033": case "1034": case "1035": case "1036": case "1037": case "1038": case "1041": case "1042": case "1043": case "1044": case "1045": case "1046": case "1047": case "1048": case "1049": case "1050": case "1051": case "1052": case "1053": case "1054": case "1055": case "1056": case "1057": case "1058": case "1059": case "1060": case "1061": case "1062": case "1063": case "1065": case "1066": case "1067": case "1070": case "1072": case "1073": case "1074": case "1076": case "1077": case "1078": case "1079": case "1082": case "1083": \n", | |
| " return {"color": "#5cc863", "fillColor": "#5cc863", "fillOpacity": 0.5, "weight": 2};\n", | |
| " case "688": case "690": case "721": case "722": case "723": case "724": case "725": case "770": case "801": case "807": case "808": case "809": case "810": case "811": case "822": case "826": case "833": case "846": case "858": \n", | |
| " return {"color": "#440154", "fillColor": "#440154", "fillOpacity": 0.5, "weight": 2};\n", | |
| " case "689": case "691": case "692": case "696": case "697": case "698": case "699": case "700": case "701": case "702": case "703": case "704": case "705": case "706": case "707": case "708": case "709": case "711": case "712": case "713": case "714": case "715": case "719": case "728": case "730": case "731": case "732": case "733": case "734": case "735": case "736": case "737": case "738": case "739": case "740": case "741": case "742": case "747": case "748": case "749": case "750": case "751": case "752": case "753": case "754": case "755": case "756": case "757": case "758": case "759": case "760": case "763": case "764": case "765": case "766": case "771": case "772": case "773": case "774": case "775": case "776": case "777": case "787": case "788": case "789": case "797": case "798": case "799": case "800": case "802": case "803": case "804": case "805": case "812": case "813": case "814": case "815": case "816": case "818": case "819": case "820": case "821": case "827": case "828": case "829": case "830": case "834": case "835": case "837": case "838": case "839": case "840": case "841": case "842": case "845": case "847": case "848": case "850": case "851": case "852": case "853": case "854": case "855": case "856": case "857": case "860": case "890": \n", | |
| " return {"color": "#3b518b", "fillColor": "#3b518b", "fillOpacity": 0.5, "weight": 2};\n", | |
| " default:\n", | |
| " return {"color": "#fde725", "fillColor": "#fde725", "fillOpacity": 0.5, "weight": 2};\n", | |
| " }\n", | |
| " }\n", | |
| " function geo_json_63d957b4cd8c76e7230cf0c4be26982b_highlighter(feature) {\n", | |
| " switch(feature.id) {\n", | |
| " default:\n", | |
| " return {"fillOpacity": 0.75};\n", | |
| " }\n", | |
| " }\n", | |
| " function geo_json_63d957b4cd8c76e7230cf0c4be26982b_pointToLayer(feature, latlng) {\n", | |
| " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", | |
| " \n", | |
| " let style = geo_json_63d957b4cd8c76e7230cf0c4be26982b_styler(feature)\n", | |
| " Object.assign(opts, style)\n", | |
| " \n", | |
| " return new L.CircleMarker(latlng, opts)\n", | |
| " }\n", | |
| "\n", | |
| " function geo_json_63d957b4cd8c76e7230cf0c4be26982b_onEachFeature(feature, layer) {\n", | |
| " layer.on({\n", | |
| " mouseout: function(e) {\n", | |
| " if(typeof e.target.setStyle === "function"){\n", | |
| " geo_json_63d957b4cd8c76e7230cf0c4be26982b.resetStyle(e.target);\n", | |
| " }\n", | |
| " },\n", | |
| " mouseover: function(e) {\n", | |
| " if(typeof e.target.setStyle === "function"){\n", | |
| " const highlightStyle = geo_json_63d957b4cd8c76e7230cf0c4be26982b_highlighter(e.target.feature)\n", | |
| " e.target.setStyle(highlightStyle);\n", | |
| " }\n", | |
| " },\n", | |
| " });\n", | |
| " };\n", | |
| " var geo_json_63d957b4cd8c76e7230cf0c4be26982b = L.geoJson(null, {\n", | |
| " onEachFeature: geo_json_63d957b4cd8c76e7230cf0c4be26982b_onEachFeature,\n", | |
| " \n", | |
| " style: geo_json_63d957b4cd8c76e7230cf0c4be26982b_styler,\n", | |
| " pointToLayer: geo_json_63d957b4cd8c76e7230cf0c4be26982b_pointToLayer,\n", | |
| " ...{\n", | |
| "}\n", | |
| " });\n", | |
| "\n", | |
| " function geo_json_63d957b4cd8c76e7230cf0c4be26982b_add (data) {\n", | |
| " geo_json_63d957b4cd8c76e7230cf0c4be26982b\n", | |
| " .addData(data);\n", | |
| " }\n", | |
| " geo_json_63d957b4cd8c76e7230cf0c4be26982b_add({"bbox": [-180.0, -15.289224, 180.0, 72.785503], "features": [{"bbox": [-99.287877, 18.154803, -96.648934, 20.228853], "geometry": {"coordinates": [[[-99.287877, 19.683371], [-96.945991, 20.228853], [-96.648934, 18.693514], [-98.970287, 18.154803], [-99.287877, 19.683371]]], "type": "Polygon"}, "id": "675", "properties": {"__folium_color": "#21908d", "frame_id": 1088, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-163.889721, 22.120062999999003, -161.18390300000146, 24.18477999999912], "geometry": {"coordinates": [[[-163.889721, 23.647765], [-161.4803370000015, 24.18477999999912], [-161.18390300000146, 22.649968999999032], [-163.56699700000158, 22.120062999999003], [-163.889721, 23.647765]]], "type": "Polygon"}, "id": "676", "properties": {"__folium_color": "#21908d", "frame_id": 44855, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-99.567438, 19.4885, -96.906312, 21.559369], "geometry": {"coordinates": [[[-99.567438, 21.016547], [-97.202936, 21.559369], [-96.906312, 20.024201], [-99.247144, 19.4885], [-99.567438, 21.016547]]], "type": "Polygon"}, "id": "677", "properties": {"__folium_color": "#21908d", "frame_id": 1089, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-161.5040260000015, 20.56712199999893, -158.826845, 22.635354999999056], "geometry": {"coordinates": [[[-161.5040260000015, 22.095221999999012], [-159.1234020000014, 22.635354999999056], [-158.826845, 21.100291], [-161.18358100000145, 20.56712199999893], [-161.5040260000015, 22.095221999999012]]], "type": "Polygon"}, "id": "678", "properties": {"__folium_color": "#21908d", "frame_id": 25254, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-159.124194, 19.021872, -156.472866, 21.093773], "geometry": {"coordinates": [[[-159.124194, 20.550307], [-156.769779, 21.093773], [-156.472866, 19.558483], [-158.805504, 19.021872], [-159.124194, 20.550307]]], "type": "Polygon"}, "id": "679", "properties": {"__folium_color": "#21908d", "frame_id": 5653, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-159.403476, 20.355445, -156.730105, 22.424208999999035], "geometry": {"coordinates": [[[-159.403476, 21.883603], [-157.0267120000013, 22.424208999999035], [-156.730105, 20.889109], [-159.083307, 20.355445], [-159.403476, 21.883603]]], "type": "Polygon"}, "id": "680", "properties": {"__folium_color": "#21908d", "frame_id": 5654, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-159.68432400000145, 21.688747, -156.987041, 23.754424999999124], "geometry": {"coordinates": [[[-159.68432400000145, 23.21658599999907], [-157.28342700000132, 23.754424999999124], [-156.987041, 22.219522], [-159.362337, 21.688747], [-159.68432400000145, 23.21658599999907]]], "type": "Polygon"}, "id": "681", "properties": {"__folium_color": "#21908d", "frame_id": 5655, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-157.322804, 20.250733, -154.65124800000117, 22.319690999999047], "geometry": {"coordinates": [[[-157.322804, 21.77892], [-154.9478170000012, 22.319690999999047], [-154.65124800000117, 20.78457199999895], [-157.002829, 20.250733], [-157.322804, 21.77892]]], "type": "Polygon"}, "id": "682", "properties": {"__folium_color": "#21908d", "frame_id": 33040, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-157.043692, 18.917135, -154.39402600000113, 20.98923499999896], "geometry": {"coordinates": [[[-157.043692, 20.445597], [-154.69091700000115, 20.98923499999896], [-154.39402600000113, 19.453927999998875], [-156.725174, 18.917135], [-157.043692, 20.445597]]], "type": "Polygon"}, "id": "683", "properties": {"__folium_color": "#21908d", "frame_id": 33039, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-101.109795, 17.02889, -98.487535, 19.105601], "geometry": {"coordinates": [[[-101.109795, 18.557666], [-98.784669, 19.105601], [-98.487535, 17.570063], [-100.79318, 17.02889], [-101.109795, 18.557666]]], "type": "Polygon"}, "id": "684", "properties": {"__folium_color": "#5cc863", "frame_id": 20687, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-101.665388, 19.696452, -99.002244, 21.76678], "geometry": {"coordinates": [[[-101.665388, 21.22472], [-99.298795, 21.76678], [-99.002244, 20.231636], [-101.346257, 19.696452], [-101.665388, 21.22472]]], "type": "Polygon"}, "id": "685", "properties": {"__folium_color": "#5cc863", "frame_id": 20689, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-156.765822, 17.583280999998767, -154.13627100000107, 19.65856599999888], "geometry": {"coordinates": [[[-156.765822, 19.112004], [-154.43372500000112, 19.65856599999888], [-154.13627100000107, 18.123107999998798], [-156.4485800000012, 17.583280999998767], [-156.765822, 19.112004]]], "type": "Polygon"}, "id": "686", "properties": {"__folium_color": "#21908d", "frame_id": 33038, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-101.387018, 18.362793, -98.744958, 20.436292], "geometry": {"coordinates": [[[-101.387018, 19.891322], [-99.041913, 20.436292], [-98.744958, 18.900973], [-101.069234, 18.362793], [-101.387018, 19.891322]]], "type": "Polygon"}, "id": "687", "properties": {"__folium_color": "#21908d", "frame_id": 20688, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-118.935791, 32.844513, -115.949837, 34.88677], "geometry": {"coordinates": [[[-118.935791, 34.368557], [-116.254488, 34.88677], [-115.949837, 33.354667], [-118.585758, 32.844513], [-118.935791, 34.368557]]], "type": "Polygon"}, "id": "688", "properties": {"__folium_color": "#440154", "frame_id": 16940, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-104.902042, 25.245366, -102.127884, 27.303031], "geometry": {"coordinates": [[[-104.902042, 26.771764], [-102.42478, 27.303031], [-102.127884, 25.768863], [-104.571627, 25.245366], [-104.902042, 26.771764]]], "type": "Polygon"}, "id": "689", "properties": {"__folium_color": "#3b518b", "frame_id": 40293, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-118.630627, 31.514676, -115.688509, 33.559488], "geometry": {"coordinates": [[[-118.630627, 33.039263], [-115.990624, 33.559488], [-115.688509, 32.026895], [-118.285335, 31.514676], [-118.630627, 33.039263]]], "type": "Polygon"}, "id": "690", "properties": {"__folium_color": "#440154", "frame_id": 16939, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-106.075637, 30.570279, -103.161912, 32.617015], "geometry": {"coordinates": [[[-106.075637, 32.0952], [-103.462913, 32.617015], [-103.161912, 31.084196], [-105.733472, 30.570279], [-106.075637, 32.0952]]], "type": "Polygon"}, "id": "691", "properties": {"__folium_color": "#3b518b", "frame_id": 40297, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-106.377894, 31.900447, -103.422316, 33.944651], "geometry": {"coordinates": [[[-106.377894, 33.424832], [-103.724937, 33.944651], [-103.422316, 32.412209], [-106.031222, 31.900447], [-106.377894, 33.424832]]], "type": "Polygon"}, "id": "692", "properties": {"__folium_color": "#3b518b", "frame_id": 40298, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-119.245567, 34.173827, -116.213405, 36.21372], "geometry": {"coordinates": [[[-119.245567, 35.697287], [-116.519585, 36.21372], [-116.213405, 34.681946], [-118.890234, 34.173827], [-119.245567, 35.697287]]], "type": "Polygon"}, "id": "693", "properties": {"__folium_color": "#21908d", "frame_id": 16941, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-119.560496, 35.502579, -116.478163, 37.54024], "geometry": {"coordinates": [[[-119.560496, 37.025413], [-116.786777, 37.54024], [-116.478163, 36.008889], [-119.199257, 35.502579], [-119.560496, 37.025413]]], "type": "Polygon"}, "id": "694", "properties": {"__folium_color": "#21908d", "frame_id": 16942, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-118.329577, 30.184327, -115.428467, 32.231704], "geometry": {"coordinates": [[[-118.329577, 31.709443], [-115.729039, 32.231704], [-115.428467, 30.69874], [-117.988666, 30.184327], [-118.329577, 31.709443]]], "type": "Polygon"}, "id": "695", "properties": {"__folium_color": "#21908d", "frame_id": 16938, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-117.73855, 27.522207, -114.911135, 29.57501], "geometry": {"coordinates": [[[-117.73855, 29.048288], [-115.209556, 29.57501], [-114.911135, 28.041382], [-117.40512, 27.522207], [-117.73855, 29.048288]]], "type": "Polygon"}, "id": "696", "properties": {"__folium_color": "#3b518b", "frame_id": 16936, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-105.19087, 26.576953, -102.384899, 28.631877], "geometry": {"coordinates": [[[-105.19087, 28.103298], [-102.684055, 28.631877], [-102.384899, 27.098262], [-104.859669, 26.576953], [-105.19087, 28.103298]]], "type": "Polygon"}, "id": "697", "properties": {"__folium_color": "#3b518b", "frame_id": 40294, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-104.613608, 23.912996, -101.871194, 25.973612], "geometry": {"coordinates": [[[-104.613608, 25.440209], [-102.167666, 25.973612], [-101.871194, 24.439169], [-104.288167, 23.912996], [-104.613608, 25.440209]]], "type": "Polygon"}, "id": "698", "properties": {"__folium_color": "#3b518b", "frame_id": 40292, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-93.202376, 28.180121, -90.354326, 30.231604], "geometry": {"coordinates": [[[-93.202376, 29.705444], [-90.653223, 30.231604], [-90.354326, 28.69819], [-92.864453, 28.180121], [-93.202376, 29.705444]]], "type": "Polygon"}, "id": "699", "properties": {"__folium_color": "#3b518b", "frame_id": 16668, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-93.497936, 29.510669, -90.613009, 31.559627], "geometry": {"coordinates": [[[-93.497936, 31.035957], [-90.914738, 31.559627], [-90.613009, 30.026807], [-93.158971, 29.510669], [-93.497936, 31.035957]]], "type": "Polygon"}, "id": "700", "properties": {"__folium_color": "#3b518b", "frame_id": 16669, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-93.797126, 30.841198, -90.874322, 32.887543], "geometry": {"coordinates": [[[-93.797126, 32.36597], [-91.1757, 32.887543], [-90.874322, 31.354837], [-93.453986, 30.841198], [-93.797126, 32.36597]]], "type": "Polygon"}, "id": "701", "properties": {"__folium_color": "#3b518b", "frame_id": 16670, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-94.100317, 32.171229, -91.135046, 34.215068], "geometry": {"coordinates": [[[-94.100317, 33.695457], [-91.438104, 34.215068], [-91.135046, 32.682742], [-93.752578, 32.171229], [-94.100317, 33.695457]]], "type": "Polygon"}, "id": "702", "properties": {"__folium_color": "#3b518b", "frame_id": 16671, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-94.720176, 34.829707, -91.661674, 36.868761], "geometry": {"coordinates": [[[-94.720176, 36.352779], [-91.969101, 36.868761], [-91.661674, 35.33727], [-94.361904, 34.829707], [-94.720176, 36.352779]]], "type": "Polygon"}, "id": "703", "properties": {"__folium_color": "#3b518b", "frame_id": 16673, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-95.03792, 36.158103, -91.927494, 38.195001], "geometry": {"coordinates": [[[-95.03792, 37.680535], [-92.237525, 38.195001], [-91.927494, 36.663941], [-94.673464, 36.158103], [-95.03792, 37.680535]]], "type": "Polygon"}, "id": "704", "properties": {"__folium_color": "#3b518b", "frame_id": 16674, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-105.482518, 27.9085, -102.644045, 29.960602], "geometry": {"coordinates": [[[-105.482518, 29.434401], [-102.94275, 29.960602], [-102.644045, 28.42711], [-105.14806, 27.9085], [-105.482518, 29.434401]]], "type": "Polygon"}, "id": "705", "properties": {"__folium_color": "#3b518b", "frame_id": 40295, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-105.7773, 29.239617, -102.902578, 31.28899], "geometry": {"coordinates": [[[-105.7773, 30.765048], [-103.202279, 31.28899], [-102.902578, 29.755821], [-105.439224, 29.239617], [-105.7773, 30.765048]]], "type": "Polygon"}, "id": "706", "properties": {"__folium_color": "#3b518b", "frame_id": 40296, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-95.361492, 37.485886, -92.19551, 39.52078], "geometry": {"coordinates": [[[-95.361492, 39.00766], [-92.508564, 39.52078], [-92.19551, 37.990175], [-94.990345, 37.485886], [-95.361492, 39.00766]]], "type": "Polygon"}, "id": "707", "properties": {"__folium_color": "#3b518b", "frame_id": 16675, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-118.032337, 28.853491, -115.169431, 30.903536], "geometry": {"coordinates": [[[-118.032337, 30.37911], [-115.468777, 30.903536], [-115.169431, 29.370227], [-117.695397, 28.853491], [-118.032337, 30.37911]]], "type": "Polygon"}, "id": "708", "properties": {"__folium_color": "#3b518b", "frame_id": 16937, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-94.407829, 33.500736, -91.397173, 35.542083], "geometry": {"coordinates": [[[-94.407829, 35.024406], [-91.702921, 35.542083], [-91.397173, 34.010256], [-94.055112, 33.500736], [-94.407829, 35.024406]]], "type": "Polygon"}, "id": "709", "properties": {"__folium_color": "#3b518b", "frame_id": 16672, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-119.885288, 36.83073, -116.744972, 38.866305], "geometry": {"coordinates": [[[-119.885288, 38.352253], [-117.056425, 38.866305], [-116.744972, 37.335401], [-119.513361, 36.83073], [-119.885288, 38.352253]]], "type": "Polygon"}, "id": "710", "properties": {"__folium_color": "#fde725", "frame_id": 16943, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-102.512179, 23.695412, -99.772275, 25.756616], "geometry": {"coordinates": [[[-102.512179, 25.222644], [-100.070032, 25.756616], [-99.772275, 24.222354], [-102.187006, 23.695412], [-102.512179, 25.222644]]], "type": "Polygon"}, "id": "711", "properties": {"__folium_color": "#3b518b", "frame_id": 20692, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-102.798053, 25.027817, -100.030265, 27.086066], "geometry": {"coordinates": [[[-102.798053, 26.55465], [-100.327174, 27.086066], [-100.030265, 25.551883], [-102.47026, 25.027817], [-102.798053, 26.55465]]], "type": "Polygon"}, "id": "712", "properties": {"__folium_color": "#3b518b", "frame_id": 20693, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-103.086401, 26.359834, -100.287313, 28.415202], "geometry": {"coordinates": [[[-103.086401, 27.886253], [-100.584829, 28.415202], [-100.287313, 26.881314], [-102.755747, 26.359834], [-103.086401, 27.886253]]], "type": "Polygon"}, "id": "713", "properties": {"__folium_color": "#3b518b", "frame_id": 20694, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-103.377518, 27.691449, -100.544843, 29.74398], "geometry": {"coordinates": [[[-103.377518, 29.21743], [-100.843359, 29.74398], [-100.544843, 28.210434], [-103.043666, 27.691449], [-103.377518, 29.21743]]], "type": "Polygon"}, "id": "714", "properties": {"__folium_color": "#3b518b", "frame_id": 20695, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-103.671715, 29.022639, -100.803217, 31.072424], "geometry": {"coordinates": [[[-103.671715, 30.548154], [-101.102689, 31.072424], [-100.803217, 29.539198], [-103.334307, 29.022639], [-103.671715, 30.548154]]], "type": "Polygon"}, "id": "715", "properties": {"__folium_color": "#3b518b", "frame_id": 20696, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-120.212142, 38.157634, -117.014188, 40.191471], "geometry": {"coordinates": [[[-120.212142, 39.679087], [-117.332269, 40.191471], [-117.014188, 38.661462], [-119.837248, 38.157634], [-120.212142, 39.679087]]], "type": "Polygon"}, "id": "716", "properties": {"__folium_color": "#fde725", "frame_id": 16944, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-120.545704, 39.4845, -117.289543, 41.516583], "geometry": {"coordinates": [[[-120.545704, 41.005246], [-117.607965, 41.516583], [-117.289543, 39.986659], [-120.163114, 39.4845], [-120.545704, 41.005246]]], "type": "Polygon"}, "id": "717", "properties": {"__folium_color": "#fde725", "frame_id": 16945, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-120.886813, 40.810694, -117.564695, 42.841203], "geometry": {"coordinates": [[[-120.886813, 42.330672], [-117.887189, 42.841203], [-117.564695, 41.311771], [-120.495595, 40.810694], [-120.886813, 42.330672]]], "type": "Polygon"}, "id": "718", "properties": {"__folium_color": "#fde725", "frame_id": 16946, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-99.555175, 37.801733, -96.375021, 39.836248], "geometry": {"coordinates": [[[-99.555175, 39.323334], [-96.688892, 39.836248], [-96.375021, 38.305757], [-99.182268, 37.801733], [-99.555175, 39.323334]]], "type": "Polygon"}, "id": "719", "properties": {"__folium_color": "#3b518b", "frame_id": 8889, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-99.886829, 39.128731, -96.646299, 41.161344], "geometry": {"coordinates": [[[-99.886829, 40.649635], [-96.964467, 41.161344], [-96.646299, 39.631424], [-99.506417, 39.128731], [-99.886829, 40.649635]]], "type": "Polygon"}, "id": "720", "properties": {"__folium_color": "#fde725", "frame_id": 8890, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-123.125326, 33.161178, -120.128079, 35.202953], "geometry": {"coordinates": [[[-123.125326, 34.685068], [-120.43328, 35.202953], [-120.128079, 33.670956], [-122.773987, 33.161178], [-123.125326, 34.685068]]], "type": "Polygon"}, "id": "721", "properties": {"__folium_color": "#440154", "frame_id": 9154, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-123.436353, 34.490352, -120.392116, 36.529797], "geometry": {"coordinates": [[[-123.436353, 36.01365], [-120.698919, 36.529797], [-120.392116, 34.998133], [-123.079591, 34.490352], [-123.436353, 36.01365]]], "type": "Polygon"}, "id": "722", "properties": {"__folium_color": "#440154", "frame_id": 9155, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-123.75265, 35.818957, -120.657406, 37.856206], "geometry": {"coordinates": [[[-123.75265, 37.341622], [-120.966725, 37.856206], [-120.657406, 36.32497], [-123.389848, 35.818957], [-123.75265, 37.341622]]], "type": "Polygon"}, "id": "723", "properties": {"__folium_color": "#440154", "frame_id": 9156, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-124.074637, 37.146954, -120.924817, 39.182159], "geometry": {"coordinates": [[[-124.074637, 38.668969], [-121.237064, 39.182159], [-120.924817, 37.651373], [-123.705302, 37.146954], [-124.074637, 38.668969]]], "type": "Polygon"}, "id": "724", "properties": {"__folium_color": "#440154", "frame_id": 9157, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-124.402867, 38.47433, -121.194711, 40.507543], "geometry": {"coordinates": [[[-124.402867, 39.995664], [-121.511044, 40.507543], [-121.194711, 38.977321], [-124.026367, 38.47433], [-124.402867, 39.995664]]], "type": "Polygon"}, "id": "725", "properties": {"__folium_color": "#440154", "frame_id": 9158, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-124.73813, 39.801056, -121.468191, 41.832541], "geometry": {"coordinates": [[[-124.73813, 41.321649], [-121.787488, 41.832541], [-121.468191, 40.302711], [-124.353588, 39.801056], [-124.73813, 41.321649]]], "type": "Polygon"}, "id": "726", "properties": {"__folium_color": "#fde725", "frame_id": 9159, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-125.085883, 41.127078, -121.744076, 43.157043], "geometry": {"coordinates": [[[-125.085883, 42.646193], [-122.067553, 43.157043], [-121.744076, 41.627709], [-124.687746, 41.127078], [-125.085883, 42.646193]]], "type": "Polygon"}, "id": "727", "properties": {"__folium_color": "#fde725", "frame_id": 9160, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-99.230062, 36.4741, -96.106385, 38.510577], "geometry": {"coordinates": [[[-99.230062, 37.996367], [-96.417142, 38.510577], [-96.106385, 36.979628], [-98.863997, 36.4741], [-99.230062, 37.996367]]], "type": "Polygon"}, "id": "728", "properties": {"__folium_color": "#3b518b", "frame_id": 8888, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-98.91091, 35.145847, -95.840018, 37.184444], "geometry": {"coordinates": [[[-98.91091, 36.668762], [-96.148088, 37.184444], [-95.840018, 35.653059], [-98.551168, 35.145847], [-98.91091, 36.668762]]], "type": "Polygon"}, "id": "729", "properties": {"__folium_color": "#21908d", "frame_id": 8887, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-92.02066, 32.074058, -89.058645, 34.118084], "geometry": {"coordinates": [[[-92.02066, 33.598327], [-89.361572, 34.118084], [-89.058645, 32.585731], [-91.673276, 32.074058], [-92.02066, 33.598327]]], "type": "Polygon"}, "id": "730", "properties": {"__folium_color": "#3b518b", "frame_id": 44057, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-91.71778, 30.743992, -88.798014, 32.790534], "geometry": {"coordinates": [[[-91.71778, 32.268802], [-89.099282, 32.790534], [-88.798014, 31.257801], [-91.374964, 30.743992], [-91.71778, 32.268802]]], "type": "Polygon"}, "id": "731", "properties": {"__folium_color": "#3b518b", "frame_id": 44056, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-91.418874, 29.41343, -88.538484, 31.462592], "geometry": {"coordinates": [[[-91.418874, 30.938754], [-88.838416, 31.462592], [-88.538484, 29.929507], [-91.080201, 29.41343], [-91.418874, 30.938754]]], "type": "Polygon"}, "id": "732", "properties": {"__folium_color": "#3b518b", "frame_id": 44055, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-91.12357, 28.082409, -88.278158, 30.134285], "geometry": {"coordinates": [[[-91.12357, 29.608207], [-88.578686, 30.134285], [-88.278158, 28.601109], [-90.788569, 28.082409], [-91.12357, 29.608207]]], "type": "Polygon"}, "id": "733", "properties": {"__folium_color": "#3b518b", "frame_id": 44054, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-75.369628, 39.782085, -72.098732, 41.813897], "geometry": {"coordinates": [[[-75.369628, 41.30259], [-72.418041, 41.813897], [-72.098732, 40.284157], [-74.985129, 39.782085], [-75.369628, 41.30259]]], "type": "Polygon"}, "id": "734", "properties": {"__folium_color": "#3b518b", "frame_id": 8622, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-97.091882, 27.165531, -94.272942, 29.219191], "geometry": {"coordinates": [[[-97.091882, 28.691691], [-94.571106, 29.219191], [-94.272942, 27.685525], [-96.759378, 27.165531], [-97.091882, 28.691691]]], "type": "Polygon"}, "id": "735", "properties": {"__folium_color": "#3b518b", "frame_id": 8881, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-97.384771, 28.496886, -94.531022, 30.547764], "geometry": {"coordinates": [[[-97.384771, 30.022592], [-94.830048, 30.547764], [-94.531022, 29.01441], [-97.048856, 28.496886], [-97.384771, 30.022592]]], "type": "Polygon"}, "id": "736", "properties": {"__folium_color": "#3b518b", "frame_id": 8882, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-97.681018, 29.8278, -94.789787, 31.875983], "geometry": {"coordinates": [[[-97.681018, 31.353012], [-95.089971, 31.875983], [-94.789787, 30.342968], [-97.341239, 29.8278], [-97.681018, 31.353012]]], "type": "Polygon"}, "id": "737", "properties": {"__folium_color": "#3b518b", "frame_id": 8883, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-97.980975, 31.158235, -95.0495, 33.203822], "geometry": {"coordinates": [[[-97.980975, 32.682926], [-95.351154, 33.203822], [-95.0495, 31.671173], [-97.63693, 31.158235], [-97.980975, 32.682926]]], "type": "Polygon"}, "id": "738", "properties": {"__folium_color": "#3b518b", "frame_id": 8884, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-98.28859, 32.488166, -95.310436, 34.531164], "geometry": {"coordinates": [[[-98.28859, 34.011722], [-95.614547, 34.531164], [-95.310436, 32.999], [-97.936275, 32.488166], [-98.28859, 34.011722]]], "type": "Polygon"}, "id": "739", "properties": {"__folium_color": "#3b518b", "frame_id": 8885, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-98.597276, 33.817013, -95.573544, 35.857869], "geometry": {"coordinates": [[[-98.597276, 35.340534], [-95.881349, 35.857869], [-95.573544, 34.326339], [-98.243218, 33.817013], [-98.597276, 35.340534]]], "type": "Polygon"}, "id": "740", "properties": {"__folium_color": "#3b518b", "frame_id": 8886, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-108.458268, 31.999445, -105.499565, 34.043469], "geometry": {"coordinates": [[[-108.458268, 33.523795], [-105.80234, 34.043469], [-105.499565, 32.511048], [-108.111222, 31.999445], [-108.458268, 33.523795]]], "type": "Polygon"}, "id": "741", "properties": {"__folium_color": "#3b518b", "frame_id": 12912, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-108.765118, 33.329065, -105.761452, 35.370579], "geometry": {"coordinates": [[[-108.765118, 34.852863], [-106.066875, 35.370579], [-105.761452, 33.838653], [-108.413159, 33.329065], [-108.765118, 34.852863]]], "type": "Polygon"}, "id": "742", "properties": {"__folium_color": "#3b518b", "frame_id": 12913, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-109.076742, 34.658153, -106.025676, 36.697353], "geometry": {"coordinates": [[[-109.076742, 36.181356], [-106.332737, 36.697353], [-106.025676, 35.165762], [-108.719297, 34.658153], [-109.076742, 36.181356]]], "type": "Polygon"}, "id": "743", "properties": {"__folium_color": "#fde725", "frame_id": 12914, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-109.393696, 35.98667, -106.291185, 38.023692], "geometry": {"coordinates": [[[-109.393696, 37.509237], [-106.600803, 38.023692], [-106.291185, 36.492529], [-109.030143, 35.98667], [-109.393696, 37.509237]]], "type": "Polygon"}, "id": "744", "properties": {"__folium_color": "#fde725", "frame_id": 12915, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-107.312138, 35.887769, -104.213483, 37.924939], "geometry": {"coordinates": [[[-107.312138, 37.410376], [-104.522875, 37.924939], [-104.213483, 36.393752], [-106.949077, 35.887769], [-107.312138, 37.410376]]], "type": "Polygon"}, "id": "745", "properties": {"__folium_color": "#fde725", "frame_id": 40301, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-106.995615, 34.559218, -103.948146, 36.598578], "geometry": {"coordinates": [[[-106.995615, 36.082459], [-104.255007, 36.598578], [-103.948146, 35.066963], [-106.638619, 34.559218], [-106.995615, 36.082459]]], "type": "Polygon"}, "id": "746", "properties": {"__folium_color": "#fde725", "frame_id": 40300, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-106.684384, 33.230098, -103.684072, 35.271782], "geometry": {"coordinates": [[[-106.684384, 34.753931], [-103.989318, 35.271782], [-103.684072, 33.739835], [-106.332836, 33.230098], [-106.684384, 34.753931]]], "type": "Polygon"}, "id": "747", "properties": {"__folium_color": "#3b518b", "frame_id": 40299, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-108.155683, 30.669304, -105.239049, 32.715853], "geometry": {"coordinates": [[[-108.155683, 32.194194], [-105.540182, 32.715853], [-105.239049, 31.183053], [-107.813178, 30.669304], [-108.155683, 32.194194]]], "type": "Polygon"}, "id": "748", "properties": {"__folium_color": "#3b518b", "frame_id": 12911, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-107.857048, 29.338669, -104.97962, 31.387846], "geometry": {"coordinates": [[[-107.857048, 30.864071], [-105.279433, 31.387846], [-104.97962, 29.854695], [-107.518661, 29.338669], [-107.857048, 30.864071]]], "type": "Polygon"}, "id": "749", "properties": {"__folium_color": "#3b518b", "frame_id": 12910, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-106.978662, 25.344487, -104.204732, 27.401935], "geometry": {"coordinates": [[[-106.978662, 26.871287], [-104.501686, 27.401935], [-104.204732, 25.86778], [-106.650404, 25.344487], [-106.978662, 26.871287]]], "type": "Polygon"}, "id": "750", "properties": {"__folium_color": "#3b518b", "frame_id": 12907, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-107.270099, 26.676456, -104.461796, 28.731022], "geometry": {"coordinates": [[[-107.270099, 28.202373], [-104.759406, 28.731022], [-104.461796, 27.197166], [-106.936257, 26.676456], [-107.270099, 28.202373]]], "type": "Polygon"}, "id": "751", "properties": {"__folium_color": "#3b518b", "frame_id": 12908, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-107.561993, 28.007577, -104.719384, 30.059476], "geometry": {"coordinates": [[[-107.561993, 29.533451], [-105.019806, 30.059476], [-104.719384, 28.526235], [-107.227254, 28.007577], [-107.561993, 29.533451]]], "type": "Polygon"}, "id": "752", "properties": {"__folium_color": "#3b518b", "frame_id": 12909, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-105.202648, 35.671217, -102.11276, 37.708694], "geometry": {"coordinates": [[[-105.202648, 37.193933], [-102.421679, 37.708694], [-102.11276, 36.177435], [-104.840649, 35.671217], [-105.202648, 37.193933]]], "type": "Polygon"}, "id": "753", "properties": {"__folium_color": "#3b518b", "frame_id": 20701, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-103.969408, 30.353377, -101.062358, 32.400508], "geometry": {"coordinates": [[[-103.969408, 31.878387], [-101.363087, 32.400508], [-101.062358, 30.867629], [-103.627979, 30.353377], [-103.969408, 31.878387]]], "type": "Polygon"}, "id": "754", "properties": {"__folium_color": "#3b518b", "frame_id": 20697, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-99.78423, 30.039604, -96.886613, 32.087332], "geometry": {"coordinates": [[[-99.78423, 31.564733], [-97.186978, 32.087332], [-96.886613, 30.554373], [-99.443825, 30.039604], [-99.78423, 31.564733]]], "type": "Polygon"}, "id": "755", "properties": {"__folium_color": "#3b518b", "frame_id": 28483, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-100.084793, 31.369963, -97.146478, 33.415112], "geometry": {"coordinates": [[[-100.084793, 32.894567], [-97.448355, 33.415112], [-97.146478, 31.882522], [-99.740055, 31.369963], [-100.084793, 32.894567]]], "type": "Polygon"}, "id": "756", "properties": {"__folium_color": "#3b518b", "frame_id": 28484, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-100.389425, 32.699814, -97.407602, 34.742393], "geometry": {"coordinates": [[[-100.389425, 34.223879], [-97.711982, 34.742393], [-97.407602, 33.210291], [-100.039998, 32.699814], [-100.389425, 34.223879]]], "type": "Polygon"}, "id": "757", "properties": {"__folium_color": "#3b518b", "frame_id": 28485, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-100.69862, 34.029144, -97.670938, 36.069345], "geometry": {"coordinates": [[[-100.69862, 35.552629], [-97.976811, 36.069345], [-97.670938, 34.537569], [-100.343949, 34.029144], [-100.69862, 35.552629]]], "type": "Polygon"}, "id": "758", "properties": {"__folium_color": "#3b518b", "frame_id": 28486, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-101.016958, 35.357916, -97.935434, 37.395869], "geometry": {"coordinates": [[[-101.016958, 36.880139], [-98.243703, 37.395869], [-97.935434, 35.864513], [-100.652398, 35.357916], [-101.016958, 36.880139]]], "type": "Polygon"}, "id": "759", "properties": {"__folium_color": "#3b518b", "frame_id": 28487, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-101.337003, 36.685486, -98.201948, 38.721611], "geometry": {"coordinates": [[[-101.337003, 38.207647], [-98.515539, 38.721611], [-98.201948, 37.191029], [-100.969918, 36.685486], [-101.337003, 38.207647]]], "type": "Polygon"}, "id": "760", "properties": {"__folium_color": "#3b518b", "frame_id": 28488, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-101.663098, 38.013023, -98.473355, 40.047114], "geometry": {"coordinates": [[[-101.663098, 39.534514], [-98.788477, 40.047114], [-98.473355, 38.516793], [-101.28907, 38.013023], [-101.663098, 39.534514]]], "type": "Polygon"}, "id": "761", "properties": {"__folium_color": "#fde725", "frame_id": 28489, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-101.995829, 39.339921, -98.745812, 41.372237], "geometry": {"coordinates": [[[-101.614186, 39.339921], [-101.995829, 40.860709], [-99.063755, 41.372237], [-98.745812, 39.842301], [-101.614186, 39.339921]]], "type": "Polygon"}, "id": "762", "properties": {"__folium_color": "#fde725", "frame_id": 28490, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-99.487434, 28.708761, -96.627728, 30.759169], "geometry": {"coordinates": [[[-99.487434, 30.23439], [-96.926897, 30.759169], [-96.627728, 29.225868], [-99.150955, 28.708761], [-99.487434, 30.23439]]], "type": "Polygon"}, "id": "763", "properties": {"__folium_color": "#3b518b", "frame_id": 28482, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-99.194051, 27.377474, -96.369561, 29.43065], "geometry": {"coordinates": [[[-99.194051, 28.903561], [-96.667831, 29.43065], [-96.369561, 27.897033], [-98.86104, 27.377474], [-99.194051, 28.903561]]], "type": "Polygon"}, "id": "764", "properties": {"__folium_color": "#3b518b", "frame_id": 28481, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-98.903671, 26.045766, -96.11219, 28.101801], "geometry": {"coordinates": [[[-98.903671, 27.572286], [-96.409515, 28.101801], [-96.11219, 26.567848], [-98.573775, 26.045766], [-98.903671, 27.572286]]], "type": "Polygon"}, "id": "765", "properties": {"__folium_color": "#3b518b", "frame_id": 28480, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-98.615986, 24.713663, -95.855257, 26.772598], "geometry": {"coordinates": [[[-98.615986, 26.240589], [-96.152027, 26.772598], [-95.855257, 25.238355], [-98.288873, 24.713663], [-98.615986, 26.240589]]], "type": "Polygon"}, "id": "766", "properties": {"__folium_color": "#3b518b", "frame_id": 28479, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-73.289545, 39.680108, -70.019021, 41.712648], "geometry": {"coordinates": [[[-73.289545, 41.200633], [-70.337985, 41.712648], [-70.019021, 40.182869], [-72.905629, 39.680108], [-73.289545, 41.200633]]], "type": "Polygon"}, "id": "767", "properties": {"__folium_color": "#5cc863", "frame_id": 36008, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-77.142943, 38.666982, -73.923787, 40.700215], "geometry": {"coordinates": [[[-77.142943, 40.188111], [-74.240648, 40.700215], [-73.923787, 39.170162], [-76.765304, 38.666982], [-77.142943, 40.188111]]], "type": "Polygon"}, "id": "768", "properties": {"__folium_color": "#5cc863", "frame_id": 28221, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-77.479296, 39.993518, -74.197716, 42.025051], "geometry": {"coordinates": [[[-77.479296, 41.513901], [-74.517602, 42.025051], [-74.197716, 40.49539], [-77.093506, 39.993518], [-77.479296, 41.513901]]], "type": "Polygon"}, "id": "769", "properties": {"__folium_color": "#5cc863", "frame_id": 28222, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-126.182485, 37.358576, -123.023328, 39.393456], "geometry": {"coordinates": [[[-126.182485, 38.880479], [-123.336035, 39.393456], [-123.023328, 37.862744], [-125.812069, 37.358576], [-126.182485, 38.880479]]], "type": "Polygon"}, "id": "770", "properties": {"__folium_color": "#440154", "frame_id": 28757, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-108.794437, 24.226902, -106.045387, 26.286786], "geometry": {"coordinates": [[[-108.794437, 25.754032], [-106.341947, 26.286786], [-106.045387, 24.752392], [-108.468382, 24.226902], [-108.794437, 25.754032]]], "type": "Polygon"}, "id": "771", "properties": {"__folium_color": "#3b518b", "frame_id": 32506, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-109.08109, 25.559195, -106.302148, 27.616146], "geometry": {"coordinates": [[[-109.08109, 27.08593], [-106.599182, 27.616146], [-106.302148, 26.082034], [-108.752372, 25.559195], [-109.08109, 27.08593]]], "type": "Polygon"}, "id": "772", "properties": {"__folium_color": "#3b518b", "frame_id": 32507, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-109.370329, 26.891103, -106.559277, 28.94516], "geometry": {"coordinates": [[[-109.370329, 28.417416], [-106.857172, 28.94516], [-106.559277, 27.411376], [-109.038622, 26.891103], [-109.370329, 28.417416]]], "type": "Polygon"}, "id": "773", "properties": {"__folium_color": "#3b518b", "frame_id": 32508, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-109.662453, 28.2226, -106.816961, 30.27385], "geometry": {"coordinates": [[[-109.662453, 29.748464], [-107.115836, 30.27385], [-106.816961, 28.740399], [-109.327413, 28.2226], [-109.662453, 29.748464]]], "type": "Polygon"}, "id": "774", "properties": {"__folium_color": "#3b518b", "frame_id": 32509, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-109.960992, 29.553182, -107.075624, 31.602191], "geometry": {"coordinates": [[[-109.960992, 31.078504], [-107.375434, 31.602191], [-107.075624, 30.06905], [-109.62197, 29.553182], [-109.960992, 31.078504]]], "type": "Polygon"}, "id": "775", "properties": {"__folium_color": "#3b518b", "frame_id": 32510, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-110.260242, 30.883744, -107.336923, 32.929858], "geometry": {"coordinates": [[[-110.260242, 32.408549], [-107.638291, 32.929858], [-107.336923, 31.397115], [-109.917035, 30.883744], [-110.260242, 32.408549]]], "type": "Polygon"}, "id": "776", "properties": {"__folium_color": "#3b518b", "frame_id": 32511, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-110.563505, 32.213807, -107.597638, 34.257416], "geometry": {"coordinates": [[[-110.563505, 33.738068], [-107.900692, 34.257416], [-107.597638, 32.725053], [-110.215685, 32.213807], [-110.563505, 33.738068]]], "type": "Polygon"}, "id": "777", "properties": {"__folium_color": "#3b518b", "frame_id": 32512, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-110.871098, 33.543345, -107.859762, 35.584465], "geometry": {"coordinates": [[[-110.871098, 35.067049], [-108.165514, 35.584465], [-107.859762, 34.052601], [-110.518289, 33.543345], [-110.871098, 35.067049]]], "type": "Polygon"}, "id": "778", "properties": {"__folium_color": "#fde725", "frame_id": 32513, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-111.183541, 34.872348, -108.124266, 36.911175], "geometry": {"coordinates": [[[-111.183541, 36.395453], [-108.431705, 36.911175], [-108.124266, 35.379649], [-110.825162, 34.872348], [-111.183541, 36.395453]]], "type": "Polygon"}, "id": "779", "properties": {"__folium_color": "#fde725", "frame_id": 32514, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-111.501393, 36.200775, -108.390096, 38.237448], "geometry": {"coordinates": [[[-111.501393, 37.723238], [-108.700147, 38.237448], [-108.390096, 36.706353], [-111.136814, 36.200775], [-111.501393, 37.723238]]], "type": "Polygon"}, "id": "780", "properties": {"__folium_color": "#fde725", "frame_id": 32515, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-126.511756, 38.68585, -123.293613, 40.718766], "geometry": {"coordinates": [[[-126.511756, 40.207068], [-123.610472, 40.718766], [-123.293613, 39.188621], [-126.134068, 38.68585], [-126.511756, 40.207068]]], "type": "Polygon"}, "id": "781", "properties": {"__folium_color": "#fde725", "frame_id": 28758, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-126.848161, 40.012471, -123.567542, 42.043689], "geometry": {"coordinates": [[[-126.848161, 41.532941], [-123.88743, 42.043689], [-123.567542, 40.513937], [-126.462314, 40.012471], [-126.848161, 41.532941]]], "type": "Polygon"}, "id": "782", "properties": {"__folium_color": "#fde725", "frame_id": 28759, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-127.192205, 41.338381, -123.843931, 43.368113], "geometry": {"coordinates": [[[-127.192205, 42.858096], [-124.168075, 43.368113], [-123.843931, 41.83886], [-126.797599, 41.338381], [-127.192205, 42.858096]]], "type": "Polygon"}, "id": "783", "properties": {"__folium_color": "#fde725", "frame_id": 28760, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-123.000407, 41.025764, -119.66396, 43.056088], "geometry": {"coordinates": [[[-123.000407, 42.545602], [-119.989944, 43.056088], [-119.66396, 41.527059], [-122.607695, 41.025764], [-123.000407, 42.545602]]], "type": "Polygon"}, "id": "784", "properties": {"__folium_color": "#fde725", "frame_id": 36546, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-122.65799, 39.700348, -119.388378, 41.731894], "geometry": {"coordinates": [[[-122.65799, 41.220303], [-119.707321, 41.731894], [-119.388378, 40.202025], [-122.269464, 39.700348], [-122.65799, 41.220303]]], "type": "Polygon"}, "id": "785", "properties": {"__folium_color": "#fde725", "frame_id": 36545, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-122.318657, 38.373571, -119.115172, 40.406859], "geometry": {"coordinates": [[[-122.318657, 39.894962], [-119.431185, 40.406859], [-119.115172, 38.876601], [-121.942786, 38.373571], [-122.318657, 39.894962]]], "type": "Polygon"}, "id": "786", "properties": {"__folium_color": "#fde725", "frame_id": 36544, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-104.270958, 31.683627, -101.322531, 33.728206], "geometry": {"coordinates": [[[-104.270958, 33.208105], [-101.624835, 33.728206], [-101.322531, 32.1957], [-103.925094, 31.683627], [-104.270958, 33.208105]]], "type": "Polygon"}, "id": "787", "properties": {"__folium_color": "#3b518b", "frame_id": 20698, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-104.576673, 33.013363, -101.584018, 35.055401], "geometry": {"coordinates": [[[-104.576673, 34.537294], [-101.888897, 35.055401], [-101.584018, 33.523387], [-104.22601, 33.013363], [-104.576673, 34.537294]]], "type": "Polygon"}, "id": "788", "properties": {"__folium_color": "#3b518b", "frame_id": 20699, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-104.887055, 34.342572, -101.847779, 36.382263], "geometry": {"coordinates": [[[-104.887055, 35.865917], [-102.154222, 36.382263], [-101.847779, 34.85058], [-104.531029, 34.342572], [-104.887055, 35.865917]]], "type": "Polygon"}, "id": "789", "properties": {"__folium_color": "#3b518b", "frame_id": 20700, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-121.990978, 37.046145, -118.845523, 39.08144], "geometry": {"coordinates": [[[-121.990978, 38.568215], [-119.157484, 39.08144], [-118.845523, 37.550619], [-121.622219, 37.046145], [-121.990978, 38.568215]]], "type": "Polygon"}, "id": "790", "properties": {"__folium_color": "#fde725", "frame_id": 36543, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-115.692308, 36.514802, -112.567967, 38.551032], "geometry": {"coordinates": [[[-115.692308, 38.037107], [-112.878743, 38.551032], [-112.567967, 37.020041], [-115.326123, 36.514802], [-115.692308, 38.037107]]], "type": "Polygon"}, "id": "791", "properties": {"__folium_color": "#fde725", "frame_id": 24729, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-116.017544, 37.842472, -112.836619, 39.876742], "geometry": {"coordinates": [[[-116.017544, 39.36411], [-113.150518, 39.876742], [-112.836619, 38.346209], [-115.644499, 37.842472], [-116.017544, 39.36411]]], "type": "Polygon"}, "id": "792", "properties": {"__folium_color": "#fde725", "frame_id": 24730, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-116.349336, 39.169505, -113.107922, 41.201877], "geometry": {"coordinates": [[[-116.349336, 40.690445], [-113.426128, 41.201877], [-113.107922, 39.671916], [-115.968768, 39.169505], [-116.349336, 40.690445]]], "type": "Polygon"}, "id": "793", "properties": {"__folium_color": "#fde725", "frame_id": 24731, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-116.688507, 40.495874, -113.383001, 42.52662], "geometry": {"coordinates": [[[-116.688507, 42.016055], [-113.704395, 42.52662], [-113.383001, 40.997058], [-116.299502, 40.495874], [-116.688507, 42.016055]]], "type": "Polygon"}, "id": "794", "properties": {"__folium_color": "#fde725", "frame_id": 24732, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-117.035585, 41.821523, -113.660677, 43.850861], "geometry": {"coordinates": [[[-117.035585, 43.340934], [-113.986506, 43.850861], [-113.660677, 42.321801], [-116.637514, 41.821523], [-117.035585, 43.340934]]], "type": "Polygon"}, "id": "795", "properties": {"__folium_color": "#fde725", "frame_id": 24733, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-97.802643, 39.028005, -94.566892, 41.060702], "geometry": {"coordinates": [[[-97.802643, 40.548964], [-94.884733, 41.060702], [-94.566892, 39.530746], [-97.422877, 39.028005], [-97.802643, 40.548964]]], "type": "Polygon"}, "id": "796", "properties": {"__folium_color": "#fde725", "frame_id": 36276, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-97.471555, 37.70096, -94.295864, 39.735572], "geometry": {"coordinates": [[[-97.471555, 39.222614], [-94.609442, 39.735572], [-94.295864, 38.205047], [-97.099238, 37.70096], [-97.471555, 39.222614]]], "type": "Polygon"}, "id": "797", "properties": {"__folium_color": "#3b518b", "frame_id": 36275, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-97.146959, 36.373282, -94.027453, 38.40987], "geometry": {"coordinates": [[[-97.146959, 37.895599], [-94.337948, 38.40987], [-94.027453, 36.878888], [-96.781435, 36.373282], [-97.146959, 37.895599]]], "type": "Polygon"}, "id": "798", "properties": {"__folium_color": "#3b518b", "frame_id": 36274, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-96.828281, 35.044986, -93.761286, 37.083705], "geometry": {"coordinates": [[[-96.828281, 36.567949], [-94.069121, 37.083705], [-93.761286, 35.552289], [-96.469035, 35.044986], [-96.828281, 36.567949]]], "type": "Polygon"}, "id": "799", "properties": {"__folium_color": "#3b518b", "frame_id": 36273, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-96.515081, 33.716111, -93.496482, 35.7571], "geometry": {"coordinates": [[[-96.515081, 35.239677], [-93.802586, 35.7571], [-93.496482, 34.225345], [-96.161477, 33.716111], [-96.515081, 35.239677]]], "type": "Polygon"}, "id": "800", "properties": {"__folium_color": "#3b518b", "frame_id": 36272, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-115.373049, 35.186512, -112.30159, 37.224859], "geometry": {"coordinates": [[[-115.373049, 36.709466], [-112.609671, 37.224859], [-112.30159, 35.693432], [-115.013202, 35.186512], [-115.373049, 36.709466]]], "type": "Polygon"}, "id": "801", "properties": {"__folium_color": "#440154", "frame_id": 24728, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-96.206793, 32.386696, -93.232042, 34.430155], "geometry": {"coordinates": [[[-96.206793, 33.910824], [-93.537459, 34.430155], [-93.232042, 32.898174], [-95.858244, 32.386696], [-96.206793, 33.910824]]], "type": "Polygon"}, "id": "802", "properties": {"__folium_color": "#3b518b", "frame_id": 36271, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-95.902893, 31.057256, -92.971243, 33.102997], "geometry": {"coordinates": [[[-95.902893, 32.581429], [-93.272736, 33.102997], [-92.971243, 31.57032], [-95.55588, 31.057256], [-95.902893, 32.581429]]], "type": "Polygon"}, "id": "803", "properties": {"__folium_color": "#3b518b", "frame_id": 36270, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-95.599921, 29.726786, -92.71165, 31.775131], "geometry": {"coordinates": [[[-95.599921, 31.252037], [-93.011694, 31.775131], [-92.71165, 30.24209], [-95.26049, 29.726786], [-95.599921, 31.252037]]], "type": "Polygon"}, "id": "804", "properties": {"__folium_color": "#3b518b", "frame_id": 36269, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-95.303978, 28.395838, -92.452986, 30.446887], "geometry": {"coordinates": [[[-95.303978, 29.921581], [-92.751892, 30.446887], [-92.452986, 28.913508], [-94.96838, 28.395838], [-95.303978, 29.921581]]], "type": "Polygon"}, "id": "805", "properties": {"__folium_color": "#3b518b", "frame_id": 36268, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-73.631919, 41.006098, -70.29739, 43.036756], "geometry": {"coordinates": [[[-73.631919, 42.52585], [-70.620622, 43.036756], [-70.29739, 41.507504], [-73.239252, 41.006098], [-73.631919, 42.52585]]], "type": "Polygon"}, "id": "806", "properties": {"__folium_color": "#5cc863", "frame_id": 36009, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-115.059321, 33.857639, -112.035112, 35.898244], "geometry": {"coordinates": [[[-115.059321, 35.3812], [-112.342921, 35.898244], [-112.035112, 34.36667], [-114.705171, 33.857639], [-115.059321, 35.3812]]], "type": "Polygon"}, "id": "807", "properties": {"__folium_color": "#440154", "frame_id": 24727, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-121.669495, 35.7181, -118.578332, 37.755454], "geometry": {"coordinates": [[[-121.669495, 37.240818], [-118.887394, 37.755454], [-118.578332, 36.224182], [-121.307222, 35.7181], [-121.669495, 37.240818]]], "type": "Polygon"}, "id": "808", "properties": {"__folium_color": "#440154", "frame_id": 36542, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-121.353661, 34.38945, -118.313238, 36.429011], "geometry": {"coordinates": [[[-121.353661, 35.912799], [-118.619812, 36.429011], [-118.313238, 34.897314], [-120.997383, 34.38945], [-121.353661, 35.912799]]], "type": "Polygon"}, "id": "809", "properties": {"__folium_color": "#440154", "frame_id": 36541, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-121.043057, 33.060233, -118.049376, 35.102135], "geometry": {"coordinates": [[[-121.043057, 34.584171], [-118.354373, 35.102135], [-118.049376, 33.570106], [-120.692162, 33.060233], [-121.043057, 34.584171]]], "type": "Polygon"}, "id": "810", "properties": {"__folium_color": "#440154", "frame_id": 36540, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-120.737139, 31.730488, -117.787798, 33.774925], "geometry": {"coordinates": [[[-120.737139, 33.254974], [-118.090208, 33.774925], [-117.787798, 32.242402], [-120.391061, 31.730488], [-120.737139, 33.254974]]], "type": "Polygon"}, "id": "811", "properties": {"__folium_color": "#440154", "frame_id": 36539, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-89.312157, 29.194775, -86.438218, 31.244315], "geometry": {"coordinates": [[[-89.312157, 30.720193], [-86.737887, 31.244315], [-86.438218, 29.711164], [-88.974199, 29.194775], [-89.312157, 30.720193]]], "type": "Polygon"}, "id": "812", "properties": {"__folium_color": "#3b518b", "frame_id": 24455, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-119.843181, 27.738272, -117.009894, 29.790645], "geometry": {"coordinates": [[[-119.843181, 29.264266], [-117.308484, 29.790645], [-117.009894, 28.257078], [-119.509164, 27.738272], [-119.843181, 29.264266]]], "type": "Polygon"}, "id": "813", "properties": {"__folium_color": "#3b518b", "frame_id": 36536, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-112.408638, 21.876429, -109.707144, 23.941641], "geometry": {"coordinates": [[[-112.408638, 23.40419], [-110.003414, 23.941641], [-109.707144, 22.406801], [-112.086477, 21.876429], [-112.408638, 23.40419]]], "type": "Polygon"}, "id": "814", "properties": {"__folium_color": "#3b518b", "frame_id": 24718, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-112.691406, 23.209343, -109.96373, 25.271518], "geometry": {"coordinates": [[[-112.691406, 24.736769], [-110.260164, 25.271518], [-109.96373, 23.736928], [-112.367184, 23.209343], [-112.691406, 24.736769]]], "type": "Polygon"}, "id": "815", "properties": {"__folium_color": "#3b518b", "frame_id": 24719, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-112.976347, 24.54193, -110.220425, 26.601119], "geometry": {"coordinates": [[[-112.976347, 26.068967], [-110.517119, 26.601119], [-110.220425, 25.066785], [-112.64962, 24.54193], [-112.976347, 26.068967]]], "type": "Polygon"}, "id": "816", "properties": {"__folium_color": "#3b518b", "frame_id": 24720, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-113.263658, 25.874137, -110.477296, 27.930414], "geometry": {"coordinates": [[[-113.263658, 27.400771], [-110.774516, 27.930414], [-110.477296, 26.396367], [-112.934189, 25.874137], [-113.263658, 27.400771]]], "type": "Polygon"}, "id": "817", "properties": {"__folium_color": "#21908d", "frame_id": 24721, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-113.553626, 27.205952, -110.73458, 29.259357], "geometry": {"coordinates": [[[-113.553626, 28.732157], [-111.032716, 29.259357], [-110.73458, 27.725644], [-113.221087, 27.205952], [-113.553626, 28.732157]]], "type": "Polygon"}, "id": "818", "properties": {"__folium_color": "#3b518b", "frame_id": 24722, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-113.846555, 28.53735, -110.992635, 30.587972], "geometry": {"coordinates": [[[-113.846555, 30.0631], [-111.291639, 30.587972], [-110.992635, 29.054572], [-113.510596, 28.53735], [-113.846555, 30.0631]]], "type": "Polygon"}, "id": "819", "properties": {"__folium_color": "#3b518b", "frame_id": 24723, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-114.142852, 29.868306, -111.251381, 31.916234], "geometry": {"coordinates": [[[-114.142852, 31.393561], [-111.551549, 31.916234], [-111.251381, 30.383173], [-113.803018, 29.868306], [-114.142852, 31.393561]]], "type": "Polygon"}, "id": "820", "properties": {"__folium_color": "#3b518b", "frame_id": 24724, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-114.442868, 31.198782, -111.51108, 33.244115], "geometry": {"coordinates": [[[-114.442868, 32.723514], [-111.812723, 33.244115], [-111.51108, 31.711421], [-114.098757, 31.198782], [-114.442868, 32.723514]]], "type": "Polygon"}, "id": "821", "properties": {"__folium_color": "#3b518b", "frame_id": 24725, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-114.746901, 32.528752, -111.772007, 34.571498], "geometry": {"coordinates": [[[-114.746901, 34.052949], [-112.076115, 34.571498], [-111.772007, 33.03929], [-114.39816, 32.528752], [-114.746901, 34.052949]]], "type": "Polygon"}, "id": "822", "properties": {"__folium_color": "#440154", "frame_id": 24726, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-95.691459, 38.81304, -92.466091, 40.845989], "geometry": {"coordinates": [[[-95.691459, 40.334125], [-92.783338, 40.845989], [-92.466091, 39.315951], [-95.312974, 38.81304], [-95.691459, 40.334125]]], "type": "Polygon"}, "id": "823", "properties": {"__folium_color": "#fde725", "frame_id": 16676, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-114.240593, 38.959685, -111.009314, 40.992344], "geometry": {"coordinates": [[[-114.240593, 40.480743], [-111.326965, 40.992344], [-111.009314, 39.462306], [-113.86126, 38.959685], [-114.240593, 40.480743]]], "type": "Polygon"}, "id": "824", "properties": {"__folium_color": "#fde725", "frame_id": 5131, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-114.578577, 40.286162, -111.283919, 42.317163], "geometry": {"coordinates": [[[-114.578577, 41.806466], [-111.604691, 42.317163], [-111.283919, 40.787521], [-114.190928, 40.286162], [-114.578577, 41.806466]]], "type": "Polygon"}, "id": "825", "properties": {"__folium_color": "#fde725", "frame_id": 5132, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-116.550913, 31.417459, -113.61196, 33.462453], "geometry": {"coordinates": [[[-116.550913, 32.942087], [-113.913946, 33.462453], [-113.61196, 31.929832], [-116.205969, 31.417459], [-116.550913, 32.942087]]], "type": "Polygon"}, "id": "826", "properties": {"__folium_color": "#440154", "frame_id": 44325, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-116.250167, 30.087074, -113.35201, 32.134642], "geometry": {"coordinates": [[[-116.250167, 31.612229], [-113.652474, 32.134642], [-113.35201, 30.601651], [-115.909573, 30.087074], [-116.250167, 31.612229]]], "type": "Polygon"}, "id": "827", "properties": {"__folium_color": "#3b518b", "frame_id": 44324, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-115.953205, 28.756204, -113.093049, 30.806448], "geometry": {"coordinates": [[[-115.953205, 30.28186], [-113.392306, 30.806448], [-113.093049, 29.273113], [-115.616552, 28.756204], [-115.953205, 30.28186]]], "type": "Polygon"}, "id": "828", "properties": {"__folium_color": "#3b518b", "frame_id": 44323, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-115.659669, 27.424887, -112.834815, 29.477896], "geometry": {"coordinates": [[[-115.659669, 28.951003], [-113.133163, 29.477896], [-112.834815, 27.944245], [-115.326499, 27.424887], [-115.659669, 28.951003]]], "type": "Polygon"}, "id": "829", "properties": {"__folium_color": "#3b518b", "frame_id": 44322, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-115.369149, 26.093149, -112.577385, 28.149014], "geometry": {"coordinates": [[[-115.369149, 27.619699], [-112.874778, 28.149014], [-112.577385, 26.615025], [-115.039108, 26.093149], [-115.369149, 27.619699]]], "type": "Polygon"}, "id": "830", "properties": {"__folium_color": "#3b518b", "frame_id": 44321, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-104.081947, 39.44589, -100.826871, 41.478136], "geometry": {"coordinates": [[[-104.081947, 40.96662], [-101.145185, 41.478136], [-100.826871, 39.948235], [-103.699593, 39.44589], [-104.081947, 40.96662]]], "type": "Polygon"}, "id": "831", "properties": {"__folium_color": "#fde725", "frame_id": 1104, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-114.924351, 41.611923, -111.561063, 43.641482], "geometry": {"coordinates": [[[-114.924351, 43.131464], [-111.886192, 43.641482], [-111.561063, 42.11234], [-114.527769, 41.611923], [-114.924351, 43.131464]]], "type": "Polygon"}, "id": "832", "properties": {"__folium_color": "#fde725", "frame_id": 5133, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-116.855742, 32.747335, -113.873179, 34.789763], "geometry": {"coordinates": [[[-116.855742, 34.271422], [-114.17768, 34.789763], [-113.873179, 33.257631], [-116.506091, 32.747335], [-116.855742, 34.271422]]], "type": "Polygon"}, "id": "833", "properties": {"__folium_color": "#440154", "frame_id": 44326, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-111.162247, 25.663486, -108.380949, 27.720256], "geometry": {"coordinates": [[[-111.162247, 27.190189], [-108.67809, 27.720256], [-108.380949, 26.186163], [-110.83324, 25.663486], [-111.162247, 27.190189]]], "type": "Polygon"}, "id": "834", "properties": {"__folium_color": "#3b518b", "frame_id": 5121, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-110.590759, 22.998576, -107.867427, 25.06127], "geometry": {"coordinates": [[[-110.590759, 24.526061], [-108.163847, 25.06127], [-107.867427, 23.526642], [-110.266899, 22.998576], [-110.590759, 24.526061]]], "type": "Polygon"}, "id": "835", "properties": {"__folium_color": "#3b518b", "frame_id": 5119, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-110.30831, 21.66561, -107.610821, 23.731353], "geometry": {"coordinates": [[[-110.30831, 23.193426], [-107.907109, 23.731353], [-107.610821, 22.196478], [-109.986465, 21.66561], [-110.30831, 23.193426]]], "type": "Polygon"}, "id": "836", "properties": {"__folium_color": "#21908d", "frame_id": 5118, "orbit_pass": "ASCENDING", "priority": 2.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-111.451763, 26.995365, -108.638168, 29.049249], "geometry": {"coordinates": [[[-111.451763, 28.521644], [-108.936189, 29.049249], [-108.638168, 27.515487], [-111.119739, 26.995365], [-111.451763, 28.521644]]], "type": "Polygon"}, "id": "837", "properties": {"__folium_color": "#3b518b", "frame_id": 5122, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-111.744191, 28.326832, -108.896128, 30.377918], "geometry": {"coordinates": [[[-111.744191, 29.85266], [-109.194979, 30.377918], [-108.896128, 28.844465], [-111.408804, 28.326832], [-111.744191, 29.85266]]], "type": "Polygon"}, "id": "838", "properties": {"__folium_color": "#3b518b", "frame_id": 5123, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-112.039932, 29.65786, -109.154747, 31.706235], "geometry": {"coordinates": [[[-112.039932, 31.183198], [-109.454723, 31.706235], [-109.154747, 30.173119], [-111.700733, 29.65786], [-112.039932, 31.183198]]], "type": "Polygon"}, "id": "839", "properties": {"__folium_color": "#3b518b", "frame_id": 5124, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-112.342678, 30.987909, -109.414285, 33.034176], "geometry": {"coordinates": [[[-112.342678, 32.512674], [-109.715696, 33.034176], [-109.414285, 31.501422], [-111.999057, 30.987909], [-112.342678, 32.512674]]], "type": "Polygon"}, "id": "840", "properties": {"__folium_color": "#3b518b", "frame_id": 5125, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-112.646335, 32.317936, -109.677067, 34.361409], "geometry": {"coordinates": [[[-112.646335, 33.842154], [-109.980334, 34.361409], [-109.677067, 32.829074], [-112.298065, 32.317936], [-112.646335, 33.842154]]], "type": "Polygon"}, "id": "841", "properties": {"__folium_color": "#3b518b", "frame_id": 5126, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-112.954359, 33.647436, -109.939373, 35.68843], "geometry": {"coordinates": [[[-112.954359, 35.171094], [-110.245364, 35.68843], [-109.939373, 34.156596], [-112.601059, 33.647436], [-112.954359, 35.171094]]], "type": "Polygon"}, "id": "842", "properties": {"__folium_color": "#3b518b", "frame_id": 5127, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-113.267269, 34.976398, -110.204082, 37.015112], "geometry": {"coordinates": [[[-113.267269, 36.499454], [-110.511788, 37.015112], [-110.204082, 35.483616], [-112.908356, 34.976398], [-113.267269, 36.499454]]], "type": "Polygon"}, "id": "843", "properties": {"__folium_color": "#fde725", "frame_id": 5128, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-113.585631, 36.304782, -110.47014, 38.341355], "geometry": {"coordinates": [[[-113.585631, 37.827194], [-110.780488, 38.341355], [-110.47014, 36.810292], [-113.220471, 36.304782], [-113.585631, 37.827194]]], "type": "Polygon"}, "id": "844", "properties": {"__folium_color": "#fde725", "frame_id": 5129, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-102.782536, 34.135296, -99.75101, 36.175371], "geometry": {"coordinates": [[[-102.782536, 35.658734], [-100.057125, 36.175371], [-99.75101, 34.643626], [-102.427363, 34.135296], [-102.782536, 35.658734]]], "type": "Polygon"}, "id": "845", "properties": {"__folium_color": "#3b518b", "frame_id": 1100, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-117.165151, 34.076689, -114.136619, 36.116744], "geometry": {"coordinates": [[[-117.165151, 35.600195], [-114.442626, 36.116744], [-114.136619, 34.584939], [-116.810237, 34.076689], [-117.165151, 35.600195]]], "type": "Polygon"}, "id": "846", "properties": {"__folium_color": "#440154", "frame_id": 44327, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-110.87534, 24.331218, -108.124114, 26.390915], "geometry": {"coordinates": [[[-110.87534, 25.85832], [-108.420762, 26.390915], [-108.124114, 24.856538], [-110.549023, 24.331218], [-110.87534, 25.85832]]], "type": "Polygon"}, "id": "847", "properties": {"__folium_color": "#3b518b", "frame_id": 5120, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-103.097308, 35.464026, -100.015712, 37.501864], "geometry": {"coordinates": [[[-103.097308, 36.986839], [-100.324252, 37.501864], [-100.015712, 35.970541], [-102.736247, 35.464026], [-103.097308, 36.986839]]], "type": "Polygon"}, "id": "848", "properties": {"__folium_color": "#3b518b", "frame_id": 1101, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-118.80395, 40.713788, -115.48694, 42.744394], "geometry": {"coordinates": [[[-118.80395, 42.233825], [-115.809115, 42.744394], [-115.48694, 41.214924], [-118.413396, 40.713788], [-118.80395, 42.233825]]], "type": "Polygon"}, "id": "849", "properties": {"__folium_color": "#fde725", "frame_id": 44332, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-100.985442, 26.15213, -98.191449, 28.207983], "geometry": {"coordinates": [[[-100.985442, 27.678616], [-98.488881, 28.207983], [-98.191449, 26.674052], [-100.655252, 26.15213], [-100.985442, 27.678616]]], "type": "Polygon"}, "id": "850", "properties": {"__folium_color": "#3b518b", "frame_id": 1094, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-100.6975, 24.820055, -97.934442, 26.878802], "geometry": {"coordinates": [[[-100.6975, 26.34695], [-98.2313, 26.878802], [-97.934442, 25.344579], [-100.37012, 24.820055], [-100.6975, 26.34695]]], "type": "Polygon"}, "id": "851", "properties": {"__folium_color": "#3b518b", "frame_id": 1093, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-103.421928, 36.79155, -100.282457, 38.827905], "geometry": {"coordinates": [[[-103.421928, 38.31366], [-100.593825, 38.827905], [-100.282457, 37.297027], [-103.054246, 36.79155], [-103.421928, 38.31366]]], "type": "Polygon"}, "id": "852", "properties": {"__folium_color": "#3b518b", "frame_id": 1102, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-102.472901, 32.806006, -99.487489, 34.848448], "geometry": {"coordinates": [[[-102.472901, 34.330026], [-99.792085, 34.848448], [-99.487489, 33.316375], [-102.123014, 32.806006], [-102.472901, 34.330026]]], "type": "Polygon"}, "id": "853", "properties": {"__folium_color": "#3b518b", "frame_id": 1099, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-102.167866, 31.476193, -99.226202, 33.521195], "geometry": {"coordinates": [[[-102.167866, 33.000754], [-99.52827, 33.521195], [-99.226202, 31.988633], [-101.822706, 31.476193], [-102.167866, 33.000754]]], "type": "Polygon"}, "id": "854", "properties": {"__folium_color": "#3b518b", "frame_id": 1098, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-101.866933, 30.14587, -98.966194, 32.193441], "geometry": {"coordinates": [[[-101.866933, 31.670959], [-99.266727, 32.193441], [-98.966194, 30.660509], [-101.526141, 30.14587], [-101.866933, 31.670959]]], "type": "Polygon"}, "id": "855", "properties": {"__folium_color": "#3b518b", "frame_id": 1097, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-101.569798, 28.815062, -98.707184, 30.865304], "geometry": {"coordinates": [[[-101.569798, 30.340652], [-99.0065, 30.865304], [-98.707184, 29.332028], [-101.232965, 28.815062], [-101.569798, 30.340652]]], "type": "Polygon"}, "id": "856", "properties": {"__folium_color": "#3b518b", "frame_id": 1096, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-101.276105, 27.483807, -98.44891, 29.536809], "geometry": {"coordinates": [[[-101.276105, 29.009858], [-98.747306, 29.536809], [-98.44891, 28.003216], [-100.942771, 27.483807], [-101.276105, 29.009858]]], "type": "Polygon"}, "id": "857", "properties": {"__folium_color": "#3b518b", "frame_id": 1095, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-117.483723, 35.405483, -114.40123, 37.443295], "geometry": {"coordinates": [[[-117.483723, 36.927725], [-114.709647, 37.443295], [-114.40123, 35.911911], [-117.118898, 35.405483], [-117.483723, 36.927725]]], "type": "Polygon"}, "id": "858", "properties": {"__folium_color": "#440154", "frame_id": 44328, "orbit_pass": "ASCENDING", "priority": 0.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-117.804021, 36.733073, -114.667871, 38.769063], "geometry": {"coordinates": [[[-117.804021, 38.255252], [-114.981625, 38.769063], [-114.667871, 37.238455], [-117.436648, 36.733073], [-117.804021, 38.255252]]], "type": "Polygon"}, "id": "859", "properties": {"__folium_color": "#fde725", "frame_id": 44329, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-115.081336, 24.761015, -112.320401, 26.819777], "geometry": {"coordinates": [[[-115.081336, 26.287972], [-112.61723, 26.819777], [-112.320401, 25.285497], [-114.754092, 24.761015], [-115.081336, 26.287972]]], "type": "Polygon"}, "id": "860", "properties": {"__folium_color": "#3b518b", "frame_id": 44320, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-118.463423, 39.387543, -115.212031, 41.419739], "geometry": {"coordinates": [[[-118.081439, 39.387543], [-118.463423, 40.908345], [-115.530169, 41.419739], [-115.212031, 39.889778], [-118.081439, 39.387543]]], "type": "Polygon"}, "id": "861", "properties": {"__folium_color": "#fde725", "frame_id": 44331, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-118.130392, 38.060628, -114.939419, 40.094591], "geometry": {"coordinates": [[[-118.130392, 39.582135], [-115.25472, 40.094591], [-114.939419, 38.564245], [-117.75605, 38.060628], [-118.130392, 39.582135]]], "type": "Polygon"}, "id": "862", "properties": {"__folium_color": "#fde725", "frame_id": 44330, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-103.748593, 38.119041, -100.554126, 40.153046], "geometry": {"coordinates": [[[-103.748593, 39.640477], [-100.869584, 40.153046], [-100.554126, 38.622759], [-103.373914, 38.119041], [-103.748593, 39.640477]]], "type": "Polygon"}, "id": "863", "properties": {"__folium_color": "#fde725", "frame_id": 1103, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-111.848237, 19.209697, -109.193247, 21.281117], "geometry": {"coordinates": [[[-111.848237, 20.738061], [-109.489991, 21.281117], [-109.193247, 19.745885], [-111.529446, 19.209697], [-111.848237, 20.738061]]], "type": "Polygon"}, "id": "864", "properties": {"__folium_color": "#5cc863", "frame_id": 24716, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Colima"}, "type": "Feature"}, {"bbox": [-111.570128, 17.875932, -108.93504, 19.950527], "geometry": {"coordinates": [[[-111.570128, 19.404563], [-109.232927, 19.950527], [-108.93504, 18.415243], [-111.252669, 17.875932], [-111.570128, 19.404563]]], "type": "Polygon"}, "id": "865", "properties": {"__folium_color": "#5cc863", "frame_id": 24715, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Colima"}, "type": "Feature"}, {"bbox": [-92.53127, 42.475309, -89.115035, 44.504375], "geometry": {"coordinates": [[[-92.53127, 43.994233], [-89.446256, 44.504375], [-89.115035, 42.975961], [-92.128198, 42.475309], [-92.53127, 43.994233]]], "type": "Polygon"}, "id": "866", "properties": {"__folium_color": "#fde725", "frame_id": 24465, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-92.179814, 41.150747, -88.835582, 43.180791], "geometry": {"coordinates": [[[-92.179814, 42.669798], [-89.159075, 43.180791], [-88.835582, 41.651516], [-91.781568, 41.150747], [-92.179814, 42.669798]]], "type": "Polygon"}, "id": "867", "properties": {"__folium_color": "#fde725", "frame_id": 24464, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-91.831966, 39.824786, -88.55969, 41.856347], "geometry": {"coordinates": [[[-91.831966, 41.345315], [-88.878997, 41.856347], [-88.55969, 40.326578], [-91.447332, 39.824786], [-91.831966, 41.345315]]], "type": "Polygon"}, "id": "868", "properties": {"__folium_color": "#fde725", "frame_id": 24463, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Missouri"}, "type": "Feature"}, {"bbox": [-91.496624, 38.498121, -88.286208, 40.531408], "geometry": {"coordinates": [[[-91.496624, 40.019391], [-88.602546, 40.531408], [-88.286208, 39.001248], [-91.120043, 38.498121], [-91.496624, 40.019391]]], "type": "Polygon"}, "id": "869", "properties": {"__folium_color": "#fde725", "frame_id": 24462, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Missouri"}, "type": "Feature"}, {"bbox": [-91.168324, 37.170807, -88.016316, 39.206084], "geometry": {"coordinates": [[[-91.168324, 38.692758], [-88.328563, 39.206084], [-88.016316, 37.675361], [-90.798918, 37.170807], [-91.168324, 38.692758]]], "type": "Polygon"}, "id": "870", "properties": {"__folium_color": "#5cc863", "frame_id": 24461, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Missouri"}, "type": "Feature"}, {"bbox": [-90.846276, 35.842872, -87.748912, 37.880192], "geometry": {"coordinates": [[[-90.846276, 37.365472], [-88.058226, 37.880192], [-87.748912, 36.349019], [-90.483411, 35.842872], [-90.846276, 37.365472]]], "type": "Polygon"}, "id": "871", "properties": {"__folium_color": "#5cc863", "frame_id": 24460, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Missouri"}, "type": "Feature"}, {"bbox": [-87.58337, 21.202459, -84.893697, 23.26934], "geometry": {"coordinates": [[[-87.58337, 22.73035], [-85.190002, 23.26934], [-84.893697, 21.734445], [-87.26227, 21.202459], [-87.58337, 22.73035]]], "type": "Polygon"}, "id": "872", "properties": {"__folium_color": "#5cc863", "frame_id": 24449, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Quintana Roo"}, "type": "Feature"}, {"bbox": [-87.303302, 19.869124, -84.636808, 21.939126], "geometry": {"coordinates": [[[-87.303302, 21.397321], [-84.933353, 21.939126], [-84.636808, 20.404035], [-86.983919, 19.869124], [-87.303302, 21.397321]]], "type": "Polygon"}, "id": "873", "properties": {"__folium_color": "#5cc863", "frame_id": 24448, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Quintana Roo"}, "type": "Feature"}, {"bbox": [-86.470912, 15.867635, -83.863608, 17.947241], "geometry": {"coordinates": [[[-86.470912, 17.396557], [-84.16149, 17.947241], [-83.863608, 16.411633], [-86.155, 15.867635], [-86.470912, 17.396557]]], "type": "Polygon"}, "id": "874", "properties": {"__folium_color": "#5cc863", "frame_id": 24445, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-86.195274, 14.533409, -83.604188, 16.616199], "geometry": {"coordinates": [[[-86.195274, 16.062511], [-83.903467, 16.616199], [-83.604188, 15.080581], [-85.880013, 14.533409], [-86.195274, 16.062511]]], "type": "Polygon"}, "id": "875", "properties": {"__folium_color": "#5cc863", "frame_id": 24444, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-85.920177, 13.199022, -83.343663, 15.285115], "geometry": {"coordinates": [[[-85.605409, 13.199022], [-85.920177, 14.728286], [-83.644161, 15.285115], [-83.343663, 13.74945], [-85.605409, 13.199022]]], "type": "Polygon"}, "id": "876", "properties": {"__folium_color": "#5cc863", "frame_id": 24443, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-85.645492, 11.864475, -83.081977, 13.953951], "geometry": {"coordinates": [[[-85.645492, 13.393899], [-83.383775, 13.953951], [-83.081977, 12.418251], [-85.331132, 11.864475], [-85.645492, 13.393899]]], "type": "Polygon"}, "id": "877", "properties": {"__folium_color": "#5cc863", "frame_id": 24442, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-85.371163, 10.529825, -82.81962, 12.622716], "geometry": {"coordinates": [[[-85.056846, 10.529825], [-85.371163, 12.05935], [-83.122253, 12.622716], [-82.81962, 11.086894], [-85.056846, 10.529825]]], "type": "Polygon"}, "id": "878", "properties": {"__folium_color": "#5cc863", "frame_id": 24441, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-85.096856, 9.195118, -82.55528, 11.291312], "geometry": {"coordinates": [[[-84.782292, 9.195118], [-85.096856, 10.724697], [-82.860084, 11.291312], [-82.55528, 9.755621], [-84.782292, 9.195118]]], "type": "Polygon"}, "id": "879", "properties": {"__folium_color": "#5cc863", "frame_id": 24440, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-84.822308, 7.860233, -82.289245, 9.959995], "geometry": {"coordinates": [[[-84.822308, 9.389985], [-82.595957, 9.959995], [-82.289245, 8.424381], [-84.508045, 7.860233], [-84.822308, 9.389985]]], "type": "Polygon"}, "id": "880", "properties": {"__folium_color": "#5cc863", "frame_id": 24439, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-84.548095, 6.525449, -82.0214, 8.628711], "geometry": {"coordinates": [[[-84.548095, 8.055086], [-82.330162, 8.628711], [-82.0214, 7.0932], [-84.232664, 6.525449], [-84.548095, 8.055086]]], "type": "Polygon"}, "id": "881", "properties": {"__folium_color": "#5cc863", "frame_id": 24438, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-90.529925, 34.51433, -87.483632, 36.553844], "geometry": {"coordinates": [[[-90.529925, 36.037563], [-87.790426, 36.553844], [-87.483632, 35.022244], [-90.173108, 34.51433], [-90.529925, 36.037563]]], "type": "Polygon"}, "id": "882", "properties": {"__folium_color": "#5cc863", "frame_id": 24459, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-90.218852, 33.18522, -87.219609, 35.227062], "geometry": {"coordinates": [[[-90.218852, 34.709044], [-87.524797, 35.227062], [-87.219609, 33.69513], [-89.867465, 33.18522], [-90.218852, 34.709044]]], "type": "Polygon"}, "id": "883", "properties": {"__folium_color": "#5cc863", "frame_id": 24458, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-89.912505, 31.855581, -86.957894, 33.899946], "geometry": {"coordinates": [[[-89.912505, 33.379954], [-87.260467, 33.899946], [-86.957894, 32.36752], [-89.565979, 31.855581], [-89.912505, 33.379954]]], "type": "Polygon"}, "id": "884", "properties": {"__folium_color": "#5cc863", "frame_id": 24457, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Mississippi"}, "type": "Feature"}, {"bbox": [-89.610376, 30.525424, -86.697525, 32.572324], "geometry": {"coordinates": [[[-89.610376, 32.050333], [-86.998485, 32.572324], [-86.697525, 31.039523], [-89.268345, 30.525424], [-89.610376, 32.050333]]], "type": "Polygon"}, "id": "885", "properties": {"__folium_color": "#5cc863", "frame_id": 24456, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Mississippi"}, "type": "Feature"}, {"bbox": [-102.228578, 22.362959, -99.515763, 24.427082], "geometry": {"coordinates": [[[-102.228578, 23.890248], [-99.811978, 24.427082], [-99.515763, 22.892346], [-101.903937, 22.362959], [-102.228578, 23.890248]]], "type": "Polygon"}, "id": "886", "properties": {"__folium_color": "#5cc863", "frame_id": 20691, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Zacatecas"}, "type": "Feature"}, {"bbox": [-101.945204, 21.029855, -99.259142, 23.097051], "geometry": {"coordinates": [[[-101.945204, 22.557819], [-99.555428, 23.097051], [-99.259142, 21.562099], [-101.624392, 21.029855], [-101.945204, 22.557819]]], "type": "Polygon"}, "id": "887", "properties": {"__folium_color": "#5cc863", "frame_id": 20690, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Zacatecas"}, "type": "Feature"}, {"bbox": [-93.946347, 40.04262, -90.662976, 42.074009], "geometry": {"coordinates": [[[-93.946347, 41.563011], [-90.983007, 42.074009], [-90.662976, 40.54433], [-93.56025, 40.04262], [-93.946347, 41.563011]]], "type": "Polygon"}, "id": "888", "properties": {"__folium_color": "#fde725", "frame_id": 44063, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-105.851264, 38.326681, -102.64934, 40.360079], "geometry": {"coordinates": [[[-105.851264, 39.848075], [-102.965178, 40.360079], [-102.64934, 38.829829], [-105.475717, 38.326681], [-105.851264, 39.848075]]], "type": "Polygon"}, "id": "889", "properties": {"__folium_color": "#fde725", "frame_id": 20703, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-105.523869, 36.999258, -102.379828, 39.034669], "geometry": {"coordinates": [[[-105.523869, 38.521328], [-102.69163, 39.034669], [-102.379828, 37.503858], [-105.155409, 36.999258], [-105.523869, 38.521328]]], "type": "Polygon"}, "id": "890", "properties": {"__folium_color": "#3b518b", "frame_id": 20702, "orbit_pass": "ASCENDING", "priority": 1.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-106.190285, 39.652801, -102.922395, 41.685105], "geometry": {"coordinates": [[[-106.190285, 41.173419], [-103.241145, 41.685105], [-102.922395, 40.155244], [-105.806687, 39.652801], [-106.190285, 41.173419]]], "type": "Polygon"}, "id": "891", "properties": {"__folium_color": "#fde725", "frame_id": 20704, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-81.336753, 38.980834, -78.102728, 41.013697], "geometry": {"coordinates": [[[-81.336753, 40.501791], [-78.420468, 41.013697], [-78.102728, 39.483755], [-80.957245, 38.980834], [-81.336753, 40.501791]]], "type": "Polygon"}, "id": "892", "properties": {"__folium_color": "#fde725", "frame_id": 20435, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-81.005892, 37.653794, -77.831775, 39.68858], "geometry": {"coordinates": [[[-81.005892, 39.175443], [-78.145266, 39.68858], [-77.831775, 38.158068], [-80.633809, 37.653794], [-81.005892, 39.175443]]], "type": "Polygon"}, "id": "893", "properties": {"__folium_color": "#fde725", "frame_id": 20434, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-80.681501, 36.326123, -77.563429, 38.36289], "geometry": {"coordinates": [[[-80.681501, 37.848434], [-77.873848, 38.36289], [-77.563429, 36.831923], [-80.316191, 36.326123], [-80.681501, 37.848434]]], "type": "Polygon"}, "id": "894", "properties": {"__folium_color": "#5cc863", "frame_id": 20433, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-80.36301, 34.997835, -77.297316, 37.036739], "geometry": {"coordinates": [[[-80.36301, 36.52079], [-77.605087, 37.036739], [-77.297316, 35.50534], [-80.003958, 34.997835], [-80.36301, 36.52079]]], "type": "Polygon"}, "id": "895", "properties": {"__folium_color": "#5cc863", "frame_id": 20432, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-80.049981, 33.668969, -77.032559, 35.710149], "geometry": {"coordinates": [[[-80.049981, 35.192526], [-77.338609, 35.710149], [-77.032559, 34.178411], [-79.696552, 33.668969], [-80.049981, 35.192526]]], "type": "Polygon"}, "id": "896", "properties": {"__folium_color": "#5cc863", "frame_id": 20431, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-79.741846, 32.339565, -76.770209, 34.38322], "geometry": {"coordinates": [[[-79.741846, 33.863682], [-77.073529, 34.38322], [-76.770209, 32.850982], [-79.393456, 32.339565], [-79.741846, 33.863682]]], "type": "Polygon"}, "id": "897", "properties": {"__folium_color": "#5cc863", "frame_id": 20430, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-81.674901, 40.307214, -78.377408, 42.338426], "geometry": {"coordinates": [[[-81.674901, 41.827418], [-78.698276, 42.338426], [-78.377408, 40.808878], [-81.287062, 40.307214], [-81.674901, 41.827418]]], "type": "Polygon"}, "id": "898", "properties": {"__folium_color": "#fde725", "frame_id": 20436, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-100.833572, 15.694784, -98.228886, 17.774657], "geometry": {"coordinates": [[[-100.833572, 17.223765], [-98.527313, 17.774657], [-98.228886, 16.239092], [-100.517814, 15.694784], [-100.833572, 17.223765]]], "type": "Polygon"}, "id": "899", "properties": {"__folium_color": "#5cc863", "frame_id": 20686, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-100.558068, 14.360505, -97.969371, 16.443656], "geometry": {"coordinates": [[[-100.558068, 15.889662], [-98.268756, 16.443656], [-97.969371, 14.908], [-100.242931, 14.360505], [-100.558068, 15.889662]]], "type": "Polygon"}, "id": "900", "properties": {"__folium_color": "#5cc863", "frame_id": 20685, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-82.020852, 41.632879, -78.654633, 43.662654], "geometry": {"coordinates": [[[-82.020852, 43.15232], [-78.979868, 43.662654], [-78.654633, 42.133607], [-81.624065, 41.632879], [-82.020852, 43.15232]]], "type": "Polygon"}, "id": "901", "properties": {"__folium_color": "#fde725", "frame_id": 20437, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Pennsylvania"}, "type": "Feature"}, {"bbox": [-106.532364, 40.978877, -103.200579, 43.009291], "geometry": {"coordinates": [[[-106.532364, 42.498722], [-103.523581, 43.009291], [-103.200579, 41.479957], [-106.140037, 40.978877], [-106.532364, 42.498722]]], "type": "Polygon"}, "id": "902", "properties": {"__folium_color": "#fde725", "frame_id": 20705, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [144.495152, 13.127514, 147.070277, 15.213793], "geometry": {"coordinates": [[[144.495152, 14.656823], [146.76961, 15.213793], [147.070277, 13.678087], [144.810007, 13.127514], [144.495152, 14.656823]]], "type": "Polygon"}, "id": "903", "properties": {"__folium_color": "#5cc863", "frame_id": 37599, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Commonwealth of the Northern Mariana Islands"}, "type": "Feature"}, {"bbox": [144.219988, 14.461947, 146.809603, 16.544921], "geometry": {"coordinates": [[[144.219988, 15.991093], [146.510163, 16.544921], [146.809603, 15.009261], [144.535324, 14.461947], [144.219988, 15.991093]]], "type": "Polygon"}, "id": "904", "properties": {"__folium_color": "#5cc863", "frame_id": 37600, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Commonwealth of the Northern Mariana Islands"}, "type": "Feature"}, {"bbox": [-106.88263, 42.304221, -103.479628, 44.333311], "geometry": {"coordinates": [[[-106.88263, 43.823283], [-103.807254, 44.333311], [-103.479628, 42.804484], [-106.480917, 42.304221], [-106.88263, 43.823283]]], "type": "Polygon"}, "id": "905", "properties": {"__folium_color": "#fde725", "frame_id": 20706, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-99.010824, 16.820866, -96.391393, 18.898138], "geometry": {"coordinates": [[[-99.010824, 18.349677], [-96.688659, 18.898138], [-96.391393, 17.362584], [-98.694365, 16.820866], [-99.010824, 18.349677]]], "type": "Polygon"}, "id": "906", "properties": {"__folium_color": "#5cc863", "frame_id": 1087, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Puebla"}, "type": "Feature"}, {"bbox": [-99.847248, 20.821693, -97.163276, 22.889489], "geometry": {"coordinates": [[[-99.847248, 22.349651], [-97.46067, 22.889489], [-97.163276, 21.354691], [-99.526476, 20.821693], [-99.847248, 22.349651]]], "type": "Polygon"}, "id": "907", "properties": {"__folium_color": "#5cc863", "frame_id": 1090, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Hidalgo"}, "type": "Feature"}, {"bbox": [-100.128708, 22.154805, -97.421004, 24.219539], "geometry": {"coordinates": [[[-100.128708, 23.682435], [-97.717349, 24.219539], [-97.421004, 22.6848], [-99.806021, 22.154805], [-100.128708, 23.682435]]], "type": "Polygon"}, "id": "908", "properties": {"__folium_color": "#5cc863", "frame_id": 1091, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nuevo Le\\u00f3n"}, "type": "Feature"}, {"bbox": [-79.910606, 41.425857, -76.555721, 43.455862], "geometry": {"coordinates": [[[-79.910606, 42.945421], [-76.880289, 43.455862], [-76.555721, 41.926738], [-79.515252, 41.425857], [-79.910606, 42.945421]]], "type": "Polygon"}, "id": "909", "properties": {"__folium_color": "#fde725", "frame_id": 837, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Pennsylvania"}, "type": "Feature"}, {"bbox": [-108.510085, 22.894235, -105.788759, 24.957124], "geometry": {"coordinates": [[[-108.510085, 24.421747], [-106.085109, 24.957124], [-105.788759, 23.42248], [-108.186463, 22.894235], [-108.510085, 24.421747]]], "type": "Polygon"}, "id": "910", "properties": {"__folium_color": "#5cc863", "frame_id": 32505, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Sinaloa"}, "type": "Feature"}, {"bbox": [-79.56591, 40.100085, -76.279001, 42.13156], "geometry": {"coordinates": [[[-79.56591, 41.620406], [-76.599277, 42.13156], [-76.279001, 40.601937], [-79.179375, 40.100085], [-79.56591, 41.620406]]], "type": "Polygon"}, "id": "911", "properties": {"__folium_color": "#fde725", "frame_id": 836, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Pennsylvania"}, "type": "Feature"}, {"bbox": [-108.227844, 21.561247, -105.532198, 23.627191], "geometry": {"coordinates": [[[-108.227844, 23.089088], [-105.828433, 23.627191], [-105.532198, 22.092303], [-107.906213, 21.561247], [-108.227844, 23.089088]]], "type": "Polygon"}, "id": "912", "properties": {"__folium_color": "#5cc863", "frame_id": 32504, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Sinaloa"}, "type": "Feature"}, {"bbox": [-107.94731, 20.227951, -105.275375, 22.29699], "geometry": {"coordinates": [[[-107.94731, 21.756106], [-105.57185, 22.29699], [-105.275375, 20.761909], [-107.627468, 20.227951], [-107.94731, 21.756106]]], "type": "Polygon"}, "id": "913", "properties": {"__folium_color": "#5cc863", "frame_id": 32503, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nayarit"}, "type": "Feature"}, {"bbox": [-107.668316, 18.894387, -105.01823, 20.966572], "geometry": {"coordinates": [[[-107.668316, 20.422815], [-105.315032, 20.966572], [-105.01823, 19.431305], [-107.349927, 18.894387], [-107.668316, 20.422815]]], "type": "Polygon"}, "id": "914", "properties": {"__folium_color": "#5cc863", "frame_id": 32502, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nayarit"}, "type": "Feature"}, {"bbox": [-107.39056, 17.560568, -104.76055, 19.635942], "geometry": {"coordinates": [[[-107.39056, 19.089256], [-105.057919, 19.635942], [-104.76055, 18.100525], [-107.073441, 17.560568], [-107.39056, 19.089256]]], "type": "Polygon"}, "id": "915", "properties": {"__folium_color": "#5cc863", "frame_id": 32501, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Jalisco"}, "type": "Feature"}, {"bbox": [-88.332532, 42.161868, -84.937018, 44.191175], "geometry": {"coordinates": [[[-88.332532, 43.68099], [-85.264148, 44.191175], [-84.937018, 42.662323], [-87.931862, 42.161868], [-88.332532, 43.68099]]], "type": "Polygon"}, "id": "916", "properties": {"__folium_color": "#fde725", "frame_id": 32251, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-87.98318, 40.836476, -84.658347, 42.867131], "geometry": {"coordinates": [[[-87.98318, 42.356376], [-84.980907, 42.867131], [-84.658347, 41.337773], [-87.591802, 40.836476], [-87.98318, 42.356376]]], "type": "Polygon"}, "id": "917", "properties": {"__folium_color": "#fde725", "frame_id": 32250, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-79.228905, 38.773602, -76.004771, 40.806759], "geometry": {"coordinates": [[[-79.228905, 40.294671], [-76.321984, 40.806759], [-76.004771, 39.276744], [-78.850583, 38.773602], [-79.228905, 40.294671]]], "type": "Polygon"}, "id": "918", "properties": {"__folium_color": "#fde725", "frame_id": 835, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-112.837572, 41.508112, -109.479827, 43.537707], "geometry": {"coordinates": [[[-112.837572, 43.027718], [-109.804511, 43.537707], [-109.479827, 42.008528], [-112.441813, 41.508112], [-112.837572, 43.027718]]], "type": "Polygon"}, "id": "919", "properties": {"__folium_color": "#fde725", "frame_id": 32519, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-112.492519, 40.182298, -109.203027, 42.213354], "geometry": {"coordinates": [[[-112.492519, 41.702663], [-109.523396, 42.213354], [-109.203027, 40.683675], [-112.105623, 40.182298], [-112.492519, 41.702663]]], "type": "Polygon"}, "id": "920", "properties": {"__folium_color": "#fde725", "frame_id": 32518, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-112.155195, 38.855772, -108.928735, 40.888501], "geometry": {"coordinates": [[[-112.155195, 40.376887], [-109.246021, 40.888501], [-108.928735, 39.358428], [-111.776552, 38.855772], [-112.155195, 40.376887]]], "type": "Polygon"}, "id": "921", "properties": {"__folium_color": "#fde725", "frame_id": 32517, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-111.825089, 37.528588, -108.658129, 39.56326], "geometry": {"coordinates": [[[-111.825089, 39.050393], [-108.971212, 39.56326], [-108.658129, 38.03262], [-111.453802, 37.528588], [-111.825089, 39.050393]]], "type": "Polygon"}, "id": "922", "properties": {"__folium_color": "#fde725", "frame_id": 32516, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-77.945762, 33.461372, -74.935896, 35.502944], "geometry": {"coordinates": [[[-77.945762, 34.985022], [-75.241642, 35.502944], [-74.935896, 33.971143], [-77.593147, 33.461372], [-77.945762, 34.985022]]], "type": "Polygon"}, "id": "923", "properties": {"__folium_color": "#5cc863", "frame_id": 831, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-78.258008, 34.790323, -75.200395, 36.829598], "geometry": {"coordinates": [[[-78.258008, 36.313376], [-75.507814, 36.829598], [-75.200395, 35.298133], [-77.899851, 34.790323], [-78.258008, 36.313376]]], "type": "Polygon"}, "id": "924", "properties": {"__folium_color": "#5cc863", "frame_id": 832, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-78.575638, 36.1187, -75.466208, 38.155814], "geometry": {"coordinates": [[[-78.575638, 37.641113], [-75.776224, 38.155814], [-75.466208, 36.624779], [-78.211311, 36.1187], [-78.575638, 37.641113]]], "type": "Polygon"}, "id": "925", "properties": {"__folium_color": "#5cc863", "frame_id": 833, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Maryland"}, "type": "Feature"}, {"bbox": [-78.899082, 37.446465, -75.734211, 39.481572], "geometry": {"coordinates": [[[-78.899082, 38.968221], [-76.047241, 39.481572], [-75.734211, 37.95099], [-78.52808, 37.446465], [-78.899082, 38.968221]]], "type": "Polygon"}, "id": "926", "properties": {"__folium_color": "#5cc863", "frame_id": 834, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "District of Columbia"}, "type": "Feature"}, {"bbox": [-87.641933, 39.510356, -84.383146, 41.542582], "geometry": {"coordinates": [[[-87.641933, 41.031024], [-84.701627, 41.542582], [-84.383146, 40.012732], [-87.259199, 39.510356], [-87.641933, 41.031024]]], "type": "Polygon"}, "id": "927", "properties": {"__folium_color": "#fde725", "frame_id": 32249, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-84.834001, 27.548755, -82.004558, 29.601678], "geometry": {"coordinates": [[[-84.834001, 29.074754], [-82.302982, 29.601678], [-82.004558, 28.068131], [-84.500513, 27.548755], [-84.834001, 29.074754]]], "type": "Polygon"}, "id": "928", "properties": {"__folium_color": "#5cc863", "frame_id": 32240, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-84.543204, 26.217126, -81.747084, 28.272898], "geometry": {"coordinates": [[[-84.543204, 27.743561], [-82.044532, 28.272898], [-81.747084, 26.73901], [-84.212878, 26.217126], [-84.543204, 27.743561]]], "type": "Polygon"}, "id": "929", "properties": {"__folium_color": "#5cc863", "frame_id": 32239, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-84.255144, 24.8851, -81.490073, 26.94376], "geometry": {"coordinates": [[[-84.255144, 26.411944], [-81.786938, 26.94376], [-81.490073, 25.40958], [-83.927644, 24.8851], [-84.255144, 26.411944]]], "type": "Polygon"}, "id": "930", "properties": {"__folium_color": "#5cc863", "frame_id": 32238, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-83.969527, 23.552687, -81.233286, 25.614311], "geometry": {"coordinates": [[[-83.969527, 25.079928], [-81.529835, 25.614311], [-81.233286, 24.07987], [-83.644614, 23.552687], [-83.969527, 25.079928]]], "type": "Polygon"}, "id": "931", "properties": {"__folium_color": "#5cc863", "frame_id": 32237, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-80.918457, 8.879444, -78.3786, 10.976511], "geometry": {"coordinates": [[[-80.918457, 10.409029], [-78.683952, 10.976511], [-78.3786, 9.440869], [-80.60387, 8.879444], [-80.918457, 10.409029]]], "type": "Polygon"}, "id": "932", "properties": {"__folium_color": "#5cc863", "frame_id": 32226, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-80.643892, 7.544709, -78.112078, 9.645235], "geometry": {"coordinates": [[[-80.643892, 9.074307], [-78.419332, 9.645235], [-78.112078, 8.109669], [-80.328791, 7.544709], [-80.643892, 9.074307]]], "type": "Polygon"}, "id": "933", "properties": {"__folium_color": "#5cc863", "frame_id": 32225, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-80.368855, 6.209988, -77.843609, 8.313989], "geometry": {"coordinates": [[[-80.053023, 6.209988], [-80.368855, 7.739566], [-78.153056, 8.313989], [-77.843609, 6.778554], [-80.053023, 6.209988]]], "type": "Polygon"}, "id": "934", "properties": {"__folium_color": "#5cc863", "frame_id": 32224, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-98.459339, 14.152428, -95.872922, 16.236156], "geometry": {"coordinates": [[[-98.144284, 14.152428], [-98.459339, 15.681609], [-96.172495, 16.236156], [-95.872922, 14.700493], [-98.144284, 14.152428]]], "type": "Polygon"}, "id": "935", "properties": {"__folium_color": "#5cc863", "frame_id": 1085, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-98.734739, 15.486732, -96.132603, 17.567173], "geometry": {"coordinates": [[[-98.734739, 17.015742], [-96.431189, 17.567173], [-96.132603, 16.031597], [-98.419098, 15.486732], [-98.734739, 17.015742]]], "type": "Polygon"}, "id": "936", "properties": {"__folium_color": "#5cc863", "frame_id": 1086, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Guerrero"}, "type": "Feature"}, {"bbox": [-85.127843, 28.87996, -82.262855, 30.930128], "geometry": {"coordinates": [[[-85.127843, 30.405497], [-82.56221, 30.930128], [-82.262855, 29.396898], [-84.790839, 28.87996], [-85.127843, 30.405497]]], "type": "Polygon"}, "id": "937", "properties": {"__folium_color": "#5cc863", "frame_id": 32241, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-85.425144, 30.210717, -82.521897, 32.25822], "geometry": {"coordinates": [[[-85.425144, 31.735752], [-82.822483, 32.25822], [-82.521897, 30.725334], [-85.084161, 30.210717], [-85.425144, 31.735752]]], "type": "Polygon"}, "id": "938", "properties": {"__folium_color": "#5cc863", "frame_id": 32242, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-87.308247, 38.183564, -84.107748, 40.217541], "geometry": {"coordinates": [[[-87.308247, 39.704939], [-84.425881, 40.217541], [-84.107748, 38.687607], [-86.933222, 38.183564], [-87.308247, 39.704939]]], "type": "Polygon"}, "id": "939", "properties": {"__folium_color": "#fde725", "frame_id": 32248, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-86.98128, 36.856736, -83.838497, 38.892447], "geometry": {"coordinates": [[[-86.98128, 38.378179], [-84.149993, 38.892447], [-83.838497, 37.361619], [-86.609229, 36.856736], [-86.98128, 38.378179]]], "type": "Polygon"}, "id": "940", "properties": {"__folium_color": "#5cc863", "frame_id": 32247, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-86.656381, 35.528661, -83.571659, 37.566455], "geometry": {"coordinates": [[[-86.656381, 37.051415], [-83.880309, 37.566455], [-83.571659, 36.03518], [-86.295035, 35.528661], [-86.656381, 37.051415]]], "type": "Polygon"}, "id": "941", "properties": {"__folium_color": "#5cc863", "frame_id": 32246, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-86.34136, 34.199986, -83.306878, 36.240009], "geometry": {"coordinates": [[[-86.34136, 35.723365], [-83.613087, 36.240009], [-83.306878, 34.708312], [-85.98593, 34.199986], [-86.34136, 35.723365]]], "type": "Polygon"}, "id": "942", "properties": {"__folium_color": "#5cc863", "frame_id": 32245, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-86.031501, 32.870749, -83.04329, 34.913133], "geometry": {"coordinates": [[[-86.031501, 34.394712], [-83.347966, 34.913133], [-83.04329, 33.381109], [-85.68138, 32.870749], [-86.031501, 34.394712]]], "type": "Polygon"}, "id": "943", "properties": {"__folium_color": "#5cc863", "frame_id": 32244, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-85.726262, 31.540988, -82.781949, 33.585927], "geometry": {"coordinates": [[[-85.726262, 33.065494], [-83.084082, 33.585927], [-82.781949, 32.053413], [-85.38089, 31.540988], [-85.726262, 33.065494]]], "type": "Polygon"}, "id": "944", "properties": {"__folium_color": "#5cc863", "frame_id": 32243, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-73.982503, 42.331356, -70.576636, 44.360697], "geometry": {"coordinates": [[[-73.982503, 43.850324], [-70.904509, 44.360697], [-70.576636, 42.831954], [-73.580425, 42.331356], [-73.982503, 43.850324]]], "type": "Polygon"}, "id": "945", "properties": {"__folium_color": "#fde725", "frame_id": 36010, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Massachusetts"}, "type": "Feature"}, {"bbox": [-93.02925, 17.734577, -90.395968, 19.809646], "geometry": {"coordinates": [[[-93.02925, 19.263177], [-90.693311, 19.809646], [-90.395968, 18.274297], [-92.711896, 17.734577], [-93.02925, 19.263177]]], "type": "Polygon"}, "id": "946", "properties": {"__folium_color": "#5cc863", "frame_id": 36260, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Chiapas"}, "type": "Feature"}, {"bbox": [-93.307242, 19.068312, -90.653622, 21.140204], "geometry": {"coordinates": [[[-93.307242, 20.596649], [-90.950424, 21.140204], [-90.653622, 19.605009], [-92.988583, 19.068312], [-93.307242, 20.596649]]], "type": "Polygon"}, "id": "947", "properties": {"__folium_color": "#5cc863", "frame_id": 36261, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Campeche"}, "type": "Feature"}, {"bbox": [-98.14104, 40.354389, -94.841658, 42.385441], "geometry": {"coordinates": [[[-98.14104, 41.874593], [-95.162642, 42.385441], [-94.841658, 40.855882], [-97.752917, 40.354389], [-98.14104, 41.874593]]], "type": "Polygon"}, "id": "948", "properties": {"__folium_color": "#fde725", "frame_id": 36277, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-98.487266, 41.680056, -95.118982, 43.709679], "geometry": {"coordinates": [[[-98.487266, 43.199495], [-95.444349, 43.709679], [-95.118982, 42.180621], [-98.090166, 41.680056], [-98.487266, 43.199495]]], "type": "Polygon"}, "id": "949", "properties": {"__folium_color": "#fde725", "frame_id": 36278, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-98.842189, 43.005, -95.400037, 45.033394], "geometry": {"coordinates": [[[-98.842189, 44.523622], [-95.730377, 45.033394], [-95.400037, 43.504861], [-98.435134, 43.005], [-98.842189, 44.523622]]], "type": "Polygon"}, "id": "950", "properties": {"__folium_color": "#fde725", "frame_id": 36279, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-92.752377, 16.400624, -90.138101, 18.478907], "geometry": {"coordinates": [[[-92.752377, 17.929446], [-90.435711, 18.478907], [-90.138101, 16.943351], [-92.436008, 16.400624], [-92.752377, 17.929446]]], "type": "Polygon"}, "id": "951", "properties": {"__folium_color": "#5cc863", "frame_id": 36259, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Guatemala"}, "type": "Feature"}, {"bbox": [-91.925925, 12.397682, -89.357534, 14.485796], "geometry": {"coordinates": [[[-91.925925, 13.92706], [-89.658737, 14.485796], [-89.357534, 12.950089], [-91.611458, 12.397682], [-91.925925, 13.92706]]], "type": "Polygon"}, "id": "952", "properties": {"__folium_color": "#5cc863", "frame_id": 36256, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "El Salvador"}, "type": "Feature"}, {"bbox": [-92.200635, 13.732182, -89.618683, 15.81696], "geometry": {"coordinates": [[[-92.200635, 15.261415], [-89.918557, 15.81696], [-89.618683, 14.281281], [-91.885812, 13.732182], [-92.200635, 15.261415]]], "type": "Polygon"}, "id": "953", "properties": {"__folium_color": "#5cc863", "frame_id": 36257, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Chiapas"}, "type": "Feature"}, {"bbox": [-92.476336, 15.066483, -89.878632, 17.148012], "geometry": {"coordinates": [[[-92.476336, 16.595497], [-90.177461, 17.148012], [-89.878632, 15.61241], [-92.160714, 15.066483], [-92.476336, 16.595497]]], "type": "Polygon"}, "id": "954", "properties": {"__folium_color": "#5cc863", "frame_id": 36258, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Chiapas"}, "type": "Feature"}, {"bbox": [-68.206127, 17.057567, -65.582432, 19.134427], "geometry": {"coordinates": [[[-68.206127, 18.586263], [-65.879623, 19.134427], [-65.582432, 17.598964], [-67.88941, 17.057567], [-68.206127, 18.586263]]], "type": "Polygon"}, "id": "955", "properties": {"__folium_color": "#5cc863", "frame_id": 35991, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Puerto Rico"}, "type": "Feature"}, {"bbox": [-100.411988, 23.487596, -97.67765, 25.549311], "geometry": {"coordinates": [[[-100.411988, 25.014886], [-97.974203, 25.549311], [-97.67765, 24.014827], [-100.08718, 23.487596], [-100.411988, 25.014886]]], "type": "Polygon"}, "id": "956", "properties": {"__folium_color": "#5cc863", "frame_id": 1092, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nuevo Le\\u00f3n"}, "type": "Feature"}, {"bbox": [-102.684233, 41.991656, -99.298712, 44.020996], "geometry": {"coordinates": [[[-102.684233, 43.510907], [-99.625173, 44.020996], [-99.298712, 42.492055], [-102.284874, 41.991656], [-102.684233, 43.510907]]], "type": "Polygon"}, "id": "957", "properties": {"__folium_color": "#fde725", "frame_id": 28492, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-102.336029, 40.66615, -99.020553, 42.696869], "geometry": {"coordinates": [[[-102.336029, 42.186175], [-99.342514, 42.696869], [-99.020553, 41.167423], [-101.945847, 40.66615], [-102.336029, 42.186175]]], "type": "Polygon"}, "id": "958", "properties": {"__folium_color": "#fde725", "frame_id": 28491, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-96.379125, 14.04588, -93.79381, 16.129837], "geometry": {"coordinates": [[[-96.379125, 15.575074], [-94.093426, 16.129837], [-93.79381, 14.594171], [-96.06416, 14.04588], [-96.379125, 15.575074]]], "type": "Polygon"}, "id": "959", "properties": {"__folium_color": "#5cc863", "frame_id": 28471, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-104.771775, 42.097519, -101.38044, 44.126825], "geometry": {"coordinates": [[[-104.771775, 43.616706], [-101.707356, 44.126825], [-101.38044, 42.597923], [-104.371567, 42.097519], [-104.771775, 43.616706]]], "type": "Polygon"}, "id": "960", "properties": {"__folium_color": "#fde725", "frame_id": 1106, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-77.823278, 41.319345, -74.474102, 43.349391], "geometry": {"coordinates": [[[-77.823278, 42.838975], [-74.798238, 43.349391], [-74.474102, 41.820226], [-77.428739, 41.319345], [-77.823278, 42.838975]]], "type": "Polygon"}, "id": "961", "properties": {"__folium_color": "#fde725", "frame_id": 28223, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Pennsylvania"}, "type": "Feature"}, {"bbox": [-76.813718, 37.339794, -73.653498, 39.374992], "geometry": {"coordinates": [[[-76.813718, 38.861608], [-73.966211, 39.374992], [-73.653498, 37.844374], [-76.443342, 37.339794], [-76.813718, 38.861608]]], "type": "Polygon"}, "id": "962", "properties": {"__folium_color": "#5cc863", "frame_id": 28220, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-76.490822, 36.011981, -73.385738, 38.0492], "geometry": {"coordinates": [[[-76.490822, 37.534448], [-73.695469, 38.0492], [-73.385738, 36.51813], [-76.127069, 36.011981], [-76.490822, 37.534448]]], "type": "Polygon"}, "id": "963", "properties": {"__folium_color": "#5cc863", "frame_id": 28219, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-76.173695, 34.683558, -73.120142, 36.72295], "geometry": {"coordinates": [[[-76.173695, 36.206662], [-73.427307, 36.72295], [-73.120142, 35.191451], [-75.816064, 34.683558], [-76.173695, 36.206662]]], "type": "Polygon"}, "id": "964", "properties": {"__folium_color": "#5cc863", "frame_id": 28218, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-96.654427, 15.380196, -94.05353, 17.460863], "geometry": {"coordinates": [[[-96.654427, 16.909222], [-94.352143, 17.460863], [-94.05353, 15.925281], [-96.338897, 15.380196], [-96.654427, 16.909222]]], "type": "Polygon"}, "id": "965", "properties": {"__folium_color": "#5cc863", "frame_id": 28472, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Chiapas"}, "type": "Feature"}, {"bbox": [-96.930399, 16.714345, -94.312345, 18.791838], "geometry": {"coordinates": [[[-96.930399, 18.243173], [-94.609624, 18.791838], [-94.312345, 17.256275], [-96.614069, 16.714345], [-96.930399, 18.243173]]], "type": "Polygon"}, "id": "966", "properties": {"__folium_color": "#5cc863", "frame_id": 28473, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-104.422827, 40.772068, -101.10193, 42.802733], "geometry": {"coordinates": [[[-104.422827, 42.292032], [-101.424301, 42.802733], [-101.10193, 41.273324], [-104.031869, 40.772068], [-104.422827, 42.292032]]], "type": "Polygon"}, "id": "967", "properties": {"__folium_color": "#fde725", "frame_id": 1105, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-98.330708, 23.381178, -95.598524, 25.443087], "geometry": {"coordinates": [[[-98.330708, 24.908496], [-95.895006, 25.443087], [-95.598524, 23.908585], [-98.006141, 23.381178], [-98.330708, 24.908496]]], "type": "Polygon"}, "id": "968", "properties": {"__folium_color": "#5cc863", "frame_id": 28478, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tamaulipas"}, "type": "Feature"}, {"bbox": [-98.047639, 22.048361, -95.341921, 24.113296], "geometry": {"coordinates": [[[-98.047639, 23.576019], [-95.638214, 24.113296], [-95.341921, 22.578541], [-97.725169, 22.048361], [-98.047639, 23.576019]]], "type": "Polygon"}, "id": "969", "properties": {"__folium_color": "#5cc863", "frame_id": 28477, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tamaulipas"}, "type": "Feature"}, {"bbox": [-97.76637, 20.715227, -95.085119, 22.78323], "geometry": {"coordinates": [[[-97.76637, 22.24321], [-95.381581, 22.78323], [-95.085119, 21.248271], [-97.445791, 20.715227], [-97.76637, 22.24321]]], "type": "Polygon"}, "id": "970", "properties": {"__folium_color": "#5cc863", "frame_id": 28476, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-97.48673, 19.381815, -94.827274, 21.453095], "geometry": {"coordinates": [[[-97.48673, 20.910083], [-95.12388, 21.453095], [-94.827274, 19.917913], [-97.1677, 19.381815], [-97.48673, 20.910083]]], "type": "Polygon"}, "id": "971", "properties": {"__folium_color": "#5cc863", "frame_id": 28475, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-97.20732, 18.048298, -94.569898, 20.122564], "geometry": {"coordinates": [[[-97.20732, 19.576886], [-94.866952, 20.122564], [-94.569898, 18.587214], [-96.88988, 18.048298], [-97.20732, 19.576886]]], "type": "Polygon"}, "id": "972", "properties": {"__folium_color": "#5cc863", "frame_id": 28474, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-172.388991, -15.289224, -169.780732, -13.123869], "geometry": {"coordinates": [[[-172.028365, -15.289224], [-172.388991, -13.76518], [-170.154615, -13.123869], [-169.780732, -14.651948], [-172.028365, -15.289224]]], "type": "Polygon"}, "id": "973", "properties": {"__folium_color": "#5cc863", "frame_id": 13682, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "American Samoa"}, "type": "Feature"}, {"bbox": [-113.909882, 37.632549, -110.738427, 39.667136], "geometry": {"coordinates": [[[-113.909882, 39.1543], [-111.051839, 39.667136], [-110.738427, 38.136529], [-113.537962, 37.632549], [-113.909882, 39.1543]]], "type": "Polygon"}, "id": "974", "properties": {"__folium_color": "#fde725", "frame_id": 5130, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-95.108446, 17.835828, -92.473718, 19.910679], "geometry": {"coordinates": [[[-95.108446, 19.364408], [-92.77105, 19.910679], [-92.473718, 18.375341], [-94.790964, 17.835828], [-95.108446, 19.364408]]], "type": "Polygon"}, "id": "975", "properties": {"__folium_color": "#5cc863", "frame_id": 8874, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tabasco"}, "type": "Feature"}, {"bbox": [-107.634377, 37.215712, -104.480954, 39.250843], "geometry": {"coordinates": [[[-107.634377, 38.737668], [-104.79329, 39.250843], [-104.480954, 37.720107], [-107.264754, 37.215712], [-107.634377, 38.737668]]], "type": "Polygon"}, "id": "976", "properties": {"__folium_color": "#fde725", "frame_id": 40302, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-110.381569, 39.96849, -107.10285, 41.999808], "geometry": {"coordinates": [[[-110.381569, 41.488974], [-107.422591, 41.999808], [-107.10285, 40.470054], [-109.996028, 39.96849], [-110.381569, 41.488974]]], "type": "Polygon"}, "id": "977", "properties": {"__folium_color": "#fde725", "frame_id": 12918, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-107.962885, 38.543033, -104.750922, 40.576179], "geometry": {"coordinates": [[[-107.962885, 40.064307], [-105.067363, 40.576179], [-104.750922, 39.046007], [-107.586066, 38.543033], [-107.962885, 40.064307]]], "type": "Polygon"}, "id": "978", "properties": {"__folium_color": "#fde725", "frame_id": 40303, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-108.298457, 39.869703, -105.024493, 41.90113], "geometry": {"coordinates": [[[-108.298457, 41.390236], [-105.343915, 41.90113], [-105.024493, 40.371349], [-107.913562, 39.869703], [-108.298457, 41.390236]]], "type": "Polygon"}, "id": "979", "properties": {"__folium_color": "#fde725", "frame_id": 40304, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-100.225843, 40.455065, -96.921345, 42.48605], "geometry": {"coordinates": [[[-100.225843, 41.975211], [-97.242691, 42.48605], [-96.921345, 40.956527], [-99.837015, 40.455065], [-100.225843, 41.975211]]], "type": "Polygon"}, "id": "980", "properties": {"__folium_color": "#fde725", "frame_id": 8891, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-100.572745, 41.78068, -97.198979, 43.810253], "geometry": {"coordinates": [[[-100.572745, 43.300058], [-97.524748, 43.810253], [-97.198979, 42.281233], [-100.174874, 41.78068], [-100.572745, 43.300058]]], "type": "Polygon"}, "id": "981", "properties": {"__folium_color": "#fde725", "frame_id": 8892, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-87.473251, 10.749181, -84.919989, 12.841569], "geometry": {"coordinates": [[[-87.473251, 12.278725], [-85.22236, 12.841569], [-84.919989, 11.305739], [-87.159086, 10.749181], [-87.473251, 12.278725]]], "type": "Polygon"}, "id": "982", "properties": {"__folium_color": "#5cc863", "frame_id": 44041, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-87.199101, 9.414435, -84.655862, 11.510163], "geometry": {"coordinates": [[[-87.199101, 10.944051], [-84.960424, 11.510163], [-84.655862, 9.974467], [-86.884794, 9.414435], [-87.199101, 10.944051]]], "type": "Polygon"}, "id": "983", "properties": {"__folium_color": "#5cc863", "frame_id": 44040, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-86.92481, 8.079658, -84.390068, 10.178849], "geometry": {"coordinates": [[[-86.92481, 9.609298], [-84.696506, 10.178849], [-84.390068, 8.643224], [-86.610075, 8.079658], [-86.92481, 9.609298]]], "type": "Polygon"}, "id": "984", "properties": {"__folium_color": "#5cc863", "frame_id": 44039, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-94.831461, 16.501892, -92.215413, 18.580066], "geometry": {"coordinates": [[[-94.831461, 18.030696], [-92.512839, 18.580066], [-92.215413, 17.044485], [-94.514983, 16.501892], [-94.831461, 18.030696]]], "type": "Polygon"}, "id": "985", "properties": {"__folium_color": "#5cc863", "frame_id": 8873, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-110.045432, 38.64186, -106.829035, 40.674883], "geometry": {"coordinates": [[[-110.045432, 40.163089], [-107.145761, 40.674883], [-106.829035, 39.144737], [-109.668023, 38.64186], [-110.045432, 40.163089]]], "type": "Polygon"}, "id": "986", "properties": {"__folium_color": "#fde725", "frame_id": 12917, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-83.024314, 28.66541, -80.165369, 30.716043], "geometry": {"coordinates": [[[-83.024314, 30.191025], [-80.464558, 30.716043], [-80.165369, 29.182761], [-82.687907, 28.66541], [-83.024314, 30.191025]]], "type": "Polygon"}, "id": "987", "properties": {"__folium_color": "#5cc863", "frame_id": 12641, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-82.730994, 27.334137, -79.907178, 29.387541], "geometry": {"coordinates": [[[-82.730994, 28.860209], [-80.205475, 29.387541], [-79.907178, 27.853944], [-82.398045, 27.334137], [-82.730994, 28.860209]]], "type": "Polygon"}, "id": "988", "properties": {"__folium_color": "#5cc863", "frame_id": 12640, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-82.440669, 26.002444, -79.64978, 28.05871], "geometry": {"coordinates": [[[-82.440669, 27.528948], [-79.947137, 28.05871], [-79.64978, 26.524778], [-82.110825, 26.002444], [-82.440669, 27.528948]]], "type": "Polygon"}, "id": "989", "properties": {"__folium_color": "#5cc863", "frame_id": 12639, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-82.153031, 24.670358, -79.392814, 26.729526], "geometry": {"coordinates": [[[-82.153031, 26.197266], [-79.689622, 26.729526], [-79.392814, 25.195305], [-81.825961, 24.670358], [-82.153031, 26.197266]]], "type": "Polygon"}, "id": "990", "properties": {"__folium_color": "#5cc863", "frame_id": 12638, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-81.867791, 23.337889, -79.136044, 25.400034], "geometry": {"coordinates": [[[-81.867791, 24.86519], [-79.432569, 25.400034], [-79.136044, 23.865555], [-81.543258, 23.337889], [-81.867791, 24.86519]]], "type": "Polygon"}, "id": "991", "properties": {"__folium_color": "#5cc863", "frame_id": 12637, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-78.818385, 8.664319, -76.2798, 10.762009], "geometry": {"coordinates": [[[-78.818385, 10.193908], [-76.585459, 10.762009], [-76.2798, 9.226383], [-78.503746, 8.664319], [-78.818385, 10.193908]]], "type": "Polygon"}, "id": "992", "properties": {"__folium_color": "#5cc863", "frame_id": 12626, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-78.543776, 7.329583, -76.012982, 9.430741], "geometry": {"coordinates": [[[-78.543776, 8.859179], [-76.320574, 9.430741], [-76.012982, 7.895196], [-78.228588, 7.329583], [-78.543776, 8.859179]]], "type": "Polygon"}, "id": "993", "properties": {"__folium_color": "#5cc863", "frame_id": 12625, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-78.268664, 5.994866, -75.743893, 8.099507], "geometry": {"coordinates": [[[-77.952709, 5.994866], [-78.268664, 7.524436], [-76.054005, 8.099507], [-75.743893, 6.564157], [-77.952709, 5.994866]]], "type": "Polygon"}, "id": "994", "properties": {"__folium_color": "#5cc863", "frame_id": 12624, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-83.321036, 29.996239, -80.424271, 32.04419], "geometry": {"coordinates": [[[-83.321036, 31.521356], [-80.724651, 32.04419], [-80.424271, 30.511249], [-82.980714, 29.996239], [-83.321036, 31.521356]]], "type": "Polygon"}, "id": "995", "properties": {"__folium_color": "#5cc863", "frame_id": 12642, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-83.621515, 31.326586, -80.684149, 33.371955], "geometry": {"coordinates": [[[-83.621515, 32.851179], [-80.986033, 33.371955], [-80.684149, 31.839382], [-83.276873, 31.326586], [-83.621515, 32.851179]]], "type": "Polygon"}, "id": "996", "properties": {"__folium_color": "#5cc863", "frame_id": 12643, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-105.567482, 18.679434, -102.920716, 20.752174], "geometry": {"coordinates": [[[-105.567482, 20.207905], [-103.2176, 20.752174], [-102.920716, 19.216885], [-105.249321, 18.679434], [-105.567482, 20.207905]]], "type": "Polygon"}, "id": "997", "properties": {"__folium_color": "#5cc863", "frame_id": 12902, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Michoac\\u00e1n"}, "type": "Feature"}, {"bbox": [-105.289927, 17.34558, -102.662936, 19.421518], "geometry": {"coordinates": [[[-105.289927, 18.874305], [-102.960417, 19.421518], [-102.662936, 17.886083], [-104.972997, 17.34558], [-105.289927, 18.874305]]], "type": "Polygon"}, "id": "998", "properties": {"__folium_color": "#5cc863", "frame_id": 12901, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Michoac\\u00e1n"}, "type": "Feature"}, {"bbox": [-105.846237, 20.013039, -103.177935, 22.082623], "geometry": {"coordinates": [[[-105.846237, 21.541241], [-103.474461, 22.082623], [-103.177935, 20.547515], [-105.526667, 20.013039], [-105.846237, 21.541241]]], "type": "Polygon"}, "id": "999", "properties": {"__folium_color": "#5cc863", "frame_id": 12903, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Jalisco"}, "type": "Feature"}, {"bbox": [-105.013426, 16.011517, -102.404896, 18.090688], "geometry": {"coordinates": [[[-105.013426, 17.540454], [-102.702698, 18.090688], [-102.404896, 16.555055], [-104.69741, 16.011517], [-105.013426, 17.540454]]], "type": "Polygon"}, "id": "1000", "properties": {"__folium_color": "#5cc863", "frame_id": 12900, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Michoac\\u00e1n"}, "type": "Feature"}, {"bbox": [-106.126495, 21.34638, -103.434805, 23.412857], "geometry": {"coordinates": [[[-106.126495, 22.874272], [-103.731059, 23.412857], [-103.434805, 21.877938], [-105.805179, 21.34638], [-106.126495, 22.874272]]], "type": "Polygon"}, "id": "1001", "properties": {"__folium_color": "#5cc863", "frame_id": 12904, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Durango"}, "type": "Feature"}, {"bbox": [-109.716407, 37.314577, -106.558849, 39.349572], "geometry": {"coordinates": [[[-109.716407, 38.836491], [-106.87144, 39.349572], [-106.558849, 37.818861], [-109.346245, 37.314577], [-109.716407, 38.836491]]], "type": "Polygon"}, "id": "1002", "properties": {"__folium_color": "#fde725", "frame_id": 12916, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-106.692412, 24.012136, -103.948007, 26.072531], "geometry": {"coordinates": [[[-106.692412, 25.539328], [-104.244522, 26.072531], [-103.948007, 24.538098], [-106.366767, 24.012136], [-106.692412, 25.539328]]], "type": "Polygon"}, "id": "1003", "properties": {"__folium_color": "#5cc863", "frame_id": 12906, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Sinaloa"}, "type": "Feature"}, {"bbox": [-106.40842, 22.679417, -103.69144, 24.742828], "geometry": {"coordinates": [[[-106.40842, 24.206986], [-103.987724, 24.742828], [-103.69144, 23.20814], [-106.085158, 22.679417], [-106.40842, 24.206986]]], "type": "Polygon"}, "id": "1004", "properties": {"__folium_color": "#5cc863", "frame_id": 12905, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Zacatecas"}, "type": "Feature"}, {"bbox": [-84.873262, 36.642073, -81.74202, 38.678402], "geometry": {"coordinates": [[[-84.873262, 38.164229], [-82.053172, 38.678402], [-81.74202, 37.147535], [-84.506332, 36.642073], [-84.873262, 38.164229]]], "type": "Polygon"}, "id": "1005", "properties": {"__folium_color": "#5cc863", "frame_id": 12647, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-84.553353, 35.313919, -81.473106, 37.352671], "geometry": {"coordinates": [[[-84.553353, 36.836726], [-81.78136, 37.352671], [-81.473106, 35.82133], [-84.192823, 35.313919], [-84.553353, 36.836726]]], "type": "Polygon"}, "id": "1006", "properties": {"__folium_color": "#5cc863", "frame_id": 12646, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-84.235138, 33.985748, -81.208616, 36.02616], "geometry": {"coordinates": [[[-84.235138, 35.509224], [-81.514482, 36.02616], [-81.208616, 34.494399], [-83.88059, 33.985748], [-84.235138, 35.509224]]], "type": "Polygon"}, "id": "1007", "properties": {"__folium_color": "#5cc863", "frame_id": 12645, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-83.926051, 32.656427, -80.94528, 34.699222], "geometry": {"coordinates": [[[-83.926051, 34.180481], [-81.249659, 34.699222], [-80.94528, 33.167136], [-83.576733, 32.656427], [-83.926051, 34.180481]]], "type": "Polygon"}, "id": "1008", "properties": {"__folium_color": "#5cc863", "frame_id": 12644, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-85.199204, 37.969604, -82.010992, 40.003894], "geometry": {"coordinates": [[[-85.199204, 39.491091], [-82.32608, 40.003894], [-82.010992, 38.473585], [-84.825349, 37.969604], [-85.199204, 39.491091]]], "type": "Polygon"}, "id": "1009", "properties": {"__folium_color": "#fde725", "frame_id": 12648, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Kentucky"}, "type": "Feature"}, {"bbox": [-85.871775, 40.622724, -82.558124, 42.65363], "geometry": {"coordinates": [[[-85.871775, 42.142747], [-82.880029, 42.65363], [-82.558124, 41.124194], [-85.481809, 40.622724], [-85.871775, 42.142747]]], "type": "Polygon"}, "id": "1010", "properties": {"__folium_color": "#fde725", "frame_id": 12650, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-85.531765, 39.296497, -82.28265, 41.329007], "geometry": {"coordinates": [[[-85.150316, 39.296497], [-85.531765, 40.817283], [-82.601319, 41.329007], [-82.28265, 39.799172], [-85.150316, 39.296497]]], "type": "Polygon"}, "id": "1011", "properties": {"__folium_color": "#fde725", "frame_id": 12649, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-89.406701, 20.088264, -86.736429, 22.157783], "geometry": {"coordinates": [[[-89.406701, 21.616401], [-87.03298, 22.157783], [-86.736429, 20.62273], [-89.086981, 20.088264], [-89.406701, 21.616401]]], "type": "Polygon"}, "id": "1012", "properties": {"__folium_color": "#5cc863", "frame_id": 44048, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Yucat\\u00e1n"}, "type": "Feature"}, {"bbox": [-83.788328, 40.523614, -80.479659, 42.554622], "geometry": {"coordinates": [[[-83.788328, 42.043688], [-80.80123, 42.554622], [-80.479659, 41.025157], [-83.399036, 40.523614], [-83.788328, 42.043688]]], "type": "Polygon"}, "id": "1013", "properties": {"__folium_color": "#fde725", "frame_id": 40036, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-83.448908, 39.197345, -80.20444, 41.229972], "geometry": {"coordinates": [[[-83.448908, 40.718179], [-80.52281, 41.229972], [-80.20444, 39.700109], [-83.068074, 39.197345], [-83.448908, 40.718179]]], "type": "Polygon"}, "id": "1014", "properties": {"__folium_color": "#fde725", "frame_id": 40035, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-90.069504, 40.940566, -86.739279, 42.971171], "geometry": {"coordinates": [[[-90.069504, 42.460404], [-87.062254, 42.971171], [-86.739279, 41.44185], [-89.677345, 40.940566], [-90.069504, 42.460404]]], "type": "Polygon"}, "id": "1015", "properties": {"__folium_color": "#fde725", "frame_id": 4864, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Indiana"}, "type": "Feature"}, {"bbox": [-89.727573, 39.614498, -86.461112, 41.646657], "geometry": {"coordinates": [[[-89.727573, 41.135107], [-86.782613, 41.646657], [-86.461112, 40.11715], [-89.344124, 39.614498], [-89.727573, 41.135107]]], "type": "Polygon"}, "id": "1016", "properties": {"__folium_color": "#fde725", "frame_id": 4863, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Indiana"}, "type": "Feature"}, {"bbox": [-89.393261, 38.288387, -86.188065, 40.321984], "geometry": {"coordinates": [[[-89.393261, 39.809074], [-86.503893, 40.321984], [-86.188065, 38.791749], [-89.01327, 38.288387], [-89.393261, 39.809074]]], "type": "Polygon"}, "id": "1017", "properties": {"__folium_color": "#fde725", "frame_id": 4862, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Indiana"}, "type": "Feature"}, {"bbox": [-89.061406, 36.960974, -85.918554, 38.996587], "geometry": {"coordinates": [[[-89.061406, 38.483033], [-86.230354, 38.996587], [-85.918554, 37.465792], [-88.693062, 36.960974], [-89.061406, 38.483033]]], "type": "Polygon"}, "id": "1018", "properties": {"__folium_color": "#5cc863", "frame_id": 4861, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Kentucky"}, "type": "Feature"}, {"bbox": [-88.740288, 35.632944, -85.651482, 37.670626], "geometry": {"coordinates": [[[-88.740288, 37.155648], [-85.960406, 37.670626], [-85.651482, 36.139383], [-88.378391, 35.632944], [-88.740288, 37.155648]]], "type": "Polygon"}, "id": "1019", "properties": {"__folium_color": "#5cc863", "frame_id": 4860, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-88.424784, 34.304311, -85.38649, 36.34421], "geometry": {"coordinates": [[[-88.424784, 35.827643], [-85.692945, 36.34421], [-85.38649, 34.812544], [-88.068848, 34.304311], [-88.424784, 35.827643]]], "type": "Polygon"}, "id": "1020", "properties": {"__folium_color": "#5cc863", "frame_id": 4859, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-96.373502, 41.465324, -93.017107, 43.495132], "geometry": {"coordinates": [[[-96.373502, 42.984901], [-93.34173, 43.495132], [-93.017107, 41.965986], [-95.977944, 41.465324], [-96.373502, 42.984901]]], "type": "Polygon"}, "id": "1021", "properties": {"__folium_color": "#fde725", "frame_id": 16678, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-96.726943, 42.790392, -93.297526, 44.818933], "geometry": {"coordinates": [[[-96.726943, 44.309159], [-93.627035, 44.818933], [-93.297526, 43.290309], [-96.32158, 42.790392], [-96.726943, 44.309159]]], "type": "Polygon"}, "id": "1022", "properties": {"__folium_color": "#fde725", "frame_id": 16679, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-103.21183, 17.246372, -100.586101, 19.322556], "geometry": {"coordinates": [[[-103.21183, 18.775107], [-100.883614, 19.322556], [-100.586101, 17.787119], [-102.895001, 17.246372], [-103.21183, 18.775107]]], "type": "Polygon"}, "id": "1023", "properties": {"__folium_color": "#5cc863", "frame_id": 40287, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Michoac\\u00e1n"}, "type": "Feature"}, {"bbox": [-102.935418, 15.912301, -100.328018, 17.991722], "geometry": {"coordinates": [[[-102.935418, 17.441246], [-100.625867, 17.991722], [-100.328018, 16.456088], [-102.619485, 15.912301], [-102.935418, 17.441246]]], "type": "Polygon"}, "id": "1024", "properties": {"__folium_color": "#5cc863", "frame_id": 40286, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Guerrero"}, "type": "Feature"}, {"bbox": [-88.022466, 13.418369, -85.443685, 15.503928], "geometry": {"coordinates": [[[-88.022466, 14.947601], [-85.744032, 15.503928], [-85.443685, 13.968276], [-87.707566, 13.418369], [-88.022466, 14.947601]]], "type": "Polygon"}, "id": "1025", "properties": {"__folium_color": "#5cc863", "frame_id": 44043, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-88.297714, 14.752725, -85.704076, 16.83499], "geometry": {"coordinates": [[[-87.982283, 14.752725], [-88.297714, 16.281788], [-86.003236, 16.83499], [-85.704076, 15.29939], [-87.982283, 14.752725]]], "type": "Polygon"}, "id": "1026", "properties": {"__folium_color": "#5cc863", "frame_id": 44044, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-88.573537, 16.086914, -85.96339, 18.166005], "geometry": {"coordinates": [[[-88.573537, 17.615792], [-86.261183, 18.166005], [-85.96339, 16.630421], [-88.257415, 16.086914], [-88.573537, 17.615792]]], "type": "Polygon"}, "id": "1027", "properties": {"__folium_color": "#5cc863", "frame_id": 44045, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-88.850143, 17.420921, -86.221421, 19.496784], "geometry": {"coordinates": [[[-88.850143, 18.949586], [-86.518904, 19.496784], [-86.221421, 17.961401], [-88.533093, 17.420921], [-88.850143, 18.949586]]], "type": "Polygon"}, "id": "1028", "properties": {"__folium_color": "#5cc863", "frame_id": 44046, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-89.127815, 18.754718, -86.479201, 20.827389], "geometry": {"coordinates": [[[-89.127815, 20.283126], [-86.776098, 20.827389], [-86.479201, 19.292152], [-88.80952, 18.754718], [-89.127815, 20.283126]]], "type": "Polygon"}, "id": "1029", "properties": {"__folium_color": "#5cc863", "frame_id": 44047, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Quintana Roo"}, "type": "Feature"}, {"bbox": [-75.717336, 41.107361, -72.374626, 43.138314], "geometry": {"coordinates": [[[-75.717336, 42.62705], [-72.698112, 43.138314], [-72.374626, 41.609068], [-75.323925, 41.107361], [-75.717336, 42.62705]]], "type": "Polygon"}, "id": "1030", "properties": {"__folium_color": "#fde725", "frame_id": 8623, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Pennsylvania"}, "type": "Feature"}, {"bbox": [-75.034405, 38.455445, -71.825239, 40.488985], "geometry": {"coordinates": [[[-75.034405, 39.976689], [-72.141589, 40.488985], [-71.825239, 38.958856], [-74.65794, 38.455445], [-75.034405, 39.976689]]], "type": "Polygon"}, "id": "1031", "properties": {"__folium_color": "#5cc863", "frame_id": 8621, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "New Jersey"}, "type": "Feature"}, {"bbox": [-70.285495, 17.159497, -67.659901, 19.236139], "geometry": {"coordinates": [[[-70.285495, 18.688172], [-67.957535, 19.236139], [-67.659901, 17.700767], [-69.968658, 17.159497], [-70.285495, 18.688172]]], "type": "Polygon"}, "id": "1032", "properties": {"__folium_color": "#5cc863", "frame_id": 8605, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Puerto Rico"}, "type": "Feature"}, {"bbox": [-88.114482, 32.975114, -85.122715, 35.017363], "geometry": {"coordinates": [[[-88.114482, 34.499032], [-85.427611, 35.017363], [-85.122715, 33.485367], [-87.763896, 32.975114], [-88.114482, 34.499032]]], "type": "Polygon"}, "id": "1033", "properties": {"__folium_color": "#5cc863", "frame_id": 4858, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-87.808835, 31.645392, -84.861207, 33.690184], "geometry": {"coordinates": [[[-87.808835, 33.169855], [-85.163535, 33.690184], [-84.861207, 32.157697], [-87.463037, 31.645392], [-87.808835, 33.169855]]], "type": "Polygon"}, "id": "1034", "properties": {"__folium_color": "#5cc863", "frame_id": 4857, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-86.915545, 27.65326, -84.083432, 29.70601], "geometry": {"coordinates": [[[-86.915545, 29.179223], [-84.381986, 29.70601], [-84.083432, 28.172485], [-86.581731, 27.65326], [-86.915545, 29.179223]]], "type": "Polygon"}, "id": "1035", "properties": {"__folium_color": "#5cc863", "frame_id": 4854, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-87.209701, 28.984433, -84.341839, 31.034436], "geometry": {"coordinates": [[[-87.209701, 30.509932], [-84.641345, 31.034436], [-84.341839, 29.501231], [-86.872339, 28.984433], [-87.209701, 30.509932]]], "type": "Polygon"}, "id": "1036", "properties": {"__folium_color": "#5cc863", "frame_id": 4855, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-87.507344, 30.315157, -84.601009, 32.362503], "geometry": {"coordinates": [[[-87.507344, 31.840151], [-84.901767, 32.362503], [-84.601009, 30.829643], [-87.165971, 30.315157], [-87.507344, 31.840151]]], "type": "Polygon"}, "id": "1037", "properties": {"__folium_color": "#5cc863", "frame_id": 4856, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-80.361507, 25.902975, -77.5729, 27.959455], "geometry": {"coordinates": [[[-80.361507, 27.429505], [-77.870193, 27.959455], [-77.5729, 26.425508], [-80.031902, 25.902975], [-80.361507, 27.429505]]], "type": "Polygon"}, "id": "1038", "properties": {"__folium_color": "#5cc863", "frame_id": 40025, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-83.116885, 37.870412, -79.933009, 39.90493], "geometry": {"coordinates": [[[-83.116885, 39.391943], [-80.24706, 39.90493], [-79.933009, 38.374496], [-82.743592, 37.870412], [-83.116885, 39.391943]]], "type": "Polygon"}, "id": "1039", "properties": {"__folium_color": "#fde725", "frame_id": 40034, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-82.791435, 36.542842, -79.664239, 38.579314], "geometry": {"coordinates": [[[-82.791435, 38.065041], [-79.975155, 38.579314], [-79.664239, 37.048422], [-82.425019, 36.542842], [-82.791435, 38.065041]]], "type": "Polygon"}, "id": "1040", "properties": {"__folium_color": "#fde725", "frame_id": 40033, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-82.471976, 35.214651, -79.397753, 37.253235], "geometry": {"coordinates": [[[-82.471976, 36.737499], [-79.705962, 37.253235], [-79.397753, 35.721907], [-82.111914, 35.214651], [-82.471976, 36.737499]]], "type": "Polygon"}, "id": "1041", "properties": {"__folium_color": "#5cc863", "frame_id": 40032, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-82.158062, 33.885879, -79.131173, 35.927025], "geometry": {"coordinates": [[[-82.158062, 35.409334], [-79.436855, 35.927025], [-79.131173, 34.39524], [-81.803711, 33.885879], [-82.158062, 35.409334]]], "type": "Polygon"}, "id": "1042", "properties": {"__folium_color": "#5cc863", "frame_id": 40031, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-81.845463, 32.557093, -78.867974, 34.600063], "geometry": {"coordinates": [[[-81.845463, 34.081184], [-79.172193, 34.600063], [-78.867974, 33.067955], [-81.496534, 32.557093], [-81.845463, 34.081184]]], "type": "Polygon"}, "id": "1043", "properties": {"__folium_color": "#5cc863", "frame_id": 40030, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-82.997869, 8.984175, -80.457455, 11.080993], "geometry": {"coordinates": [[[-82.997869, 10.513759], [-80.762711, 11.080993], [-80.457455, 9.545344], [-82.683257, 8.984175], [-82.997869, 10.513759]]], "type": "Polygon"}, "id": "1044", "properties": {"__folium_color": "#5cc863", "frame_id": 4840, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-83.546496, 11.653552, -80.984807, 13.743636], "geometry": {"coordinates": [[[-83.546496, 13.182993], [-81.286848, 13.743636], [-80.984807, 12.207939], [-83.232157, 11.653552], [-83.546496, 13.182993]]], "type": "Polygon"}, "id": "1045", "properties": {"__folium_color": "#5cc863", "frame_id": 4842, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-83.82113, 12.988117, -81.246707, 15.074809], "geometry": {"coordinates": [[[-83.506419, 12.988117], [-83.82113, 14.517403], [-81.54742, 15.074809], [-81.246707, 13.539142], [-83.506419, 12.988117]]], "type": "Polygon"}, "id": "1046", "properties": {"__folium_color": "#5cc863", "frame_id": 4843, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-84.096145, 14.322527, -81.507422, 16.405907], "geometry": {"coordinates": [[[-83.780977, 14.322527], [-84.096145, 15.851656], [-81.806888, 16.405907], [-81.507422, 14.870281], [-83.780977, 14.322527]]], "type": "Polygon"}, "id": "1047", "properties": {"__folium_color": "#5cc863", "frame_id": 4844, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-81.541268, 31.227222, -78.606962, 33.272775], "geometry": {"coordinates": [[[-81.541268, 32.751849], [-78.908707, 33.272775], [-78.606962, 31.740181], [-81.196981, 31.227222], [-81.541268, 32.751849]]], "type": "Polygon"}, "id": "1048", "properties": {"__folium_color": "#5cc863", "frame_id": 40029, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-84.647908, 16.990861, -82.025723, 19.067801], "geometry": {"coordinates": [[[-84.647908, 18.519612], [-82.322929, 19.067801], [-82.025723, 17.532291], [-84.331275, 16.990861], [-84.647908, 18.519612]]], "type": "Polygon"}, "id": "1049", "properties": {"__folium_color": "#5cc863", "frame_id": 4846, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-80.944661, 28.56599, -78.088366, 30.616823], "geometry": {"coordinates": [[[-80.944661, 30.091634], [-78.387456, 30.616823], [-78.088366, 29.083523], [-80.608547, 28.56599], [-80.944661, 30.091634]]], "type": "Polygon"}, "id": "1050", "properties": {"__folium_color": "#5cc863", "frame_id": 40027, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-80.651599, 27.234691, -77.830245, 29.288303], "geometry": {"coordinates": [[[-80.651599, 28.760791], [-78.12846, 29.288303], [-77.830245, 27.75469], [-80.318915, 27.234691], [-80.651599, 28.760791]]], "type": "Polygon"}, "id": "1051", "properties": {"__folium_color": "#5cc863", "frame_id": 40026, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-103.767912, 19.913852, -101.101146, 21.983673], "geometry": {"coordinates": [[[-103.767912, 21.442069], [-101.397676, 21.983673], [-101.101146, 20.448559], [-103.448482, 19.913852], [-103.767912, 21.442069]]], "type": "Polygon"}, "id": "1052", "properties": {"__folium_color": "#5cc863", "frame_id": 40289, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "San Luis Potos\\u00ed"}, "type": "Feature"}, {"bbox": [-103.48928, 18.580236, -100.84391, 20.653218], "geometry": {"coordinates": [[[-103.48928, 20.10872], [-101.140812, 20.653218], [-100.84391, 19.117924], [-103.171239, 18.580236], [-103.48928, 20.10872]]], "type": "Polygon"}, "id": "1053", "properties": {"__folium_color": "#5cc863", "frame_id": 40288, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Michoac\\u00e1n"}, "type": "Feature"}, {"bbox": [-89.550526, 10.84668, -86.996537, 12.938791], "geometry": {"coordinates": [[[-89.236356, 10.84668], [-89.550526, 12.37622], [-87.298793, 12.938791], [-86.996537, 11.402956], [-89.236356, 10.84668]]], "type": "Polygon"}, "id": "1054", "properties": {"__folium_color": "#5cc863", "frame_id": 16655, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-89.824959, 12.181344, -87.258556, 14.270032], "geometry": {"coordinates": [[[-89.824959, 13.710734], [-87.559971, 14.270032], [-87.258556, 12.734318], [-89.510482, 12.181344], [-89.824959, 13.710734]]], "type": "Polygon"}, "id": "1055", "properties": {"__folium_color": "#5cc863", "frame_id": 16656, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "El Salvador"}, "type": "Feature"}, {"bbox": [-90.099795, 13.515857, -87.519892, 15.601146], "geometry": {"coordinates": [[[-90.099795, 15.045079], [-87.820304, 15.601146], [-87.519892, 14.065522], [-89.784857, 13.515857], [-90.099795, 15.045079]]], "type": "Polygon"}, "id": "1056", "properties": {"__folium_color": "#5cc863", "frame_id": 16657, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "El Salvador"}, "type": "Feature"}, {"bbox": [-90.375092, 14.850203, -87.780358, 16.932202], "geometry": {"coordinates": [[[-90.059606, 14.850203], [-90.375092, 16.379254], [-88.079444, 16.932202], [-87.780358, 15.396606], [-90.059606, 14.850203]]], "type": "Polygon"}, "id": "1057", "properties": {"__folium_color": "#5cc863", "frame_id": 16658, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-90.65098, 16.184381, -88.039606, 18.26321], "geometry": {"coordinates": [[[-90.65098, 17.713245], [-88.337338, 18.26321], [-88.039606, 16.727631], [-90.334785, 16.184381], [-90.65098, 17.713245]]], "type": "Polygon"}, "id": "1058", "properties": {"__folium_color": "#5cc863", "frame_id": 16659, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-90.927665, 17.518374, -88.297582, 19.59398], "geometry": {"coordinates": [[[-90.927665, 19.047022], [-88.595018, 19.59398], [-88.297582, 18.058603], [-90.610524, 17.518374], [-90.927665, 19.047022]]], "type": "Polygon"}, "id": "1059", "properties": {"__folium_color": "#5cc863", "frame_id": 16660, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-104.04803, 21.247207, -101.358021, 23.313908], "geometry": {"coordinates": [[[-104.04803, 22.775116], [-101.654317, 23.313908], [-101.358021, 21.77899], [-103.726874, 21.247207], [-104.04803, 22.775116]]], "type": "Polygon"}, "id": "1060", "properties": {"__folium_color": "#5cc863", "frame_id": 40290, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Aguascalientes"}, "type": "Feature"}, {"bbox": [-104.329795, 22.580259, -101.614648, 24.643898], "geometry": {"coordinates": [[[-104.329795, 24.107847], [-101.910905, 24.643898], [-101.614648, 23.109201], [-104.006715, 22.580259], [-104.329795, 24.107847]]], "type": "Polygon"}, "id": "1061", "properties": {"__folium_color": "#5cc863", "frame_id": 40291, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Zacatecas"}, "type": "Feature"}, {"bbox": [-94.55475, 15.167819, -91.956442, 17.249068], "geometry": {"coordinates": [[[-94.55475, 16.696877], [-92.255231, 17.249068], [-91.956442, 15.713473], [-94.239326, 15.167819], [-94.55475, 16.696877]]], "type": "Polygon"}, "id": "1062", "properties": {"__folium_color": "#5cc863", "frame_id": 8872, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-94.279542, 13.833477, -91.696542, 15.918024], "geometry": {"coordinates": [[[-94.279542, 15.362697], [-91.996362, 15.918024], [-91.696542, 14.382349], [-93.964647, 13.833477], [-94.279542, 15.362697]]], "type": "Polygon"}, "id": "1063", "properties": {"__folium_color": "#5cc863", "frame_id": 8871, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Guatemala"}, "type": "Feature"}, {"bbox": [-93.609724, 38.716075, -90.388936, 40.749155], "geometry": {"coordinates": [[[-93.609724, 40.237212], [-90.705926, 40.749155], [-90.388936, 39.219084], [-93.231805, 38.716075], [-93.609724, 40.237212]]], "type": "Polygon"}, "id": "1064", "properties": {"__folium_color": "#fde725", "frame_id": 44062, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Missouri"}, "type": "Feature"}, {"bbox": [-94.004768, 12.498987, -91.435454, 14.586867], "geometry": {"coordinates": [[[-93.690246, 12.498987], [-94.004768, 14.028355], [-91.736589, 14.586867], [-91.435454, 13.051162], [-93.690246, 12.498987]]], "type": "Polygon"}, "id": "1065", "properties": {"__folium_color": "#5cc863", "frame_id": 8870, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Guatemala"}, "type": "Feature"}, {"bbox": [-66.104468, 16.840915, -63.483884, 18.918317], "geometry": {"coordinates": [[[-66.104468, 18.36966], [-63.781187, 18.918317], [-63.483884, 17.382826], [-65.787942, 16.840915], [-66.104468, 18.36966]]], "type": "Polygon"}, "id": "1066", "properties": {"__folium_color": "#5cc863", "frame_id": 16391, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Puerto Rico"}, "type": "Feature"}, {"bbox": [-66.381584, 18.174789, -63.741455, 20.248972], "geometry": {"coordinates": [[[-66.381584, 19.703291], [-64.038554, 20.248972], [-63.741455, 18.713696], [-66.063921, 18.174789], [-66.381584, 19.703291]]], "type": "Polygon"}, "id": "1067", "properties": {"__folium_color": "#5cc863", "frame_id": 16392, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Puerto Rico"}, "type": "Feature"}, {"bbox": [-71.518689, 40.790935, -68.195753, 42.821791], "geometry": {"coordinates": [[[-71.518689, 42.310825], [-68.518286, 42.821791], [-68.195753, 41.292449], [-71.127494, 40.790935], [-71.518689, 42.310825]]], "type": "Polygon"}, "id": "1068", "properties": {"__folium_color": "#fde725", "frame_id": 16409, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Massachusetts"}, "type": "Feature"}, {"bbox": [-71.867858, 42.116318, -68.474401, 44.145821], "geometry": {"coordinates": [[[-71.867858, 43.63543], [-68.801491, 44.145821], [-68.474401, 42.616985], [-71.467396, 42.116318], [-71.867858, 43.63543]]], "type": "Polygon"}, "id": "1069", "properties": {"__folium_color": "#fde725", "frame_id": 16410, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Massachusetts"}, "type": "Feature"}, {"bbox": [-91.205432, 18.852155, -88.55532, 20.924573], "geometry": {"coordinates": [[[-91.205432, 20.380544], [-88.852184, 20.924573], [-88.55532, 19.389346], [-90.887029, 18.852155], [-91.205432, 20.380544]]], "type": "Polygon"}, "id": "1070", "properties": {"__folium_color": "#5cc863", "frame_id": 16661, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Campeche"}, "type": "Feature"}, {"bbox": [-90.419603, 42.265903, -87.018306, 44.295179], "geometry": {"coordinates": [[[-90.419603, 43.784959], [-87.345894, 44.295179], [-87.018306, 42.766366], [-90.01808, 42.265903], [-90.419603, 43.784959]]], "type": "Polygon"}, "id": "1071", "properties": {"__folium_color": "#fde725", "frame_id": 4865, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-87.747664, 12.083849, -85.182109, 14.172782], "geometry": {"coordinates": [[[-87.433209, 12.083849], [-87.747664, 13.613247], [-85.483776, 14.172782], [-85.182109, 12.637099], [-87.433209, 12.083849]]], "type": "Polygon"}, "id": "1072", "properties": {"__folium_color": "#5cc863", "frame_id": 44042, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-92.957132, 36.06105, -89.850703, 38.098104], "geometry": {"coordinates": [[[-92.957132, 37.583529], [-90.160535, 38.098104], [-89.850703, 36.567013], [-92.593147, 36.06105], [-92.957132, 37.583529]]], "type": "Polygon"}, "id": "1073", "properties": {"__folium_color": "#5cc863", "frame_id": 44060, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Missouri"}, "type": "Feature"}, {"bbox": [-92.639801, 34.732612, -89.585032, 36.771834], "geometry": {"coordinates": [[[-92.639801, 36.25573], [-89.892285, 36.771834], [-89.585032, 35.240313], [-92.281958, 34.732612], [-92.639801, 36.25573]]], "type": "Polygon"}, "id": "1074", "properties": {"__folium_color": "#5cc863", "frame_id": 44059, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-96.028626, 40.139538, -92.74035, 42.17081], "geometry": {"coordinates": [[[-96.028626, 41.659873], [-93.06067, 42.17081], [-92.74035, 40.641166], [-95.641908, 40.139538], [-96.028626, 41.659873]]], "type": "Polygon"}, "id": "1075", "properties": {"__folium_color": "#fde725", "frame_id": 16677, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-92.327829, 33.403602, -89.320662, 35.445128], "geometry": {"coordinates": [[[-92.327829, 34.927316], [-89.626257, 35.445128], [-89.320662, 33.913272], [-91.975504, 33.403602], [-92.327829, 34.927316]]], "type": "Polygon"}, "id": "1076", "properties": {"__folium_color": "#5cc863", "frame_id": 44058, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-82.448235, 6.314715, -79.923117, 8.41846], "geometry": {"coordinates": [[[-82.132413, 6.314715], [-82.448235, 7.844297], [-80.231994, 8.41846], [-79.923117, 6.882924], [-82.132413, 6.314715]]], "type": "Polygon"}, "id": "1077", "properties": {"__folium_color": "#5cc863", "frame_id": 4838, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-82.723281, 7.649439, -80.191031, 9.749712], "geometry": {"coordinates": [[[-82.408172, 7.649439], [-82.723281, 9.179039], [-80.498174, 9.749712], [-80.191031, 8.214136], [-82.408172, 7.649439]]], "type": "Polygon"}, "id": "1078", "properties": {"__folium_color": "#5cc863", "frame_id": 4839, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-93.280253, 37.388875, -90.118549, 39.423914], "geometry": {"coordinates": [[[-93.280253, 38.910699], [-90.431376, 39.423914], [-90.118549, 37.893277], [-92.909622, 37.388875], [-93.280253, 38.910699]]], "type": "Polygon"}, "id": "1079", "properties": {"__folium_color": "#5cc863", "frame_id": 44061, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-94.643412, 42.693577, -91.219628, 44.722202], "geometry": {"coordinates": [[[-94.643412, 44.212405], [-91.548774, 44.722202], [-91.219628, 43.193541], [-94.238798, 42.693577], [-94.643412, 44.212405]]], "type": "Polygon"}, "id": "1080", "properties": {"__folium_color": "#fde725", "frame_id": 44065, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-94.290627, 41.368456, -90.939486, 43.398365], "geometry": {"coordinates": [[[-94.290627, 42.888091], [-91.263785, 43.398365], [-90.939486, 41.869184], [-93.89575, 41.368456], [-94.290627, 42.888091]]], "type": "Polygon"}, "id": "1081", "properties": {"__folium_color": "#fde725", "frame_id": 44064, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-91.484431, 20.185683, -88.812518, 22.254955], "geometry": {"coordinates": [[[-91.484431, 21.713799], [-89.109049, 22.254955], [-88.812518, 20.719913], [-91.164583, 20.185683], [-91.484431, 21.713799]]], "type": "Polygon"}, "id": "1082", "properties": {"__folium_color": "#5cc863", "frame_id": 16662, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Yucat\\u00e1n"}, "type": "Feature"}, {"bbox": [-91.764963, 21.518942, -89.06939, 23.585119], "geometry": {"coordinates": [[[-91.764963, 23.046745], [-89.365675, 23.585119], [-89.06939, 22.050271], [-91.443333, 21.518942], [-91.764963, 23.046745]]], "type": "Polygon"}, "id": "1083", "properties": {"__folium_color": "#5cc863", "frame_id": 16663, "orbit_pass": "ASCENDING", "priority": 3.0, "region_name": "Yucat\\u00e1n"}, "type": "Feature"}, {"bbox": [-95.010966, 44.017231, -91.503907, 46.045348], "geometry": {"coordinates": [[[-95.010966, 45.535153], [-91.839888, 46.045348], [-91.503907, 44.517382], [-94.595423, 44.017231], [-95.010966, 45.535153]]], "type": "Polygon"}, "id": "1084", "properties": {"__folium_color": "#fde725", "frame_id": 44066, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-114.716805, 48.124779, -110.933838, 50.150938], "geometry": {"coordinates": [[[-114.716805, 49.639792], [-111.289507, 50.150938], [-110.933838, 48.624554], [-114.260544, 48.124779], [-114.716805, 49.639792]]], "type": "Polygon"}, "id": "1085", "properties": {"__folium_color": "#fde725", "frame_id": 32524, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alberta"}, "type": "Feature"}, {"bbox": [-113.933534, 45.481055, -110.3357, 47.507446], "geometry": {"coordinates": [[[-113.933534, 46.997317], [-110.676831, 47.507446], [-110.3357, 45.979882], [-113.499584, 45.481055], [-113.933534, 46.997317]]], "type": "Polygon"}, "id": "1086", "properties": {"__folium_color": "#fde725", "frame_id": 32522, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-114.318827, 46.803006, -110.630209, 48.829304], "geometry": {"coordinates": [[[-114.318827, 48.319025], [-110.981459, 48.829304], [-110.630209, 47.302654], [-113.877069, 46.803006], [-114.318827, 48.319025]]], "type": "Polygon"}, "id": "1087", "properties": {"__folium_color": "#fde725", "frame_id": 32523, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-96.164545, 47.985285, -92.391336, 50.011626], "geometry": {"coordinates": [[[-96.164545, 49.500352], [-92.746287, 50.011626], [-92.391336, 48.485233], [-95.709756, 47.985285], [-96.164545, 49.500352]]], "type": "Polygon"}, "id": "1088", "properties": {"__folium_color": "#fde725", "frame_id": 44069, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Minnesota"}, "type": "Feature"}, {"bbox": [-95.383729, 45.340776, -91.797351, 47.36777], "geometry": {"coordinates": [[[-95.383729, 46.857789], [-92.138004, 47.36777], [-91.797351, 45.840228], [-94.956295, 45.340776], [-95.383729, 46.857789]]], "type": "Polygon"}, "id": "1089", "properties": {"__folium_color": "#fde725", "frame_id": 44067, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-97.001692, 50.626047, -93.01309, 52.652953], "geometry": {"coordinates": [[[-97.001692, 52.138877], [-93.385902, 52.652953], [-93.01309, 51.127791], [-96.513057, 50.626047], [-97.001692, 52.138877]]], "type": "Polygon"}, "id": "1090", "properties": {"__folium_color": "#fde725", "frame_id": 44071, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-96.575346, 49.30617, -92.697661, 51.332493], "geometry": {"coordinates": [[[-96.575346, 50.820147], [-93.062946, 51.332493], [-92.697661, 49.80689], [-96.104455, 49.30617], [-96.575346, 50.820147]]], "type": "Polygon"}, "id": "1091", "properties": {"__folium_color": "#fde725", "frame_id": 44070, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-95.767859, 46.663471, -92.091458, 48.689984], "geometry": {"coordinates": [[[-95.767859, 48.179538], [-92.438865, 48.689984], [-92.091458, 47.163008], [-95.327426, 46.663471], [-95.767859, 48.179538]]], "type": "Polygon"}, "id": "1092", "properties": {"__folium_color": "#fde725", "frame_id": 44068, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Minnesota"}, "type": "Feature"}, {"bbox": [-169.217883, 61.301171, -163.858932, 63.353553], "geometry": {"coordinates": [[[-168.475515, 61.301171], [-169.217883, 62.800215], [-164.375692, 63.353553], [-163.858932, 61.834888], [-168.475515, 61.301171]]], "type": "Polygon"}, "id": "1093", "properties": {"__folium_color": "#fde725", "frame_id": 33071, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.568736, 59.992618, -163.439641, 62.039007], "geometry": {"coordinates": [[[-168.568736, 61.494042], [-163.929651, 62.039007], [-163.439641, 60.519375], [-167.873525, 59.992618], [-168.568736, 61.494042]]], "type": "Polygon"}, "id": "1094", "properties": {"__folium_color": "#fde725", "frame_id": 33070, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-167.961078, 58.682207, -163.040028, 60.723787], "geometry": {"coordinates": [[[-167.961078, 60.18572], [-163.504066, 60.723787], [-163.040028, 59.203043], [-167.306696, 58.682207], [-167.961078, 60.18572]]], "type": "Polygon"}, "id": "1095", "properties": {"__folium_color": "#fde725", "frame_id": 33069, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-166.33697, 54.741338, -161.933587, 56.772676], "geometry": {"coordinates": [[[-166.33697, 56.250058], [-162.346883, 56.772676], [-161.933587, 55.249783], [-165.778568, 54.741338], [-166.33697, 56.250058]]], "type": "Polygon"}, "id": "1096", "properties": {"__folium_color": "#fde725", "frame_id": 33066, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-165.849448, 53.424934, -161.591188, 55.454402], "geometry": {"coordinates": [[[-165.849448, 54.935108], [-161.988316, 55.454402], [-161.591188, 53.930589], [-165.316141, 53.424934], [-165.849448, 54.935108]]], "type": "Polygon"}, "id": "1097", "properties": {"__folium_color": "#fde725", "frame_id": 33065, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-150.341238, 69.728602, -142.658162, 71.856282], "geometry": {"coordinates": [[[-150.341238, 71.20041], [-143.50343, 71.856282], [-142.658162, 70.347002], [-149.025507, 69.728602], [-150.341238, 71.20041]]], "type": "Polygon"}, "id": "1098", "properties": {"__folium_color": "#fde725", "frame_id": 32809, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-149.185839, 68.439972, -142.001119, 70.550398], "geometry": {"coordinates": [[[-149.185839, 69.918614], [-142.766865, 70.550398], [-142.001119, 69.039026], [-148.010561, 68.439972], [-149.185839, 69.918614]]], "type": "Polygon"}, "id": "1099", "properties": {"__folium_color": "#fde725", "frame_id": 32808, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-70.141751, 43.343553, -66.678629, 45.371976], "geometry": {"coordinates": [[[-70.141751, 44.861902], [-67.010498, 45.371976], [-66.678629, 43.843627], [-69.731802, 43.343553], [-70.141751, 44.861902]]], "type": "Polygon"}, "id": "1100", "properties": {"__folium_color": "#fde725", "frame_id": 43797, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-70.509117, 44.66748, -66.965237, 46.694823], "geometry": {"coordinates": [[[-70.509117, 46.184945], [-67.304267, 46.694823], [-66.965237, 45.167175], [-70.087844, 44.66748], [-70.509117, 46.184945]]], "type": "Polygon"}, "id": "1101", "properties": {"__folium_color": "#fde725", "frame_id": 43798, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-70.887295, 45.990579, -67.258169, 48.017287], "geometry": {"coordinates": [[[-70.887295, 47.507126], [-67.602114, 48.017287], [-67.258169, 46.490044], [-70.453655, 45.990579], [-70.887295, 47.507126]]], "type": "Polygon"}, "id": "1102", "properties": {"__folium_color": "#fde725", "frame_id": 43799, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-171.489325, 65.212441, -165.275711, 67.290748], "geometry": {"coordinates": [[[-171.489325, 66.702329], [-166.793128, 67.228528], [-165.898415, 67.290748], [-165.275711, 65.775374], [-170.557432, 65.212441], [-171.489325, 66.702329]]], "type": "Polygon"}, "id": "1103", "properties": {"__folium_color": "#fde725", "frame_id": 33074, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.673385, 63.91096, -164.776729, 65.979382], "geometry": {"coordinates": [[[-170.673385, 65.404327], [-165.357099, 65.979382], [-164.776729, 64.462715], [-169.814603, 63.91096], [-170.673385, 65.404327]]], "type": "Polygon"}, "id": "1104", "properties": {"__folium_color": "#fde725", "frame_id": 33073, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-169.92185, 62.606857, -164.304052, 64.667147], "geometry": {"coordinates": [[[-169.92185, 64.103211], [-164.848485, 64.667147], [-164.304052, 63.149311], [-169.125353, 62.606857], [-169.92185, 64.103211]]], "type": "Polygon"}, "id": "1105", "properties": {"__folium_color": "#fde725", "frame_id": 33072, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-71.680914, 48.634158, -67.858098, 50.660508], "geometry": {"coordinates": [[[-71.680914, 50.148678], [-68.217146, 50.660508], [-67.858098, 49.13443], [-71.218338, 48.634158], [-71.680914, 50.148678]]], "type": "Polygon"}, "id": "1106", "properties": {"__folium_color": "#fde725", "frame_id": 43801, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-71.277402, 47.31282, -67.555086, 49.339187], "geometry": {"coordinates": [[[-71.277402, 48.828396], [-67.906164, 49.339187], [-67.555086, 47.812518], [-70.83012, 47.31282], [-71.277402, 48.828396]]], "type": "Polygon"}, "id": "1107", "properties": {"__folium_color": "#fde725", "frame_id": 43800, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-148.155316, 67.146911, -141.399829, 69.242639], "geometry": {"coordinates": [[[-148.155316, 68.630654], [-142.100128, 69.242639], [-141.399829, 67.729482], [-147.090724, 67.146911], [-148.155316, 68.630654]]], "type": "Polygon"}, "id": "1108", "properties": {"__folium_color": "#fde725", "frame_id": 32807, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-147.222438, 65.85009, -140.841517, 67.933274], "geometry": {"coordinates": [[[-147.222438, 67.33815], [-141.49081, 67.933274], [-140.841517, 66.418787], [-146.250759, 65.85009], [-147.222438, 67.33815]]], "type": "Polygon"}, "id": "1109", "properties": {"__folium_color": "#fde725", "frame_id": 32806, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-146.371453, 64.550043, -140.325678, 66.622746], "geometry": {"coordinates": [[[-146.371453, 66.041797], [-141.796513, 66.561293], [-140.92576, 66.622746], [-140.325678, 65.106674], [-145.478427, 64.550043], [-146.371453, 66.041797]]], "type": "Polygon"}, "id": "1110", "properties": {"__folium_color": "#fde725", "frame_id": 32805, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-145.589732, 63.247151, -139.843112, 65.310757], "geometry": {"coordinates": [[[-145.589732, 64.742145], [-141.231863, 65.25054], [-140.404246, 65.310757], [-139.843112, 63.793464], [-144.764255, 63.247151], [-145.589732, 64.742145]]], "type": "Polygon"}, "id": "1111", "properties": {"__folium_color": "#fde725", "frame_id": 32804, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-144.867503, 61.941802, -139.388682, 63.99765], "geometry": {"coordinates": [[[-144.867503, 63.439589], [-139.916847, 63.99765], [-139.388682, 62.479276], [-144.099754, 61.941802], [-144.867503, 63.439589]]], "type": "Polygon"}, "id": "1112", "properties": {"__folium_color": "#fde725", "frame_id": 32803, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-144.196037, 60.634224, -138.955807, 62.68355], "geometry": {"coordinates": [[[-144.196037, 62.134529], [-139.458269, 62.68355], [-138.955807, 61.164376], [-143.478741, 60.634224], [-144.196037, 62.134529]]], "type": "Polygon"}, "id": "1113", "properties": {"__folium_color": "#fde725", "frame_id": 32802, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-143.568968, 59.324691, -138.546993, 61.368744], "geometry": {"coordinates": [[[-143.568968, 60.827199], [-139.021798, 61.368744], [-138.546993, 59.848426], [-142.895255, 59.324691], [-143.568968, 60.827199]]], "type": "Polygon"}, "id": "1114", "properties": {"__folium_color": "#fde725", "frame_id": 32801, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-142.980186, 58.013365, -138.156432, 60.052857], "geometry": {"coordinates": [[[-142.980186, 59.517882], [-138.609871, 60.052857], [-138.156432, 58.53169], [-142.344937, 58.013365], [-142.980186, 59.517882]]], "type": "Polygon"}, "id": "1115", "properties": {"__folium_color": "#fde725", "frame_id": 32800, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-115.556995, 50.765445, -111.556905, 52.792243], "geometry": {"coordinates": [[[-115.556995, 52.278207], [-111.930634, 52.792243], [-111.556905, 51.267094], [-115.066531, 50.765445], [-115.556995, 52.278207]]], "type": "Polygon"}, "id": "1116", "properties": {"__folium_color": "#fde725", "frame_id": 32526, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alberta"}, "type": "Feature"}, {"bbox": [-115.129044, 49.445619, -111.240778, 51.471795], "geometry": {"coordinates": [[[-115.129044, 50.959536], [-111.606878, 51.471795], [-111.240778, 49.946202], [-114.656514, 49.445619], [-115.129044, 50.959536]]], "type": "Polygon"}, "id": "1117", "properties": {"__folium_color": "#fde725", "frame_id": 32525, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-86.024364, 48.465104, -82.215354, 50.491274], "geometry": {"coordinates": [[[-86.024364, 49.979786], [-82.573197, 50.491274], [-82.215354, 48.965099], [-85.56396, 48.465104], [-86.024364, 49.979786]]], "type": "Polygon"}, "id": "1118", "properties": {"__folium_color": "#fde725", "frame_id": 40042, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-113.554393, 44.157539, -110.044952, 46.184682], "geometry": {"coordinates": [[[-113.554393, 45.675467], [-110.381432, 46.184682], [-110.044952, 44.65672], [-113.137901, 44.157539], [-113.554393, 45.675467]]], "type": "Polygon"}, "id": "1119", "properties": {"__folium_color": "#fde725", "frame_id": 32521, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-85.622755, 47.143628, -81.913271, 49.169863], "geometry": {"coordinates": [[[-85.622755, 48.659359], [-82.263264, 49.169863], [-81.913271, 47.643099], [-85.177442, 47.143628], [-85.622755, 48.659359]]], "type": "Polygon"}, "id": "1120", "properties": {"__folium_color": "#fde725", "frame_id": 40041, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-121.467756, 49.975435, -117.536623, 52.001634], "geometry": {"coordinates": [[[-121.467756, 51.488919], [-117.906416, 52.001634], [-117.536623, 50.476267], [-120.988244, 49.975435], [-121.467756, 51.488919]]], "type": "Polygon"}, "id": "1121", "properties": {"__folium_color": "#fde725", "frame_id": 44339, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-121.049407, 48.655004, -117.226819, 50.681011], "geometry": {"coordinates": [[[-121.049407, 50.1696], [-117.585842, 50.681011], [-117.226819, 49.154853], [-120.586742, 48.655004], [-121.049407, 50.1696]]], "type": "Polygon"}, "id": "1122", "properties": {"__folium_color": "#fde725", "frame_id": 44338, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-85.234373, 45.821256, -81.617193, 47.847876], "geometry": {"coordinates": [[[-85.234373, 47.33795], [-81.960159, 47.847876], [-81.617193, 46.32054], [-84.802523, 45.821256], [-85.234373, 47.33795]]], "type": "Polygon"}, "id": "1123", "properties": {"__folium_color": "#fde725", "frame_id": 40040, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-84.857764, 44.498033, -81.325023, 46.525326], "geometry": {"coordinates": [[[-84.857764, 46.015638], [-81.663163, 46.525326], [-81.325023, 44.997588], [-84.438122, 44.498033], [-84.857764, 46.015638]]], "type": "Polygon"}, "id": "1124", "properties": {"__folium_color": "#fde725", "frame_id": 40039, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-84.135674, 41.849163, -80.757485, 43.87877], "geometry": {"coordinates": [[[-84.135674, 43.368468], [-81.083507, 43.87877], [-80.757485, 42.349808], [-83.737294, 41.849163], [-84.135674, 43.368468]]], "type": "Polygon"}, "id": "1125", "properties": {"__folium_color": "#fde725", "frame_id": 40037, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Michigan"}, "type": "Feature"}, {"bbox": [-84.491827, 43.173985, -81.039099, 45.202395], "geometry": {"coordinates": [[[-84.491827, 44.692468], [-81.370168, 45.202395], [-81.039099, 43.673958], [-84.083367, 43.173985], [-84.491827, 44.692468]]], "type": "Polygon"}, "id": "1126", "properties": {"__folium_color": "#fde725", "frame_id": 40038, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Michigan"}, "type": "Feature"}, {"bbox": [-160.197283, 69.260645, -152.70515, 71.382209], "geometry": {"coordinates": [[[-160.197283, 70.735492], [-153.520039, 71.382209], [-152.70515, 69.87217], [-158.939995, 69.260645], [-160.197283, 70.735492]]], "type": "Polygon"}, "id": "1127", "properties": {"__folium_color": "#fde725", "frame_id": 36836, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-124.080721, 44.999513, -120.51831, 47.026405], "geometry": {"coordinates": [[[-124.080721, 46.51683], [-120.857278, 47.026405], [-120.51831, 45.498659], [-123.656542, 44.999513], [-124.080721, 46.51683]]], "type": "Polygon"}, "id": "1128", "properties": {"__folium_color": "#fde725", "frame_id": 36549, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-123.710807, 43.675703, -120.229148, 45.703442], "geometry": {"coordinates": [[[-123.710807, 45.193917], [-120.563754, 45.703442], [-120.229148, 44.17531], [-123.298224, 43.675703], [-123.710807, 45.193917]]], "type": "Polygon"}, "id": "1129", "properties": {"__folium_color": "#fde725", "frame_id": 36548, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-123.351041, 42.351104, -119.945961, 44.380113], "geometry": {"coordinates": [[[-123.351041, 43.870157], [-120.273821, 44.380113], [-119.945961, 42.851281], [-122.948909, 42.351104], [-123.351041, 43.870157]]], "type": "Polygon"}, "id": "1130", "properties": {"__folium_color": "#fde725", "frame_id": 36547, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-120.645814, 47.333592, -116.923832, 49.359614], "geometry": {"coordinates": [[[-120.645814, 48.849246], [-117.274879, 49.359614], [-116.923832, 47.832863], [-120.198459, 47.333592], [-120.645814, 48.849246]]], "type": "Polygon"}, "id": "1131", "properties": {"__folium_color": "#fde725", "frame_id": 44337, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-120.25564, 46.011275, -116.626945, 48.037637], "geometry": {"coordinates": [[[-120.25564, 47.527902], [-116.970855, 48.037637], [-116.626945, 46.51031], [-119.821942, 46.011275], [-120.25564, 47.527902]]], "type": "Polygon"}, "id": "1132", "properties": {"__folium_color": "#fde725", "frame_id": 44336, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-119.877409, 44.6881, -116.334047, 46.715094], "geometry": {"coordinates": [[[-119.877409, 46.205646], [-116.673037, 46.715094], [-116.334047, 45.187362], [-119.456091, 44.6881], [-119.877409, 46.205646]]], "type": "Polygon"}, "id": "1133", "properties": {"__folium_color": "#fde725", "frame_id": 44335, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-119.510001, 43.364094, -116.047476, 45.392167], "geometry": {"coordinates": [[[-119.510001, 44.882526], [-116.379301, 45.392167], [-116.047476, 43.863733], [-119.100018, 43.364094], [-119.510001, 44.882526]]], "type": "Polygon"}, "id": "1134", "properties": {"__folium_color": "#fde725", "frame_id": 44334, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-124.461713, 46.322483, -120.810976, 48.348813], "geometry": {"coordinates": [[[-124.461713, 47.838867], [-121.156505, 48.348813], [-120.810976, 46.82163], [-124.024863, 46.322483], [-124.461713, 47.838867]]], "type": "Polygon"}, "id": "1135", "properties": {"__folium_color": "#fde725", "frame_id": 36550, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-124.854934, 47.644582, -121.109248, 49.670652], "geometry": {"coordinates": [[[-124.854934, 49.15998], [-121.462105, 49.670652], [-121.109248, 48.144049], [-124.404101, 47.644582], [-124.854934, 49.15998]]], "type": "Polygon"}, "id": "1136", "properties": {"__folium_color": "#fde725", "frame_id": 36551, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-127.05913, 54.240026, -122.712928, 56.270549], "geometry": {"coordinates": [[[-127.05913, 55.749312], [-123.118136, 56.270549], [-122.712928, 54.747172], [-126.510766, 54.240026], [-127.05913, 55.749312]]], "type": "Polygon"}, "id": "1137", "properties": {"__folium_color": "#fde725", "frame_id": 36556, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-126.580417, 52.923163, -122.374755, 54.951816], "geometry": {"coordinates": [[[-126.580417, 54.433859], [-122.766945, 54.951816], [-122.374755, 53.427749], [-126.056074, 52.923163], [-126.580417, 54.433859]]], "type": "Polygon"}, "id": "1138", "properties": {"__folium_color": "#fde725", "frame_id": 36555, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-126.12278, 51.605105, -122.046542, 53.632422], "geometry": {"coordinates": [[[-126.12278, 53.117109], [-122.427095, 53.632422], [-122.046542, 52.107686], [-125.619928, 51.605105], [-126.12278, 53.117109]]], "type": "Polygon"}, "id": "1139", "properties": {"__folium_color": "#fde725", "frame_id": 36554, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-125.683993, 50.285955, -121.725318, 52.312383], "geometry": {"coordinates": [[[-125.683993, 51.799151], [-122.09739, 52.312383], [-121.725318, 50.787174], [-125.200212, 50.285955], [-125.683993, 51.799151]]], "type": "Polygon"}, "id": "1140", "properties": {"__folium_color": "#fde725", "frame_id": 36553, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-125.261901, 48.965766, -121.413783, 50.991907], "geometry": {"coordinates": [[[-125.261901, 50.48009], [-121.77483, 50.991907], [-121.413783, 49.465901], [-124.795387, 48.965766], [-125.261901, 50.48009]]], "type": "Polygon"}, "id": "1141", "properties": {"__folium_color": "#fde725", "frame_id": 36552, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-161.432334, 70.546007, -153.404006, 72.686691], "geometry": {"coordinates": [[[-161.432334, 72.014057], [-154.309564, 72.686691], [-153.404006, 71.178994], [-160.025327, 70.546007], [-161.432334, 72.014057]]], "type": "Polygon"}, "id": "1142", "properties": {"__folium_color": "#fde725", "frame_id": 36837, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-175.00212, 60.518282, -169.781674, 62.567279], "geometry": {"coordinates": [[[-175.00212, 62.018744], [-170.282163, 62.567279], [-169.781674, 61.048057], [-174.288564, 60.518282], [-175.00212, 62.018744]]], "type": "Polygon"}, "id": "1143", "properties": {"__folium_color": "#fde725", "frame_id": 44884, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-174.37834, 59.20863, -169.374299, 61.252429], "geometry": {"coordinates": [[[-174.37834, 60.711275], [-169.847419, 61.252429], [-169.374299, 59.732067], [-173.70788, 59.20863], [-174.37834, 60.711275]]], "type": "Polygon"}, "id": "1144", "properties": {"__folium_color": "#fde725", "frame_id": 44883, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-173.239939, 56.584169, -168.611657, 58.619783], "geometry": {"coordinates": [[[-173.239939, 58.090589], [-169.044955, 58.619783], [-168.611657, 57.097766], [-172.640816, 56.584169], [-173.239939, 58.090589]]], "type": "Polygon"}, "id": "1145", "properties": {"__folium_color": "#fde725", "frame_id": 44881, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-172.716674, 55.269667, -168.249764, 57.3023], "geometry": {"coordinates": [[[-172.716674, 56.777724], [-168.669269, 57.3023], [-168.249764, 55.779731], [-172.147136, 55.269667], [-172.716674, 56.777724]]], "type": "Polygon"}, "id": "1146", "properties": {"__folium_color": "#fde725", "frame_id": 44880, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-171.745167, 52.636675, -167.56292, 54.66578], "geometry": {"coordinates": [[[-171.745167, 54.147625], [-167.952688, 54.66578], [-167.56292, 53.141563], [-171.22539, 52.636675], [-171.745167, 54.147625]]], "type": "Polygon"}, "id": "1147", "properties": {"__folium_color": "#fde725", "frame_id": 44878, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-171.285142, 51.319141, -167.236538, 53.346246], "geometry": {"coordinates": [[[-171.285142, 52.831418], [-167.614948, 53.346246], [-167.236538, 51.821363], [-170.78646, 51.319141], [-171.285142, 52.831418]]], "type": "Polygon"}, "id": "1148", "properties": {"__folium_color": "#fde725", "frame_id": 44877, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.012368, 70.244053, -149.118388, 72.379846], "geometry": {"coordinates": [[[-157.012368, 71.713837], [-150.000924, 72.379846], [-149.118388, 70.871552], [-155.643315, 70.244053], [-157.012368, 71.713837]]], "type": "Polygon"}, "id": "1149", "properties": {"__folium_color": "#fde725", "frame_id": 44623, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-155.810832, 68.957451, -148.43544, 71.074835], "geometry": {"coordinates": [[[-155.810832, 70.433738], [-149.231627, 71.074835], [-148.43544, 69.564295], [-154.584825, 68.957451], [-155.810832, 70.433738]]], "type": "Polygon"}, "id": "1150", "properties": {"__folium_color": "#fde725", "frame_id": 44622, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-119.152512, 42.039307, -115.765284, 44.068543], "geometry": {"coordinates": [[[-119.152512, 43.558568], [-116.091981, 44.068543], [-115.765284, 42.53958], [-118.752747, 42.039307], [-119.152512, 43.558568]]], "type": "Polygon"}, "id": "1151", "properties": {"__folium_color": "#fde725", "frame_id": 44333, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-74.342208, 43.655874, -70.859833, 45.683943], "geometry": {"coordinates": [[[-74.342208, 45.174004], [-71.194448, 45.683943], [-70.859833, 44.155898], [-73.929691, 43.655874], [-74.342208, 45.174004]]], "type": "Polygon"}, "id": "1152", "properties": {"__folium_color": "#fde725", "frame_id": 36011, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-74.712051, 44.979605, -71.149001, 47.006825], "geometry": {"coordinates": [[[-74.712051, 46.49684], [-71.487973, 47.006825], [-71.149001, 45.479164], [-74.28795, 44.979605], [-74.712051, 46.49684]]], "type": "Polygon"}, "id": "1153", "properties": {"__folium_color": "#fde725", "frame_id": 36012, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-75.092958, 46.302496, -71.44167, 48.329153], "geometry": {"coordinates": [[[-75.092958, 47.818801], [-71.787197, 48.329153], [-71.44167, 46.802054], [-74.656201, 46.302496], [-75.092958, 47.818801]]], "type": "Polygon"}, "id": "1154", "properties": {"__folium_color": "#fde725", "frame_id": 36013, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-169.00507, 67.499423, -162.136852, 69.599239], "geometry": {"coordinates": [[[-169.00507, 68.981817], [-162.854192, 69.599239], [-162.136852, 68.086572], [-167.91188, 67.499423], [-169.00507, 68.981817]]], "type": "Polygon"}, "id": "1155", "properties": {"__folium_color": "#fde725", "frame_id": 40862, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.06574, 68.791319, -162.752658, 70.906494], "geometry": {"coordinates": [[[-170.06574, 70.268366], [-163.538983, 70.906494], [-162.752658, 69.39569], [-168.856284, 68.791319], [-170.06574, 70.268366]]], "type": "Polygon"}, "id": "1156", "properties": {"__folium_color": "#fde725", "frame_id": 40863, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [174.79809299999823, 49.830055, 178.722575, 51.85627999999444], "geometry": {"coordinates": [[[174.79809299999823, 51.3428659999942], [178.35361799999944, 51.85627999999444], [178.722575, 50.330851], [175.281935, 49.830055], [174.79809299999823, 51.3428659999942]]], "type": "Polygon"}, "id": "1157", "properties": {"__folium_color": "#fde725", "frame_id": 41117, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [174.364882999998, 51.148819, 178.40401599999947, 53.17618699999505], "geometry": {"coordinates": [[[174.364882999998, 52.66118799999478], [178.0233239999993, 53.17618699999505], [178.40401599999947, 51.65156799999435], [174.861345, 51.148819], [174.364882999998, 52.66118799999478]]], "type": "Polygon"}, "id": "1158", "properties": {"__folium_color": "#fde725", "frame_id": 41118, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.046984, 66.203601, -161.566333, 68.290309], "geometry": {"coordinates": [[[-168.046984, 67.690506], [-162.229938, 68.290309], [-161.566333, 66.776253], [-167.051149, 66.203601], [-168.046984, 67.690506]]], "type": "Polygon"}, "id": "1159", "properties": {"__folium_color": "#fde725", "frame_id": 40861, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-167.174721, 64.90442, -161.040216, 66.980164], "geometry": {"coordinates": [[[-167.174721, 66.395173], [-162.535744, 66.918292], [-161.652345, 66.980164], [-161.040216, 65.464474], [-166.26112, 64.90442], [-167.174721, 66.395173]]], "type": "Polygon"}, "id": "1160", "properties": {"__folium_color": "#fde725", "frame_id": 40860, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-165.637124, 62.297608, -160.08693, 64.355715], "geometry": {"coordinates": [[[-165.637124, 63.794624], [-161.422974, 64.296219], [-160.623911, 64.355715], [-160.08693, 62.837653], [-164.854114, 62.297608], [-165.637124, 63.794624]]], "type": "Polygon"}, "id": "1161", "properties": {"__folium_color": "#fde725", "frame_id": 40858, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-99.581899, 45.652528, -95.976809, 47.67906], "geometry": {"coordinates": [[[-99.581899, 47.169372], [-96.318873, 47.67906], [-95.976809, 46.151625], [-99.151747, 45.652528], [-99.581899, 47.169372]]], "type": "Polygon"}, "id": "1162", "properties": {"__folium_color": "#fde725", "frame_id": 36281, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-99.206776, 44.329174, -95.685337, 46.356417], "geometry": {"coordinates": [[[-99.206776, 45.846923], [-96.022663, 46.356417], [-95.685337, 44.828582], [-98.788677, 44.329174], [-99.206776, 45.846923]]], "type": "Polygon"}, "id": "1163", "properties": {"__folium_color": "#fde725", "frame_id": 36280, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-99.968643, 46.975036, -96.272116, 49.001141], "geometry": {"coordinates": [[[-99.968643, 48.490923], [-96.621104, 49.001141], [-96.272116, 47.474277], [-99.5252, 46.975036], [-99.968643, 48.490923]]], "type": "Polygon"}, "id": "1164", "properties": {"__folium_color": "#fde725", "frame_id": 36282, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Manitoba"}, "type": "Feature"}, {"bbox": [-110.916604, 49.134268, -107.054068, 51.160345], "geometry": {"coordinates": [[[-110.916604, 50.648436], [-107.418075, 51.160345], [-107.054068, 49.634623], [-110.448028, 49.134268], [-110.916604, 50.648436]]], "type": "Polygon"}, "id": "1165", "properties": {"__folium_color": "#fde725", "frame_id": 40311, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-111.340702, 50.454316, -107.368403, 52.480919], "geometry": {"coordinates": [[[-110.854631, 50.454316], [-111.340702, 51.967347], [-107.739798, 52.480919], [-107.368403, 50.955634], [-110.854631, 50.454316]]], "type": "Polygon"}, "id": "1166", "properties": {"__folium_color": "#fde725", "frame_id": 40312, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-137.664984, 55.075206, -133.221734, 57.107253], "geometry": {"coordinates": [[[-137.664984, 56.583526], [-133.63874, 57.107253], [-133.221734, 55.584553], [-137.099788, 55.075206], [-137.664984, 56.583526]]], "type": "Polygon"}, "id": "1167", "properties": {"__folium_color": "#fde725", "frame_id": 40584, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-138.183967, 56.389939, -133.581487, 58.42486], "geometry": {"coordinates": [[[-138.183967, 57.896645], [-134.011978, 58.42486], [-133.581487, 56.902706], [-137.589722, 56.389939], [-138.183967, 57.896645]]], "type": "Polygon"}, "id": "1168", "properties": {"__folium_color": "#fde725", "frame_id": 40585, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-100.374326, 48.295908, -96.57334, 50.322648], "geometry": {"coordinates": [[[-100.374326, 49.81072], [-96.930064, 50.322648], [-96.57334, 48.79637], [-99.915926, 48.295908], [-100.374326, 49.81072]]], "type": "Polygon"}, "id": "1169", "properties": {"__folium_color": "#fde725", "frame_id": 36283, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Manitoba"}, "type": "Feature"}, {"bbox": [-108.64656, 41.195668, -105.300483, 43.225585], "geometry": {"coordinates": [[[-108.64656, 42.714722], [-105.624107, 43.225585], [-105.300483, 41.696299], [-108.248023, 41.195668], [-108.64656, 42.714722]]], "type": "Polygon"}, "id": "1170", "properties": {"__folium_color": "#fde725", "frame_id": 40305, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-108.998294, 42.520234, -105.580048, 44.549178], "geometry": {"coordinates": [[[-108.998294, 44.039159], [-105.911418, 44.549178], [-105.580048, 43.020754], [-108.594905, 42.520234], [-108.998294, 44.039159]]], "type": "Polygon"}, "id": "1171", "properties": {"__folium_color": "#fde725", "frame_id": 40306, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-109.35927, 43.844716, -105.866656, 45.872421], "geometry": {"coordinates": [[[-109.35927, 45.362797], [-106.201946, 45.872421], [-105.866656, 44.34438], [-108.945304, 43.844716], [-109.35927, 45.362797]]], "type": "Polygon"}, "id": "1172", "properties": {"__folium_color": "#fde725", "frame_id": 40307, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-109.730517, 45.168405, -106.156403, 47.195297], "geometry": {"coordinates": [[[-109.730517, 46.685584], [-106.496131, 47.195297], [-106.156403, 45.667643], [-109.304815, 45.168405], [-109.730517, 46.685584]]], "type": "Polygon"}, "id": "1173", "properties": {"__folium_color": "#fde725", "frame_id": 40308, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-110.112981, 46.49125, -106.449718, 48.517617], "geometry": {"coordinates": [[[-110.112981, 48.00749], [-106.796099, 48.517617], [-106.449718, 46.990527], [-109.674451, 46.49125], [-110.112981, 48.00749]]], "type": "Polygon"}, "id": "1174", "properties": {"__folium_color": "#fde725", "frame_id": 40309, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-110.507831, 47.81322, -106.748718, 49.839367], "geometry": {"coordinates": [[[-110.507831, 49.328468], [-107.102529, 49.839367], [-106.748718, 48.312858], [-110.055139, 47.81322], [-110.507831, 49.328468]]], "type": "Polygon"}, "id": "1175", "properties": {"__folium_color": "#fde725", "frame_id": 40310, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alberta"}, "type": "Feature"}, {"bbox": [-101.21888, 50.936203, -97.201805, 52.963351], "geometry": {"coordinates": [[[-101.21888, 52.448743], [-97.576969, 52.963351], [-97.201805, 51.438342], [-100.725798, 50.936203], [-101.21888, 52.448743]]], "type": "Polygon"}, "id": "1176", "properties": {"__folium_color": "#fde725", "frame_id": 36285, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Manitoba"}, "type": "Feature"}, {"bbox": [-100.788636, 49.616566, -96.88457, 51.643033], "geometry": {"coordinates": [[[-100.788636, 51.130272], [-97.251964, 51.643033], [-96.88457, 50.117577], [-100.313742, 49.616566], [-100.788636, 51.130272]]], "type": "Polygon"}, "id": "1177", "properties": {"__folium_color": "#fde725", "frame_id": 36284, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Manitoba"}, "type": "Feature"}, {"bbox": [-138.731613, 57.703217, -133.952409, 59.74171], "geometry": {"coordinates": [[[-138.731613, 59.208171], [-134.401212, 59.74171], [-133.952409, 58.220357], [-138.104708, 57.703217], [-138.731613, 59.208171]]], "type": "Polygon"}, "id": "1178", "properties": {"__folium_color": "#fde725", "frame_id": 40586, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-139.312055, 59.014925, -134.339007, 61.057777], "geometry": {"coordinates": [[[-139.312055, 60.517916], [-134.808504, 61.057777], [-134.339007, 59.53726], [-138.647835, 59.014925], [-139.312055, 60.517916]]], "type": "Polygon"}, "id": "1179", "properties": {"__folium_color": "#fde725", "frame_id": 40587, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-163.143583, 57.059076, -158.4548, 59.095571], "geometry": {"coordinates": [[[-163.143583, 58.564931], [-158.894473, 59.095571], [-158.4548, 57.573814], [-162.533216, 57.059076], [-163.143583, 58.564931]]], "type": "Polygon"}, "id": "1180", "properties": {"__folium_color": "#fde725", "frame_id": 40854, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-163.714524, 58.371574, -158.833593, 60.412027], "geometry": {"coordinates": [[[-163.714524, 59.874756], [-159.292651, 60.412027], [-158.833593, 58.891081], [-163.062088, 58.371574], [-163.714524, 59.874756]]], "type": "Polygon"}, "id": "1181", "properties": {"__folium_color": "#fde725", "frame_id": 40855, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.313505, 59.681636, -159.22895, 61.727348], "geometry": {"coordinates": [[[-164.313505, 61.183525], [-159.714465, 61.727348], [-159.22895, 60.207595], [-163.628184, 59.681636], [-164.313505, 61.183525]]], "type": "Polygon"}, "id": "1182", "properties": {"__folium_color": "#fde725", "frame_id": 40856, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.952237, 60.990629, -159.647512, 63.041895], "geometry": {"coordinates": [[[-164.952237, 62.490247], [-160.157626, 63.041895], [-159.647512, 61.523009], [-164.221672, 60.990629], [-164.952237, 62.490247]]], "type": "Polygon"}, "id": "1183", "properties": {"__folium_color": "#fde725", "frame_id": 40857, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.610458, 55.745073, -158.088237, 57.778352], "geometry": {"coordinates": [[[-162.610458, 57.252603], [-158.513207, 57.778352], [-158.088237, 56.256015], [-162.030844, 55.745073], [-162.610458, 57.252603]]], "type": "Polygon"}, "id": "1184", "properties": {"__folium_color": "#fde725", "frame_id": 40853, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-166.374887, 63.602287, -160.548888, 65.668515], "geometry": {"coordinates": [[[-166.374887, 65.096406], [-161.959239, 65.607946], [-161.120287, 65.668515], [-160.548888, 64.151565], [-165.531754, 63.602287], [-166.374887, 65.096406]]], "type": "Polygon"}, "id": "1185", "properties": {"__folium_color": "#fde725", "frame_id": 40859, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.104317, 54.429671, -157.737067, 56.460613], "geometry": {"coordinates": [[[-162.104317, 55.93875], [-158.144458, 56.460613], [-157.737067, 54.937329], [-161.552116, 54.429671], [-162.104317, 55.93875]]], "type": "Polygon"}, "id": "1186", "properties": {"__folium_color": "#fde725", "frame_id": 40852, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-139.929586, 60.324879, -134.743285, 62.372778], "geometry": {"coordinates": [[[-139.929586, 61.825724], [-135.239606, 62.372778], [-134.743285, 60.853388], [-139.223141, 60.324879], [-139.929586, 61.825724]]], "type": "Polygon"}, "id": "1187", "properties": {"__folium_color": "#fde725", "frame_id": 40588, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-140.590078, 61.632927, -135.17091, 63.687088], "geometry": {"coordinates": [[[-140.590078, 63.131322], [-135.691998, 63.687088], [-135.17091, 62.168479], [-139.834807, 61.632927], [-140.590078, 63.131322]]], "type": "Polygon"}, "id": "1188", "properties": {"__folium_color": "#fde725", "frame_id": 40589, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-141.299609, 62.938804, -135.619297, 65.000426], "geometry": {"coordinates": [[[-141.299609, 64.434487], [-136.990269, 64.940464], [-136.172186, 65.000426], [-135.619297, 63.482874], [-140.488565, 62.938804], [-141.299609, 64.434487]]], "type": "Polygon"}, "id": "1189", "properties": {"__folium_color": "#fde725", "frame_id": 40590, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-161.622237, 53.112974, -157.39723, 55.141963], "geometry": {"coordinates": [[[-161.622237, 54.623479], [-157.791363, 55.141963], [-157.39723, 53.617984], [-161.094461, 53.112974], [-161.622237, 54.623479]]], "type": "Polygon"}, "id": "1190", "properties": {"__folium_color": "#fde725", "frame_id": 40851, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-113.191212, 42.833208, -109.760298, 44.86154], "geometry": {"coordinates": [[[-113.191212, 44.352002], [-110.089881, 44.86154], [-109.760298, 43.332883], [-112.785624, 42.833208], [-113.191212, 44.352002]]], "type": "Polygon"}, "id": "1191", "properties": {"__folium_color": "#fde725", "frame_id": 32520, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-86.943352, 44.596999, -83.404446, 46.624246], "geometry": {"coordinates": [[[-86.943352, 46.114544], [-83.743051, 46.624246], [-83.404446, 45.096541], [-86.522817, 44.596999], [-86.943352, 46.114544]]], "type": "Polygon"}, "id": "1192", "properties": {"__folium_color": "#fde725", "frame_id": 12653, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-86.576632, 43.273002, -83.118167, 45.301345], "geometry": {"coordinates": [[[-86.576632, 44.791428], [-83.449651, 45.301345], [-83.118167, 43.77294], [-86.167361, 43.273002], [-86.576632, 44.791428]]], "type": "Polygon"}, "id": "1193", "properties": {"__folium_color": "#fde725", "frame_id": 12652, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Michigan"}, "type": "Feature"}, {"bbox": [-86.219769, 41.948227, -82.836236, 43.97775], "geometry": {"coordinates": [[[-86.219769, 43.467478], [-83.162629, 43.97775], [-82.836236, 42.448818], [-85.82065, 41.948227], [-86.219769, 43.467478]]], "type": "Polygon"}, "id": "1194", "properties": {"__folium_color": "#fde725", "frame_id": 12651, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Michigan"}, "type": "Feature"}, {"bbox": [-129.156216, 54.339948, -124.798701, 56.370719], "geometry": {"coordinates": [[[-129.156216, 55.849116], [-125.205058, 56.370719], [-124.798701, 54.847399], [-128.605828, 54.339948], [-129.156216, 55.849116]]], "type": "Polygon"}, "id": "1195", "properties": {"__folium_color": "#fde725", "frame_id": 9170, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-128.675727, 53.023179, -124.459652, 55.052037], "geometry": {"coordinates": [[[-128.675727, 54.533767], [-124.852865, 55.052037], [-124.459652, 53.528025], [-128.149575, 53.023179], [-128.675727, 54.533767]]], "type": "Polygon"}, "id": "1196", "properties": {"__folium_color": "#fde725", "frame_id": 9169, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-128.216502, 51.70521, -124.130656, 53.732692], "geometry": {"coordinates": [[[-128.216502, 53.217113], [-124.512123, 53.732692], [-124.130656, 52.208008], [-127.712025, 51.70521], [-128.216502, 53.217113]]], "type": "Polygon"}, "id": "1197", "properties": {"__folium_color": "#fde725", "frame_id": 9168, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-127.77629, 50.386143, -123.81061, 52.412701], "geometry": {"coordinates": [[[-127.291045, 50.386143], [-127.77629, 51.899245], [-124.181621, 52.412701], [-123.81061, 50.88737], [-127.291045, 50.386143]]], "type": "Polygon"}, "id": "1198", "properties": {"__folium_color": "#fde725", "frame_id": 9167, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-127.352915, 49.066032, -123.496564, 51.092082], "geometry": {"coordinates": [[[-127.352915, 50.580268], [-123.860232, 51.092082], [-123.496564, 49.566313], [-126.885077, 49.066032], [-127.352915, 50.580268]]], "type": "Polygon"}, "id": "1199", "properties": {"__folium_color": "#fde725", "frame_id": 9166, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-126.944789, 47.744922, -123.191464, 49.771059], "geometry": {"coordinates": [[[-126.944789, 49.260237], [-123.544981, 49.771059], [-123.191464, 48.244502], [-126.492758, 47.744922], [-126.944789, 49.260237]]], "type": "Polygon"}, "id": "1200", "properties": {"__folium_color": "#fde725", "frame_id": 9165, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-126.550518, 46.422892, -122.892682, 48.449263], "geometry": {"coordinates": [[[-126.550518, 47.939197], [-123.238806, 48.449263], [-122.892682, 46.922125], [-126.112581, 46.422892], [-126.550518, 47.939197]]], "type": "Polygon"}, "id": "1201", "properties": {"__folium_color": "#fde725", "frame_id": 9164, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-126.168573, 45.099988, -122.599557, 47.126897], "geometry": {"coordinates": [[[-126.168573, 46.61723], [-122.939061, 47.126897], [-122.599557, 45.599194], [-125.743405, 45.099988], [-126.168573, 46.61723]]], "type": "Polygon"}, "id": "1202", "properties": {"__folium_color": "#fde725", "frame_id": 9163, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-125.797793, 43.776241, -122.309979, 45.803974], "geometry": {"coordinates": [[[-125.797793, 45.294384], [-122.645071, 45.803974], [-122.309979, 44.275884], [-125.384309, 43.776241], [-125.797793, 45.294384]]], "type": "Polygon"}, "id": "1203", "properties": {"__folium_color": "#fde725", "frame_id": 9162, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-125.437238, 42.451701, -122.023517, 44.480684], "geometry": {"coordinates": [[[-125.437238, 43.970687], [-122.354714, 44.480684], [-122.023517, 42.952212], [-125.034283, 42.451701], [-125.437238, 43.970687]]], "type": "Polygon"}, "id": "1204", "properties": {"__folium_color": "#fde725", "frame_id": 9161, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-102.879846, 49.716816, -98.9639, 51.743729], "geometry": {"coordinates": [[[-102.879846, 51.230435], [-99.331867, 51.743729], [-98.9639, 50.218281], [-102.40358, 49.716816], [-102.879846, 51.230435]]], "type": "Polygon"}, "id": "1205", "properties": {"__folium_color": "#fde725", "frame_id": 8898, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-102.458437, 48.396974, -98.655482, 50.423033], "geometry": {"coordinates": [[[-102.458437, 49.91174], [-99.012886, 50.423033], [-98.655482, 48.896799], [-101.99886, 48.396974], [-102.458437, 49.91174]]], "type": "Polygon"}, "id": "1206", "properties": {"__folium_color": "#fde725", "frame_id": 8897, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-102.057552, 47.075424, -98.353736, 49.101566], "geometry": {"coordinates": [[[-102.057552, 48.591236], [-98.703335, 49.101566], [-98.353736, 47.574744], [-101.612987, 47.075424], [-102.057552, 48.591236]]], "type": "Polygon"}, "id": "1207", "properties": {"__folium_color": "#fde725", "frame_id": 8896, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-101.669824, 45.75298, -98.057958, 47.779524], "geometry": {"coordinates": [[[-101.669824, 47.269752], [-98.400572, 47.779524], [-98.057958, 46.25213], [-101.238653, 45.75298], [-101.669824, 47.269752]]], "type": "Polygon"}, "id": "1208", "properties": {"__folium_color": "#fde725", "frame_id": 8895, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-101.293808, 44.429686, -97.76606, 46.456919], "geometry": {"coordinates": [[[-101.293808, 45.947368], [-98.103883, 46.456919], [-97.76606, 44.929123], [-100.874781, 44.429686], [-101.293808, 45.947368]]], "type": "Polygon"}, "id": "1209", "properties": {"__folium_color": "#fde725", "frame_id": 8894, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-129.66057, 55.655427, -125.148986, 57.688493], "geometry": {"coordinates": [[[-129.66057, 57.163057], [-125.572785, 57.688493], [-125.148986, 56.166116], [-129.08299, 55.655427], [-129.66057, 57.163057]]], "type": "Polygon"}, "id": "1210", "properties": {"__folium_color": "#fde725", "frame_id": 9171, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-130.198667, 56.969516, -125.514547, 59.005749], "geometry": {"coordinates": [[[-130.198667, 58.474664], [-125.952901, 59.005749], [-125.514547, 57.48395], [-129.583606, 56.969516], [-130.198667, 58.474664]]], "type": "Polygon"}, "id": "1211", "properties": {"__folium_color": "#fde725", "frame_id": 9172, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-154.099593, 55.008556, -149.664394, 57.040541], "geometry": {"coordinates": [[[-154.099593, 56.516945], [-150.080796, 57.040541], [-149.664394, 55.517809], [-153.535626, 55.008556], [-154.099593, 56.516945]]], "type": "Polygon"}, "id": "1212", "properties": {"__folium_color": "#fde725", "frame_id": 9439, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.617353, 56.323351, -150.023631, 58.35818], "geometry": {"coordinates": [[[-154.617353, 57.830131], [-150.453433, 58.35818], [-150.023631, 56.835992], [-154.024502, 56.323351], [-154.617353, 57.830131]]], "type": "Polygon"}, "id": "1213", "properties": {"__folium_color": "#fde725", "frame_id": 9440, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-87.320822, 45.92017, -83.697013, 47.946764], "geometry": {"coordinates": [[[-87.320822, 47.436799], [-84.040494, 47.946764], [-83.697013, 46.419462], [-86.88799, 45.92017], [-87.320822, 47.436799]]], "type": "Polygon"}, "id": "1214", "properties": {"__folium_color": "#fde725", "frame_id": 12654, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Michigan"}, "type": "Feature"}, {"bbox": [-177.15899099999902, 50.410185, -173.191246, 52.43686299999467], "geometry": {"coordinates": [[[-176.67323, 50.410185], [-177.15899099999902, 51.92325199999448], [-173.56261499999775, 52.43686299999467], [-173.191246, 50.91155], [-176.67323, 50.410185]]], "type": "Polygon"}, "id": "1215", "properties": {"__folium_color": "#fde725", "frame_id": 9704, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-163.593453, 70.643127, -155.521142, 72.785503], "geometry": {"coordinates": [[[-163.593453, 72.110589], [-156.434653, 72.785503], [-155.521142, 71.27801], [-162.173614, 70.643127], [-163.593453, 72.110589]]], "type": "Polygon"}, "id": "1216", "properties": {"__folium_color": "#fde725", "frame_id": 9451, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.347069, 69.358183, -154.816785, 71.481201], "geometry": {"coordinates": [[[-162.347069, 70.832544], [-155.63814, 71.481201], [-154.816785, 69.971332], [-161.07921, 69.358183], [-162.347069, 70.832544]]], "type": "Polygon"}, "id": "1217", "properties": {"__folium_color": "#fde725", "frame_id": 9450, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-161.234868, 68.068234, -154.176419, 70.174775], "geometry": {"coordinates": [[[-161.234868, 69.548369], [-154.922604, 70.174775], [-154.176419, 68.662907], [-160.093017, 68.068234], [-161.234868, 69.548369]]], "type": "Polygon"}, "id": "1218", "properties": {"__folium_color": "#fde725", "frame_id": 9449, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-160.233879, 66.774073, -153.584447, 68.866554], "geometry": {"coordinates": [[[-160.233879, 68.259055], [-154.273056, 68.866554], [-153.584447, 67.353249], [-159.197108, 66.774073], [-160.233879, 68.259055]]], "type": "Polygon"}, "id": "1219", "properties": {"__folium_color": "#fde725", "frame_id": 9448, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-159.325548, 65.477083, -153.037739, 67.557089], "geometry": {"coordinates": [[[-159.325548, 66.965422], [-153.673428, 67.557089], [-153.037739, 66.04222], [-158.369754, 65.477083], [-159.325548, 66.965422]]], "type": "Polygon"}, "id": "1220", "properties": {"__folium_color": "#fde725", "frame_id": 9447, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-158.487638, 64.176223, -152.531653, 66.24622], "geometry": {"coordinates": [[[-158.487638, 65.668915], [-153.978149, 66.18512], [-153.1203, 66.24622], [-152.531653, 64.72981], [-157.614694, 64.176223], [-158.487638, 65.668915]]], "type": "Polygon"}, "id": "1221", "properties": {"__folium_color": "#fde725", "frame_id": 9446, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.723596, 62.872622, -152.057387, 64.933929], "geometry": {"coordinates": [[[-157.723596, 64.368434], [-153.424831, 64.874], [-152.608795, 64.933929], [-152.057387, 63.416332], [-156.915349, 62.872622], [-157.723596, 64.368434]]], "type": "Polygon"}, "id": "1222", "properties": {"__folium_color": "#fde725", "frame_id": 9445, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.016526, 61.566645, -151.610073, 63.620549], "geometry": {"coordinates": [[[-157.016526, 63.065154], [-152.129903, 63.620549], [-151.610073, 62.101898], [-156.263663, 61.566645], [-157.016526, 63.065154]]], "type": "Polygon"}, "id": "1223", "properties": {"__folium_color": "#fde725", "frame_id": 9444, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-156.358151, 60.258509, -151.183372, 62.3062], "geometry": {"coordinates": [[[-156.358151, 61.759455], [-151.678612, 62.3062], [-151.183372, 60.786771], [-155.653791, 60.258509], [-156.358151, 61.759455]]], "type": "Polygon"}, "id": "1224", "properties": {"__folium_color": "#fde725", "frame_id": 9443, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-155.742453, 58.948475, -150.779882, 60.991164], "geometry": {"coordinates": [[[-155.742453, 60.451557], [-151.248455, 60.991164], [-150.779882, 59.47061], [-155.080047, 58.948475], [-155.742453, 60.451557]]], "type": "Polygon"}, "id": "1225", "properties": {"__folium_color": "#fde725", "frame_id": 9442, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-155.163606, 57.636695, -150.393965, 59.675063], "geometry": {"coordinates": [[[-155.163606, 59.141731], [-150.841971, 59.675063], [-150.393965, 58.153675], [-154.538287, 57.636695], [-155.163606, 59.141731]]], "type": "Polygon"}, "id": "1226", "properties": {"__folium_color": "#fde725", "frame_id": 9441, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-177.59969799999914, 51.729221999994394, -173.51159899999772, 53.75683799999528], "geometry": {"coordinates": [[[-177.59969799999914, 53.24108799999508], [-173.8934559999978, 53.75683799999528], [-173.51159899999772, 52.232172999994596], [-177.094656999999, 51.729221999994394], [-177.59969799999914, 53.24108799999508]]], "type": "Polygon"}, "id": "1227", "properties": {"__folium_color": "#fde725", "frame_id": 9705, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-87.710154, 47.242485, -83.993532, 49.268719], "geometry": {"coordinates": [[[-87.710154, 48.758147], [-84.344099, 49.268719], [-83.993532, 47.74199], [-87.263757, 47.242485], [-87.710154, 48.758147]]], "type": "Polygon"}, "id": "1228", "properties": {"__folium_color": "#fde725", "frame_id": 12655, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-88.112814, 48.5639, -84.296107, 50.590096], "geometry": {"coordinates": [[[-88.112814, 50.07851], [-84.654591, 50.590096], [-84.296107, 49.063958], [-87.651211, 48.5639], [-88.112814, 50.07851]]], "type": "Polygon"}, "id": "1229", "properties": {"__folium_color": "#fde725", "frame_id": 12656, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-97.468786, 45.437479, -93.872787, 47.464776], "geometry": {"coordinates": [[[-97.468786, 46.954424], [-94.213811, 47.464776], [-93.872787, 45.937246], [-97.040445, 45.437479], [-97.468786, 46.954424]]], "type": "Polygon"}, "id": "1230", "properties": {"__folium_color": "#fde725", "frame_id": 16681, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Minnesota"}, "type": "Feature"}, {"bbox": [-97.089899, 44.114696, -93.582116, 46.142044], "geometry": {"coordinates": [[[-97.089899, 45.632598], [-93.918505, 46.142044], [-93.582116, 44.614115], [-96.673661, 44.114696], [-97.089899, 45.632598]]], "type": "Polygon"}, "id": "1231", "properties": {"__folium_color": "#fde725", "frame_id": 16680, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-73.768737, 48.731312, -69.93798, 50.757689], "geometry": {"coordinates": [[[-73.768737, 50.245748], [-70.297636, 50.757689], [-69.93798, 49.231658], [-73.304986, 48.731312], [-73.768737, 50.245748]]], "type": "Polygon"}, "id": "1232", "properties": {"__folium_color": "#fde725", "frame_id": 16415, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-73.364195, 47.410044, -69.634503, 49.436411], "geometry": {"coordinates": [[[-73.364195, 48.925542], [-69.986124, 49.436411], [-69.634503, 47.909787], [-72.915851, 47.410044], [-73.364195, 48.925542]]], "type": "Polygon"}, "id": "1233", "properties": {"__folium_color": "#fde725", "frame_id": 16414, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-72.973158, 46.087869, -69.337172, 48.114554], "geometry": {"coordinates": [[[-72.973158, 47.604342], [-69.681602, 48.114554], [-69.337172, 46.587354], [-72.538556, 46.087869], [-72.973158, 47.604342]]], "type": "Polygon"}, "id": "1234", "properties": {"__folium_color": "#fde725", "frame_id": 16413, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-72.594138, 44.764834, -69.043867, 46.792131], "geometry": {"coordinates": [[[-72.594138, 46.282229], [-69.383333, 46.792131], [-69.043867, 45.264526], [-72.171992, 44.764834], [-72.594138, 46.282229]]], "type": "Polygon"}, "id": "1235", "properties": {"__folium_color": "#fde725", "frame_id": 16412, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-72.226008, 43.440967, -68.756929, 45.469324], "geometry": {"coordinates": [[[-72.226008, 44.959249], [-69.089185, 45.469324], [-68.756929, 43.941017], [-71.815267, 43.440967], [-72.226008, 44.959249]]], "type": "Polygon"}, "id": "1236", "properties": {"__folium_color": "#fde725", "frame_id": 16411, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-142.699793, 61.730577, -137.262089, 63.785284], "geometry": {"coordinates": [[[-142.699793, 63.228783], [-137.78545, 63.785284], [-137.262089, 62.266746], [-141.940573, 61.730577], [-142.699793, 63.228783]]], "type": "Polygon"}, "id": "1237", "properties": {"__folium_color": "#fde725", "frame_id": 13203, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-142.035827, 60.422674, -136.832775, 62.471037], "geometry": {"coordinates": [[[-142.035827, 61.923352], [-137.331072, 62.471037], [-136.832775, 60.951712], [-141.325944, 60.422674], [-142.035827, 61.923352]]], "type": "Polygon"}, "id": "1238", "properties": {"__folium_color": "#fde725", "frame_id": 13202, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-141.415274, 59.11285, -136.427034, 61.156094], "geometry": {"coordinates": [[[-141.415274, 60.615691], [-136.898242, 61.156094], [-136.427034, 59.635637], [-140.748043, 59.11285], [-141.415274, 60.615691]]], "type": "Polygon"}, "id": "1239", "properties": {"__folium_color": "#fde725", "frame_id": 13201, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-140.832187, 57.80126, -136.039155, 59.840081], "geometry": {"coordinates": [[[-140.832187, 59.306079], [-136.489456, 59.840081], [-136.039155, 58.318783], [-140.202631, 57.80126], [-140.832187, 59.306079]]], "type": "Polygon"}, "id": "1240", "properties": {"__folium_color": "#fde725", "frame_id": 13200, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-140.282213, 56.488088, -135.667106, 58.523281], "geometry": {"coordinates": [[[-140.282213, 57.994672], [-136.098914, 58.523281], [-135.667106, 57.001178], [-139.685624, 56.488088], [-140.282213, 57.994672]]], "type": "Polygon"}, "id": "1241", "properties": {"__folium_color": "#fde725", "frame_id": 13199, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-139.761172, 55.173452, -135.306352, 57.20572], "geometry": {"coordinates": [[[-139.761172, 56.681661], [-135.724527, 57.20572], [-135.306352, 55.683069], [-139.193895, 55.173452], [-139.761172, 56.681661]]], "type": "Polygon"}, "id": "1242", "properties": {"__folium_color": "#fde725", "frame_id": 13198, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-113.430941, 50.552679, -109.450065, 52.579352], "geometry": {"coordinates": [[[-113.430941, 52.06563], [-109.822224, 52.579352], [-109.450065, 51.054106], [-112.943467, 50.552679], [-113.430941, 52.06563]]], "type": "Polygon"}, "id": "1243", "properties": {"__folium_color": "#fde725", "frame_id": 12926, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-113.005612, 49.232697, -109.135142, 51.258814], "geometry": {"coordinates": [[[-113.005612, 50.74679], [-109.499835, 51.258814], [-109.135142, 49.733127], [-112.535772, 49.232697], [-113.005612, 50.74679]]], "type": "Polygon"}, "id": "1244", "properties": {"__folium_color": "#fde725", "frame_id": 12925, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-112.59573, 47.911709, -108.829268, 49.937869], "geometry": {"coordinates": [[[-112.59573, 49.426888], [-109.183691, 49.937869], [-108.829268, 48.411395], [-112.141896, 47.911709], [-112.59573, 49.426888]]], "type": "Polygon"}, "id": "1245", "properties": {"__folium_color": "#fde725", "frame_id": 12924, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-112.199879, 46.589796, -108.529799, 48.616151], "geometry": {"coordinates": [[[-112.199879, 48.105972], [-108.876728, 48.616151], [-108.529799, 47.089094], [-111.760314, 46.589796], [-112.199879, 48.105972]]], "type": "Polygon"}, "id": "1246", "properties": {"__folium_color": "#fde725", "frame_id": 12923, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-111.816508, 45.267006, -108.236062, 47.293862], "geometry": {"coordinates": [[[-111.816508, 46.784123], [-108.576282, 47.293862], [-108.236062, 45.76624], [-111.389867, 45.267006], [-111.816508, 46.784123]]], "type": "Polygon"}, "id": "1247", "properties": {"__folium_color": "#fde725", "frame_id": 12922, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-111.444438, 43.943367, -107.942959, 45.971016], "geometry": {"coordinates": [[[-111.444438, 45.461391], [-108.281669, 45.971016], [-107.942959, 44.44332], [-111.029619, 43.943367], [-111.444438, 45.461391]]], "type": "Polygon"}, "id": "1248", "properties": {"__folium_color": "#fde725", "frame_id": 12921, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-111.082714, 42.619621, -107.658982, 44.648145], "geometry": {"coordinates": [[[-111.082714, 44.137803], [-107.987774, 44.648145], [-107.658982, 43.119407], [-110.673573, 42.619621], [-111.082714, 44.137803]]], "type": "Polygon"}, "id": "1249", "properties": {"__folium_color": "#fde725", "frame_id": 12920, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-110.725318, 41.294412, -107.379113, 43.324235], "geometry": {"coordinates": [[[-110.725318, 42.814143], [-107.703092, 43.324235], [-107.379113, 41.794978], [-110.331048, 41.294412], [-110.725318, 42.814143]]], "type": "Polygon"}, "id": "1250", "properties": {"__folium_color": "#fde725", "frame_id": 12919, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-88.530128, 49.884339, -84.605448, 51.9107], "geometry": {"coordinates": [[[-88.530128, 51.397843], [-84.974632, 51.9107], [-84.605448, 50.385351], [-88.051795, 49.884339], [-88.530128, 51.397843]]], "type": "Polygon"}, "id": "1251", "properties": {"__folium_color": "#fde725", "frame_id": 12657, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-143.413338, 63.03629, -137.712418, 65.098551], "geometry": {"coordinates": [[[-143.413338, 64.531759], [-139.088996, 65.038505], [-138.267948, 65.098551], [-137.712418, 63.581079], [-142.597731, 63.03629], [-143.413338, 64.531759]]], "type": "Polygon"}, "id": "1252", "properties": {"__folium_color": "#fde725", "frame_id": 13204, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-144.184932, 64.339594, -138.190202, 66.410718], "geometry": {"coordinates": [[[-144.184932, 65.831891], [-139.64713, 66.349474], [-138.783698, 66.410718], [-138.190202, 64.894447], [-143.303409, 64.339594], [-144.184932, 65.831891]]], "type": "Polygon"}, "id": "1253", "properties": {"__folium_color": "#fde725", "frame_id": 13205, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-145.024023, 65.640112, -138.700424, 67.721447], "geometry": {"coordinates": [[[-145.024023, 67.128801], [-139.341885, 67.721447], [-138.700424, 66.206735], [-144.065847, 65.640112], [-145.024023, 67.128801]]], "type": "Polygon"}, "id": "1254", "properties": {"__folium_color": "#fde725", "frame_id": 13206, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-145.942815, 66.937477, -139.252055, 69.031041], "geometry": {"coordinates": [[[-145.942815, 68.421955], [-139.943026, 69.031041], [-139.252055, 67.517627], [-144.894206, 66.937477], [-145.942815, 68.421955]]], "type": "Polygon"}, "id": "1255", "properties": {"__folium_color": "#fde725", "frame_id": 13207, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-148.091497, 69.519808, -140.497361, 71.64499], "geometry": {"coordinates": [[[-148.091497, 70.993408], [-141.32888, 71.64499], [-140.497361, 70.135371], [-146.806472, 69.519808], [-148.091497, 70.993408]]], "type": "Polygon"}, "id": "1256", "properties": {"__folium_color": "#fde725", "frame_id": 13209, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-146.964144, 68.230405, -139.845399, 70.339066], "geometry": {"coordinates": [[[-146.964144, 69.709906], [-140.599876, 70.339066], [-139.845399, 68.827394], [-145.808059, 68.230405], [-146.964144, 69.709906]]], "type": "Polygon"}, "id": "1257", "properties": {"__folium_color": "#fde725", "frame_id": 13208, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-100.928409, 43.105569, -97.480377, 45.133933], "geometry": {"coordinates": [[[-100.928409, 44.624127], [-97.811164, 45.133933], [-97.480377, 43.605438], [-100.520508, 43.105569], [-100.928409, 44.624127]]], "type": "Polygon"}, "id": "1258", "properties": {"__folium_color": "#fde725", "frame_id": 8893, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-77.181676, 46.403515, -73.52323, 48.430204], "geometry": {"coordinates": [[[-77.181676, 47.919741], [-73.869341, 48.430204], [-73.52323, 46.90315], [-76.74384, 46.403515], [-77.181676, 47.919741]]], "type": "Polygon"}, "id": "1259", "properties": {"__folium_color": "#fde725", "frame_id": 8627, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-180.0, 50.726027, 180.0, 52.75300099999486], "geometry": {"coordinates": [[[[180.0, 52.45551646355714], [180.0, 50.8316774617948], [179.110845, 50.726027], [178.62056799999948, 52.23880099999462], [180.0, 52.45551646355714]]], [[[-180.0, 52.45551646355714], [-177.75694799999923, 52.75300099999486], [-177.383146, 51.227844], [-180.0, 50.8316774617948], [-180.0, 52.45551646355714]]]], "type": "MultiPolygon"}, "id": "1260", "properties": {"__folium_color": "#fde725", "frame_id": 1918, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-166.749061, 69.666245, -159.090866, 71.794005], "geometry": {"coordinates": [[[-166.749061, 71.139064], [-159.932594, 71.794005], [-159.090866, 70.284652], [-165.447368, 69.666245], [-166.749061, 71.139064]]], "type": "Polygon"}, "id": "1261", "properties": {"__folium_color": "#fde725", "frame_id": 1664, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-165.599304, 68.378177, -158.43625, 70.488056], "geometry": {"coordinates": [[[-165.599304, 69.857035], [-159.19914, 70.488056], [-158.43625, 68.976621], [-164.429262, 68.378177], [-165.599304, 69.857035]]], "type": "Polygon"}, "id": "1262", "properties": {"__folium_color": "#fde725", "frame_id": 1663, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-163.644361, 65.788009, -157.280276, 67.870829], "geometry": {"coordinates": [[[-163.644361, 67.276221], [-157.927638, 67.870829], [-157.280276, 66.356298], [-162.676333, 65.788009], [-163.644361, 67.276221]]], "type": "Polygon"}, "id": "1263", "properties": {"__folium_color": "#fde725", "frame_id": 1661, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-106.267045, 47.391524, -102.539876, 49.417667], "geometry": {"coordinates": [[[-106.267045, 48.907098], [-102.891263, 49.417667], [-102.539876, 47.890976], [-105.819044, 47.391524], [-106.267045, 48.907098]]], "type": "Polygon"}, "id": "1264", "properties": {"__folium_color": "#fde725", "frame_id": 1110, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-105.876306, 46.069279, -102.24273, 48.095747], "geometry": {"coordinates": [[[-105.876306, 47.585828], [-102.586944, 48.095747], [-102.24273, 46.568481], [-105.442022, 46.069279], [-105.876306, 47.585828]]], "type": "Polygon"}, "id": "1265", "properties": {"__folium_color": "#fde725", "frame_id": 1109, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-105.497563, 44.746174, -101.949598, 46.773262], "geometry": {"coordinates": [[[-105.497563, 46.263644], [-102.288862, 46.773262], [-101.949598, 45.24559], [-105.075711, 44.746174], [-105.497563, 46.263644]]], "type": "Polygon"}, "id": "1266", "properties": {"__folium_color": "#fde725", "frame_id": 1108, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-105.129688, 43.422237, -101.662819, 45.450392], "geometry": {"coordinates": [[[-105.129688, 44.940594], [-101.994888, 45.450392], [-101.662819, 43.922018], [-104.71922, 43.422237], [-105.129688, 44.940594]]], "type": "Polygon"}, "id": "1267", "properties": {"__folium_color": "#fde725", "frame_id": 1107, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-81.005209, 45.397978, -77.411226, 47.425106], "geometry": {"coordinates": [[[-81.005209, 46.914915], [-77.755363, 47.425106], [-77.411226, 45.897941], [-80.577154, 45.397978], [-81.005209, 46.914915]]], "type": "Polygon"}, "id": "1268", "properties": {"__folium_color": "#fde725", "frame_id": 840, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-80.631902, 44.075205, -77.120625, 46.102738], "geometry": {"coordinates": [[[-80.631902, 45.592348], [-77.456932, 46.102738], [-77.120625, 44.574828], [-80.210595, 44.075205], [-80.631902, 45.592348]]], "type": "Polygon"}, "id": "1269", "properties": {"__folium_color": "#fde725", "frame_id": 839, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-80.263845, 42.750912, -76.836093, 44.779645], "geometry": {"coordinates": [[[-80.263845, 44.269668], [-77.165534, 44.779645], [-76.836093, 43.251041], [-79.858711, 42.750912], [-80.263845, 44.269668]]], "type": "Polygon"}, "id": "1270", "properties": {"__folium_color": "#fde725", "frame_id": 838, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Upper New York"}, "type": "Feature"}, {"bbox": [-106.671264, 48.712863, -102.843152, 50.739007], "geometry": {"coordinates": [[[-106.671264, 50.227377], [-103.202555, 50.739007], [-102.843152, 49.212909], [-106.207884, 48.712863], [-106.671264, 50.227377]]], "type": "Polygon"}, "id": "1271", "properties": {"__folium_color": "#fde725", "frame_id": 1111, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-107.090306, 50.033219, -103.15328, 52.059573], "geometry": {"coordinates": [[[-107.090306, 51.54662], [-103.523499, 52.059573], [-103.15328, 50.534266], [-106.610002, 50.033219], [-107.090306, 51.54662]]], "type": "Polygon"}, "id": "1272", "properties": {"__folium_color": "#fde725", "frame_id": 1112, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-162.796593, 64.487849, -156.765798, 66.560261], "geometry": {"coordinates": [[[-162.796593, 65.979732], [-158.232844, 66.498836], [-157.364282, 66.560261], [-156.765798, 65.044151], [-161.906654, 64.487849], [-162.796593, 65.979732]]], "type": "Polygon"}, "id": "1273", "properties": {"__folium_color": "#fde725", "frame_id": 1660, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.017591, 63.184861, -156.284372, 65.248237], "geometry": {"coordinates": [[[-162.017591, 64.679966], [-157.66982, 65.188039], [-156.844168, 65.248237], [-156.284372, 63.73091], [-161.194743, 63.184861], [-162.017591, 64.679966]]], "type": "Polygon"}, "id": "1274", "properties": {"__folium_color": "#fde725", "frame_id": 1659, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-161.297676, 61.879427, -155.830904, 63.935099], "geometry": {"coordinates": [[[-161.297676, 63.377311], [-156.357941, 63.935099], [-155.830904, 62.416694], [-160.532181, 61.879427], [-161.297676, 63.377311]]], "type": "Polygon"}, "id": "1275", "properties": {"__folium_color": "#fde725", "frame_id": 1658, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-160.628193, 60.571774, -155.398851, 62.620971], "geometry": {"coordinates": [[[-160.628193, 62.072164], [-155.90035, 62.620971], [-155.398851, 61.101769], [-159.912841, 60.571774], [-160.628193, 62.072164]]], "type": "Polygon"}, "id": "1276", "properties": {"__folium_color": "#fde725", "frame_id": 1657, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-160.002833, 59.262175, -154.990733, 61.306139], "geometry": {"coordinates": [[[-160.002833, 60.764758], [-155.464722, 61.306139], [-154.990733, 59.785795], [-159.330806, 59.262175], [-160.002833, 60.764758]]], "type": "Polygon"}, "id": "1277", "properties": {"__folium_color": "#fde725", "frame_id": 1656, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-159.415533, 57.95079, -154.600768, 59.990228], "geometry": {"coordinates": [[[-159.415533, 59.455374], [-155.053509, 59.990228], [-154.600768, 58.469037], [-158.781751, 57.95079], [-159.415533, 59.455374]]], "type": "Polygon"}, "id": "1278", "properties": {"__folium_color": "#fde725", "frame_id": 1655, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-158.861848, 56.637805, -154.226879, 58.673524], "geometry": {"coordinates": [[[-158.861848, 58.144174], [-154.660838, 58.673524], [-154.226879, 57.151522], [-158.261516, 56.637805], [-158.861848, 58.144174]]], "type": "Polygon"}, "id": "1279", "properties": {"__folium_color": "#fde725", "frame_id": 1654, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-158.337521, 55.323341, -153.864486, 57.356055], "geometry": {"coordinates": [[[-158.337521, 56.831353], [-154.284574, 57.356055], [-153.864486, 55.8335], [-157.766914, 55.323341], [-158.337521, 56.831353]]], "type": "Polygon"}, "id": "1280", "properties": {"__folium_color": "#fde725", "frame_id": 1653, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.839289, 54.007512, -153.513303, 56.03809], "geometry": {"coordinates": [[[-157.839289, 55.517032], [-153.920079, 56.03809], [-153.513303, 54.514907], [-157.2951, 54.007512], [-157.839289, 55.517032]]], "type": "Polygon"}, "id": "1281", "properties": {"__folium_color": "#fde725", "frame_id": 1652, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.573401, 67.084961, -157.836943, 69.180241], "geometry": {"coordinates": [[[-164.573401, 68.568884], [-158.534911, 69.180241], [-157.836943, 67.667032], [-163.513163, 67.084961], [-164.573401, 68.568884]]], "type": "Polygon"}, "id": "1282", "properties": {"__folium_color": "#fde725", "frame_id": 1662, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-136.26726, 61.215147, -130.916709, 63.267107], "geometry": {"coordinates": [[[-136.26726, 62.713553], [-131.431558, 63.267107], [-130.916709, 61.748384], [-135.521015, 61.215147], [-136.26726, 62.713553]]], "type": "Polygon"}, "id": "1283", "properties": {"__folium_color": "#fde725", "frame_id": 1389, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-135.008722, 58.595955, -130.100443, 60.637243], "geometry": {"coordinates": [[[-135.008722, 60.099592], [-130.563043, 60.637243], [-130.100443, 59.116452], [-134.356882, 58.595955], [-135.008722, 60.099592]]], "type": "Polygon"}, "id": "1284", "properties": {"__folium_color": "#fde725", "frame_id": 1387, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-134.439156, 57.283735, -129.719002, 59.320928], "geometry": {"coordinates": [[[-134.439156, 58.789274], [-130.161773, 59.320928], [-129.719002, 57.799317], [-133.823148, 57.283735], [-134.439156, 58.789274]]], "type": "Polygon"}, "id": "1285", "properties": {"__folium_color": "#fde725", "frame_id": 1386, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-133.901079, 55.969988, -129.352608, 58.003844], "geometry": {"coordinates": [[[-133.901079, 57.477228], [-129.777803, 58.003844], [-129.352608, 56.481446], [-133.316472, 55.969988], [-133.901079, 57.477228]]], "type": "Polygon"}, "id": "1286", "properties": {"__folium_color": "#fde725", "frame_id": 1385, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-133.390557, 54.654824, -128.996876, 56.686014], "geometry": {"coordinates": [[[-133.390557, 56.163634], [-129.409185, 56.686014], [-128.996876, 55.163082], [-132.83392, 54.654824], [-133.390557, 56.163634]]], "type": "Polygon"}, "id": "1287", "properties": {"__folium_color": "#fde725", "frame_id": 1384, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-132.904585, 53.338347, -128.655224, 55.367706], "geometry": {"coordinates": [[[-132.904585, 54.848604], [-129.05148, 55.367706], [-128.655224, 53.843856], [-132.372854, 53.338347], [-132.904585, 54.848604]]], "type": "Polygon"}, "id": "1288", "properties": {"__folium_color": "#fde725", "frame_id": 1383, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-132.440466, 52.02065, -128.323915, 54.048511], "geometry": {"coordinates": [[[-132.440466, 53.532245], [-128.708085, 54.048511], [-128.323915, 52.523983], [-131.930994, 52.02065], [-132.440466, 53.532245]]], "type": "Polygon"}, "id": "1289", "properties": {"__folium_color": "#fde725", "frame_id": 1382, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-131.995873, 50.701837, -128.001807, 52.728663], "geometry": {"coordinates": [[[-131.995873, 52.214651], [-128.375228, 52.728663], [-128.001807, 51.203482], [-131.506139, 50.701837], [-131.995873, 52.214651]]], "type": "Polygon"}, "id": "1290", "properties": {"__folium_color": "#fde725", "frame_id": 1381, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-135.613834, 59.906473, -130.498827, 61.952734], "geometry": {"coordinates": [[[-135.613834, 61.408037], [-130.984236, 61.952734], [-130.498827, 60.432825], [-134.92152, 59.906473], [-135.613834, 61.408037]]], "type": "Polygon"}, "id": "1291", "properties": {"__folium_color": "#fde725", "frame_id": 1388, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-76.799823, 45.080689, -73.230112, 47.107918], "geometry": {"coordinates": [[[-76.799823, 46.59785], [-73.569609, 47.107918], [-73.230112, 45.580301], [-76.374741, 45.080689], [-76.799823, 46.59785]]], "type": "Polygon"}, "id": "1292", "properties": {"__folium_color": "#fde725", "frame_id": 8626, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-76.429121, 43.757021, -72.940536, 45.785077], "geometry": {"coordinates": [[[-76.429121, 45.275081], [-73.275628, 45.785077], [-72.940536, 44.257074], [-76.015711, 43.757021], [-76.429121, 45.275081]]], "type": "Polygon"}, "id": "1293", "properties": {"__folium_color": "#fde725", "frame_id": 8625, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-76.068633, 42.432562, -72.656974, 44.46187], "geometry": {"coordinates": [[[-76.068633, 43.951463], [-72.985274, 44.46187], [-72.656974, 42.933168], [-75.665741, 42.432562], [-76.068633, 43.951463]]], "type": "Polygon"}, "id": "1294", "properties": {"__folium_color": "#fde725", "frame_id": 8624, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-115.278779, 42.936962, -111.841915, 44.965279], "geometry": {"coordinates": [[[-115.278779, 44.45569], [-112.171989, 44.965279], [-111.841915, 43.436661], [-114.872291, 42.936962], [-115.278779, 44.45569]]], "type": "Polygon"}, "id": "1295", "properties": {"__folium_color": "#fde725", "frame_id": 5134, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-92.747931, 50.200814, -88.79574, 52.227388], "geometry": {"coordinates": [[[-92.747931, 51.714041], [-89.167253, 52.227388], [-88.79574, 50.702183], [-92.26527, 50.200814], [-92.747931, 51.714041]]], "type": "Polygon"}, "id": "1296", "properties": {"__folium_color": "#fde725", "frame_id": 4871, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-92.326823, 48.880604, -88.484627, 50.906917], "geometry": {"coordinates": [[[-92.326823, 50.394955], [-88.845181, 50.906917], [-88.484627, 49.380918], [-91.861315, 48.880604], [-92.326823, 50.394955]]], "type": "Polygon"}, "id": "1297", "properties": {"__folium_color": "#fde725", "frame_id": 4870, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-91.92074, 47.559405, -88.180467, 49.585669], "geometry": {"coordinates": [[[-91.92074, 49.074824], [-88.532887, 49.585669], [-88.180467, 48.059075], [-91.470814, 47.559405], [-91.92074, 49.074824]]], "type": "Polygon"}, "id": "1298", "properties": {"__folium_color": "#fde725", "frame_id": 4869, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-91.528315, 46.237294, -87.882528, 48.263839], "geometry": {"coordinates": [[[-91.528315, 47.753694], [-88.227669, 48.263839], [-87.882528, 46.736668], [-91.092285, 46.237294], [-91.528315, 47.753694]]], "type": "Polygon"}, "id": "1299", "properties": {"__folium_color": "#fde725", "frame_id": 4868, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-91.148043, 44.914317, -87.590157, 46.941443], "geometry": {"coordinates": [[[-90.724605, 44.914317], [-91.148043, 46.431645], [-87.928781, 46.941443], [-87.590157, 45.41371], [-90.724605, 44.914317]]], "type": "Polygon"}, "id": "1300", "properties": {"__folium_color": "#fde725", "frame_id": 4867, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-90.778779, 43.590503, -87.30126, 45.618493], "geometry": {"coordinates": [[[-90.778779, 45.108724], [-87.635558, 45.618493], [-87.30126, 44.090377], [-90.366868, 43.590503], [-90.778779, 45.108724]]], "type": "Polygon"}, "id": "1301", "properties": {"__folium_color": "#fde725", "frame_id": 4866, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-67.440128, 48.206939, -63.649102, 50.233539], "geometry": {"coordinates": [[[-67.440128, 49.721793], [-64.005572, 50.233539], [-63.649102, 48.707278], [-66.982609, 48.206939], [-67.440128, 49.721793]]], "type": "Polygon"}, "id": "1302", "properties": {"__folium_color": "#fde725", "frame_id": 4601, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-67.041051, 46.885307, -63.344839, 48.912366], "geometry": {"coordinates": [[[-67.041051, 48.401171], [-63.693523, 48.912366], [-63.344839, 47.385492], [-66.598139, 46.885307], [-67.041051, 48.401171]]], "type": "Polygon"}, "id": "1303", "properties": {"__folium_color": "#fde725", "frame_id": 4600, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-66.649175, 45.563497, -63.049755, 47.590275], "geometry": {"coordinates": [[[-66.649175, 47.080374], [-63.391557, 47.590275], [-63.049755, 46.062832], [-66.219729, 45.563497], [-66.649175, 47.080374]]], "type": "Polygon"}, "id": "1304", "properties": {"__folium_color": "#fde725", "frame_id": 4599, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-66.274671, 44.240116, -62.758475, 46.267624], "geometry": {"coordinates": [[[-66.274671, 45.757895], [-63.095575, 46.267624], [-62.758475, 44.739783], [-65.857206, 44.240116], [-66.274671, 45.757895]]], "type": "Polygon"}, "id": "1305", "properties": {"__folium_color": "#fde725", "frame_id": 4598, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-65.91064, 42.91592, -62.473335, 44.944595], "geometry": {"coordinates": [[[-65.91064, 44.434568], [-62.803487, 44.944595], [-62.473335, 43.416058], [-65.504154, 42.91592], [-65.91064, 44.434568]]], "type": "Polygon"}, "id": "1306", "properties": {"__folium_color": "#fde725", "frame_id": 4597, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-115.642822, 44.261234, -112.126989, 46.288384], "geometry": {"coordinates": [[[-115.642822, 45.779091], [-112.464014, 46.288384], [-112.126989, 44.760463], [-115.225346, 44.261234], [-115.642822, 45.779091]]], "type": "Polygon"}, "id": "1307", "properties": {"__folium_color": "#fde725", "frame_id": 5135, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-116.017348, 45.584688, -112.418206, 47.611109], "geometry": {"coordinates": [[[-116.017348, 47.101642], [-112.759936, 47.611109], [-112.418206, 46.083588], [-115.58788, 45.584688], [-116.017348, 47.101642]]], "type": "Polygon"}, "id": "1308", "properties": {"__folium_color": "#fde725", "frame_id": 5136, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-117.65124, 50.868787, -113.641837, 52.895738], "geometry": {"coordinates": [[[-117.65124, 52.381451], [-114.016477, 52.895738], [-113.641837, 51.370639], [-117.159177, 50.868787], [-117.65124, 52.381451]]], "type": "Polygon"}, "id": "1309", "properties": {"__folium_color": "#fde725", "frame_id": 5140, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-117.221887, 49.54904, -113.325004, 51.575335], "geometry": {"coordinates": [[[-117.221887, 51.062866], [-113.691927, 51.575335], [-113.325004, 50.04979], [-116.747911, 49.54904], [-117.221887, 51.062866]]], "type": "Polygon"}, "id": "1310", "properties": {"__folium_color": "#fde725", "frame_id": 5139, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-116.80838, 48.228275, -113.014135, 50.25452], "geometry": {"coordinates": [[[-116.80838, 49.743203], [-113.373839, 50.25452], [-113.014135, 48.728499], [-116.350811, 48.228275], [-116.80838, 49.743203]]], "type": "Polygon"}, "id": "1311", "properties": {"__folium_color": "#fde725", "frame_id": 5138, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-116.409256, 46.907297, -112.713229, 48.933274], "geometry": {"coordinates": [[[-116.409256, 48.422512], [-113.061844, 48.933274], [-112.713229, 47.406322], [-115.960745, 46.907297], [-116.409256, 48.422512]]], "type": "Polygon"}, "id": "1312", "properties": {"__folium_color": "#fde725", "frame_id": 5137, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-97.853794, 46.760113, -94.170411, 48.786604], "geometry": {"coordinates": [[[-97.853794, 48.276108], [-94.518327, 48.786604], [-94.170411, 47.259669], [-97.412359, 46.760113], [-97.853794, 48.276108]]], "type": "Polygon"}, "id": "1313", "properties": {"__folium_color": "#fde725", "frame_id": 16682, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-104.996485, 49.927749, -101.068485, 51.95398], "geometry": {"coordinates": [[[-104.996485, 51.441242], [-101.437853, 51.95398], [-101.068485, 50.428626], [-104.517685, 49.927749], [-104.996485, 51.441242]]], "type": "Polygon"}, "id": "1314", "properties": {"__folium_color": "#fde725", "frame_id": 28498, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-104.578762, 48.607317, -100.759009, 50.633372], "geometry": {"coordinates": [[[-104.578762, 50.121918], [-101.117651, 50.633372], [-100.759009, 49.107228], [-104.116741, 48.607317], [-104.578762, 50.121918]]], "type": "Polygon"}, "id": "1315", "properties": {"__folium_color": "#fde725", "frame_id": 28497, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-104.175735, 47.285907, -100.456319, 49.31199], "geometry": {"coordinates": [[[-104.175735, 48.801563], [-100.807021, 49.31199], [-100.456319, 47.785256], [-103.728966, 47.285907], [-104.175735, 48.801563]]], "type": "Polygon"}, "id": "1316", "properties": {"__folium_color": "#fde725", "frame_id": 28496, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-103.786076, 45.963596, -100.159702, 47.99003], "geometry": {"coordinates": [[[-103.786076, 47.48022], [-100.503298, 47.99003], [-100.159702, 46.462722], [-103.352911, 45.963596], [-103.786076, 47.48022]]], "type": "Polygon"}, "id": "1317", "properties": {"__folium_color": "#fde725", "frame_id": 28495, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-103.408314, 44.640428, -99.86705, 46.667506], "geometry": {"coordinates": [[[-103.408314, 46.157969], [-100.205754, 46.667506], [-99.86705, 45.139794], [-102.987481, 44.640428], [-103.408314, 46.157969]]], "type": "Polygon"}, "id": "1318", "properties": {"__folium_color": "#fde725", "frame_id": 28494, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-103.041332, 43.316431, -99.580702, 45.344599], "geometry": {"coordinates": [[[-103.041332, 44.834856], [-99.912268, 45.344599], [-99.580702, 43.816186], [-102.631793, 43.316431], [-103.041332, 44.834856]]], "type": "Polygon"}, "id": "1319", "properties": {"__folium_color": "#fde725", "frame_id": 28493, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-78.915294, 45.291651, -75.331492, 47.318753], "geometry": {"coordinates": [[[-78.915294, 46.808665], [-75.671916, 47.318753], [-75.331492, 45.791224], [-78.488313, 45.291651], [-78.915294, 46.808665]]], "type": "Polygon"}, "id": "1320", "properties": {"__folium_color": "#fde725", "frame_id": 28226, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-78.542928, 43.968109, -75.038227, 45.996345], "geometry": {"coordinates": [[[-78.542928, 45.486029], [-75.374002, 45.996345], [-75.038227, 44.468392], [-78.127795, 43.968109], [-78.542928, 45.486029]]], "type": "Polygon"}, "id": "1321", "properties": {"__folium_color": "#fde725", "frame_id": 28225, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Upper New York"}, "type": "Feature"}, {"bbox": [-78.175737, 42.644459, -74.754104, 44.673213], "geometry": {"coordinates": [[[-78.175737, 44.163284], [-75.083068, 44.673213], [-74.754104, 43.144567], [-77.771494, 42.644459], [-78.175737, 44.163284]]], "type": "Polygon"}, "id": "1322", "properties": {"__folium_color": "#fde725", "frame_id": 28224, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Upper New York"}, "type": "Feature"}, {"bbox": [-151.552558, 66.157571, -145.085372, 68.243685], "geometry": {"coordinates": [[[-151.552558, 67.644654], [-145.746834, 68.243685], [-145.085372, 66.729555], [-150.560156, 66.157571], [-151.552558, 67.644654]]], "type": "Polygon"}, "id": "1323", "properties": {"__folium_color": "#fde725", "frame_id": 25020, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-150.683318, 64.858255, -144.560805, 66.933475], "geometry": {"coordinates": [[[-150.683318, 66.349164], [-146.052839, 66.87168], [-145.171118, 66.933475], [-144.560805, 65.417717], [-149.77265, 64.858255], [-150.683318, 66.349164]]], "type": "Polygon"}, "id": "1324", "properties": {"__folium_color": "#fde725", "frame_id": 25019, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-149.886066, 63.556002, -144.070807, 65.621766], "geometry": {"coordinates": [[[-149.886066, 65.050259], [-145.478096, 65.561265], [-144.640649, 65.621766], [-144.070807, 64.104756], [-149.045459, 63.556002], [-149.886066, 65.050259]]], "type": "Polygon"}, "id": "1325", "properties": {"__folium_color": "#fde725", "frame_id": 25018, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-149.150525, 62.251217, -143.609999, 64.308912], "geometry": {"coordinates": [[[-149.150525, 63.748355], [-144.943341, 64.249476], [-144.145634, 64.308912], [-143.609999, 62.790794], [-148.369706, 62.251217], [-149.150525, 63.748355]]], "type": "Polygon"}, "id": "1326", "properties": {"__folium_color": "#fde725", "frame_id": 25017, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-148.467565, 60.944142, -143.171587, 62.995042], "geometry": {"coordinates": [[[-148.467565, 62.44387], [-143.680526, 62.995042], [-143.171587, 61.476104], [-147.738911, 60.944142], [-148.467565, 62.44387]]], "type": "Polygon"}, "id": "1327", "properties": {"__folium_color": "#fde725", "frame_id": 25016, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-147.830513, 59.635061, -142.75799, 61.680448], "geometry": {"coordinates": [[[-147.830513, 61.137051], [-143.238392, 61.680448], [-142.75799, 60.160349], [-147.146871, 59.635061], [-147.830513, 61.137051]]], "type": "Polygon"}, "id": "1328", "properties": {"__folium_color": "#fde725", "frame_id": 25015, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-147.233007, 58.324144, -142.359325, 60.365083], "geometry": {"coordinates": [[[-147.233007, 59.828193], [-142.817479, 60.365083], [-142.359325, 58.844091], [-146.589034, 58.324144], [-147.233007, 59.828193]]], "type": "Polygon"}, "id": "1329", "properties": {"__folium_color": "#fde725", "frame_id": 25014, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-119.344327, 49.757836, -115.426112, 51.78455], "geometry": {"coordinates": [[[-119.344327, 51.271479], [-115.794251, 51.78455], [-115.426112, 50.259067], [-118.867652, 49.757836], [-119.344327, 51.271479]]], "type": "Polygon"}, "id": "1330", "properties": {"__folium_color": "#fde725", "frame_id": 24739, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-118.922556, 48.437967, -115.11757, 50.463821], "geometry": {"coordinates": [[[-118.922556, 49.952759], [-115.475119, 50.463821], [-115.11757, 48.93755], [-118.462615, 48.437967], [-118.922556, 49.952759]]], "type": "Polygon"}, "id": "1331", "properties": {"__folium_color": "#fde725", "frame_id": 24738, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-118.521351, 47.11639, -114.815717, 49.14232], "geometry": {"coordinates": [[[-118.521351, 48.63223], [-115.16544, 49.14232], [-114.815717, 47.61546], [-118.076464, 47.11639], [-118.521351, 48.63223]]], "type": "Polygon"}, "id": "1332", "properties": {"__folium_color": "#fde725", "frame_id": 24737, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-118.133339, 45.793917, -114.519849, 47.820241], "geometry": {"coordinates": [[[-118.133339, 47.310719], [-114.862568, 47.820241], [-114.519849, 46.292809], [-117.701882, 45.793917], [-118.133339, 47.310719]]], "type": "Polygon"}, "id": "1333", "properties": {"__folium_color": "#fde725", "frame_id": 24736, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-117.757071, 44.470593, -114.227873, 46.497601], "geometry": {"coordinates": [[[-117.757071, 45.988306], [-114.565786, 46.497601], [-114.227873, 44.969766], [-117.337791, 44.470593], [-117.757071, 45.988306]]], "type": "Polygon"}, "id": "1334", "properties": {"__folium_color": "#fde725", "frame_id": 24735, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-152.507075, 67.453548, -145.654062, 69.552689], "geometry": {"coordinates": [[[-152.507075, 68.936148], [-146.368865, 69.552689], [-145.654062, 68.039939], [-151.417935, 67.453548], [-152.507075, 68.936148]]], "type": "Polygon"}, "id": "1335", "properties": {"__folium_color": "#fde725", "frame_id": 25021, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-153.56349, 68.745622, -146.267705, 70.860029], "geometry": {"coordinates": [[[-153.56349, 70.222911], [-147.050984, 70.860029], [-146.267705, 69.34913], [-152.358859, 68.745622], [-153.56349, 70.222911]]], "type": "Polygon"}, "id": "1336", "properties": {"__folium_color": "#fde725", "frame_id": 25022, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.742205, 70.033087, -146.939669, 72.165416], "geometry": {"coordinates": [[[-154.742205, 71.504074], [-147.806392, 72.165416], [-146.939669, 70.656697], [-153.399001, 70.033087], [-154.742205, 71.504074]]], "type": "Polygon"}, "id": "1337", "properties": {"__folium_color": "#fde725", "frame_id": 25023, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-169.608875, 52.419836, -165.452645, 54.448209], "geometry": {"coordinates": [[[-169.608875, 53.931028], [-165.840384, 54.448209], [-165.452645, 52.923885], [-169.092839, 52.419836], [-169.608875, 53.931028]]], "type": "Polygon"}, "id": "1338", "properties": {"__folium_color": "#fde725", "frame_id": 25278, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-174.20417, 62.916996, -168.528525, 64.978542], "geometry": {"coordinates": [[[-174.20417, 64.412712], [-169.89842, 64.918585], [-169.081022, 64.978542], [-168.528525, 63.460981], [-173.393947, 62.916996], [-174.20417, 64.412712]]], "type": "Polygon"}, "id": "1339", "properties": {"__folium_color": "#fde725", "frame_id": 25286, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-173.495361, 61.611093, -168.080417, 63.665195], "geometry": {"coordinates": [[[-173.495361, 63.109517], [-168.601178, 63.665195], [-168.080417, 62.146577], [-172.740792, 61.611093], [-173.495361, 63.109517]]], "type": "Polygon"}, "id": "1340", "properties": {"__folium_color": "#fde725", "frame_id": 25285, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-171.091248, 56.368023, -166.491729, 58.402932], "geometry": {"coordinates": [[[-171.091248, 57.874749], [-166.922057, 58.402932], [-166.491729, 56.880768], [-170.497394, 56.368023], [-171.091248, 57.874749]]], "type": "Polygon"}, "id": "1341", "properties": {"__folium_color": "#fde725", "frame_id": 25281, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.572608, 55.053272, -166.132095, 57.085315], "geometry": {"coordinates": [[[-170.572608, 56.561611], [-166.548961, 57.085315], [-166.132095, 55.562606], [-170.007753, 55.053272], [-170.572608, 56.561611]]], "type": "Polygon"}, "id": "1342", "properties": {"__folium_color": "#fde725", "frame_id": 25280, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-127.544736, 42.663577, -124.123941, 44.692019], "geometry": {"coordinates": [[[-127.544736, 44.182485], [-124.452917, 44.692019], [-124.123941, 43.163286], [-127.140415, 42.663577], [-127.544736, 44.182485]]], "type": "Polygon"}, "id": "1343", "properties": {"__folium_color": "#fde725", "frame_id": 28761, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-129.064591, 47.955588, -125.294978, 49.981712], "geometry": {"coordinates": [[[-129.064591, 49.470737], [-125.649683, 49.981712], [-125.294978, 48.455249], [-128.610216, 47.955588], [-129.064591, 49.470737]]], "type": "Polygon"}, "id": "1344", "properties": {"__folium_color": "#fde725", "frame_id": 28765, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-90.654555, 50.097181, -86.711364, 52.123625], "geometry": {"coordinates": [[[-90.654555, 51.610502], [-87.082021, 52.123625], [-86.711364, 50.598372], [-90.173403, 50.097181], [-90.654555, 51.610502]]], "type": "Polygon"}, "id": "1345", "properties": {"__folium_color": "#fde725", "frame_id": 32257, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-90.234771, 48.776894, -86.400906, 50.80311], "geometry": {"coordinates": [[[-90.234771, 50.291332], [-86.760696, 50.80311], [-86.400906, 49.277065], [-89.770628, 48.776894], [-90.234771, 50.291332]]], "type": "Polygon"}, "id": "1346", "properties": {"__folium_color": "#fde725", "frame_id": 32256, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-89.829884, 47.455622, -86.097337, 49.48182], "geometry": {"coordinates": [[[-89.829884, 48.971123], [-86.449067, 49.48182], [-86.097337, 47.955181], [-89.381195, 47.455622], [-89.829884, 48.971123]]], "type": "Polygon"}, "id": "1347", "properties": {"__folium_color": "#fde725", "frame_id": 32255, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-89.438544, 46.133442, -85.79993, 48.159949], "geometry": {"coordinates": [[[-89.438544, 47.64992], [-86.144449, 48.159949], [-85.79993, 46.632735], [-89.003638, 46.133442], [-89.438544, 47.64992]]], "type": "Polygon"}, "id": "1348", "properties": {"__folium_color": "#fde725", "frame_id": 32254, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Michigan"}, "type": "Feature"}, {"bbox": [-89.059256, 44.810401, -85.506564, 46.837513], "geometry": {"coordinates": [[[-88.636842, 44.810401], [-89.059256, 46.327802], [-85.846102, 46.837513], [-85.506564, 45.309893], [-88.636842, 44.810401]]], "type": "Polygon"}, "id": "1349", "properties": {"__folium_color": "#fde725", "frame_id": 32253, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-88.69089, 43.486526, -85.219579, 45.514526], "geometry": {"coordinates": [[[-88.69089, 45.004816], [-85.553368, 45.514526], [-85.219579, 43.98637], [-88.279912, 43.486526], [-88.69089, 45.004816]]], "type": "Polygon"}, "id": "1350", "properties": {"__folium_color": "#fde725", "frame_id": 32252, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Michigan"}, "type": "Feature"}, {"bbox": [-117.391448, 43.146445, -113.942127, 45.174578], "geometry": {"coordinates": [[[-117.391448, 44.665035], [-114.272988, 45.174578], [-113.942127, 43.646044], [-116.983322, 43.146445], [-117.391448, 44.665035]]], "type": "Polygon"}, "id": "1351", "properties": {"__folium_color": "#fde725", "frame_id": 24734, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-179.28413299999974, 50.620884, -175.29736, 52.64768499999479], "geometry": {"coordinates": [[[-179.28413299999974, 52.133760999994585], [-175.67024299999846, 52.64768499999479], [-175.29736, 51.122473], [-178.795465, 50.620884], [-179.28413299999974, 52.133760999994585]]], "type": "Polygon"}, "id": "1352", "properties": {"__folium_color": "#fde725", "frame_id": 29304, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-133.510357, 59.801925, -128.405389, 61.847639], "geometry": {"coordinates": [[[-133.510357, 61.30285], [-128.888688, 61.847639], [-128.405389, 60.327655], [-132.814334, 59.801925], [-133.510357, 61.30285]]], "type": "Polygon"}, "id": "1353", "properties": {"__folium_color": "#fde725", "frame_id": 28774, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-132.901099, 58.491263, -128.008586, 60.532081], "geometry": {"coordinates": [[[-132.901099, 59.995065], [-128.469339, 60.532081], [-128.008586, 59.011219], [-132.252425, 58.491263], [-132.901099, 59.995065]]], "type": "Polygon"}, "id": "1354", "properties": {"__folium_color": "#fde725", "frame_id": 28773, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-132.334315, 57.178913, -127.628536, 59.215703], "geometry": {"coordinates": [[[-132.334315, 58.684601], [-128.069682, 59.215703], [-127.628536, 57.694026], [-131.721104, 57.178913], [-132.334315, 58.684601]]], "type": "Polygon"}, "id": "1355", "properties": {"__folium_color": "#fde725", "frame_id": 28772, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-131.798694, 55.865047, -127.263372, 57.89856], "geometry": {"coordinates": [[[-131.216569, 55.865047], [-131.798694, 57.372423], [-127.68713, 57.89856], [-127.263372, 56.376099], [-131.216569, 55.865047]]], "type": "Polygon"}, "id": "1356", "properties": {"__folium_color": "#fde725", "frame_id": 28771, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-131.290351, 54.549773, -126.908738, 56.580674], "geometry": {"coordinates": [[[-131.290351, 56.058709], [-127.319765, 56.580674], [-126.908738, 55.057684], [-130.735926, 54.549773], [-131.290351, 56.058709]]], "type": "Polygon"}, "id": "1357", "properties": {"__folium_color": "#fde725", "frame_id": 28770, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-130.80632, 53.233196, -126.568058, 55.262313], "geometry": {"coordinates": [[[-130.80632, 54.743568], [-126.963178, 55.262313], [-126.568058, 53.738407], [-130.276568, 53.233196], [-130.80632, 54.743568]]], "type": "Polygon"}, "id": "1358", "properties": {"__folium_color": "#fde725", "frame_id": 28769, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-130.343938, 51.915404, -126.237618, 53.943067], "geometry": {"coordinates": [[[-130.343938, 53.427107], [-126.620774, 53.943067], [-126.237618, 52.418486], [-129.836242, 51.915404], [-130.343938, 53.427107]]], "type": "Polygon"}, "id": "1359", "properties": {"__folium_color": "#fde725", "frame_id": 28768, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-129.900903, 50.596504, -125.916289, 52.623171], "geometry": {"coordinates": [[[-129.900903, 52.109418], [-126.288801, 52.623171], [-125.916289, 51.097939], [-129.412769, 50.596504], [-129.900903, 52.109418]]], "type": "Polygon"}, "id": "1360", "properties": {"__folium_color": "#fde725", "frame_id": 28767, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-129.474995, 49.27655, -125.601094, 51.302645], "geometry": {"coordinates": [[[-129.474995, 50.79061], [-125.966105, 51.302645], [-125.601094, 49.776972], [-129.004559, 49.27655], [-129.474995, 50.79061]]], "type": "Polygon"}, "id": "1361", "properties": {"__folium_color": "#fde725", "frame_id": 28766, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-107.611466, 44.952646, -104.051554, 46.979596], "geometry": {"coordinates": [[[-107.187789, 44.952646], [-107.611466, 46.469978], [-104.390238, 46.979596], [-104.051554, 45.451852], [-107.187789, 44.952646]]], "type": "Polygon"}, "id": "1362", "properties": {"__folium_color": "#fde725", "frame_id": 20708, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-107.241993, 43.628827, -103.762614, 45.656636], "geometry": {"coordinates": [[[-107.241993, 45.147053], [-104.096962, 45.656636], [-103.762614, 44.128507], [-106.829869, 43.628827], [-107.241993, 45.147053]]], "type": "Polygon"}, "id": "1363", "properties": {"__folium_color": "#fde725", "frame_id": 20707, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-83.906041, 48.248751, -80.108256, 50.275247], "geometry": {"coordinates": [[[-83.906041, 49.763576], [-80.468136, 50.275247], [-80.108256, 48.749319], [-83.448157, 48.248751], [-83.906041, 49.763576]]], "type": "Polygon"}, "id": "1364", "properties": {"__folium_color": "#fde725", "frame_id": 20442, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-83.506644, 46.92787, -79.807217, 48.954089], "geometry": {"coordinates": [[[-83.506644, 48.442981], [-80.155989, 48.954089], [-79.807217, 47.42723], [-83.057837, 46.92787], [-83.506644, 48.442981]]], "type": "Polygon"}, "id": "1365", "properties": {"__folium_color": "#fde725", "frame_id": 20441, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-83.114479, 45.605357, -79.512074, 47.632013], "geometry": {"coordinates": [[[-83.114479, 47.122209], [-79.853947, 47.632013], [-79.512074, 46.104585], [-82.684747, 45.605357], [-83.114479, 47.122209]]], "type": "Polygon"}, "id": "1366", "properties": {"__folium_color": "#fde725", "frame_id": 20440, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-82.375472, 42.957823, -78.935575, 44.986362], "geometry": {"coordinates": [[[-82.375472, 44.476449], [-79.265766, 44.986362], [-78.935575, 43.457837], [-81.968761, 42.957823], [-82.375472, 44.476449]]], "type": "Polygon"}, "id": "1367", "properties": {"__folium_color": "#fde725", "frame_id": 20438, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Upper New York"}, "type": "Feature"}, {"bbox": [-82.739725, 44.281999, -79.220747, 46.309377], "geometry": {"coordinates": [[[-82.739725, 45.799754], [-79.557903, 46.309377], [-79.220747, 44.781549], [-82.322006, 44.281999], [-82.739725, 45.799754]]], "type": "Polygon"}, "id": "1368", "properties": {"__folium_color": "#fde725", "frame_id": 20439, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-107.991975, 46.275627, -104.343976, 48.302002], "geometry": {"coordinates": [[[-107.991975, 47.792029], [-104.689193, 48.302002], [-104.343976, 46.77482], [-107.555676, 46.275627], [-107.991975, 47.792029]]], "type": "Polygon"}, "id": "1369", "properties": {"__folium_color": "#fde725", "frame_id": 20709, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-152.744459, 61.255483, -147.386659, 63.307631], "geometry": {"coordinates": [[[-152.744459, 62.753814], [-147.902425, 63.307631], [-147.386659, 61.788935], [-151.996621, 61.255483], [-152.744459, 62.753814]]], "type": "Polygon"}, "id": "1370", "properties": {"__folium_color": "#fde725", "frame_id": 17230, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-152.089631, 59.946866, -146.968101, 61.993281], "geometry": {"coordinates": [[[-152.089631, 61.448363], [-147.454302, 61.993281], [-146.968101, 60.473396], [-151.395933, 59.946866], [-152.089631, 61.448363]]], "type": "Polygon"}, "id": "1371", "properties": {"__folium_color": "#fde725", "frame_id": 17229, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-151.483303, 58.636397, -146.569125, 60.677811], "geometry": {"coordinates": [[[-151.483303, 60.139976], [-147.032417, 60.677811], [-146.569125, 59.157041], [-150.830246, 58.636397], [-151.483303, 60.139976]]], "type": "Polygon"}, "id": "1372", "properties": {"__folium_color": "#fde725", "frame_id": 17228, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-124.447038, 52.709479, -120.263686, 54.73781], "geometry": {"coordinates": [[[-124.447038, 54.220405], [-120.653894, 54.73781], [-120.263686, 53.213625], [-123.926361, 52.709479], [-124.447038, 54.220405]]], "type": "Polygon"}, "id": "1373", "properties": {"__folium_color": "#fde725", "frame_id": 16955, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-123.992615, 51.391231, -119.936981, 53.418307], "geometry": {"coordinates": [[[-123.992615, 52.903449], [-120.315771, 53.418307], [-119.936981, 51.893457], [-123.493049, 51.391231], [-123.992615, 52.903449]]], "type": "Polygon"}, "id": "1374", "properties": {"__folium_color": "#fde725", "frame_id": 16954, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-123.556709, 50.071902, -119.617109, 52.098163], "geometry": {"coordinates": [[[-123.556709, 51.585299], [-119.987602, 52.098163], [-119.617109, 50.572843], [-123.075883, 50.071902], [-123.556709, 51.585299]]], "type": "Polygon"}, "id": "1375", "properties": {"__folium_color": "#fde725", "frame_id": 16953, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-123.137208, 48.751545, -119.306774, 50.777584], "geometry": {"coordinates": [[[-123.137208, 50.266058], [-119.666419, 50.777584], [-119.306774, 49.251471], [-122.673358, 48.751545], [-123.137208, 50.266058]]], "type": "Polygon"}, "id": "1376", "properties": {"__folium_color": "#fde725", "frame_id": 16952, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-122.732576, 47.430202, -119.003312, 49.456229], "geometry": {"coordinates": [[[-122.732576, 48.945778], [-119.354915, 49.456229], [-119.003312, 47.929522], [-122.284151, 47.430202], [-122.732576, 48.945778]]], "type": "Polygon"}, "id": "1377", "properties": {"__folium_color": "#fde725", "frame_id": 16951, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-122.341464, 46.107951, -118.706, 48.134293], "geometry": {"coordinates": [[[-122.341464, 47.624504], [-119.050407, 48.134293], [-118.706, 46.607009], [-121.906796, 46.107951], [-122.341464, 47.624504]]], "type": "Polygon"}, "id": "1378", "properties": {"__folium_color": "#fde725", "frame_id": 16950, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-121.962383, 44.784837, -118.412719, 46.81179], "geometry": {"coordinates": [[[-121.962383, 46.302314], [-118.752156, 46.81179], [-118.412719, 45.284099], [-121.540184, 44.784837], [-121.962383, 46.302314]]], "type": "Polygon"}, "id": "1379", "properties": {"__folium_color": "#fde725", "frame_id": 16949, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-121.594203, 43.46089, -118.125808, 45.488902], "geometry": {"coordinates": [[[-121.594203, 44.979256], [-118.458031, 45.488902], [-118.125808, 43.960508], [-121.18342, 43.46089], [-121.594203, 44.979256]]], "type": "Polygon"}, "id": "1380", "properties": {"__folium_color": "#fde725", "frame_id": 16948, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-121.236013, 42.13616, -117.843311, 44.165316], "geometry": {"coordinates": [[[-121.236013, 43.655358], [-118.170364, 44.165316], [-117.843311, 42.636392], [-120.835519, 42.13616], [-121.236013, 43.655358]]], "type": "Polygon"}, "id": "1381", "properties": {"__folium_color": "#fde725", "frame_id": 16947, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-99.09087, 50.722485, -95.093517, 52.749452], "geometry": {"coordinates": [[[-99.09087, 52.235227], [-95.467047, 52.749452], [-95.093517, 51.224335], [-98.600871, 50.722485], [-99.09087, 52.235227]]], "type": "Polygon"}, "id": "1382", "properties": {"__folium_color": "#fde725", "frame_id": 16685, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-98.663329, 49.40268, -94.777538, 51.429034], "geometry": {"coordinates": [[[-98.663329, 50.916575], [-95.143465, 51.429034], [-94.777538, 49.903473], [-98.191209, 49.40268], [-98.663329, 50.916575]]], "type": "Polygon"}, "id": "1383", "properties": {"__folium_color": "#fde725", "frame_id": 16684, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-98.251451, 48.081862, -94.470724, 50.108207], "geometry": {"coordinates": [[[-98.251451, 49.596853], [-94.826246, 50.108207], [-94.470724, 48.581856], [-97.795555, 48.081862], [-98.251451, 49.596853]]], "type": "Polygon"}, "id": "1384", "properties": {"__folium_color": "#fde725", "frame_id": 16683, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-153.439443, 62.56124, -147.830929, 64.620944], "geometry": {"coordinates": [[[-153.439443, 64.057688], [-148.378593, 64.620944], [-147.830929, 63.103385], [-152.644952, 62.56124], [-153.439443, 64.057688]]], "type": "Polygon"}, "id": "1385", "properties": {"__folium_color": "#fde725", "frame_id": 17231, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.188926, 63.865425, -148.302616, 65.933524], "geometry": {"coordinates": [[[-154.188926, 65.358898], [-148.881638, 65.933524], [-148.302616, 64.416819], [-153.332475, 63.865425], [-154.188926, 65.358898]]], "type": "Polygon"}, "id": "1386", "properties": {"__folium_color": "#fde725", "frame_id": 17232, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-155.002465, 65.166997, -148.800448, 67.244929], "geometry": {"coordinates": [[[-155.002465, 66.657009], [-150.314608, 67.182761], [-149.421562, 67.244929], [-148.800448, 65.729512], [-154.073298, 65.166997], [-155.002465, 66.657009]]], "type": "Polygon"}, "id": "1387", "properties": {"__folium_color": "#fde725", "frame_id": 17233, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-155.890873, 66.465536, -149.334226, 68.554796], "geometry": {"coordinates": [[[-155.890873, 67.951581], [-150.00855, 68.554796], [-149.334226, 67.041051], [-154.876712, 66.465536], [-155.890873, 67.951581]]], "type": "Polygon"}, "id": "1388", "properties": {"__folium_color": "#fde725", "frame_id": 17234, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-176.480273, 59.30427, -171.460821, 61.348453], "geometry": {"coordinates": [[[-176.480273, 60.806759], [-171.935582, 61.348453], [-171.460821, 59.828158], [-175.806858, 59.30427], [-176.480273, 60.806759]]], "type": "Polygon"}, "id": "1389", "properties": {"__folium_color": "#fde725", "frame_id": 17497, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-173.37538199999764, 51.41539599999419, -169.31757, 53.442594], "geometry": {"coordinates": [[[-173.37538199999764, 52.92757799999489], [-169.696748, 53.442594], [-169.31757, 51.917761], [-172.87525199999754, 51.41539599999419], [-173.37538199999764, 52.92757799999489]]], "type": "Polygon"}, "id": "1390", "properties": {"__folium_color": "#fde725", "frame_id": 17491, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-159.163605, 70.337863, -151.228394, 72.475145], "geometry": {"coordinates": [[[-159.163605, 71.807119], [-152.11793, 72.475145], [-151.228394, 70.967033], [-157.782975, 70.337863], [-159.163605, 71.807119]]], "type": "Polygon"}, "id": "1391", "properties": {"__folium_color": "#fde725", "frame_id": 17237, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.951846, 69.05164, -150.540605, 71.170296], "geometry": {"coordinates": [[[-157.951846, 70.527488], [-151.342483, 71.170296], [-150.540605, 69.659908], [-156.71629, 69.05164], [-157.951846, 70.527488]]], "type": "Polygon"}, "id": "1392", "properties": {"__folium_color": "#fde725", "frame_id": 17236, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-156.868149, 67.760615, -149.913885, 69.863409], "geometry": {"coordinates": [[[-156.868149, 69.241999], [-150.644042, 69.863409], [-149.913885, 68.351099], [-155.753192, 67.760615], [-156.868149, 69.241999]]], "type": "Polygon"}, "id": "1393", "properties": {"__folium_color": "#fde725", "frame_id": 17235, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-108.384666, 47.597741, -104.64198, 49.623842], "geometry": {"coordinates": [[[-108.384666, 49.113161], [-104.994492, 49.623842], [-104.64198, 48.097237], [-107.934437, 47.597741], [-108.384666, 49.113161]]], "type": "Polygon"}, "id": "1394", "properties": {"__folium_color": "#fde725", "frame_id": 20710, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-108.791049, 48.918942, -104.946218, 50.945099], "geometry": {"coordinates": [[[-108.791049, 50.433291], [-105.306884, 50.945099], [-104.946218, 49.41909], [-108.3252, 48.918942], [-108.791049, 50.433291]]], "type": "Polygon"}, "id": "1395", "properties": {"__folium_color": "#fde725", "frame_id": 20711, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-94.87127, 50.409401, -90.902352, 52.436065], "geometry": {"coordinates": [[[-94.385784, 50.409401], [-94.87127, 51.922442], [-91.27345, 52.436065], [-90.902352, 50.910788], [-94.385784, 50.409401]]], "type": "Polygon"}, "id": "1396", "properties": {"__folium_color": "#fde725", "frame_id": 24471, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-94.447685, 49.089347, -90.588246, 51.115499], "geometry": {"coordinates": [[[-94.447685, 50.603523], [-90.951987, 51.115499], [-90.588246, 49.589784], [-93.979634, 49.089347], [-94.447685, 50.603523]]], "type": "Polygon"}, "id": "1397", "properties": {"__folium_color": "#fde725", "frame_id": 24470, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-94.039374, 47.768294, -90.283097, 49.794528], "geometry": {"coordinates": [[[-94.039374, 49.283549], [-90.636673, 49.794528], [-90.283097, 48.268027], [-93.587154, 47.768294], [-94.039374, 49.283549]]], "type": "Polygon"}, "id": "1398", "properties": {"__folium_color": "#fde725", "frame_id": 24469, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-93.644939, 46.446322, -89.984276, 48.472786], "geometry": {"coordinates": [[[-93.644939, 47.962567], [-90.330448, 48.472786], [-89.984276, 46.945705], [-93.206834, 46.446322], [-93.644939, 47.962567]]], "type": "Polygon"}, "id": "1399", "properties": {"__folium_color": "#fde725", "frame_id": 24468, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-93.262849, 45.123478, -89.691119, 47.150475], "geometry": {"coordinates": [[[-93.262849, 46.640658], [-90.030662, 47.150475], [-89.691119, 45.62283], [-92.837532, 45.123478], [-93.262849, 46.640658]]], "type": "Polygon"}, "id": "1400", "properties": {"__folium_color": "#fde725", "frame_id": 24467, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-92.89194, 43.799789, -89.401515, 45.827608], "geometry": {"coordinates": [[[-92.89194, 45.317871], [-89.736639, 45.827608], [-89.401515, 44.299577], [-92.478323, 43.799789], [-92.89194, 45.317871]]], "type": "Polygon"}, "id": "1401", "properties": {"__folium_color": "#fde725", "frame_id": 24466, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Wisconsin"}, "type": "Feature"}, {"bbox": [-69.55429, 48.416826, -65.749148, 50.443033], "geometry": {"coordinates": [[[-69.55429, 49.931543], [-66.106747, 50.443033], [-65.749148, 48.916842], [-69.094415, 48.416826], [-69.55429, 49.931543]]], "type": "Polygon"}, "id": "1402", "properties": {"__folium_color": "#fde725", "frame_id": 24201, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-69.153145, 47.095323, -65.447249, 49.121607], "geometry": {"coordinates": [[[-69.153145, 48.611085], [-65.797027, 49.121607], [-65.447249, 47.594828], [-68.708308, 47.095323], [-69.153145, 48.611085]]], "type": "Polygon"}, "id": "1403", "properties": {"__folium_color": "#fde725", "frame_id": 24200, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-68.76518, 45.772924, -65.151332, 47.799605], "geometry": {"coordinates": [[[-68.76518, 47.289647], [-65.494109, 47.799605], [-65.151332, 46.272255], [-68.333758, 45.772924], [-68.76518, 47.289647]]], "type": "Polygon"}, "id": "1404", "properties": {"__folium_color": "#fde725", "frame_id": 24199, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-68.388946, 44.449676, -64.859304, 46.477041], "geometry": {"coordinates": [[[-68.388946, 45.967308], [-65.197278, 46.477041], [-64.859304, 44.94929], [-67.96969, 44.449676], [-68.388946, 45.967308]]], "type": "Polygon"}, "id": "1405", "properties": {"__folium_color": "#fde725", "frame_id": 24198, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-68.023347, 43.125605, -64.573503, 45.154097], "geometry": {"coordinates": [[[-68.023347, 44.644114], [-64.904428, 45.154097], [-64.573503, 43.625647], [-67.615235, 43.125605], [-68.023347, 44.644114]]], "type": "Polygon"}, "id": "1406", "properties": {"__folium_color": "#fde725", "frame_id": 24197, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-67.667499, 41.800762, -64.291995, 43.830459], "geometry": {"coordinates": [[[-67.667499, 43.32009], [-64.617892, 43.830459], [-64.291995, 42.301485], [-67.269433, 41.800762], [-67.667499, 43.32009]]], "type": "Polygon"}, "id": "1407", "properties": {"__folium_color": "#fde725", "frame_id": 24196, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-143.693588, 69.213352, -136.220072, 71.334144], "geometry": {"coordinates": [[[-143.693588, 70.68846], [-137.031642, 71.334144], [-136.220072, 69.824006], [-142.441603, 69.213352], [-143.693588, 70.68846]]], "type": "Polygon"}, "id": "1408", "properties": {"__folium_color": "#fde725", "frame_id": 20995, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-142.595393, 67.922863, -135.586584, 70.02748], "geometry": {"coordinates": [[[-142.595393, 69.403626], [-136.324693, 70.02748], [-135.586584, 68.515384], [-141.466777, 67.922863], [-142.595393, 69.403626]]], "type": "Polygon"}, "id": "1409", "properties": {"__folium_color": "#fde725", "frame_id": 20994, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-141.606074, 66.628241, -135.00128, 68.719057], "geometry": {"coordinates": [[[-141.606074, 68.113758], [-135.682226, 68.719057], [-135.00128, 67.205499], [-140.580446, 66.628241], [-141.606074, 68.113758]]], "type": "Polygon"}, "id": "1410", "properties": {"__folium_color": "#fde725", "frame_id": 20993, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-140.707561, 65.330095, -134.462789, 67.409357], "geometry": {"coordinates": [[[-140.707561, 66.819653], [-135.089431, 67.409357], [-134.462789, 65.894104], [-139.768683, 65.330095], [-140.707561, 66.819653]]], "type": "Polygon"}, "id": "1411", "properties": {"__folium_color": "#fde725", "frame_id": 20992, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-139.88547, 64.028865, -133.956586, 66.098393], "geometry": {"coordinates": [[[-139.88547, 65.521944], [-134.540398, 66.098393], [-133.956586, 64.581828], [-139.020731, 64.028865], [-139.88547, 65.521944]]], "type": "Polygon"}, "id": "1412", "properties": {"__folium_color": "#fde725", "frame_id": 20991, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-139.121117, 62.725741, -133.485862, 64.785964], "geometry": {"coordinates": [[[-139.121117, 64.221903], [-134.844746, 64.726186], [-134.033123, 64.785964], [-133.485862, 63.268228], [-138.319858, 62.725741], [-139.121117, 64.221903]]], "type": "Polygon"}, "id": "1413", "properties": {"__folium_color": "#fde725", "frame_id": 20990, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-138.420194, 61.419496, -133.041612, 63.472461], "geometry": {"coordinates": [[[-137.6734, 61.419496], [-138.420194, 62.918315], [-133.557857, 63.472461], [-133.041612, 61.953683], [-137.6734, 61.419496]]], "type": "Polygon"}, "id": "1414", "properties": {"__folium_color": "#fde725", "frame_id": 20989, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-137.767155, 60.111119, -132.617588, 62.157999], "geometry": {"coordinates": [[[-137.767155, 61.612342], [-133.109698, 62.157999], [-132.617588, 60.638453], [-137.068095, 60.111119], [-137.767155, 61.612342]]], "type": "Polygon"}, "id": "1415", "properties": {"__folium_color": "#fde725", "frame_id": 20988, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-137.156115, 58.800868, -132.21643, 60.842857], "geometry": {"coordinates": [[[-137.156115, 60.304199], [-132.682277, 60.842857], [-132.21643, 59.322195], [-136.498367, 58.800868], [-137.156115, 60.304199]]], "type": "Polygon"}, "id": "1416", "properties": {"__folium_color": "#fde725", "frame_id": 20987, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-136.581359, 57.488892, -131.832564, 59.52666], "geometry": {"coordinates": [[[-136.581359, 58.994153], [-132.278172, 59.52666], [-131.832564, 58.00517], [-135.960153, 57.488892], [-136.581359, 58.994153]]], "type": "Polygon"}, "id": "1417", "properties": {"__folium_color": "#fde725", "frame_id": 20986, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-136.038718, 56.175368, -131.464044, 58.209686], "geometry": {"coordinates": [[[-136.038718, 57.682354], [-131.891727, 58.209686], [-131.464044, 56.687403], [-135.449515, 56.175368], [-136.038718, 57.682354]]], "type": "Polygon"}, "id": "1418", "properties": {"__folium_color": "#fde725", "frame_id": 20985, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-135.524161, 54.860408, -131.106426, 56.891961], "geometry": {"coordinates": [[[-135.524161, 56.368986], [-131.520938, 56.891961], [-131.106426, 55.369139], [-134.963445, 54.860408], [-135.524161, 56.368986]]], "type": "Polygon"}, "id": "1419", "properties": {"__folium_color": "#fde725", "frame_id": 20984, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-135.034609, 53.544121, -130.76312, 55.573754], "geometry": {"coordinates": [[[-135.034609, 55.054163], [-131.16131, 55.573754], [-130.76312, 54.050009], [-134.499245, 53.544121], [-135.034609, 55.054163]]], "type": "Polygon"}, "id": "1420", "properties": {"__folium_color": "#fde725", "frame_id": 20983, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-134.567303, 52.2266, -130.430346, 54.254655], "geometry": {"coordinates": [[[-134.567303, 53.737996], [-130.81623, 54.254655], [-130.430346, 52.730228], [-134.054582, 52.2266], [-134.567303, 53.737996]]], "type": "Polygon"}, "id": "1421", "properties": {"__folium_color": "#fde725", "frame_id": 20982, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-134.119861, 50.907952, -130.106937, 52.934901], "geometry": {"coordinates": [[[-134.119861, 52.42058], [-130.481879, 52.934901], [-130.106937, 51.409817], [-133.627213, 50.907952], [-134.119861, 52.42058]]], "type": "Polygon"}, "id": "1422", "properties": {"__folium_color": "#fde725", "frame_id": 20981, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-109.212496, 50.239151, -105.257426, 52.265579], "geometry": {"coordinates": [[[-109.212496, 51.752376], [-105.629073, 52.265579], [-105.257426, 50.740364], [-108.729449, 50.239151], [-109.212496, 51.752376]]], "type": "Polygon"}, "id": "1423", "properties": {"__folium_color": "#fde725", "frame_id": 20712, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-180.0, 50.932763, 180.0, 52.95987599999496], "geometry": {"coordinates": [[[[180.0, 52.94660630225011], [180.0, 51.387489955875836], [176.989188, 50.932763], [176.49597199999874, 52.44534499999471], [180.0, 52.94660630225011]]], [[[-179.864033, 52.95987599999496], [-179.48869499999986, 51.43481999999427], [-180.0, 51.387489955875836], [-180.0, 52.94660630225011], [-179.864033, 52.95987599999496]]]], "type": "MultiPolygon"}, "id": "1424", "properties": {"__folium_color": "#fde725", "frame_id": 21518, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-180.0, 49.613083, 180.0, 51.63951199999435], "geometry": {"coordinates": [[[[180.0, 51.593111951559194], [180.0, 50.033478277100976], [177.401359, 49.613083], [176.926336, 51.126832], [180.0, 51.593111951559194]]], [[[-180.0, 50.033478277100976], [-180.0, 51.593111951559194], [-179.53887499999982, 51.63951199999435], [-179.171315, 50.114008], [-180.0, 50.033478277100976]]]], "type": "MultiPolygon"}, "id": "1425", "properties": {"__folium_color": "#fde725", "frame_id": 21517, "orbit_pass": "ASCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}], "type": "FeatureCollection"});\n", | |
| "\n", | |
| " \n", | |
| " \n", | |
| " geo_json_63d957b4cd8c76e7230cf0c4be26982b.bindTooltip(\n", | |
| " function(layer){\n", | |
| " let div = L.DomUtil.create('div');\n", | |
| " \n", | |
| " let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;\n", | |
| " let fields = ["frame_id", "region_name", "priority", "orbit_pass"];\n", | |
| " let aliases = ["frame_id", "region_name", "priority", "orbit_pass"];\n", | |
| " let table = '<table>' +\n", | |
| " String(\n", | |
| " fields.map(\n", | |
| " (v,i)=>\n", | |
| " `<tr>\n", | |
| " <th>${aliases[i]}</th>\n", | |
| " \n", | |
| " <td>${handleObject(layer.feature.properties[v])}</td>\n", | |
| " </tr>`).join(''))\n", | |
| " +'</table>';\n", | |
| " div.innerHTML=table;\n", | |
| " \n", | |
| " return div\n", | |
| " }\n", | |
| " ,{\n", | |
| " "sticky": true,\n", | |
| " "className": "foliumtooltip",\n", | |
| "});\n", | |
| " \n", | |
| " \n", | |
| " geo_json_63d957b4cd8c76e7230cf0c4be26982b.addTo(map_1e1ae4dadbb3aeb5634e268fd0e21e90);\n", | |
| " \n", | |
| " \n", | |
| " var color_map_cbd1f4aab99d97a899c858ee61e6477e = {};\n", | |
| "\n", | |
| " \n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.color = d3.scale.threshold()\n", | |
| " .domain([0.0, 0.008016032064128256, 0.01603206412825651, 0.02404809619238477, 0.03206412825651302, 0.04008016032064128, 0.04809619238476954, 0.056112224448897796, 0.06412825651302605, 0.07214428857715431, 0.08016032064128256, 0.08817635270541083, 0.09619238476953908, 0.10420841683366733, 0.11222444889779559, 0.12024048096192384, 0.1282565130260521, 0.13627254509018036, 0.14428857715430862, 0.1523046092184369, 0.16032064128256512, 0.1683366733466934, 0.17635270541082165, 0.1843687374749499, 0.19238476953907815, 0.20040080160320642, 0.20841683366733466, 0.21643286573146292, 0.22444889779559118, 0.23246492985971945, 0.24048096192384769, 0.24849699398797595, 0.2565130260521042, 0.26452905811623245, 0.2725450901803607, 0.280561122244489, 0.28857715430861725, 0.2965931863727455, 0.3046092184368738, 0.312625250501002, 0.32064128256513025, 0.3286573146292585, 0.3366733466933868, 0.34468937875751504, 0.3527054108216433, 0.36072144288577157, 0.3687374749498998, 0.37675350701402804, 0.3847695390781563, 0.3927855711422846, 0.40080160320641284, 0.4088176352705411, 0.4168336673346693, 0.4248496993987976, 0.43286573146292584, 0.4408817635270541, 0.44889779559118237, 0.45691382765531063, 0.4649298597194389, 0.4729458917835671, 0.48096192384769537, 0.48897795591182364, 0.4969939879759519, 0.5050100200400801, 0.5130260521042084, 0.5210420841683366, 0.5290581162324649, 0.5370741482965932, 0.5450901803607214, 0.5531062124248497, 0.561122244488978, 0.5691382765531062, 0.5771543086172345, 0.5851703406813628, 0.593186372745491, 0.6012024048096193, 0.6092184368737475, 0.6172344689378757, 0.625250501002004, 0.6332665330661322, 0.6412825651302605, 0.6492985971943888, 0.657314629258517, 0.6653306613226453, 0.6733466933867736, 0.6813627254509018, 0.6893787575150301, 0.6973947895791583, 0.7054108216432866, 0.7134268537074149, 0.7214428857715431, 0.7294589178356713, 0.7374749498997996, 0.7454909819639278, 0.7535070140280561, 0.7615230460921844, 0.7695390781563126, 0.7775551102204409, 0.7855711422845691, 0.7935871743486974, 0.8016032064128257, 0.8096192384769539, 0.8176352705410822, 0.8256513026052105, 0.8336673346693386, 0.8416833667334669, 0.8496993987975952, 0.8577154308617234, 0.8657314629258517, 0.87374749498998, 0.8817635270541082, 0.8897795591182365, 0.8977955911823647, 0.905811623246493, 0.9138276553106213, 0.9218436873747495, 0.9298597194388778, 0.9378757515030061, 0.9458917835671342, 0.9539078156312625, 0.9619238476953907, 0.969939879759519, 0.9779559118236473, 0.9859719438877755, 0.9939879759519038, 1.002004008016032, 1.0100200400801602, 1.0180360721442885, 1.0260521042084167, 1.034068136272545, 1.0420841683366733, 1.0501002004008015, 1.0581162324649298, 1.066132264529058, 1.0741482965931863, 1.0821643286573146, 1.0901803607214429, 1.0981963927855711, 1.1062124248496994, 1.1142284569138277, 1.122244488977956, 1.1302605210420842, 1.1382765531062125, 1.1462925851703407, 1.154308617234469, 1.1623246492985972, 1.1703406813627255, 1.1783567134268538, 1.186372745490982, 1.1943887775551103, 1.2024048096192386, 1.2104208416833668, 1.218436873747495, 1.2264529058116231, 1.2344689378757514, 1.2424849699398797, 1.250501002004008, 1.2585170340681362, 1.2665330661322645, 1.2745490981963927, 1.282565130260521, 1.2905811623246493, 1.2985971943887775, 1.3066132264529058, 1.314629258517034, 1.3226452905811623, 1.3306613226452906, 1.3386773547094188, 1.346693386773547, 1.3547094188376754, 1.3627254509018036, 1.370741482965932, 1.3787575150300602, 1.3867735470941884, 1.3947895791583167, 1.402805611222445, 1.4108216432865732, 1.4188376753507015, 1.4268537074148298, 1.434869739478958, 1.4428857715430863, 1.4509018036072143, 1.4589178356713426, 1.4669338677354709, 1.4749498997995991, 1.4829659318637274, 1.4909819639278556, 1.498997995991984, 1.5070140280561122, 1.5150300601202404, 1.5230460921843687, 1.531062124248497, 1.5390781563126252, 1.5470941883767535, 1.5551102204408818, 1.56312625250501, 1.5711422845691383, 1.5791583166332666, 1.5871743486973948, 1.595190380761523, 1.6032064128256514, 1.6112224448897796, 1.6192384769539079, 1.6272545090180361, 1.6352705410821644, 1.6432865731462927, 1.651302605210421, 1.6593186372745492, 1.6673346693386772, 1.6753507014028055, 1.6833667334669338, 1.691382765531062, 1.6993987975951903, 1.7074148296593186, 1.7154308617234468, 1.723446893787575, 1.7314629258517034, 1.7394789579158316, 1.74749498997996, 1.7555110220440882, 1.7635270541082164, 1.7715430861723447, 1.779559118236473, 1.7875751503006012, 1.7955911823647295, 1.8036072144288577, 1.811623246492986, 1.8196392785571143, 1.8276553106212425, 1.8356713426853708, 1.843687374749499, 1.8517034068136273, 1.8597194388777556, 1.8677354709418839, 1.8757515030060121, 1.8837675350701404, 1.8917835671342684, 1.8997995991983967, 1.907815631262525, 1.9158316633266532, 1.9238476953907815, 1.9318637274549098, 1.939879759519038, 1.9478957915831663, 1.9559118236472945, 1.9639278557114228, 1.971943887775551, 1.9799599198396793, 1.9879759519038076, 1.9959919839679359, 2.004008016032064, 2.012024048096192, 2.0200400801603204, 2.0280561122244487, 2.036072144288577, 2.0440881763527052, 2.0521042084168335, 2.0601202404809618, 2.06813627254509, 2.0761523046092183, 2.0841683366733466, 2.092184368737475, 2.100200400801603, 2.1082164328657313, 2.1162324649298596, 2.124248496993988, 2.132264529058116, 2.1402805611222444, 2.1482965931863727, 2.156312625250501, 2.164328657314629, 2.1723446893787575, 2.1803607214428857, 2.188376753507014, 2.1963927855711423, 2.2044088176352705, 2.212424849699399, 2.220440881763527, 2.2284569138276553, 2.2364729458917836, 2.244488977955912, 2.25250501002004, 2.2605210420841684, 2.2685370741482966, 2.276553106212425, 2.284569138276553, 2.2925851703406814, 2.3006012024048097, 2.308617234468938, 2.3166332665330662, 2.3246492985971945, 2.3326653306613228, 2.340681362725451, 2.3486973947895793, 2.3567134268537075, 2.364729458917836, 2.372745490981964, 2.3807615230460923, 2.3887775551102206, 2.396793587174349, 2.404809619238477, 2.4128256513026054, 2.4208416833667337, 2.428857715430862, 2.43687374749499, 2.444889779559118, 2.4529058116232463, 2.4609218436873745, 2.468937875751503, 2.476953907815631, 2.4849699398797593, 2.4929859719438876, 2.501002004008016, 2.509018036072144, 2.5170340681362724, 2.5250501002004007, 2.533066132264529, 2.541082164328657, 2.5490981963927855, 2.5571142284569137, 2.565130260521042, 2.5731462925851702, 2.5811623246492985, 2.5891783567134268, 2.597194388777555, 2.6052104208416833, 2.6132264529058116, 2.62124248496994, 2.629258517034068, 2.6372745490981964, 2.6452905811623246, 2.653306613226453, 2.661322645290581, 2.6693386773547094, 2.6773547094188377, 2.685370741482966, 2.693386773547094, 2.7014028056112225, 2.7094188376753507, 2.717434869739479, 2.7254509018036073, 2.7334669338677355, 2.741482965931864, 2.749498997995992, 2.7575150300601203, 2.7655310621242486, 2.773547094188377, 2.781563126252505, 2.7895791583166334, 2.7975951903807617, 2.80561122244489, 2.813627254509018, 2.8216432865731464, 2.8296593186372747, 2.837675350701403, 2.8456913827655312, 2.8537074148296595, 2.8617234468937878, 2.869739478957916, 2.8777555110220443, 2.8857715430861726, 2.8937875751503004, 2.9018036072144286, 2.909819639278557, 2.917835671342685, 2.9258517034068134, 2.9338677354709417, 2.94188376753507, 2.9498997995991982, 2.9579158316633265, 2.9659318637274548, 2.973947895791583, 2.9819639278557113, 2.9899799599198396, 2.997995991983968, 3.006012024048096, 3.0140280561122244, 3.0220440881763526, 3.030060120240481, 3.038076152304609, 3.0460921843687374, 3.0541082164328657, 3.062124248496994, 3.070140280561122, 3.0781563126252505, 3.0861723446893787, 3.094188376753507, 3.1022044088176353, 3.1102204408817635, 3.118236472945892, 3.12625250501002, 3.1342685370741483, 3.1422845691382766, 3.150300601202405, 3.158316633266533, 3.1663326653306614, 3.1743486973947896, 3.182364729458918, 3.190380761523046, 3.1983967935871744, 3.2064128256513027, 3.214428857715431, 3.2224448897795592, 3.2304609218436875, 3.2384769539078158, 3.246492985971944, 3.2545090180360723, 3.2625250501002006, 3.270541082164329, 3.278557114228457, 3.2865731462925853, 3.2945891783567136, 3.302605210420842, 3.31062124248497, 3.3186372745490984, 3.3266533066132267, 3.3346693386773545, 3.3426853707414828, 3.350701402805611, 3.3587174348697393, 3.3667334669338675, 3.374749498997996, 3.382765531062124, 3.3907815631262523, 3.3987975951903806, 3.406813627254509, 3.414829659318637, 3.4228456913827654, 3.4308617234468937, 3.438877755511022, 3.44689378757515, 3.4549098196392785, 3.4629258517034067, 3.470941883767535, 3.4789579158316633, 3.4869739478957915, 3.49498997995992, 3.503006012024048, 3.5110220440881763, 3.5190380761523046, 3.527054108216433, 3.535070140280561, 3.5430861723446894, 3.5511022044088176, 3.559118236472946, 3.567134268537074, 3.5751503006012024, 3.5831663326653307, 3.591182364729459, 3.599198396793587, 3.6072144288577155, 3.6152304609218437, 3.623246492985972, 3.6312625250501003, 3.6392785571142285, 3.647294589178357, 3.655310621242485, 3.6633266533066133, 3.6713426853707416, 3.67935871743487, 3.687374749498998, 3.6953907815631264, 3.7034068136272547, 3.711422845691383, 3.719438877755511, 3.7274549098196395, 3.7354709418837677, 3.743486973947896, 3.7515030060120242, 3.7595190380761525, 3.7675350701402808, 3.775551102204409, 3.783567134268537, 3.791583166332665, 3.7995991983967934, 3.8076152304609217, 3.81563126252505, 3.823647294589178, 3.8316633266533064, 3.8396793587174347, 3.847695390781563, 3.8557114228456912, 3.8637274549098195, 3.8717434869739478, 3.879759519038076, 3.8877755511022043, 3.8957915831663326, 3.903807615230461, 3.911823647294589, 3.9198396793587174, 3.9278557114228456, 3.935871743486974, 3.943887775551102, 3.9519038076152304, 3.9599198396793587, 3.967935871743487, 3.975951903807615, 3.9839679358717435, 3.9919839679358717, 4.0])\n", | |
| " .range(['#440154ff', '#440155ff', '#440256ff', '#440356ff', '#450457ff', '#450458ff', '#450559ff', '#450659ff', '#46075aff', '#46075bff', '#46085cff', '#46095cff', '#460a5dff', '#460a5eff', '#460b5eff', '#460c5fff', '#470d60ff', '#470d61ff', '#470e61ff', '#470f62ff', '#471063ff', '#471064ff', '#471164ff', '#471265ff', '#471365ff', '#481366ff', '#481467ff', '#481568ff', '#481668ff', '#481669ff', '#481769ff', '#48176aff', '#48186bff', '#48196cff', '#481a6cff', '#481a6dff', '#481b6dff', '#481c6eff', '#481c6eff', '#481d6fff', '#481d6fff', '#481f70ff', '#481f70ff', '#482071ff', '#482072ff', '#482173ff', '#482273ff', '#482374ff', '#482374ff', '#482475ff', '#482476ff', '#482576ff', '#482577ff', '#482677ff', '#482778ff', '#482878ff', '#482879ff', '#482979ff', '#47297aff', '#472a7aff', '#472b7aff', '#472c7aff', '#472c7bff', '#472d7bff', '#472d7cff', '#472e7cff', '#472e7dff', '#472f7dff', '#462f7eff', '#46307eff', '#46317eff', '#46327eff', '#46327fff', '#46337fff', '#463480ff', '#453480ff', '#453581ff', '#453581ff', '#453681ff', '#453781ff', '#453882ff', '#443882ff', '#443983ff', '#443983ff', '#443a83ff', '#443a83ff', '#443b84ff', '#433c84ff', '#433d84ff', '#433d85ff', '#433e85ff', '#423e85ff', '#423f85ff', '#423f86ff', '#424086ff', '#424086ff', '#424186ff', '#414187ff', '#414287ff', '#414387ff', '#414487ff', '#404488ff', '#404588ff', '#404588ff', '#404688ff', '#3f4688ff', '#3f4788ff', '#3f4789ff', '#3f4889ff', '#3e4889ff', '#3e4989ff', '#3e4a89ff', '#3e4a89ff', '#3e4b8aff', '#3d4c8aff', '#3d4d8aff', '#3d4d8aff', '#3d4e8aff', '#3c4e8aff', '#3c4f8aff', '#3c4f8aff', '#3c508bff', '#3b508bff', '#3b518bff', '#3b518bff', '#3b528bff', '#3a528bff', '#3a538bff', '#3a538bff', '#3a548cff', '#39548cff', '#39558cff', '#39558cff', '#39568cff', '#38578cff', '#38588cff', '#38588cff', '#38598cff', '#37598cff', '#375a8cff', '#375a8dff', '#375b8dff', '#365b8dff', '#365c8dff', '#365c8dff', '#365d8dff', '#355d8dff', '#355e8dff', '#355f8dff', '#355f8dff', '#34608dff', '#34608dff', '#34618dff', '#34618dff', '#33628dff', '#33628dff', '#33638dff', '#32638dff', '#32648eff', '#32648eff', '#32658eff', '#31658eff', '#31668eff', '#31668eff', '#31678eff', '#31678eff', '#31688eff', '#30688eff', '#30698eff', '#30698eff', '#306a8eff', '#2f6a8eff', '#2f6b8eff', '#2f6b8eff', '#2f6c8eff', '#2e6c8eff', '#2e6d8eff', '#2e6d8eff', '#2e6e8eff', '#2e6e8eff', '#2e6f8eff', '#2d6f8eff', '#2d708eff', '#2d708eff', '#2d718eff', '#2c718eff', '#2c718eff', '#2c728eff', '#2c728eff', '#2c738eff', '#2c738eff', '#2b748eff', '#2b748eff', '#2b758eff', '#2b758eff', '#2a768eff', '#2a768eff', '#2a778eff', '#2a778eff', '#2a788eff', '#29788eff', '#29798eff', '#29798eff', '#297a8eff', '#297a8eff', '#297b8eff', '#287b8eff', '#287c8eff', '#287c8eff', '#287d8eff', '#277d8eff', '#277e8eff', '#277e8eff', '#277f8eff', '#277f8eff', '#27808eff', '#26808eff', '#26818eff', '#26818eff', '#26828eff', '#26828eff', '#26828eff', '#25828eff', '#25838eff', '#25838eff', '#25848eff', '#25858eff', '#25858eff', '#24868eff', '#24868eff', '#24878eff', '#24878eff', '#23888eff', '#23888eff', '#23898eff', '#23898eff', '#238a8dff', '#238a8dff', '#228b8dff', '#228b8dff', '#228c8dff', '#228c8dff', '#228d8dff', '#218d8dff', '#218e8dff', '#218e8dff', '#218f8dff', '#218f8dff', '#21908dff', '#21908dff', '#21918cff', '#20918cff', '#20928cff', '#20928cff', '#20928cff', '#20928cff', '#20938cff', '#1f938cff', '#1f948cff', '#1f948cff', '#1f958bff', '#1f958bff', '#1f968bff', '#1f968bff', '#1f978bff', '#1f988bff', '#1f988bff', '#1f998bff', '#1f998aff', '#1f9a8aff', '#1f9a8aff', '#1e9b8aff', '#1e9b8aff', '#1e9c8aff', '#1e9c89ff', '#1e9d89ff', '#1e9d89ff', '#1e9e89ff', '#1f9e89ff', '#1f9f88ff', '#1f9f88ff', '#1fa088ff', '#1fa088ff', '#1fa188ff', '#1fa188ff', '#1fa187ff', '#1fa187ff', '#1fa287ff', '#1fa287ff', '#1fa386ff', '#20a386ff', '#20a486ff', '#20a486ff', '#20a585ff', '#21a585ff', '#21a685ff', '#21a685ff', '#21a785ff', '#22a785ff', '#22a884ff', '#22a884ff', '#22a983ff', '#23a983ff', '#23aa83ff', '#24ab83ff', '#25ab82ff', '#25ac82ff', '#25ac82ff', '#25ad82ff', '#26ad81ff', '#26ad81ff', '#27ad81ff', '#27ae81ff', '#28ae80ff', '#28af80ff', '#29af7fff', '#29b07fff', '#2ab07fff', '#2bb17eff', '#2cb17eff', '#2cb27dff', '#2db27dff', '#2db37cff', '#2eb37cff', '#2eb47cff', '#2fb47cff', '#30b57bff', '#31b57bff', '#31b67aff', '#32b67aff', '#33b679ff', '#34b679ff', '#34b779ff', '#35b779ff', '#36b878ff', '#37b878ff', '#37b977ff', '#38b977ff', '#39ba76ff', '#3aba76ff', '#3abb75ff', '#3bbb75ff', '#3cbc74ff', '#3dbc74ff', '#3ebc73ff', '#3fbd73ff', '#40bd72ff', '#40be72ff', '#41be71ff', '#42bf71ff', '#43bf70ff', '#45c070ff', '#46c06fff', '#47c16fff', '#48c16eff', '#49c16eff', '#4ac16dff', '#4bc26cff', '#4cc26cff', '#4dc36bff', '#4ec36bff', '#4fc46aff', '#50c46aff', '#51c569ff', '#52c569ff', '#53c568ff', '#54c568ff', '#55c667ff', '#56c667ff', '#57c766ff', '#58c765ff', '#59c864ff', '#5ac864ff', '#5bc863ff', '#5cc863ff', '#5dc962ff', '#5ec962ff', '#5fca61ff', '#60ca60ff', '#62cb5fff', '#63cb5fff', '#64cb5eff', '#65cc5dff', '#66cc5cff', '#67cd5cff', '#68cd5bff', '#6acd5bff', '#6bcd5aff', '#6cce59ff', '#6ece58ff', '#6fcf58ff', '#70cf57ff', '#71d057ff', '#72d056ff', '#74d055ff', '#75d054ff', '#76d153ff', '#77d153ff', '#78d152ff', '#7ad151ff', '#7bd250ff', '#7cd250ff', '#7dd34fff', '#7fd34eff', '#80d34dff', '#81d34dff', '#82d44cff', '#84d44bff', '#85d54aff', '#86d549ff', '#88d548ff', '#89d548ff', '#8ad647ff', '#8bd646ff', '#8dd645ff', '#8ed645ff', '#8fd744ff', '#90d743ff', '#92d742ff', '#93d741ff', '#94d840ff', '#96d83fff', '#97d83eff', '#99d93dff', '#9ad93cff', '#9bd93cff', '#9dd93bff', '#9eda3aff', '#9fda39ff', '#a1da38ff', '#a2da37ff', '#a3db36ff', '#a4db36ff', '#a6db35ff', '#a8db34ff', '#a9dc33ff', '#aadc32ff', '#abdc31ff', '#addc30ff', '#aedd2fff', '#b0dd2fff', '#b1dd2eff', '#b2dd2dff', '#b3de2cff', '#b5de2bff', '#b6de2aff', '#b8de29ff', '#b9de28ff', '#bade28ff', '#bcdf27ff', '#bddf26ff', '#bfdf25ff', '#c0df25ff', '#c1df24ff', '#c2df23ff', '#c4e022ff', '#c5e021ff', '#c7e020ff', '#c8e020ff', '#c9e11fff', '#cbe11eff', '#cce11dff', '#cee11dff', '#cfe11cff', '#d1e11bff', '#d2e21bff', '#d3e21aff', '#d4e21aff', '#d6e219ff', '#d7e219ff', '#d9e319ff', '#dae319ff', '#dbe318ff', '#dde318ff', '#dee318ff', '#dfe318ff', '#e0e418ff', '#e2e418ff', '#e3e418ff', '#e5e418ff', '#e6e419ff', '#e7e419ff', '#e8e519ff', '#eae519ff', '#ebe51aff', '#ece51aff', '#ede51bff', '#efe51bff', '#f0e51cff', '#f1e51dff', '#f3e61dff', '#f4e61eff', '#f5e61eff', '#f6e61fff', '#f7e620ff', '#f8e621ff', '#fae722ff', '#fbe723ff', '#fce724ff', '#fde725ff']);\n", | |
| " \n", | |
| "\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.x = d3.scale.linear()\n", | |
| " .domain([0.0, 4.0])\n", | |
| " .range([0, 450 - 50]);\n", | |
| "\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.legend = L.control({position: 'topright'});\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.legend.addTo(map_1e1ae4dadbb3aeb5634e268fd0e21e90);\n", | |
| "\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.xAxis = d3.svg.axis()\n", | |
| " .scale(color_map_cbd1f4aab99d97a899c858ee61e6477e.x)\n", | |
| " .orient("top")\n", | |
| " .tickSize(1)\n", | |
| " .tickValues([0.0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0.40784313725490196, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0.8156862745098039, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1.223529411764706, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1.6313725490196078, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 2.0392156862745097, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 2.447058823529412, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 2.854901960784314, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 3.2627450980392156, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 3.6705882352941175, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']);\n", | |
| "\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.svg = d3.select(".legend.leaflet-control").append("svg")\n", | |
| " .attr("id", 'legend')\n", | |
| " .attr("width", 450)\n", | |
| " .attr("height", 40);\n", | |
| "\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.g = color_map_cbd1f4aab99d97a899c858ee61e6477e.svg.append("g")\n", | |
| " .attr("class", "key")\n", | |
| " .attr("fill", "black")\n", | |
| " .attr("transform", "translate(25,16)");\n", | |
| "\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.g.selectAll("rect")\n", | |
| " .data(color_map_cbd1f4aab99d97a899c858ee61e6477e.color.range().map(function(d, i) {\n", | |
| " return {\n", | |
| " x0: i ? color_map_cbd1f4aab99d97a899c858ee61e6477e.x(color_map_cbd1f4aab99d97a899c858ee61e6477e.color.domain()[i - 1]) : color_map_cbd1f4aab99d97a899c858ee61e6477e.x.range()[0],\n", | |
| " x1: i < color_map_cbd1f4aab99d97a899c858ee61e6477e.color.domain().length ? color_map_cbd1f4aab99d97a899c858ee61e6477e.x(color_map_cbd1f4aab99d97a899c858ee61e6477e.color.domain()[i]) : color_map_cbd1f4aab99d97a899c858ee61e6477e.x.range()[1],\n", | |
| " z: d\n", | |
| " };\n", | |
| " }))\n", | |
| " .enter().append("rect")\n", | |
| " .attr("height", 40 - 30)\n", | |
| " .attr("x", function(d) { return d.x0; })\n", | |
| " .attr("width", function(d) { return d.x1 - d.x0; })\n", | |
| " .style("fill", function(d) { return d.z; });\n", | |
| "\n", | |
| " color_map_cbd1f4aab99d97a899c858ee61e6477e.g.call(color_map_cbd1f4aab99d97a899c858ee61e6477e.xAxis).append("text")\n", | |
| " .attr("class", "caption")\n", | |
| " .attr("y", 21)\n", | |
| " .attr("fill", "black")\n", | |
| " .text("priority");\n", | |
| "</script>\n", | |
| "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div>" | |
| ], | |
| "text/plain": [ | |
| "<folium.folium.Map at 0x17feb5610>" | |
| ] | |
| }, | |
| "execution_count": 3, | |
| "metadata": {}, | |
| "output_type": "execute_result" | |
| } | |
| ], | |
| "source": [ | |
| "gdf[gdf.orbit_pass == 'ASCENDING'].explore(column='priority')" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "execution_count": 4, | |
| "id": "37f9757b-0f83-4275-b587-483e3c0bd06f", | |
| "metadata": {}, | |
| "outputs": [ | |
| { | |
| "data": { | |
| "text/html": [ | |
| "<div style=\"width:100%;\"><div style=\"position:relative;width:100%;height:0;padding-bottom:60%;\"><span style=\"color:#565656\">Make this Notebook Trusted to load map: File -> Trust Notebook</span><iframe srcdoc=\"<!DOCTYPE html>\n", | |
| "<html>\n", | |
| "<head>\n", | |
| " \n", | |
| " <meta http-equiv="content-type" content="text/html; charset=UTF-8" />\n", | |
| " \n", | |
| " <script>\n", | |
| " L_NO_TOUCH = false;\n", | |
| " L_DISABLE_3D = false;\n", | |
| " </script>\n", | |
| " \n", | |
| " <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>\n", | |
| " <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>\n", | |
| " <script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>\n", | |
| " <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>\n", | |
| " <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>\n", | |
| " <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>\n", | |
| " <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>\n", | |
| " <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>\n", | |
| " \n", | |
| " <meta name="viewport" content="width=device-width,\n", | |
| " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", | |
| " <style>\n", | |
| " #map_b1127531e64f18eb4d791f1eb1828246 {\n", | |
| " position: relative;\n", | |
| " width: 100.0%;\n", | |
| " height: 100.0%;\n", | |
| " left: 0.0%;\n", | |
| " top: 0.0%;\n", | |
| " }\n", | |
| " .leaflet-container { font-size: 1rem; }\n", | |
| " </style>\n", | |
| " \n", | |
| " \n", | |
| " <style>\n", | |
| " .foliumtooltip {\n", | |
| " \n", | |
| " }\n", | |
| " .foliumtooltip table{\n", | |
| " margin: auto;\n", | |
| " }\n", | |
| " .foliumtooltip tr{\n", | |
| " text-align: left;\n", | |
| " }\n", | |
| " .foliumtooltip th{\n", | |
| " padding: 2px; padding-right: 8px;\n", | |
| " }\n", | |
| " </style>\n", | |
| " \n", | |
| " <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>\n", | |
| "</head>\n", | |
| "<body>\n", | |
| " \n", | |
| " \n", | |
| " <div class="folium-map" id="map_b1127531e64f18eb4d791f1eb1828246" ></div>\n", | |
| " \n", | |
| "</body>\n", | |
| "<script>\n", | |
| " \n", | |
| " \n", | |
| " var map_b1127531e64f18eb4d791f1eb1828246 = L.map(\n", | |
| " "map_b1127531e64f18eb4d791f1eb1828246",\n", | |
| " {\n", | |
| " center: [39.1916695, 0.0],\n", | |
| " crs: L.CRS.EPSG3857,\n", | |
| " ...{\n", | |
| " "zoom": 10,\n", | |
| " "zoomControl": true,\n", | |
| " "preferCanvas": false,\n", | |
| "}\n", | |
| "\n", | |
| " }\n", | |
| " );\n", | |
| " L.control.scale().addTo(map_b1127531e64f18eb4d791f1eb1828246);\n", | |
| "\n", | |
| " \n", | |
| "\n", | |
| " \n", | |
| " \n", | |
| " var tile_layer_3d97431d46a30dcce148e6a5d0b45014 = L.tileLayer(\n", | |
| " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", | |
| " {\n", | |
| " "minZoom": 0,\n", | |
| " "maxZoom": 19,\n", | |
| " "maxNativeZoom": 19,\n", | |
| " "noWrap": false,\n", | |
| " "attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors",\n", | |
| " "subdomains": "abc",\n", | |
| " "detectRetina": false,\n", | |
| " "tms": false,\n", | |
| " "opacity": 1,\n", | |
| "}\n", | |
| "\n", | |
| " );\n", | |
| " \n", | |
| " \n", | |
| " tile_layer_3d97431d46a30dcce148e6a5d0b45014.addTo(map_b1127531e64f18eb4d791f1eb1828246);\n", | |
| " \n", | |
| " \n", | |
| " map_b1127531e64f18eb4d791f1eb1828246.fitBounds(\n", | |
| " [[5.696044, -180.0], [72.687295, 180.0]],\n", | |
| " {}\n", | |
| " );\n", | |
| " \n", | |
| " \n", | |
| " function geo_json_bac63fd94fdf76a7278a129ddf37bc5d_styler(feature) {\n", | |
| " switch(feature.id) {\n", | |
| " case "0": case "1": case "2": case "3": case "4": case "5": case "6": case "8": case "9": case "11": case "12": case "13": case "14": case "22": case "23": case "37": case "96": case "159": \n", | |
| " return {"color": "#21908d", "fillColor": "#21908d", "fillOpacity": 0.5, "weight": 2};\n", | |
| " case "15": case "16": case "17": case "18": case "26": case "27": case "31": case "32": case "33": case "34": case "40": case "41": case "42": case "43": case "44": case "45": case "46": case "47": case "48": case "49": case "54": case "55": case "56": case "57": case "58": case "59": case "60": case "61": case "65": case "66": case "67": case "68": case "69": case "70": case "71": case "72": case "73": case "81": case "82": case "83": case "84": case "85": case "89": case "91": case "92": case "93": case "94": case "95": case "105": case "109": case "110": case "111": case "112": case "115": case "116": case "117": case "118": case "119": case "120": case "121": case "122": case "123": case "124": case "127": case "128": case "130": case "131": case "132": case "133": case "134": case "135": case "136": case "137": case "138": case "139": case "140": case "141": case "143": case "147": case "149": case "152": case "154": case "155": case "156": case "157": case "158": case "160": case "161": case "163": case "164": case "165": case "166": case "168": case "170": case "171": case "177": \n", | |
| " return {"color": "#3b518b", "fillColor": "#3b518b", "fillOpacity": 0.5, "weight": 2};\n", | |
| " case "19": case "20": case "21": case "28": case "29": case "30": case "38": case "39": case "50": case "51": case "52": case "53": case "62": case "63": case "64": case "74": case "75": case "76": case "77": case "90": case "97": case "98": case "102": case "103": case "104": case "106": case "107": case "108": case "113": case "114": case "125": case "126": case "129": case "142": case "148": case "151": case "153": case "162": case "167": case "169": case "172": case "173": case "174": case "175": case "176": case "188": case "190": case "191": case "194": case "197": case "198": case "199": case "205": case "206": case "225": case "226": case "227": case "228": case "233": case "234": case "235": case "236": case "237": case "238": case "239": case "252": case "253": case "256": case "257": case "259": case "269": case "270": case "275": case "277": case "278": case "279": case "280": case "288": case "293": case "295": case "296": case "301": case "302": case "306": case "307": case "308": case "312": case "313": case "316": case "351": case "352": case "355": case "364": case "369": case "370": case "371": case "373": case "374": case "375": case "376": case "377": case "378": case "379": case "380": case "381": case "382": case "383": case "384": case "385": case "386": case "387": case "388": case "389": case "390": case "391": case "392": case "393": case "394": case "395": case "396": case "397": case "398": case "399": case "400": case "401": case "402": case "403": case "404": case "405": case "406": case "407": case "408": case "409": case "410": case "411": case "412": case "413": case "414": case "415": case "416": case "417": case "418": case "419": case "420": case "421": case "422": case "423": case "424": case "425": case "426": case "427": case "428": case "429": case "430": case "431": case "432": case "433": case "434": case "435": case "436": case "437": case "438": case "439": case "440": case "441": case "442": case "443": case "444": case "445": case "446": case "447": case "448": case "449": case "450": case "451": case "452": case "453": case "454": case "455": case "456": case "457": case "458": case "459": case "460": case "461": case "462": case "463": case "464": case "465": case "466": case "467": case "468": case "469": case "470": case "471": case "472": case "473": case "474": case "475": case "476": case "477": case "478": case "479": case "480": case "481": case "482": case "483": case "484": case "485": case "486": case "487": case "488": case "489": case "490": case "491": case "492": case "493": case "494": case "495": case "496": case "497": case "498": case "499": case "500": case "501": case "502": case "503": case "504": case "505": case "506": case "507": case "508": case "509": case "510": case "511": case "512": case "513": case "514": case "515": case "516": case "517": case "518": case "519": case "520": case "521": case "522": case "523": case "524": case "525": case "526": case "527": case "528": case "529": case "530": case "531": case "532": case "533": case "534": case "535": case "536": case "537": case "538": case "539": case "540": case "541": case "542": case "543": case "544": case "545": case "546": case "547": case "548": case "549": case "550": case "551": case "552": case "553": case "554": case "555": case "556": case "557": case "558": case "559": case "560": case "561": case "562": case "563": case "564": case "565": case "566": case "567": case "568": case "569": case "570": case "571": case "572": case "573": case "574": case "575": case "576": case "577": case "578": case "579": case "580": case "581": case "582": case "583": case "584": case "585": case "586": case "587": case "588": case "589": case "590": case "591": case "592": case "593": case "594": case "595": case "596": case "597": case "598": case "599": case "600": case "601": case "602": case "603": case "604": case "605": case "606": case "607": case "608": case "609": case "610": case "611": case "612": case "613": case "614": case "615": case "616": case "617": case "618": case "619": case "620": case "621": case "622": case "623": case "624": case "625": case "626": case "627": case "628": case "629": case "630": case "631": case "632": case "633": case "634": case "635": case "636": case "637": case "638": case "639": case "640": case "641": case "642": case "643": case "644": case "645": case "646": case "647": case "648": case "649": case "650": case "651": case "652": case "653": case "654": case "655": case "656": case "657": case "658": case "659": case "660": case "661": case "662": case "663": case "664": case "665": case "666": case "667": case "668": case "669": case "670": case "671": case "672": case "673": case "674": \n", | |
| " return {"color": "#fde725", "fillColor": "#fde725", "fillOpacity": 0.5, "weight": 2};\n", | |
| " case "24": case "25": case "35": case "36": case "78": case "79": case "80": case "86": case "87": case "88": case "99": case "100": case "101": case "144": case "145": case "146": case "150": \n", | |
| " return {"color": "#440154", "fillColor": "#440154", "fillOpacity": 0.5, "weight": 2};\n", | |
| " default:\n", | |
| " return {"color": "#5cc863", "fillColor": "#5cc863", "fillOpacity": 0.5, "weight": 2};\n", | |
| " }\n", | |
| " }\n", | |
| " function geo_json_bac63fd94fdf76a7278a129ddf37bc5d_highlighter(feature) {\n", | |
| " switch(feature.id) {\n", | |
| " default:\n", | |
| " return {"fillOpacity": 0.75};\n", | |
| " }\n", | |
| " }\n", | |
| " function geo_json_bac63fd94fdf76a7278a129ddf37bc5d_pointToLayer(feature, latlng) {\n", | |
| " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", | |
| " \n", | |
| " let style = geo_json_bac63fd94fdf76a7278a129ddf37bc5d_styler(feature)\n", | |
| " Object.assign(opts, style)\n", | |
| " \n", | |
| " return new L.CircleMarker(latlng, opts)\n", | |
| " }\n", | |
| "\n", | |
| " function geo_json_bac63fd94fdf76a7278a129ddf37bc5d_onEachFeature(feature, layer) {\n", | |
| " layer.on({\n", | |
| " mouseout: function(e) {\n", | |
| " if(typeof e.target.setStyle === "function"){\n", | |
| " geo_json_bac63fd94fdf76a7278a129ddf37bc5d.resetStyle(e.target);\n", | |
| " }\n", | |
| " },\n", | |
| " mouseover: function(e) {\n", | |
| " if(typeof e.target.setStyle === "function"){\n", | |
| " const highlightStyle = geo_json_bac63fd94fdf76a7278a129ddf37bc5d_highlighter(e.target.feature)\n", | |
| " e.target.setStyle(highlightStyle);\n", | |
| " }\n", | |
| " },\n", | |
| " });\n", | |
| " };\n", | |
| " var geo_json_bac63fd94fdf76a7278a129ddf37bc5d = L.geoJson(null, {\n", | |
| " onEachFeature: geo_json_bac63fd94fdf76a7278a129ddf37bc5d_onEachFeature,\n", | |
| " \n", | |
| " style: geo_json_bac63fd94fdf76a7278a129ddf37bc5d_styler,\n", | |
| " pointToLayer: geo_json_bac63fd94fdf76a7278a129ddf37bc5d_pointToLayer,\n", | |
| " ...{\n", | |
| "}\n", | |
| " });\n", | |
| "\n", | |
| " function geo_json_bac63fd94fdf76a7278a129ddf37bc5d_add (data) {\n", | |
| " geo_json_bac63fd94fdf76a7278a129ddf37bc5d\n", | |
| " .addData(data);\n", | |
| " }\n", | |
| " geo_json_bac63fd94fdf76a7278a129ddf37bc5d_add({"bbox": [-180.0, 5.696044, 180.0, 72.687295], "features": [{"bbox": [-101.496842, 18.688424, -98.804805, 20.529861], "geometry": {"coordinates": [[[-101.496842, 18.994589], [-101.199859, 20.529861], [-98.804805, 20.216855], [-99.122969, 18.688424], [-101.496842, 18.994589]]], "type": "Polygon"}, "id": "0", "properties": {"__folium_color": "#21908d", "frame_id": 10860, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-158.987848, 19.25325, -156.287409, 21.09337], "geometry": {"coordinates": [[[-158.987848, 19.558146], [-158.690933, 21.09337], [-156.287409, 20.781579], [-156.606325, 19.25325], [-158.987848, 19.558146]]], "type": "Polygon"}, "id": "1", "properties": {"__folium_color": "#21908d", "frame_id": 42810, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-158.730609, 20.586709, -156.007904, 22.42374199999904], "geometry": {"coordinates": [[[-158.730609, 20.888699], [-158.43405400000137, 22.42374199999904], [-156.007904, 22.114757], [-156.328342, 20.586709], [-158.730609, 20.888699]]], "type": "Polygon"}, "id": "2", "properties": {"__folium_color": "#21908d", "frame_id": 42809, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-162.90605100000153, 20.27177299999891, -160.189036, 22.109482999999003], "geometry": {"coordinates": [[[-162.90605100000153, 20.574379999998918], [-162.60948100000155, 22.109482999999003], [-160.189036, 21.799911], [-160.5090080000014, 20.27177299999891], [-162.90605100000153, 20.574379999998918]]], "type": "Polygon"}, "id": "3", "properties": {"__folium_color": "#21908d", "frame_id": 35023, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-162.64915100000152, 21.605041, -159.90839200000144, 23.43969499999908], "geometry": {"coordinates": [[[-162.64915100000152, 21.904790999998987], [-162.35279600000158, 23.43969499999908], [-159.90839200000144, 23.132863999999074], [-160.230162, 21.605041], [-162.64915100000152, 21.904790999998987]]], "type": "Polygon"}, "id": "4", "properties": {"__folium_color": "#21908d", "frame_id": 35022, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-156.88869, 19.472196999998882, -154.18462400000115, 21.311784], "geometry": {"coordinates": [[[-156.88869, 19.776591], [-156.591851, 21.311784], [-154.18462400000115, 21.000473999998967], [-154.50378700000113, 19.472196999998882], [-156.88869, 19.776591]]], "type": "Polygon"}, "id": "5", "properties": {"__folium_color": "#21908d", "frame_id": 23210, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-157.14588500000121, 18.138519999998795, -154.46304800000112, 19.981239], "geometry": {"coordinates": [[[-157.14588500000121, 18.445809999998815], [-156.848995, 19.981239], [-154.46304800000112, 19.66706999999889], [-154.78083100000117, 18.138519999998795], [-157.14588500000121, 18.445809999998815]]], "type": "Polygon"}, "id": "6", "properties": {"__folium_color": "#21908d", "frame_id": 23211, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-101.239536, 20.021978, -98.526059, 21.860135], "geometry": {"coordinates": [[[-101.239536, 20.325197], [-100.942045, 21.860135], [-98.526059, 21.55014], [-98.845633, 20.021978], [-101.239536, 20.325197]]], "type": "Polygon"}, "id": "7", "properties": {"__folium_color": "#5cc863", "frame_id": 10859, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-160.80730900000148, 20.48789, -158.08638, 22.32514599999902], "geometry": {"coordinates": [[[-160.80730900000148, 20.79008499999894], [-160.51074400000144, 22.32514599999902], [-158.08638, 22.015965], [-158.406675, 20.48789], [-160.80730900000148, 20.79008499999894]]], "type": "Polygon"}, "id": "8", "properties": {"__folium_color": "#21908d", "frame_id": 15423, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-160.55041800000146, 21.821098, -157.80541300000132, 23.65530899999909], "geometry": {"coordinates": [[[-160.55041800000146, 22.12045199999902], [-160.25403700000146, 23.65530899999909], [-157.80541300000132, 23.34885299999908], [-158.127551, 21.821098], [-160.55041800000146, 22.12045199999902]]], "type": "Polygon"}, "id": "9", "properties": {"__folium_color": "#21908d", "frame_id": 15422, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-101.754273, 17.354618, -99.08235, 19.199226], "geometry": {"coordinates": [[[-101.754273, 17.663732], [-101.457125, 19.199226], [-99.08235, 18.883305], [-99.399283, 17.354618], [-101.754273, 17.663732]]], "type": "Polygon"}, "id": "10", "properties": {"__folium_color": "#5cc863", "frame_id": 10861, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-99.419782, 18.788526, -96.726181, 20.629697], "geometry": {"coordinates": [[[-99.419782, 19.094436], [-99.122849, 20.629697], [-96.726181, 20.316936], [-97.044445, 18.788526], [-99.419782, 19.094436]]], "type": "Polygon"}, "id": "11", "properties": {"__folium_color": "#21908d", "frame_id": 38246, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-99.677156, 17.454739, -97.003814, 19.299075], "geometry": {"coordinates": [[[-99.677156, 17.76359], [-99.380072, 19.299075], [-97.003814, 18.983406], [-97.320828, 17.454739], [-99.677156, 17.76359]]], "type": "Polygon"}, "id": "12", "properties": {"__folium_color": "#21908d", "frame_id": 38247, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "M\\u00e9xico"}, "type": "Feature"}, {"bbox": [-155.04890900000115, 18.34850499999881, -152.362386000001, 20.190783], "geometry": {"coordinates": [[[-155.04890900000115, 18.655456999998822], [-154.751643, 20.190783], [-152.362386000001, 19.877001999998896], [-152.68043200000102, 18.34850499999881], [-155.04890900000115, 18.655456999998822]]], "type": "Polygon"}, "id": "13", "properties": {"__folium_color": "#21908d", "frame_id": 3611, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Hawaii"}, "type": "Feature"}, {"bbox": [-111.173718, 21.844633, -108.427407, 23.67882], "geometry": {"coordinates": [[[-111.173718, 22.144011], [-110.87738, 23.67882], [-108.427407, 23.372331], [-108.749568, 21.844633], [-111.173718, 22.144011]]], "type": "Polygon"}, "id": "14", "properties": {"__folium_color": "#21908d", "frame_id": 14885, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-110.917071, 23.177473, -108.144585, 25.008674], "geometry": {"coordinates": [[[-110.917071, 23.474104], [-110.620663, 25.008674], [-108.144585, 24.704822], [-108.468875, 23.177473], [-110.917071, 23.474104]]], "type": "Polygon"}, "id": "15", "properties": {"__folium_color": "#3b518b", "frame_id": 14884, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-110.660404, 24.509972, -107.859672, 26.338246], "geometry": {"coordinates": [[[-110.660404, 24.803936], [-110.363722, 26.338246], [-107.859672, 26.036944], [-108.186384, 24.509972], [-110.660404, 24.803936]]], "type": "Polygon"}, "id": "16", "properties": {"__folium_color": "#3b518b", "frame_id": 14883, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-110.403541, 25.842103, -107.572396, 27.667274], "geometry": {"coordinates": [[[-110.403541, 26.133488], [-110.104878, 27.667274], [-107.572396, 27.368673], [-107.901841, 25.842103], [-110.403541, 26.133488]]], "type": "Polygon"}, "id": "17", "properties": {"__folium_color": "#3b518b", "frame_id": 14882, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-94.479774, 33.652496, -91.418152, 35.462818], "geometry": {"coordinates": [[[-94.479774, 33.930972], [-94.17424, 35.462818], [-91.418152, 35.176083], [-91.77149, 33.652496], [-94.479774, 33.930972]]], "type": "Polygon"}, "id": "18", "properties": {"__folium_color": "#3b518b", "frame_id": 18635, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-117.960729, 39.62179, -114.648165, 41.423503], "geometry": {"coordinates": [[[-117.960729, 39.893761], [-117.641428, 41.423503], [-114.648165, 41.142367], [-115.031703, 39.62179], [-117.960729, 39.893761]]], "type": "Polygon"}, "id": "19", "properties": {"__folium_color": "#fde725", "frame_id": 18899, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-118.232616, 38.295095, -114.98255, 40.098591], "geometry": {"coordinates": [[[-118.232616, 38.568233], [-117.918028, 40.098591], [-114.98255, 39.816383], [-115.358316, 38.295095], [-118.232616, 38.568233]]], "type": "Polygon"}, "id": "20", "properties": {"__folium_color": "#fde725", "frame_id": 18900, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-118.501794, 36.96774, -115.310161, 38.77306], "geometry": {"coordinates": [[[-118.501794, 37.24224], [-118.190398, 38.77306], [-115.310161, 38.489721], [-115.678754, 36.96774], [-118.501794, 37.24224]]], "type": "Polygon"}, "id": "21", "properties": {"__folium_color": "#fde725", "frame_id": 18901, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-118.768582, 35.63978, -115.631511, 37.447063], "geometry": {"coordinates": [[[-118.768582, 35.915795], [-118.460005, 37.447063], [-115.631511, 37.162395], [-115.993731, 35.63978], [-118.768582, 35.915795]]], "type": "Polygon"}, "id": "22", "properties": {"__folium_color": "#21908d", "frame_id": 18902, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-119.033933, 34.311215, -115.94732, 36.120612], "geometry": {"coordinates": [[[-119.033933, 34.588999], [-118.727174, 36.120612], [-115.94732, 35.834462], [-116.303567, 34.311215], [-119.033933, 34.588999]]], "type": "Polygon"}, "id": "23", "properties": {"__folium_color": "#21908d", "frame_id": 18903, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-119.296851, 32.982625, -116.257917, 34.793814], "geometry": {"coordinates": [[[-119.296851, 33.261703], [-118.99286, 34.793814], [-116.257917, 34.50592], [-116.612254, 32.982625], [-119.296851, 33.261703]]], "type": "Polygon"}, "id": "24", "properties": {"__folium_color": "#440154", "frame_id": 18904, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-119.560173, 31.652929, -116.5673, 33.466509], "geometry": {"coordinates": [[[-119.560173, 31.93427], [-119.256072, 33.466509], [-116.5673, 33.177384], [-116.91309, 31.652929], [-119.560173, 31.93427]]], "type": "Polygon"}, "id": "25", "properties": {"__folium_color": "#440154", "frame_id": 18905, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-120.079332, 28.99203, -117.16639, 30.810983], "geometry": {"coordinates": [[[-120.079332, 29.277755], [-119.779856, 30.810983], [-117.16639, 30.51751], [-117.503822, 28.99203], [-120.079332, 29.277755]]], "type": "Polygon"}, "id": "26", "properties": {"__folium_color": "#3b518b", "frame_id": 18907, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-120.337379, 27.660878, -117.460603, 29.482547], "geometry": {"coordinates": [[[-120.337379, 27.948942], [-120.039208, 29.482547], [-117.460603, 29.186836], [-117.794407, 27.660878], [-120.337379, 27.948942]]], "type": "Polygon"}, "id": "27", "properties": {"__folium_color": "#3b518b", "frame_id": 18908, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-117.68467, 40.947809, -114.306254, 42.748062], "geometry": {"coordinates": [[[-117.68467, 41.218684], [-117.362424, 42.748062], [-114.306254, 42.467627], [-114.69841, 40.947809], [-117.68467, 41.218684]]], "type": "Polygon"}, "id": "28", "properties": {"__folium_color": "#fde725", "frame_id": 18898, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-119.78701, 40.732316, -116.42024, 42.532732], "geometry": {"coordinates": [[[-119.78701, 41.003264], [-119.465472, 42.532732], [-116.42024, 42.252273], [-116.810906, 40.732316], [-119.78701, 41.003264]]], "type": "Polygon"}, "id": "29", "properties": {"__folium_color": "#fde725", "frame_id": 38498, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-120.062524, 39.406176, -116.760847, 41.208088], "geometry": {"coordinates": [[[-120.062524, 39.678259], [-119.74386, 41.208088], [-116.760847, 40.926886], [-117.143024, 39.406176], [-120.062524, 39.678259]]], "type": "Polygon"}, "id": "30", "properties": {"__folium_color": "#fde725", "frame_id": 38499, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-94.741786, 32.323068, -91.726203, 34.135796], "geometry": {"coordinates": [[[-94.741786, 32.60346], [-94.438861, 34.135796], [-91.726203, 33.84723], [-92.074429, 32.323068], [-94.741786, 32.60346]]], "type": "Polygon"}, "id": "31", "properties": {"__folium_color": "#3b518b", "frame_id": 18636, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-95.00241, 30.993114, -92.029806, 32.808273], "geometry": {"coordinates": [[[-95.00241, 31.275557], [-94.701147, 32.808273], [-92.029806, 32.517822], [-92.373384, 30.993114], [-95.00241, 31.275557]]], "type": "Polygon"}, "id": "32", "properties": {"__folium_color": "#3b518b", "frame_id": 18637, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-95.261876, 29.662671, -92.329365, 31.480358], "geometry": {"coordinates": [[[-95.261876, 29.94728], [-94.962006, 31.480358], [-92.329365, 31.187885], [-92.668804, 29.662671], [-95.261876, 29.94728]]], "type": "Polygon"}, "id": "33", "properties": {"__folium_color": "#3b518b", "frame_id": 18638, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-95.520566, 28.33175, -92.625336, 30.152069], "geometry": {"coordinates": [[[-95.520566, 28.618672], [-95.221672, 30.152069], [-92.625336, 29.857457], [-92.960955, 28.33175], [-95.520566, 28.618672]]], "type": "Polygon"}, "id": "34", "properties": {"__folium_color": "#3b518b", "frame_id": 18639, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-121.396745, 32.76594, -118.365594, 34.578004], "geometry": {"coordinates": [[[-121.396745, 33.045819], [-121.093092, 34.578004], [-118.365594, 34.289883], [-118.715614, 32.76594], [-121.396745, 33.045819]]], "type": "Polygon"}, "id": "35", "properties": {"__folium_color": "#440154", "frame_id": 38504, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-121.134114, 34.095168, -118.055825, 35.904876], "geometry": {"coordinates": [[[-121.134114, 34.373186], [-120.827744, 35.904876], [-118.055825, 35.618526], [-118.411125, 34.095168], [-121.134114, 34.373186]]], "type": "Polygon"}, "id": "36", "properties": {"__folium_color": "#440154", "frame_id": 38503, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-120.869094, 35.423835, -117.740922, 37.231403], "geometry": {"coordinates": [[[-120.869094, 35.700057], [-120.560959, 37.231403], [-117.740922, 36.946566], [-118.102106, 35.423835], [-120.869094, 35.700057]]], "type": "Polygon"}, "id": "37", "properties": {"__folium_color": "#21908d", "frame_id": 38502, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-120.602683, 36.751901, -117.420564, 38.55748], "geometry": {"coordinates": [[[-120.602683, 37.026578], [-120.291786, 38.55748], [-117.420564, 38.274003], [-117.788024, 36.751901], [-120.602683, 37.026578]]], "type": "Polygon"}, "id": "38", "properties": {"__folium_color": "#fde725", "frame_id": 38501, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-120.333931, 38.079366, -117.094041, 39.883092], "geometry": {"coordinates": [[[-120.333931, 38.35265], [-120.019906, 39.883092], [-117.094041, 39.600782], [-117.468565, 38.079366], [-120.333931, 38.35265]]], "type": "Polygon"}, "id": "39", "properties": {"__folium_color": "#fde725", "frame_id": 38500, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-109.368323, 31.165908, -106.3899, 32.980838], "geometry": {"coordinates": [[[-109.368323, 31.448191], [-109.066776, 32.980838], [-106.3899, 32.69052], [-106.734161, 31.165908], [-109.368323, 31.448191]]], "type": "Polygon"}, "id": "40", "properties": {"__folium_color": "#3b518b", "frame_id": 14878, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-110.144805, 27.173842, -107.279729, 28.996203], "geometry": {"coordinates": [[[-110.144805, 27.462516], [-109.846804, 28.996203], [-107.279729, 28.699503], [-107.614979, 27.173842], [-110.144805, 27.462516]]], "type": "Polygon"}, "id": "41", "properties": {"__folium_color": "#3b518b", "frame_id": 14881, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-108.583722, 24.608505, -105.780778, 26.436564], "geometry": {"coordinates": [[[-108.583722, 24.902274], [-108.287008, 26.436564], [-105.780778, 26.135447], [-106.107694, 24.608505], [-108.583722, 24.902274]]], "type": "Polygon"}, "id": "42", "properties": {"__folium_color": "#3b518b", "frame_id": 42269, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-108.326834, 25.940608, -105.493304, 27.765809], "geometry": {"coordinates": [[[-108.326834, 26.231805], [-108.02962, 27.765809], [-105.493304, 27.467145], [-105.822976, 25.940608], [-108.326834, 26.231805]]], "type": "Polygon"}, "id": "43", "properties": {"__folium_color": "#3b518b", "frame_id": 42268, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-108.069555, 27.272316, -105.203158, 29.094476], "geometry": {"coordinates": [[[-108.069555, 27.561033], [-107.769992, 29.094476], [-105.203158, 28.798423], [-105.535918, 27.272316], [-108.069555, 27.561033]]], "type": "Polygon"}, "id": "44", "properties": {"__folium_color": "#3b518b", "frame_id": 42267, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-107.810068, 28.603605, -104.907016, 30.423011], "geometry": {"coordinates": [[[-107.810068, 28.889702], [-107.510878, 30.423011], [-104.907016, 30.128734], [-105.246234, 28.603605], [-107.810068, 28.889702]]], "type": "Polygon"}, "id": "45", "properties": {"__folium_color": "#3b518b", "frame_id": 42266, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-107.551127, 29.933958, -104.610226, 31.751211], "geometry": {"coordinates": [[[-107.551127, 30.218225], [-107.250911, 31.751211], [-104.610226, 31.459041], [-104.950601, 29.933958], [-107.551127, 30.218225]]], "type": "Polygon"}, "id": "46", "properties": {"__folium_color": "#3b518b", "frame_id": 42265, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-107.291367, 31.264282, -104.30977, 33.079033], "geometry": {"coordinates": [[[-107.291367, 31.546413], [-106.989701, 33.079033], [-104.30977, 32.788852], [-104.654372, 31.264282], [-107.291367, 31.546413]]], "type": "Polygon"}, "id": "47", "properties": {"__folium_color": "#3b518b", "frame_id": 42264, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-107.030401, 32.594111, -104.005188, 34.406458], "geometry": {"coordinates": [[[-107.030401, 32.874223], [-106.727014, 34.406458], [-104.005188, 34.118129], [-104.354533, 32.594111], [-107.030401, 32.874223]]], "type": "Polygon"}, "id": "48", "properties": {"__folium_color": "#3b518b", "frame_id": 42263, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-106.767996, 33.923407, -103.696068, 35.73338], "geometry": {"coordinates": [[[-106.767996, 34.201639], [-106.461934, 35.73338], [-103.696068, 35.446844], [-104.050628, 33.923407], [-106.767996, 34.201639]]], "type": "Polygon"}, "id": "49", "properties": {"__folium_color": "#3b518b", "frame_id": 42262, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-106.503239, 35.252146, -103.381876, 37.05996], "geometry": {"coordinates": [[[-106.503239, 35.528559], [-106.195452, 37.05996], [-103.381876, 36.77496], [-103.742248, 35.252146], [-106.503239, 35.528559]]], "type": "Polygon"}, "id": "50", "properties": {"__folium_color": "#fde725", "frame_id": 42261, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-106.237124, 36.580287, -103.062297, 38.386091], "geometry": {"coordinates": [[[-106.237124, 36.855132], [-105.926623, 38.386091], [-103.062297, 38.102476], [-103.428868, 36.580287], [-106.237124, 36.855132]]], "type": "Polygon"}, "id": "51", "properties": {"__folium_color": "#fde725", "frame_id": 42260, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-72.491254, 40.64366, -69.130045, 42.444064], "geometry": {"coordinates": [[[-72.491254, 40.914515], [-72.17004, 42.444064], [-69.130045, 42.163723], [-69.520033, 40.64366], [-72.491254, 40.914515]]], "type": "Polygon"}, "id": "52", "properties": {"__folium_color": "#fde725", "frame_id": 10575, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-72.766517, 39.317426, -69.47006, 41.119342], "geometry": {"coordinates": [[[-72.766517, 39.589434], [-72.448147, 41.119342], [-69.47006, 40.838239], [-69.851613, 39.317426], [-72.766517, 39.589434]]], "type": "Polygon"}, "id": "53", "properties": {"__folium_color": "#fde725", "frame_id": 10576, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-113.02285, 33.507606, -109.966344, 35.318328], "geometry": {"coordinates": [[[-113.02285, 33.786369], [-112.718069, 35.318328], [-109.966344, 35.03124], [-110.319184, 33.507606], [-113.02285, 33.786369]]], "type": "Polygon"}, "id": "54", "properties": {"__folium_color": "#3b518b", "frame_id": 7090, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-113.284762, 32.178137, -110.273959, 33.991192], "geometry": {"coordinates": [[[-113.284762, 32.458828], [-112.981956, 33.991192], [-110.273959, 33.702343], [-110.621738, 32.178137], [-113.284762, 32.458828]]], "type": "Polygon"}, "id": "55", "properties": {"__folium_color": "#3b518b", "frame_id": 7091, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-113.54531, 30.848143, -110.57717, 32.66364], "geometry": {"coordinates": [[[-113.54531, 31.130897], [-113.244138, 32.66364], [-110.57717, 32.372893], [-110.920348, 30.848143], [-113.54531, 31.130897]]], "type": "Polygon"}, "id": "56", "properties": {"__folium_color": "#3b518b", "frame_id": 7092, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-113.804722, 29.517663, -110.876379, 31.335698], "geometry": {"coordinates": [[[-113.804722, 29.802595], [-113.504918, 31.335698], [-110.876379, 31.042917], [-111.215461, 29.517663], [-113.804722, 29.802595]]], "type": "Polygon"}, "id": "57", "properties": {"__folium_color": "#3b518b", "frame_id": 7093, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-114.06338, 28.186707, -111.172037, 30.007382], "geometry": {"coordinates": [[[-114.06338, 28.473961], [-113.764526, 30.007382], [-111.172037, 29.712452], [-111.507339, 28.186707], [-114.06338, 28.473961]]], "type": "Polygon"}, "id": "58", "properties": {"__folium_color": "#3b518b", "frame_id": 7094, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-114.321151, 26.855315, -111.464409, 28.678735], "geometry": {"coordinates": [[[-114.321151, 27.144967], [-114.023348, 28.678735], [-111.464409, 28.38151], [-111.796378, 26.855315], [-114.321151, 27.144967]]], "type": "Polygon"}, "id": "59", "properties": {"__folium_color": "#3b518b", "frame_id": 7095, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-114.5784, 25.52351, -111.753896, 27.349725], "geometry": {"coordinates": [[[-114.5784, 25.815655], [-114.28125, 27.349725], [-111.753896, 27.05013], [-112.082877, 25.52351], [-114.5784, 25.815655]]], "type": "Polygon"}, "id": "60", "properties": {"__folium_color": "#3b518b", "frame_id": 7096, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-114.835312, 24.191319, -112.040797, 26.020396], "geometry": {"coordinates": [[[-114.835312, 24.486046], [-114.538599, 26.020396], [-112.040797, 25.718337], [-112.367115, 24.191319], [-114.835312, 24.486046]]], "type": "Polygon"}, "id": "61", "properties": {"__folium_color": "#3b518b", "frame_id": 7097, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-108.3146, 36.482074, -105.143941, 38.288015], "geometry": {"coordinates": [[[-108.3146, 36.757024], [-108.004311, 38.288015], [-105.143941, 38.004313], [-105.510018, 36.482074], [-108.3146, 36.757024]]], "type": "Polygon"}, "id": "62", "properties": {"__folium_color": "#fde725", "frame_id": 14874, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-108.580554, 35.15389, -105.463088, 36.961853], "geometry": {"coordinates": [[[-108.580554, 35.43042], [-108.272955, 36.961853], [-105.463088, 36.676752], [-105.823009, 35.15389], [-108.580554, 35.43042]]], "type": "Polygon"}, "id": "63", "properties": {"__folium_color": "#fde725", "frame_id": 14875, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-108.845172, 33.825111, -105.776885, 35.635243], "geometry": {"coordinates": [[[-108.845172, 34.103471], [-108.539274, 35.635243], [-105.776885, 35.348593], [-106.131034, 33.825111], [-108.845172, 34.103471]]], "type": "Polygon"}, "id": "64", "properties": {"__folium_color": "#fde725", "frame_id": 14876, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-109.107458, 32.495775, -106.085645, 34.308291], "geometry": {"coordinates": [[[-109.107458, 32.776027], [-108.804212, 34.308291], [-106.085645, 34.019836], [-106.434616, 32.495775], [-109.107458, 32.776027]]], "type": "Polygon"}, "id": "65", "properties": {"__folium_color": "#3b518b", "frame_id": 14877, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-109.627998, 29.835549, -106.690057, 31.652989], "geometry": {"coordinates": [[[-109.627998, 30.119977], [-109.327882, 31.652989], [-106.690057, 31.360671], [-107.030123, 29.835549], [-109.627998, 30.119977]]], "type": "Polygon"}, "id": "66", "properties": {"__folium_color": "#3b518b", "frame_id": 14879, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-109.88687, 28.504709, -106.986577, 30.324763], "geometry": {"coordinates": [[[-109.88687, 28.791429], [-109.587762, 30.324763], [-106.986577, 30.030329], [-107.322769, 28.504709], [-109.88687, 28.791429]]], "type": "Polygon"}, "id": "67", "properties": {"__folium_color": "#3b518b", "frame_id": 14880, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-99.178953, 30.677755, -96.216435, 32.49349], "geometry": {"coordinates": [[[-99.178953, 30.960681], [-98.87805, 32.49349], [-96.216435, 32.202598], [-96.558953, 30.677755], [-99.178953, 30.960681]]], "type": "Polygon"}, "id": "68", "properties": {"__folium_color": "#3b518b", "frame_id": 10851, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-99.438393, 29.347193, -96.515066, 31.165484], "geometry": {"coordinates": [[[-99.438393, 29.63235], [-99.138596, 31.165484], [-96.515066, 30.872536], [-96.853544, 29.347193], [-99.438393, 29.63235]]], "type": "Polygon"}, "id": "69", "properties": {"__folium_color": "#3b518b", "frame_id": 10852, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-99.696655, 28.01616, -96.810195, 29.837141], "geometry": {"coordinates": [[[-99.696655, 28.303626], [-99.398228, 29.837141], [-96.810195, 29.541989], [-97.144944, 28.01616], [-99.696655, 28.303626]]], "type": "Polygon"}, "id": "70", "properties": {"__folium_color": "#3b518b", "frame_id": 10853, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-99.954283, 26.684694, -97.102083, 28.508402], "geometry": {"coordinates": [[[-99.954283, 26.974577], [-99.656648, 28.508402], [-97.102083, 28.21097], [-97.433548, 26.684694], [-99.954283, 26.974577]]], "type": "Polygon"}, "id": "71", "properties": {"__folium_color": "#3b518b", "frame_id": 10854, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-100.211415, 25.35282, -97.391128, 27.179337], "geometry": {"coordinates": [[[-100.211415, 25.645214], [-99.914404, 27.179337], [-97.391128, 26.879516], [-97.71965, 25.35282], [-100.211415, 25.645214]]], "type": "Polygon"}, "id": "72", "properties": {"__folium_color": "#3b518b", "frame_id": 10855, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-100.468236, 24.020563, -97.677628, 25.849956], "geometry": {"coordinates": [[[-100.468236, 24.315557], [-100.171633, 25.849956], [-97.677628, 25.547652], [-98.003529, 24.020563], [-100.468236, 24.315557]]], "type": "Polygon"}, "id": "73", "properties": {"__folium_color": "#3b518b", "frame_id": 10856, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-121.587828, 41.957734, -118.15592, 43.756954], "geometry": {"coordinates": [[[-121.587828, 42.227946], [-121.262181, 43.756954], [-118.15592, 43.47697], [-118.555174, 41.957734], [-121.587828, 42.227946]]], "type": "Polygon"}, "id": "74", "properties": {"__folium_color": "#fde725", "frame_id": 11111, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-121.865372, 40.632248, -118.504027, 42.432771], "geometry": {"coordinates": [[[-121.865372, 40.903259], [-121.544129, 42.432771], [-118.504027, 42.152271], [-118.894031, 40.632248], [-121.865372, 40.903259]]], "type": "Polygon"}, "id": "75", "properties": {"__folium_color": "#fde725", "frame_id": 11112, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-122.140661, 39.306051, -118.844054, 41.108085], "geometry": {"coordinates": [[[-122.140661, 39.578213], [-121.822261, 41.108085], [-118.844054, 40.826824], [-119.225628, 39.306051], [-122.140661, 39.578213]]], "type": "Polygon"}, "id": "76", "properties": {"__folium_color": "#fde725", "frame_id": 11113, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-122.411871, 37.979186, -119.17672, 39.783048], "geometry": {"coordinates": [[[-122.411871, 38.252565], [-122.098078, 39.783048], [-119.17672, 39.500662], [-119.550694, 37.979186], [-122.411871, 38.252565]]], "type": "Polygon"}, "id": "77", "properties": {"__folium_color": "#fde725", "frame_id": 11114, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-122.68045, 36.651668, -119.502762, 38.457397], "geometry": {"coordinates": [[[-122.68045, 36.926455], [-122.369757, 38.457397], [-119.502762, 38.173828], [-119.86972, 36.651668], [-122.68045, 36.926455]]], "type": "Polygon"}, "id": "78", "properties": {"__folium_color": "#440154", "frame_id": 11115, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-122.946711, 35.323551, -119.822681, 37.131282], "geometry": {"coordinates": [[[-122.946711, 35.599897], [-122.638753, 37.131282], [-119.822681, 36.846337], [-120.183408, 35.323551], [-122.946711, 35.599897]]], "type": "Polygon"}, "id": "79", "properties": {"__folium_color": "#440154", "frame_id": 11116, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-123.2116, 33.994835, -120.137183, 35.804717], "geometry": {"coordinates": [[[-123.2116, 34.272991], [-122.905384, 35.804717], [-120.137183, 35.518246], [-120.492067, 33.994835], [-123.2116, 34.272991]]], "type": "Polygon"}, "id": "80", "properties": {"__folium_color": "#440154", "frame_id": 11117, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-112.243684, 26.958283, -109.384283, 28.781449], "geometry": {"coordinates": [[[-112.243684, 27.247703], [-111.945852, 28.781449], [-109.384283, 28.484443], [-109.716479, 26.958283], [-112.243684, 27.247703]]], "type": "Polygon"}, "id": "81", "properties": {"__folium_color": "#3b518b", "frame_id": 34481, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-111.98589, 28.289643, -109.091688, 30.11007], "geometry": {"coordinates": [[[-111.98589, 28.576674], [-111.686991, 30.11007], [-109.091688, 29.81535], [-109.427244, 28.289643], [-111.98589, 28.576674]]], "type": "Polygon"}, "id": "82", "properties": {"__folium_color": "#3b518b", "frame_id": 34480, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-111.727195, 29.620563, -108.795783, 31.438359], "geometry": {"coordinates": [[[-111.727195, 29.905282], [-111.427328, 31.438359], [-108.795783, 31.145778], [-109.135148, 29.620563], [-111.727195, 29.905282]]], "type": "Polygon"}, "id": "83", "properties": {"__folium_color": "#3b518b", "frame_id": 34479, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-111.467731, 30.951007, -108.496299, 32.766273], "geometry": {"coordinates": [[[-111.467731, 31.233559], [-111.166476, 32.766273], [-108.496299, 32.475715], [-108.839791, 30.951007], [-111.467731, 31.233559]]], "type": "Polygon"}, "id": "84", "properties": {"__folium_color": "#3b518b", "frame_id": 34478, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-111.207114, 32.280962, -108.192784, 34.093795], "geometry": {"coordinates": [[[-111.207114, 32.561461], [-110.904206, 34.093795], [-108.192784, 33.805124], [-108.540911, 32.280962], [-111.207114, 32.561461]]], "type": "Polygon"}, "id": "85", "properties": {"__folium_color": "#3b518b", "frame_id": 34477, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-114.858805, 34.626142, -111.761651, 36.434812], "geometry": {"coordinates": [[[-114.858805, 34.903271], [-114.551645, 36.434812], [-111.761651, 36.149276], [-112.119132, 34.626142], [-114.858805, 34.903271]]], "type": "Polygon"}, "id": "86", "properties": {"__folium_color": "#440154", "frame_id": 26689, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-115.122042, 33.297125, -112.073312, 35.108106], "geometry": {"coordinates": [[[-115.122042, 33.576071], [-114.817661, 35.108106], [-112.073312, 34.820867], [-112.425233, 33.297125], [-115.122042, 33.576071]]], "type": "Polygon"}, "id": "87", "properties": {"__folium_color": "#440154", "frame_id": 26690, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-115.383655, 31.967561, -112.380122, 33.780897], "geometry": {"coordinates": [[[-115.383655, 32.24846], [-115.0812, 33.780897], [-112.380122, 33.491871], [-112.72706, 31.967561], [-115.383655, 32.24846]]], "type": "Polygon"}, "id": "88", "properties": {"__folium_color": "#440154", "frame_id": 26691, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-115.643943, 30.637478, -112.682596, 32.453276], "geometry": {"coordinates": [[[-115.643943, 30.920463], [-115.343076, 32.453276], [-112.682596, 32.162326], [-113.025005, 30.637478], [-115.643943, 30.920463]]], "type": "Polygon"}, "id": "89", "properties": {"__folium_color": "#3b518b", "frame_id": 26692, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-110.945116, 33.61039, -107.884832, 35.420817], "geometry": {"coordinates": [[[-110.945116, 33.888972], [-110.639607, 35.420817], [-107.884832, 35.133978], [-108.238057, 33.61039], [-110.945116, 33.888972]]], "type": "Polygon"}, "id": "90", "properties": {"__folium_color": "#fde725", "frame_id": 34476, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-115.903358, 29.306911, -112.981132, 31.125266], "geometry": {"coordinates": [[[-115.903358, 29.592128], [-115.603591, 31.125266], [-112.981132, 30.832259], [-113.319512, 29.306911], [-115.903358, 29.592128]]], "type": "Polygon"}, "id": "91", "properties": {"__folium_color": "#3b518b", "frame_id": 26693, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-116.161601, 27.975873, -113.276175, 29.796919], "geometry": {"coordinates": [[[-116.161601, 28.2634], [-115.863197, 29.796919], [-113.276175, 29.501707], [-113.610837, 27.975873], [-116.161601, 28.2634]]], "type": "Polygon"}, "id": "92", "properties": {"__folium_color": "#3b518b", "frame_id": 26694, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-116.419217, 26.644402, -113.567987, 28.468176], "geometry": {"coordinates": [[[-116.419217, 26.934347], [-116.121598, 28.468176], [-113.567987, 28.170682], [-113.899375, 26.644402], [-116.419217, 26.934347]]], "type": "Polygon"}, "id": "93", "properties": {"__folium_color": "#3b518b", "frame_id": 26695, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-113.015708, 22.962123, -110.247764, 24.793548], "geometry": {"coordinates": [[[-113.015708, 23.259138], [-112.718119, 24.793548], [-110.247764, 24.489542], [-110.571636, 22.962123], [-113.015708, 23.259138]]], "type": "Polygon"}, "id": "94", "properties": {"__folium_color": "#3b518b", "frame_id": 34484, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-112.757848, 24.294687, -109.961046, 26.123156], "geometry": {"coordinates": [[[-112.757848, 24.588826], [-112.461138, 26.123156], [-109.961046, 25.821334], [-110.289505, 24.294687], [-112.757848, 24.588826]]], "type": "Polygon"}, "id": "95", "properties": {"__folium_color": "#3b518b", "frame_id": 34483, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California Sur"}, "type": "Feature"}, {"bbox": [-112.50094, 25.626509, -109.673968, 27.452462], "geometry": {"coordinates": [[[-112.50094, 25.918414], [-112.203779, 27.452462], [-109.673968, 27.153096], [-110.003151, 25.626509], [-112.50094, 25.918414]]], "type": "Polygon"}, "id": "96", "properties": {"__folium_color": "#21908d", "frame_id": 34482, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-110.681434, 34.939266, -107.571921, 36.7475], "geometry": {"coordinates": [[[-110.681434, 35.216069], [-110.373672, 36.7475], [-107.571921, 36.462239], [-107.930831, 34.939266], [-110.681434, 35.216069]]], "type": "Polygon"}, "id": "97", "properties": {"__folium_color": "#fde725", "frame_id": 34475, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-124.242136, 39.09349, -120.956124, 40.89581], "geometry": {"coordinates": [[[-124.242136, 39.36571], [-123.925506, 40.89581], [-120.956124, 40.614398], [-121.336337, 39.09349], [-124.242136, 39.36571]]], "type": "Polygon"}, "id": "98", "properties": {"__folium_color": "#fde725", "frame_id": 30713, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-124.512842, 37.766508, -121.287599, 39.57055], "geometry": {"coordinates": [[[-124.512842, 38.03998], [-124.199639, 39.57055], [-121.287599, 39.288113], [-121.660327, 37.766508], [-124.512842, 38.03998]]], "type": "Polygon"}, "id": "99", "properties": {"__folium_color": "#440154", "frame_id": 30714, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-124.780971, 36.438878, -121.612551, 38.244816], "geometry": {"coordinates": [[[-124.780971, 36.713789], [-124.470804, 38.244816], [-121.612551, 37.961161], [-121.978369, 36.438878], [-124.780971, 36.713789]]], "type": "Polygon"}, "id": "100", "properties": {"__folium_color": "#440154", "frame_id": 30715, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-125.046832, 35.110654, -121.931471, 36.91862], "geometry": {"coordinates": [[[-125.046832, 35.387153], [-124.739343, 36.91862], [-121.931471, 36.633559], [-122.291154, 35.110654], [-125.046832, 35.387153]]], "type": "Polygon"}, "id": "101", "properties": {"__folium_color": "#440154", "frame_id": 30716, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-123.96852, 40.419808, -120.617401, 42.220445], "geometry": {"coordinates": [[[-123.96852, 40.690968], [-123.646905, 42.220445], [-120.617401, 41.939972], [-121.005916, 40.419808], [-123.96852, 40.690968]]], "type": "Polygon"}, "id": "102", "properties": {"__folium_color": "#fde725", "frame_id": 30712, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-114.593135, 35.954574, -111.444843, 37.760836], "geometry": {"coordinates": [[[-114.593135, 36.229975], [-114.281597, 37.760836], [-111.444843, 37.477097], [-111.808249, 35.954574], [-114.593135, 36.229975]]], "type": "Polygon"}, "id": "103", "properties": {"__folium_color": "#fde725", "frame_id": 26688, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-123.690497, 41.745421, -120.270721, 43.544372], "geometry": {"coordinates": [[[-123.690497, 42.015614], [-123.362742, 43.544372], [-120.270721, 43.264804], [-120.668345, 41.745421], [-123.690497, 42.015614]]], "type": "Polygon"}, "id": "104", "properties": {"__folium_color": "#fde725", "frame_id": 30711, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-102.30966, 25.140176, -99.494468, 26.967078], "geometry": {"coordinates": [[[-102.30966, 25.432901], [-102.012781, 26.967078], [-99.494468, 26.66695], [-99.822479, 25.140176], [-102.30966, 25.432901]]], "type": "Polygon"}, "id": "105", "properties": {"__folium_color": "#3b518b", "frame_id": 30455, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-110.415252, 36.267551, -107.253744, 38.073737], "geometry": {"coordinates": [[[-110.415252, 36.542667], [-110.105462, 38.073737], [-107.253744, 37.789905], [-107.618714, 36.267551], [-110.415252, 36.542667]]], "type": "Polygon"}, "id": "106", "properties": {"__folium_color": "#fde725", "frame_id": 34474, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-74.594261, 40.432005, -71.243127, 42.232525], "geometry": {"coordinates": [[[-74.594261, 40.703017], [-74.272679, 42.232525], [-71.243127, 41.952202], [-71.631628, 40.432005], [-74.594261, 40.703017]]], "type": "Polygon"}, "id": "107", "properties": {"__folium_color": "#fde725", "frame_id": 30175, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-74.867847, 39.105655, -71.581839, 40.907861], "geometry": {"coordinates": [[[-74.867847, 39.37773], [-74.551252, 40.907861], [-71.581839, 40.626596], [-71.962033, 39.105655], [-74.867847, 39.37773]]], "type": "Polygon"}, "id": "108", "properties": {"__folium_color": "#fde725", "frame_id": 30176, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-102.5664, 23.807851, -99.78052, 25.637643], "geometry": {"coordinates": [[[-102.5664, 24.103194], [-102.269894, 25.637643], [-99.78052, 25.335014], [-100.105962, 23.807851], [-102.5664, 24.103194]]], "type": "Polygon"}, "id": "109", "properties": {"__folium_color": "#3b518b", "frame_id": 30456, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-101.537066, 29.134778, -98.620048, 30.953406], "geometry": {"coordinates": [[[-101.537066, 29.420207], [-101.237517, 30.953406], [-98.620048, 30.660212], [-98.95784, 29.134778], [-101.537066, 29.420207]]], "type": "Polygon"}, "id": "110", "properties": {"__folium_color": "#3b518b", "frame_id": 30452, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-101.795152, 27.803665, -98.914576, 29.625001], "geometry": {"coordinates": [[[-101.795152, 28.091424], [-101.496933, 29.625001], [-98.914576, 29.329581], [-99.248701, 27.803665], [-101.795152, 28.091424]]], "type": "Polygon"}, "id": "111", "properties": {"__folium_color": "#3b518b", "frame_id": 30453, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-102.052639, 26.472122, -99.205918, 28.296201], "geometry": {"coordinates": [[[-102.052639, 26.762318], [-101.755173, 28.296201], [-99.205918, 27.998481], [-99.536817, 26.472122], [-102.052639, 26.762318]]], "type": "Polygon"}, "id": "112", "properties": {"__folium_color": "#3b518b", "frame_id": 30454, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-114.323481, 37.282421, -111.117871, 39.086721], "geometry": {"coordinates": [[[-114.323481, 37.556019], [-114.01136, 39.086721], [-111.117871, 38.803608], [-111.49229, 37.282421], [-114.323481, 37.556019]]], "type": "Polygon"}, "id": "113", "properties": {"__folium_color": "#fde725", "frame_id": 26687, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-114.053685, 38.608998, -110.788667, 40.412136], "geometry": {"coordinates": [[[-114.053685, 38.8819], [-113.738281, 40.412136], [-110.788667, 40.130104], [-111.166253, 38.608998], [-114.053685, 38.8819]]], "type": "Polygon"}, "id": "114", "properties": {"__folium_color": "#fde725", "frame_id": 26686, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-104.13655, 36.797446, -100.952411, 38.602935], "geometry": {"coordinates": [[[-104.13655, 37.072047], [-103.825597, 38.602935], [-100.952411, 38.319527], [-101.32006, 36.797446], [-104.13655, 37.072047]]], "type": "Polygon"}, "id": "115", "properties": {"__folium_color": "#3b518b", "frame_id": 22660, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-104.403002, 35.469399, -101.272934, 37.276873], "geometry": {"coordinates": [[[-104.403002, 35.745541], [-104.094819, 37.276873], [-101.272934, 36.99211], [-101.634289, 35.469399], [-104.403002, 35.745541]]], "type": "Polygon"}, "id": "116", "properties": {"__folium_color": "#3b518b", "frame_id": 22661, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-104.668052, 34.140751, -101.587986, 35.95036], "geometry": {"coordinates": [[[-104.668052, 34.418685], [-104.361645, 35.95036], [-101.587986, 35.664089], [-101.943439, 34.140751], [-104.668052, 34.418685]]], "type": "Polygon"}, "id": "117", "properties": {"__folium_color": "#3b518b", "frame_id": 22662, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-104.930707, 32.811541, -101.897889, 34.623503], "geometry": {"coordinates": [[[-104.930707, 33.091332], [-104.627025, 34.623503], [-101.897889, 34.335464], [-102.248046, 32.811541], [-104.930707, 33.091332]]], "type": "Polygon"}, "id": "118", "properties": {"__folium_color": "#3b518b", "frame_id": 22663, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-105.191883, 31.481794, -102.203182, 33.29614], "geometry": {"coordinates": [[[-105.191883, 31.763582], [-104.889968, 33.29614], [-102.203182, 33.006275], [-102.548522, 31.481794], [-105.191883, 31.763582]]], "type": "Polygon"}, "id": "119", "properties": {"__folium_color": "#3b518b", "frame_id": 22664, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "New Mexico"}, "type": "Feature"}, {"bbox": [-105.451817, 30.152027, -102.507517, 31.968379], "geometry": {"coordinates": [[[-105.451817, 30.435451], [-105.151395, 31.968379], [-102.507517, 31.677093], [-102.848276, 30.152027], [-105.451817, 30.435451]]], "type": "Polygon"}, "id": "120", "properties": {"__folium_color": "#3b518b", "frame_id": 22665, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-105.712586, 28.821271, -102.804608, 30.640506], "geometry": {"coordinates": [[[-105.712586, 29.107225], [-105.413311, 30.640506], [-102.804608, 30.346825], [-103.141487, 28.821271], [-105.712586, 29.107225]]], "type": "Polygon"}, "id": "121", "properties": {"__folium_color": "#3b518b", "frame_id": 22666, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-105.970492, 27.490053, -103.098337, 29.312019], "geometry": {"coordinates": [[[-105.970492, 27.778365], [-105.672488, 29.312019], [-103.098337, 29.016082], [-103.431639, 27.490053], [-105.970492, 27.778365]]], "type": "Polygon"}, "id": "122", "properties": {"__folium_color": "#3b518b", "frame_id": 22667, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-106.227843, 26.158411, -103.388957, 27.983142], "geometry": {"coordinates": [[[-106.227843, 26.449187], [-105.93054, 27.983142], [-103.388957, 27.684876], [-103.719116, 26.158411], [-106.227843, 26.449187]]], "type": "Polygon"}, "id": "123", "properties": {"__folium_color": "#3b518b", "frame_id": 22668, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-106.484775, 24.826371, -103.676858, 26.653946], "geometry": {"coordinates": [[[-106.484775, 25.119702], [-106.188006, 26.653946], [-103.676858, 26.353245], [-104.004206, 24.826371], [-106.484775, 25.119702]]], "type": "Polygon"}, "id": "124", "properties": {"__folium_color": "#3b518b", "frame_id": 22669, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-103.596286, 39.45168, -100.292304, 41.253512], "geometry": {"coordinates": [[[-103.596286, 39.723698], [-103.277539, 41.253512], [-100.292304, 40.972367], [-100.674716, 39.45168], [-103.596286, 39.723698]]], "type": "Polygon"}, "id": "125", "properties": {"__folium_color": "#fde725", "frame_id": 22658, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-112.759272, 34.836524, -109.653803, 36.644959], "geometry": {"coordinates": [[[-112.759272, 35.113496], [-112.451659, 36.644959], [-109.653803, 36.359545], [-110.012289, 34.836524], [-112.759272, 35.113496]]], "type": "Polygon"}, "id": "126", "properties": {"__folium_color": "#fde725", "frame_id": 7089, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-98.39128, 24.120572, -95.598475, 25.949721], "geometry": {"coordinates": [[[-98.39128, 24.415342], [-98.094668, 25.949721], [-95.598475, 25.647631], [-95.924559, 24.120572], [-98.39128, 24.415342]]], "type": "Polygon"}, "id": "127", "properties": {"__folium_color": "#3b518b", "frame_id": 38242, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-98.134454, 25.452801, -95.311795, 27.27908], "geometry": {"coordinates": [[[-98.134454, 25.744979], [-97.837418, 27.27908], [-95.311795, 26.979464], [-95.640523, 25.452801], [-98.134454, 25.744979]]], "type": "Polygon"}, "id": "128", "properties": {"__folium_color": "#3b518b", "frame_id": 38241, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-103.86775, 38.124891, -100.625703, 39.928531], "geometry": {"coordinates": [[[-103.86775, 38.398104], [-103.553657, 39.928531], [-100.625703, 39.646284], [-101.000438, 38.124891], [-103.86775, 38.398104]]], "type": "Polygon"}, "id": "129", "properties": {"__folium_color": "#fde725", "frame_id": 22659, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-97.877303, 26.784645, -95.022547, 28.608122], "geometry": {"coordinates": [[[-97.877303, 27.07432], [-97.579627, 28.608122], [-95.022547, 28.310886], [-95.354243, 26.784645], [-97.877303, 27.07432]]], "type": "Polygon"}, "id": "130", "properties": {"__folium_color": "#3b518b", "frame_id": 38240, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-97.361105, 29.447077, -94.435054, 31.265152], "geometry": {"coordinates": [[[-97.361105, 29.732012], [-97.06146, 31.265152], [-94.435054, 30.972381], [-94.773818, 29.447077], [-97.361105, 29.732012]]], "type": "Polygon"}, "id": "131", "properties": {"__folium_color": "#3b518b", "frame_id": 38238, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-97.101829, 30.777603, -94.136145, 32.59313], "geometry": {"coordinates": [[[-97.101829, 31.060349], [-96.800832, 32.59313], [-94.136145, 32.302404], [-94.47898, 30.777603], [-97.101829, 31.060349]]], "type": "Polygon"}, "id": "132", "properties": {"__folium_color": "#3b518b", "frame_id": 38237, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-96.841431, 32.107643, -93.833257, 33.920719], "geometry": {"coordinates": [[[-96.841431, 32.388315], [-96.538817, 33.920719], [-93.833257, 33.631903], [-94.180667, 32.107643], [-96.841431, 32.388315]]], "type": "Polygon"}, "id": "133", "properties": {"__folium_color": "#3b518b", "frame_id": 38236, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-96.579683, 33.437161, -93.52599, 35.247894], "geometry": {"coordinates": [[[-96.579683, 33.715893], [-96.275113, 35.247894], [-93.52599, 34.960851], [-93.878432, 33.437161], [-96.579683, 33.715893]]], "type": "Polygon"}, "id": "134", "properties": {"__folium_color": "#3b518b", "frame_id": 38235, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-96.316286, 34.76613, -93.213825, 36.574565], "geometry": {"coordinates": [[[-96.316286, 35.043059], [-96.008904, 36.574565], [-93.213825, 36.289209], [-93.571882, 34.76613], [-96.316286, 35.043059]]], "type": "Polygon"}, "id": "135", "properties": {"__folium_color": "#3b518b", "frame_id": 38234, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-96.050427, 36.094512, -92.896461, 37.900876], "geometry": {"coordinates": [[[-96.050427, 36.369729], [-95.741061, 37.900876], [-92.896461, 37.616978], [-93.260501, 36.094512], [-96.050427, 36.369729]]], "type": "Polygon"}, "id": "136", "properties": {"__folium_color": "#3b518b", "frame_id": 38233, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Oklahoma"}, "type": "Feature"}, {"bbox": [-95.782981, 37.422307, -92.57321, 39.226402], "geometry": {"coordinates": [[[-95.782981, 37.696034], [-95.468135, 39.226402], [-92.57321, 38.944104], [-92.943995, 37.422307], [-95.782981, 37.696034]]], "type": "Polygon"}, "id": "137", "properties": {"__folium_color": "#3b518b", "frame_id": 38232, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-97.619641, 28.116079, -94.730433, 29.936801], "geometry": {"coordinates": [[[-97.619641, 28.403346], [-97.32093, 29.936801], [-94.730433, 29.641871], [-95.06544, 28.116079], [-97.619641, 28.403346]]], "type": "Polygon"}, "id": "138", "properties": {"__folium_color": "#3b518b", "frame_id": 38239, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-91.085903, 29.976539, -88.143969, 31.793632], "geometry": {"coordinates": [[[-91.085903, 30.260639], [-90.785714, 31.793632], [-88.143969, 31.501628], [-88.484394, 29.976539], [-91.085903, 30.260639]]], "type": "Polygon"}, "id": "139", "properties": {"__folium_color": "#3b518b", "frame_id": 26424, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-91.344815, 28.646181, -88.440803, 30.465426], "geometry": {"coordinates": [[[-91.344815, 28.932109], [-91.045658, 30.465426], [-88.440803, 30.171316], [-88.780062, 28.646181], [-91.344815, 28.932109]]], "type": "Polygon"}, "id": "140", "properties": {"__folium_color": "#3b518b", "frame_id": 26425, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-91.604269, 27.314886, -88.736982, 29.136885], "geometry": {"coordinates": [[[-91.604269, 27.603435], [-91.304744, 29.136885], [-88.736982, 28.840999], [-89.069771, 27.314886], [-91.604269, 27.603435]]], "type": "Polygon"}, "id": "141", "properties": {"__folium_color": "#3b518b", "frame_id": 26426, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-112.493216, 36.164854, -109.336034, 37.97123], "geometry": {"coordinates": [[[-112.493216, 36.440126], [-112.183598, 37.97123], [-109.336034, 37.687259], [-109.700538, 36.164854], [-112.493216, 36.440126]]], "type": "Polygon"}, "id": "142", "properties": {"__folium_color": "#fde725", "frame_id": 7088, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-89.248245, 28.856502, -86.339452, 30.675685], "geometry": {"coordinates": [[[-89.248245, 29.142403], [-88.948923, 30.675685], [-86.339452, 30.382055], [-86.676436, 28.856502], [-89.248245, 29.142403]]], "type": "Polygon"}, "id": "143", "properties": {"__folium_color": "#3b518b", "frame_id": 6825, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-117.221872, 33.078674, -114.181045, 34.889742], "geometry": {"coordinates": [[[-117.221872, 33.357941], [-116.915636, 34.889742], [-114.181045, 34.602517], [-114.532124, 33.078674], [-117.221872, 33.357941]]], "type": "Polygon"}, "id": "144", "properties": {"__folium_color": "#440154", "frame_id": 46290, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-116.956735, 34.407784, -113.866367, 36.216503], "geometry": {"coordinates": [[[-116.956735, 34.684928], [-116.649771, 36.216503], [-113.866367, 35.93041], [-114.22675, 34.407784], [-116.956735, 34.684928]]], "type": "Polygon"}, "id": "145", "properties": {"__folium_color": "#440154", "frame_id": 46289, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Southern California"}, "type": "Feature"}, {"bbox": [-116.691209, 35.735733, -113.550121, 37.542917], "geometry": {"coordinates": [[[-116.691209, 36.011689], [-116.382403, 37.542917], [-113.550121, 37.258292], [-113.91284, 35.735733], [-116.691209, 36.011689]]], "type": "Polygon"}, "id": "146", "properties": {"__folium_color": "#440154", "frame_id": 46288, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-93.185212, 29.758389, -90.249842, 31.575924], "geometry": {"coordinates": [[[-93.185212, 30.042874], [-92.885216, 31.575924], [-90.249842, 31.283562], [-90.58961, 29.758389], [-93.185212, 30.042874]]], "type": "Polygon"}, "id": "147", "properties": {"__folium_color": "#3b518b", "frame_id": 46024, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-116.424225, 37.063642, -113.228296, 38.868877], "geometry": {"coordinates": [[[-116.424225, 37.338097], [-116.112572, 38.868877], [-113.228296, 38.585564], [-113.597433, 37.063642], [-116.424225, 37.338097]]], "type": "Polygon"}, "id": "148", "properties": {"__folium_color": "#fde725", "frame_id": 46287, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-92.925639, 31.088795, -89.949968, 32.903811], "geometry": {"coordinates": [[[-92.925639, 31.371124], [-92.624229, 32.903811], [-89.949968, 32.61346], [-90.293905, 31.088795], [-92.925639, 31.371124]]], "type": "Polygon"}, "id": "149", "properties": {"__folium_color": "#3b518b", "frame_id": 46023, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-117.483268, 31.749023, -114.487118, 33.562769], "geometry": {"coordinates": [[[-117.483268, 32.030266], [-117.18107, 33.562769], [-114.487118, 33.273428], [-114.833291, 31.749023], [-117.483268, 32.030266]]], "type": "Polygon"}, "id": "150", "properties": {"__folium_color": "#440154", "frame_id": 46291, "orbit_pass": "DESCENDING", "priority": 0.0, "region_name": "Arizona"}, "type": "Feature"}, {"bbox": [-116.154828, 38.390943, -112.900166, 40.194368], "geometry": {"coordinates": [[[-116.154828, 38.664052], [-115.839953, 40.194368], [-112.900166, 39.91217], [-113.276525, 38.390943], [-116.154828, 38.664052]]], "type": "Polygon"}, "id": "151", "properties": {"__folium_color": "#fde725", "frame_id": 46286, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-92.66489, 32.418711, -89.646021, 34.231304], "geometry": {"coordinates": [[[-92.66489, 32.698999], [-92.361798, 34.231304], [-89.646021, 33.942827], [-89.99464, 32.418711], [-92.66489, 32.698999]]], "type": "Polygon"}, "id": "152", "properties": {"__folium_color": "#3b518b", "frame_id": 46022, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-115.882696, 39.717583, -112.565215, 41.51924], "geometry": {"coordinates": [[[-115.882696, 39.989541], [-115.563075, 41.51924], [-112.565215, 41.238096], [-112.949399, 39.717583], [-115.882696, 39.989541]]], "type": "Polygon"}, "id": "153", "properties": {"__folium_color": "#fde725", "frame_id": 46285, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-104.130433, 26.366844, -101.286313, 28.191205], "geometry": {"coordinates": [[[-104.130433, 26.657302], [-103.832974, 28.191205], [-101.286313, 27.893233], [-101.617009, 26.366844], [-104.130433, 26.657302]]], "type": "Polygon"}, "id": "154", "properties": {"__folium_color": "#3b518b", "frame_id": 3068, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-104.387464, 25.034871, -101.574684, 26.862061], "geometry": {"coordinates": [[[-104.387464, 25.327867], [-104.090576, 26.862061], [-101.574684, 26.561673], [-101.902517, 25.034871], [-104.387464, 25.327867]]], "type": "Polygon"}, "id": "155", "properties": {"__folium_color": "#3b518b", "frame_id": 3069, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-104.644228, 23.702521, -101.860579, 25.532607], "geometry": {"coordinates": [[[-104.644228, 23.998142], [-104.347697, 25.532607], [-101.860579, 25.22971], [-102.185866, 23.702521], [-104.644228, 23.998142]]], "type": "Polygon"}, "id": "156", "properties": {"__folium_color": "#3b518b", "frame_id": 3070, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Coahuila"}, "type": "Feature"}, {"bbox": [-118.260779, 27.757093, -115.381345, 29.578604], "geometry": {"coordinates": [[[-118.260779, 28.045029], [-117.962507, 29.578604], [-115.381345, 29.28301], [-115.715442, 27.757093], [-118.260779, 28.045029]]], "type": "Polygon"}, "id": "157", "properties": {"__folium_color": "#3b518b", "frame_id": 46294, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-118.002646, 29.088208, -115.086851, 30.90701], "geometry": {"coordinates": [[[-118.002646, 29.373813], [-117.703051, 30.90701], [-115.086851, 30.613642], [-115.424604, 29.088208], [-118.002646, 29.373813]]], "type": "Polygon"}, "id": "158", "properties": {"__folium_color": "#3b518b", "frame_id": 46293, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Baja California"}, "type": "Feature"}, {"bbox": [-117.743376, 30.418855, -114.788923, 32.235082], "geometry": {"coordinates": [[[-117.743376, 30.702207], [-117.442723, 32.235082], [-114.788923, 31.943795], [-115.130638, 30.418855], [-117.743376, 30.702207]]], "type": "Polygon"}, "id": "159", "properties": {"__folium_color": "#21908d", "frame_id": 46292, "orbit_pass": "DESCENDING", "priority": 2.0, "region_name": "Sonora"}, "type": "Feature"}, {"bbox": [-89.506186, 27.525284, -86.633273, 29.347197], "geometry": {"coordinates": [[[-89.506186, 27.813542], [-89.208142, 29.347197], [-86.633273, 29.051313], [-86.96667, 27.525284], [-89.506186, 27.813542]]], "type": "Polygon"}, "id": "160", "properties": {"__folium_color": "#3b518b", "frame_id": 6826, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-103.095663, 31.690439, -100.101578, 33.504264], "geometry": {"coordinates": [[[-103.095663, 31.971734], [-102.793579, 33.504264], [-100.101578, 33.214883], [-100.44749, 31.690439], [-103.095663, 31.971734]]], "type": "Polygon"}, "id": "161", "properties": {"__folium_color": "#3b518b", "frame_id": 3064, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-126.047387, 40.314421, -122.701784, 42.114881], "geometry": {"coordinates": [[[-126.047387, 40.585705], [-125.723243, 42.114881], [-122.701784, 41.834645], [-123.089663, 40.314421], [-126.047387, 40.585705]]], "type": "Polygon"}, "id": "162", "properties": {"__folium_color": "#fde725", "frame_id": 3326, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-103.87295, 27.698416, -100.995174, 29.520026], "geometry": {"coordinates": [[[-103.87295, 27.986428], [-103.574754, 29.520026], [-100.995174, 29.224364], [-101.329068, 27.698416], [-103.87295, 27.986428]]], "type": "Polygon"}, "id": "163", "properties": {"__folium_color": "#3b518b", "frame_id": 3067, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Chihuahua"}, "type": "Feature"}, {"bbox": [-103.614882, 29.029559, -100.700873, 30.848455], "geometry": {"coordinates": [[[-103.614882, 29.315234], [-103.315375, 30.848455], [-100.700873, 30.555029], [-101.038405, 29.029559], [-103.614882, 29.315234]]], "type": "Polygon"}, "id": "164", "properties": {"__folium_color": "#3b518b", "frame_id": 3066, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-103.355686, 30.360238, -100.403155, 32.176551], "geometry": {"coordinates": [[[-103.355686, 30.643651], [-103.055133, 32.176551], [-100.403155, 31.885214], [-100.74463, 30.360238], [-103.355686, 30.643651]]], "type": "Polygon"}, "id": "165", "properties": {"__folium_color": "#3b518b", "frame_id": 3065, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-102.832301, 33.020126, -99.795752, 34.831264], "geometry": {"coordinates": [[[-102.832301, 33.29916], [-102.528257, 34.831264], [-99.795752, 34.544009], [-100.146548, 33.020126], [-102.832301, 33.29916]]], "type": "Polygon"}, "id": "166", "properties": {"__folium_color": "#3b518b", "frame_id": 3063, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-126.320811, 38.98805, -123.039951, 40.790548], "geometry": {"coordinates": [[[-126.320811, 39.260411], [-126.004407, 40.790548], [-123.039951, 40.509015], [-123.419586, 38.98805], [-126.320811, 39.260411]]], "type": "Polygon"}, "id": "167", "properties": {"__folium_color": "#fde725", "frame_id": 3327, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-102.569337, 34.348705, -99.481346, 36.158053], "geometry": {"coordinates": [[[-102.569337, 34.626448], [-102.262515, 36.158053], [-99.481346, 35.87194], [-99.837743, 34.348705], [-102.569337, 34.626448]]], "type": "Polygon"}, "id": "168", "properties": {"__folium_color": "#3b518b", "frame_id": 3062, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-126.59135, 37.661017, -123.37092, 39.465252], "geometry": {"coordinates": [[[-126.59135, 37.934645], [-126.278343, 39.465252], [-123.37092, 39.182677], [-123.743125, 37.661017], [-126.59135, 37.934645]]], "type": "Polygon"}, "id": "169", "properties": {"__folium_color": "#fde725", "frame_id": 3328, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-102.303933, 35.677259, -99.165391, 37.484497], "geometry": {"coordinates": [[[-102.303933, 35.953237], [-101.995284, 37.484497], [-99.165391, 37.199862], [-99.527777, 35.677259], [-102.303933, 35.953237]]], "type": "Polygon"}, "id": "170", "properties": {"__folium_color": "#3b518b", "frame_id": 3061, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Texas"}, "type": "Feature"}, {"bbox": [-102.037084, 37.005209, -98.843882, 38.810487], "geometry": {"coordinates": [[[-102.037084, 37.279675], [-101.725605, 38.810487], [-98.843882, 38.527177], [-99.212658, 37.005209], [-102.037084, 37.279675]]], "type": "Polygon"}, "id": "171", "properties": {"__folium_color": "#3b518b", "frame_id": 3060, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-115.606363, 41.043544, -112.222684, 42.843757], "geometry": {"coordinates": [[[-115.606363, 41.314423], [-115.283762, 42.843757], [-112.222684, 42.563295], [-112.615548, 41.043544], [-115.606363, 41.314423]]], "type": "Polygon"}, "id": "172", "properties": {"__folium_color": "#fde725", "frame_id": 46284, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nevada"}, "type": "Feature"}, {"bbox": [-76.946492, 39.000398, -73.66553, 40.802787], "geometry": {"coordinates": [[[-76.946492, 39.272624], [-76.630126, 40.802787], [-73.66553, 40.521391], [-74.045147, 39.000398], [-76.946492, 39.272624]]], "type": "Polygon"}, "id": "173", "properties": {"__folium_color": "#fde725", "frame_id": 2790, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "NYC"}, "type": "Feature"}, {"bbox": [-101.767835, 38.332552, -98.516094, 40.13601], "geometry": {"coordinates": [[[-101.767835, 38.60566], [-101.453154, 40.13601], [-98.516094, 39.853827], [-98.892062, 38.332552], [-101.767835, 38.60566]]], "type": "Polygon"}, "id": "174", "properties": {"__folium_color": "#fde725", "frame_id": 3059, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-101.495868, 39.659235, -98.181516, 41.460915], "geometry": {"coordinates": [[[-101.495868, 39.931181], [-101.176462, 41.460915], [-98.181516, 41.179798], [-98.565275, 39.659235], [-101.495868, 39.931181]]], "type": "Polygon"}, "id": "175", "properties": {"__folium_color": "#fde725", "frame_id": 3058, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kansas"}, "type": "Feature"}, {"bbox": [-125.7668, 41.640088, -122.350707, 43.439186], "geometry": {"coordinates": [[[-125.7668, 41.910076], [-125.442133, 43.439186], [-122.350707, 43.158806], [-122.752641, 41.640088], [-125.7668, 41.910076]]], "type": "Polygon"}, "id": "176", "properties": {"__folium_color": "#fde725", "frame_id": 3325, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Northern California"}, "type": "Feature"}, {"bbox": [-93.443994, 28.427504, -90.546101, 30.247662], "geometry": {"coordinates": [[[-93.443994, 28.714291], [-93.144991, 30.247662], [-90.546101, 29.953172], [-90.882019, 28.427504], [-93.443994, 28.714291]]], "type": "Polygon"}, "id": "177", "properties": {"__folium_color": "#3b518b", "frame_id": 46025, "orbit_pass": "DESCENDING", "priority": 1.0, "region_name": "Louisiana"}, "type": "Feature"}, {"bbox": [-106.741468, 23.493958, -103.962329, 25.324442], "geometry": {"coordinates": [[[-106.741468, 23.789931], [-106.445023, 25.324442], [-103.962329, 25.021215], [-104.287182, 23.493958], [-106.741468, 23.789931]]], "type": "Polygon"}, "id": "178", "properties": {"__folium_color": "#5cc863", "frame_id": 22670, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Durango"}, "type": "Feature"}, {"bbox": [-82.945576, 8.365605, -80.363191, 10.232532], "geometry": {"coordinates": [[[-82.945576, 8.696912], [-82.639097, 10.232532], [-80.363191, 9.89526], [-80.677819, 8.365605], [-82.945576, 8.696912]]], "type": "Polygon"}, "id": "179", "properties": {"__folium_color": "#5cc863", "frame_id": 2813, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-83.212648, 7.030818, -80.637778, 8.90121], "geometry": {"coordinates": [[[-83.212648, 7.365629], [-82.904456, 8.90121], [-80.637778, 8.560472], [-80.953005, 7.030818], [-83.212648, 7.365629]]], "type": "Polygon"}, "id": "180", "properties": {"__folium_color": "#5cc863", "frame_id": 2814, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-106.9981, 22.161198, -104.245645, 23.99465], "geometry": {"coordinates": [[[-106.9981, 22.459895], [-106.701773, 23.99465], [-104.245645, 23.688811], [-104.5683, 22.161198], [-106.9981, 22.459895]]], "type": "Polygon"}, "id": "181", "properties": {"__folium_color": "#5cc863", "frame_id": 22671, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nayarit"}, "type": "Feature"}, {"bbox": [-83.48216, 5.696044, -80.912912, 7.569925], "geometry": {"coordinates": [[[-83.48216, 6.034526], [-83.171516, 7.569925], [-80.912912, 7.225677], [-81.228885, 5.696044], [-83.48216, 6.034526]]], "type": "Polygon"}, "id": "182", "properties": {"__folium_color": "#5cc863", "frame_id": 2815, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-107.254893, 20.828116, -104.527064, 22.664592], "geometry": {"coordinates": [[[-107.254893, 21.129627], [-106.958433, 22.664592], [-104.527064, 22.356057], [-104.847805, 20.828116], [-107.254893, 21.129627]]], "type": "Polygon"}, "id": "183", "properties": {"__folium_color": "#5cc863", "frame_id": 22672, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Jalisco"}, "type": "Feature"}, {"bbox": [-107.512015, 19.494752, -104.806834, 21.3343], "geometry": {"coordinates": [[[-107.512015, 19.799149], [-107.215229, 21.3343], [-104.806834, 21.022982], [-105.126004, 19.494752], [-107.512015, 19.799149]]], "type": "Polygon"}, "id": "184", "properties": {"__folium_color": "#5cc863", "frame_id": 22673, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Jalisco"}, "type": "Feature"}, {"bbox": [-92.138267, 35.07693, -89.024159, 36.884948], "geometry": {"coordinates": [[[-92.138267, 35.353472], [-91.83086, 36.884948], [-89.024159, 36.599852], [-89.383666, 35.07693], [-92.138267, 35.353472]]], "type": "Polygon"}, "id": "185", "properties": {"__folium_color": "#5cc863", "frame_id": 46020, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-92.402736, 33.748098, -89.337594, 35.558296], "geometry": {"coordinates": [[[-92.402736, 34.026481], [-92.097011, 35.558296], [-89.337594, 35.271638], [-89.691361, 33.748098], [-92.402736, 34.026481]]], "type": "Polygon"}, "id": "186", "properties": {"__folium_color": "#5cc863", "frame_id": 46021, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Arkansas"}, "type": "Feature"}, {"bbox": [-107.76916, 18.161121, -105.085263, 20.003797], "geometry": {"coordinates": [[[-107.76916, 18.468407], [-107.472326, 20.003797], [-105.085263, 19.689624], [-105.403048, 18.161121], [-107.76916, 18.468407]]], "type": "Polygon"}, "id": "187", "properties": {"__folium_color": "#5cc863", "frame_id": 22674, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Jalisco"}, "type": "Feature"}, {"bbox": [-111.67971, 40.145472, -108.340265, 41.946756], "geometry": {"coordinates": [[[-111.67971, 40.417227], [-111.358774, 41.946756], [-108.340265, 41.665724], [-108.727229, 40.145472], [-111.67971, 40.417227]]], "type": "Polygon"}, "id": "188", "properties": {"__folium_color": "#fde725", "frame_id": 7085, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-78.015043, 33.688456, -74.952626, 35.498723], "geometry": {"coordinates": [[[-78.015043, 33.966862], [-77.709409, 35.498723], [-74.952626, 35.212054], [-75.306132, 33.688456], [-78.015043, 33.966862]]], "type": "Polygon"}, "id": "189", "properties": {"__folium_color": "#5cc863", "frame_id": 2794, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-77.216996, 37.67334, -73.996484, 39.477467], "geometry": {"coordinates": [[[-77.216996, 37.946835], [-76.904029, 39.477467], [-73.996484, 39.195028], [-74.368666, 37.67334], [-77.216996, 37.946835]]], "type": "Polygon"}, "id": "190", "properties": {"__folium_color": "#fde725", "frame_id": 2791, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Jersey"}, "type": "Feature"}, {"bbox": [-77.484946, 36.345637, -74.320958, 38.151674], "geometry": {"coordinates": [[[-77.484946, 36.620588], [-77.17499, 38.151674], [-74.320958, 37.868], [-74.686274, 36.345637], [-77.484946, 36.620588]]], "type": "Polygon"}, "id": "191", "properties": {"__folium_color": "#fde725", "frame_id": 2792, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maryland"}, "type": "Feature"}, {"bbox": [-95.760284, 16.432915, -93.100854, 18.279638], "geometry": {"coordinates": [[[-95.760284, 16.744144], [-95.462132, 18.279638], [-93.100854, 17.961736], [-93.417219, 16.432915], [-95.760284, 16.744144]]], "type": "Polygon"}, "id": "192", "properties": {"__folium_color": "#5cc863", "frame_id": 46034, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tabasco"}, "type": "Feature"}, {"bbox": [-95.50189, 17.766856, -92.823992, 19.610474], "geometry": {"coordinates": [[[-95.50189, 18.075028], [-95.204909, 19.610474], [-92.823992, 19.295455], [-93.141347, 17.766856], [-95.50189, 18.075028]]], "type": "Polygon"}, "id": "193", "properties": {"__folium_color": "#5cc863", "frame_id": 46033, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-76.392544, 41.652489, -72.976303, 43.451476], "geometry": {"coordinates": [[[-76.392544, 41.922338], [-76.067911, 43.451476], [-72.976303, 43.171235], [-73.378229, 41.652489], [-76.392544, 41.922338]]], "type": "Polygon"}, "id": "194", "properties": {"__folium_color": "#fde725", "frame_id": 2788, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Connecticut"}, "type": "Feature"}, {"bbox": [-78.277133, 32.359017, -75.260825, 34.171686], "geometry": {"coordinates": [[[-78.277133, 32.639337], [-77.974118, 34.171686], [-75.260825, 33.883189], [-75.609204, 32.359017], [-78.277133, 32.639337]]], "type": "Polygon"}, "id": "195", "properties": {"__folium_color": "#5cc863", "frame_id": 2795, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-77.75065, 35.017342, -74.63944, 36.825421], "geometry": {"coordinates": [[[-77.75065, 35.293897], [-77.443346, 36.825421], [-74.63944, 36.540324], [-74.998662, 35.017342], [-77.75065, 35.293897]]], "type": "Polygon"}, "id": "196", "properties": {"__folium_color": "#5cc863", "frame_id": 2793, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-100.941216, 42.310529, -97.488977, 44.10951], "geometry": {"coordinates": [[[-100.941216, 42.580648], [-100.614311, 44.10951], [-97.488977, 43.829535], [-97.890864, 42.310529], [-100.941216, 42.580648]]], "type": "Polygon"}, "id": "197", "properties": {"__folium_color": "#fde725", "frame_id": 3056, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-91.060289, 40.38615, -87.71085, 42.186817], "geometry": {"coordinates": [[[-91.060289, 40.657328], [-90.7388, 42.186817], [-87.71085, 41.906335], [-88.09912, 40.38615], [-91.060289, 40.657328]]], "type": "Polygon"}, "id": "198", "properties": {"__folium_color": "#fde725", "frame_id": 46016, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-91.333809, 39.059814, -88.049359, 40.862171], "geometry": {"coordinates": [[[-91.333809, 39.332059], [-91.017292, 40.862171], [-88.049359, 40.580742], [-88.429346, 39.059814], [-91.333809, 39.332059]]], "type": "Polygon"}, "id": "199", "properties": {"__folium_color": "#fde725", "frame_id": 46017, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-105.157711, 21.036793, -102.426034, 22.872848], "geometry": {"coordinates": [[[-105.157711, 21.337922], [-104.86123, 22.872848], [-102.426034, 22.564676], [-102.747117, 21.036793], [-105.157711, 21.337922]]], "type": "Polygon"}, "id": "200", "properties": {"__folium_color": "#5cc863", "frame_id": 3072, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nayarit"}, "type": "Feature"}, {"bbox": [-105.414821, 19.703481, -102.706105, 21.542596], "geometry": {"coordinates": [[[-105.414821, 20.007481], [-105.118045, 21.542596], [-102.706105, 21.231656], [-103.025574, 19.703481], [-105.414821, 20.007481]]], "type": "Polygon"}, "id": "201", "properties": {"__folium_color": "#5cc863", "frame_id": 3073, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Jalisco"}, "type": "Feature"}, {"bbox": [-105.672343, 18.369898, -102.984797, 20.21213], "geometry": {"coordinates": [[[-105.672343, 18.676842], [-105.375135, 20.21213], [-102.984797, 19.89835], [-103.302839, 18.369898], [-105.672343, 18.676842]]], "type": "Polygon"}, "id": "202", "properties": {"__folium_color": "#5cc863", "frame_id": 3074, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Colima"}, "type": "Feature"}, {"bbox": [-105.930078, 17.036203, -103.262263, 18.881465], "geometry": {"coordinates": [[[-105.930078, 17.345969], [-105.632611, 18.881465], [-103.262263, 18.564772], [-103.57985, 17.036203], [-105.930078, 17.345969]]], "type": "Polygon"}, "id": "203", "properties": {"__folium_color": "#5cc863", "frame_id": 3075, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Michoac\\u00e1n"}, "type": "Feature"}, {"bbox": [-91.872476, 36.405169, -88.705406, 38.211154], "geometry": {"coordinates": [[[-91.872476, 36.680117], [-91.562402, 38.211154], [-88.705406, 37.927471], [-89.071033, 36.405169], [-91.872476, 36.680117]]], "type": "Polygon"}, "id": "204", "properties": {"__folium_color": "#5cc863", "frame_id": 46019, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-91.604426, 37.732815, -88.380636, 39.5369], "geometry": {"coordinates": [[[-91.604426, 38.006317], [-91.291326, 39.5369], [-88.380636, 39.254439], [-88.753157, 37.732815], [-91.604426, 38.006317]]], "type": "Polygon"}, "id": "205", "properties": {"__folium_color": "#fde725", "frame_id": 46018, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Missouri"}, "type": "Feature"}, {"bbox": [-90.782375, 41.711781, -87.364405, 43.510757], "geometry": {"coordinates": [[[-90.782375, 41.981985], [-90.454759, 43.510757], [-87.364405, 43.231187], [-87.761762, 41.711781], [-90.782375, 41.981985]]], "type": "Polygon"}, "id": "206", "properties": {"__folium_color": "#fde725", "frame_id": 46015, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-99.935682, 16.120739, -97.280376, 17.968195], "geometry": {"coordinates": [[[-99.935682, 16.432668], [-99.637383, 17.968195], [-97.280376, 17.649622], [-97.596457, 16.120739], [-99.935682, 16.432668]]], "type": "Polygon"}, "id": "207", "properties": {"__folium_color": "#5cc863", "frame_id": 38248, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guerrero"}, "type": "Feature"}, {"bbox": [-84.777772, 9.49157, -82.188584, 11.355444], "geometry": {"coordinates": [[[-84.777772, 9.819747], [-84.472985, 11.355444], [-82.188584, 11.021157], [-82.503084, 9.49157], [-84.777772, 9.819747]]], "type": "Polygon"}, "id": "208", "properties": {"__folium_color": "#5cc863", "frame_id": 22412, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-84.513442, 10.826274, -81.914299, 12.686734], "geometry": {"coordinates": [[[-84.513442, 11.151017], [-84.210266, 12.686734], [-81.914299, 12.3558], [-82.2286, 10.826274], [-84.513442, 11.151017]]], "type": "Polygon"}, "id": "209", "properties": {"__folium_color": "#5cc863", "frame_id": 22411, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-84.250535, 12.160913, -81.63988, 14.018089], "geometry": {"coordinates": [[[-84.250535, 12.482268], [-83.94939, 14.018089], [-81.63988, 13.690317], [-81.954343, 12.160913], [-84.250535, 12.482268]]], "type": "Polygon"}, "id": "210", "properties": {"__folium_color": "#5cc863", "frame_id": 22410, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-83.989497, 13.495428, -81.365061, 15.349273], "geometry": {"coordinates": [[[-83.989497, 13.81358], [-83.689142, 15.349273], [-81.365061, 15.024665], [-81.679982, 13.495428], [-83.989497, 13.81358]]], "type": "Polygon"}, "id": "211", "properties": {"__folium_color": "#5cc863", "frame_id": 22409, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-83.729112, 14.829778, -81.089929, 16.680355], "geometry": {"coordinates": [[[-83.729112, 15.144729], [-83.429866, 16.680355], [-81.089929, 16.358871], [-81.40525, 14.829778], [-83.729112, 15.144729]]], "type": "Polygon"}, "id": "212", "properties": {"__folium_color": "#5cc863", "frame_id": 22408, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-82.182082, 22.831581, -79.416465, 24.663234], "geometry": {"coordinates": [[[-82.182082, 23.12859], [-81.885685, 24.663234], [-79.416465, 24.358717], [-79.741981, 22.831581], [-82.182082, 23.12859]]], "type": "Polygon"}, "id": "213", "properties": {"__folium_color": "#5cc863", "frame_id": 22402, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-81.925401, 24.163876, -79.132014, 25.9929], "geometry": {"coordinates": [[[-81.925401, 24.458511], [-81.628783, 25.9929], [-79.132014, 25.690944], [-79.458162, 24.163876], [-81.925401, 24.458511]]], "type": "Polygon"}, "id": "214", "properties": {"__folium_color": "#5cc863", "frame_id": 22401, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-81.66857, 25.496114, -78.845268, 27.322268], "geometry": {"coordinates": [[[-81.66857, 25.788157], [-81.371521, 27.322268], [-78.845268, 27.022785], [-79.17407, 25.496114], [-81.66857, 25.788157]]], "type": "Polygon"}, "id": "215", "properties": {"__folium_color": "#5cc863", "frame_id": 22400, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-81.153729, 28.159408, -78.263746, 29.980009], "geometry": {"coordinates": [[[-81.153729, 28.446542], [-80.85499, 29.980009], [-78.263746, 29.685209], [-78.59885, 28.159408], [-81.153729, 28.446542]]], "type": "Polygon"}, "id": "216", "properties": {"__folium_color": "#5cc863", "frame_id": 22398, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-80.635862, 30.820949, -77.669254, 32.636358], "geometry": {"coordinates": [[[-80.635862, 31.103566], [-80.33482, 32.636358], [-77.669254, 32.345759], [-78.012211, 30.820949], [-80.635862, 31.103566]]], "type": "Polygon"}, "id": "217", "properties": {"__folium_color": "#5cc863", "frame_id": 22396, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-80.375425, 32.150998, -77.366245, 33.963957], "geometry": {"coordinates": [[[-80.375425, 32.431542], [-80.072758, 33.963957], [-77.366245, 33.675265], [-77.713792, 32.150998], [-80.375425, 32.431542]]], "type": "Polygon"}, "id": "218", "properties": {"__folium_color": "#5cc863", "frame_id": 22395, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-80.113632, 33.480523, -77.058844, 35.291143], "geometry": {"coordinates": [[[-80.113632, 33.75913], [-79.808998, 35.291143], [-77.058844, 35.004221], [-77.411439, 33.480523], [-80.113632, 33.75913]]], "type": "Polygon"}, "id": "219", "properties": {"__folium_color": "#5cc863", "frame_id": 22394, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-79.85018, 34.8095, -76.746529, 36.617824], "geometry": {"coordinates": [[[-79.85018, 35.086307], [-79.542723, 36.617824], [-76.746529, 36.332586], [-77.104756, 34.8095], [-79.85018, 35.086307]]], "type": "Polygon"}, "id": "220", "properties": {"__folium_color": "#5cc863", "frame_id": 22393, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-79.584258, 36.13789, -76.428999, 37.944147], "geometry": {"coordinates": [[[-79.584258, 36.412988], [-79.274806, 37.944147], [-76.428999, 37.660362], [-76.793228, 36.13789], [-79.584258, 36.412988]]], "type": "Polygon"}, "id": "221", "properties": {"__folium_color": "#5cc863", "frame_id": 22392, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-81.411408, 26.827966, -78.555945, 28.65132], "geometry": {"coordinates": [[[-81.411408, 27.117507], [-81.113712, 28.65132], [-78.555945, 28.354215], [-78.887726, 26.827966], [-81.411408, 27.117507]]], "type": "Polygon"}, "id": "222", "properties": {"__folium_color": "#5cc863", "frame_id": 22399, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-85.043838, 8.156833, -82.463068, 10.024132], "geometry": {"coordinates": [[[-85.043838, 8.488518], [-84.737102, 10.024132], [-82.463068, 9.686449], [-82.777984, 8.156833], [-85.043838, 8.488518]]], "type": "Polygon"}, "id": "223", "properties": {"__folium_color": "#5cc863", "frame_id": 22413, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-85.311557, 6.82208, -82.737938, 8.69286], "geometry": {"coordinates": [[[-85.311557, 7.157317], [-85.00293, 8.69286], [-82.737938, 8.351706], [-83.053417, 6.82208], [-85.311557, 7.157317]]], "type": "Polygon"}, "id": "224", "properties": {"__folium_color": "#5cc863", "frame_id": 22414, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-101.219719, 40.985242, -97.839389, 42.785465], "geometry": {"coordinates": [[[-101.219719, 41.256096], [-100.897353, 42.785465], [-97.839389, 42.505046], [-98.231791, 40.985242], [-101.219719, 41.256096]]], "type": "Polygon"}, "id": "225", "properties": {"__folium_color": "#fde725", "frame_id": 3057, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-103.320701, 40.777798, -99.951471, 42.57814], "geometry": {"coordinates": [[[-103.320701, 41.048688], [-102.999067, 42.57814], [-99.951471, 42.297731], [-100.342396, 40.777798], [-103.320701, 41.048688]]], "type": "Polygon"}, "id": "226", "properties": {"__folium_color": "#fde725", "frame_id": 22657, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-103.042823, 42.103201, -99.602475, 43.902264], "geometry": {"coordinates": [[[-103.042823, 42.373317], [-102.716733, 43.902264], [-99.602475, 43.622342], [-100.002744, 42.103201], [-103.042823, 42.373317]]], "type": "Polygon"}, "id": "227", "properties": {"__folium_color": "#fde725", "frame_id": 22656, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-79.316738, 37.465692, -76.105565, 39.270012], "geometry": {"coordinates": [[[-79.316738, 37.739304], [-79.004337, 39.270012], [-76.105565, 38.987494], [-76.476559, 37.465692], [-79.316738, 37.739304]]], "type": "Polygon"}, "id": "228", "properties": {"__folium_color": "#fde725", "frame_id": 22391, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-104.900902, 22.36982, -102.144276, 24.202862], "geometry": {"coordinates": [[[-104.900902, 22.66815], [-104.604522, 24.202862], [-102.144276, 23.897369], [-102.467318, 22.36982], [-104.900902, 22.66815]]], "type": "Polygon"}, "id": "229", "properties": {"__folium_color": "#5cc863", "frame_id": 3071, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Durango"}, "type": "Feature"}, {"bbox": [-98.647962, 22.787985, -95.88287, 24.620065], "geometry": {"coordinates": [[[-98.647962, 23.085431], [-98.351565, 24.620065], [-95.88287, 24.315413], [-96.206615, 22.787985], [-98.647962, 23.085431]]], "type": "Polygon"}, "id": "230", "properties": {"__folium_color": "#5cc863", "frame_id": 38243, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tamaulipas"}, "type": "Feature"}, {"bbox": [-98.904724, 21.455327, -96.16696, 23.290133], "geometry": {"coordinates": [[[-98.904724, 21.755277], [-98.608288, 23.290133], [-96.16696, 22.983153], [-96.48842, 21.455327], [-98.904724, 21.755277]]], "type": "Polygon"}, "id": "231", "properties": {"__folium_color": "#5cc863", "frame_id": 38244, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "San Luis Potos\\u00ed"}, "type": "Feature"}, {"bbox": [-99.162521, 20.12206, -96.447331, 21.960122], "geometry": {"coordinates": [[[-99.162521, 20.425032], [-98.866016, 21.960122], [-96.447331, 21.650199], [-96.767024, 20.12206], [-99.162521, 20.425032]]], "type": "Polygon"}, "id": "232", "properties": {"__folium_color": "#5cc863", "frame_id": 38245, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Hidalgo"}, "type": "Feature"}, {"bbox": [-79.044175, 38.792853, -75.775749, 40.595072], "geometry": {"coordinates": [[[-79.044175, 39.064862], [-78.728323, 40.595072], [-75.775749, 40.313967], [-76.154067, 38.792853], [-79.044175, 39.064862]]], "type": "Polygon"}, "id": "233", "properties": {"__folium_color": "#fde725", "frame_id": 22390, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-78.493924, 41.444491, -75.089146, 43.244247], "geometry": {"coordinates": [[[-78.493924, 41.715027], [-78.170074, 43.244247], [-75.089146, 42.964044], [-75.484708, 41.444491], [-78.493924, 41.715027]]], "type": "Polygon"}, "id": "234", "properties": {"__folium_color": "#fde725", "frame_id": 22388, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Pennsylvania"}, "type": "Feature"}, {"bbox": [-70.412951, 40.743644, -67.04645, 42.543931], "geometry": {"coordinates": [[[-70.412951, 41.014419], [-70.091441, 42.543931], [-67.04645, 42.263647], [-67.437097, 40.743644], [-70.412951, 41.014419]]], "type": "Polygon"}, "id": "235", "properties": {"__folium_color": "#fde725", "frame_id": 37961, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Massachusetts"}, "type": "Feature"}, {"bbox": [-94.680807, 42.726145, -91.204288, 44.524819], "geometry": {"coordinates": [[[-94.680807, 42.996122], [-94.352397, 44.524819], [-91.204288, 44.244884], [-91.609336, 42.726145], [-94.680807, 42.996122]]], "type": "Polygon"}, "id": "236", "properties": {"__folium_color": "#fde725", "frame_id": 38228, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-94.960456, 41.401089, -91.557469, 43.200932], "geometry": {"coordinates": [[[-94.960456, 41.671724], [-94.636749, 43.200932], [-91.557469, 42.920637], [-91.952748, 41.401089], [-94.960456, 41.671724]]], "type": "Polygon"}, "id": "237", "properties": {"__folium_color": "#fde725", "frame_id": 38229, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-95.237632, 40.075302, -91.902115, 41.876535], "geometry": {"coordinates": [[[-95.237632, 40.346957], [-94.917024, 41.876535], [-91.902115, 41.595622], [-92.288495, 40.075302], [-95.237632, 40.346957]]], "type": "Polygon"}, "id": "238", "properties": {"__folium_color": "#fde725", "frame_id": 38230, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Iowa"}, "type": "Feature"}, {"bbox": [-89.232492, 39.277333, -85.937459, 41.079275], "geometry": {"coordinates": [[[-89.232492, 39.549377], [-88.914299, 41.079275], [-85.937459, 40.798143], [-86.318727, 39.277333], [-89.232492, 39.549377]]], "type": "Polygon"}, "id": "239", "properties": {"__folium_color": "#fde725", "frame_id": 26417, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-96.019535, 15.09877, -93.376881, 16.948723], "geometry": {"coordinates": [[[-96.019535, 15.413134], [-95.720443, 16.948723], [-93.376881, 16.627798], [-93.692423, 15.09877], [-96.019535, 15.413134]]], "type": "Polygon"}, "id": "240", "properties": {"__folium_color": "#5cc863", "frame_id": 46035, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Chiapas"}, "type": "Feature"}, {"bbox": [-102.823037, 22.475172, -100.064352, 24.307915], "geometry": {"coordinates": [[[-102.823037, 22.773217], [-102.526697, 24.307915], [-100.064352, 24.002698], [-100.387526, 22.475172], [-102.823037, 22.773217]]], "type": "Polygon"}, "id": "241", "properties": {"__folium_color": "#5cc863", "frame_id": 30457, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nuevo Le\\u00f3n"}, "type": "Feature"}, {"bbox": [-103.852454, 17.141626, -101.183636, 18.98657], "geometry": {"coordinates": [[[-103.852454, 17.451167], [-103.55457, 18.98657], [-101.183636, 18.670363], [-101.500333, 17.141626], [-103.852454, 17.451167]]], "type": "Polygon"}, "id": "242", "properties": {"__folium_color": "#5cc863", "frame_id": 30461, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Jalisco"}, "type": "Feature"}, {"bbox": [-103.594291, 18.475479, -100.905166, 20.317225], "geometry": {"coordinates": [[[-103.594291, 18.781944], [-103.297167, 20.317225], [-100.905166, 20.003742], [-101.224221, 18.475479], [-103.594291, 18.781944]]], "type": "Polygon"}, "id": "243", "properties": {"__folium_color": "#5cc863", "frame_id": 30460, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Michoac\\u00e1n"}, "type": "Feature"}, {"bbox": [-103.336844, 19.808874, -100.626394, 21.647679], "geometry": {"coordinates": [[[-103.336844, 20.112572], [-103.040137, 21.647679], [-100.626394, 21.337029], [-100.945954, 19.808874], [-103.336844, 20.112572]]], "type": "Polygon"}, "id": "244", "properties": {"__folium_color": "#5cc863", "frame_id": 30459, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Zacatecas"}, "type": "Feature"}, {"bbox": [-103.079796, 21.142167, -100.346227, 22.977917], "geometry": {"coordinates": [[[-103.079796, 21.443002], [-102.78337, 22.977917], [-100.346227, 22.670027], [-100.66742, 21.142167], [-103.079796, 21.443002]]], "type": "Polygon"}, "id": "245", "properties": {"__folium_color": "#5cc863", "frame_id": 30458, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Zacatecas"}, "type": "Feature"}, {"bbox": [-86.651707, 31.620395, -83.660259, 33.433946], "geometry": {"coordinates": [[[-86.651707, 31.901674], [-86.347719, 33.433946], [-83.660259, 33.144891], [-84.005846, 31.620395], [-86.651707, 31.901674]]], "type": "Polygon"}, "id": "246", "properties": {"__folium_color": "#5cc863", "frame_id": 34209, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-86.911609, 30.290147, -83.961551, 32.106494], "geometry": {"coordinates": [[[-86.911609, 30.573554], [-86.611197, 32.106494], [-83.961551, 31.815174], [-84.302725, 30.290147], [-86.911609, 30.573554]]], "type": "Polygon"}, "id": "247", "properties": {"__folium_color": "#5cc863", "frame_id": 34210, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Alabama"}, "type": "Feature"}, {"bbox": [-81.402805, 5.801812, -78.833284, 7.675376], "geometry": {"coordinates": [[[-81.402805, 6.139918], [-81.092574, 7.675376], [-78.833284, 7.331454], [-79.149165, 5.801812], [-81.402805, 6.139918]]], "type": "Polygon"}, "id": "248", "properties": {"__folium_color": "#5cc863", "frame_id": 30201, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-81.133482, 7.136593, -78.558215, 9.006632], "geometry": {"coordinates": [[[-81.133482, 7.471034], [-80.82549, 9.006632], [-78.558215, 8.666253], [-78.873367, 7.136593], [-81.133482, 7.471034]]], "type": "Polygon"}, "id": "249", "properties": {"__folium_color": "#5cc863", "frame_id": 30200, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-80.866337, 8.471384, -78.283677, 10.337952], "geometry": {"coordinates": [[[-80.866337, 8.802281], [-80.560241, 10.337952], [-78.283677, 10.001042], [-78.598247, 8.471384], [-80.866337, 8.802281]]], "type": "Polygon"}, "id": "250", "properties": {"__folium_color": "#5cc863", "frame_id": 30199, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-75.936939, 33.793883, -72.87069, 35.603916], "geometry": {"coordinates": [[[-75.936939, 34.072083], [-75.631182, 35.603916], [-72.87069, 35.317438], [-73.224585, 33.793883], [-75.936939, 34.072083]]], "type": "Polygon"}, "id": "251", "properties": {"__folium_color": "#5cc863", "frame_id": 30180, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-75.672442, 35.12273, -72.557128, 36.930586], "geometry": {"coordinates": [[[-75.672442, 35.39909], [-75.364993, 36.930586], [-72.557128, 36.645666], [-72.91678, 35.12273], [-75.672442, 35.39909]]], "type": "Polygon"}, "id": "252", "properties": {"__folium_color": "#fde725", "frame_id": 30179, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-75.13852, 37.778643, -71.913298, 39.582572], "geometry": {"coordinates": [[[-75.13852, 38.051971], [-74.825354, 39.582572], [-71.913298, 39.30028], [-72.286003, 37.778643], [-75.13852, 38.051971]]], "type": "Polygon"}, "id": "253", "properties": {"__folium_color": "#fde725", "frame_id": 30177, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "New Jersey"}, "type": "Feature"}, {"bbox": [-86.388481, 32.950129, -83.351068, 34.761282], "geometry": {"coordinates": [[[-86.388481, 33.229138], [-86.084612, 34.761282], [-83.351068, 34.473467], [-83.705185, 32.950129], [-86.388481, 33.229138]]], "type": "Polygon"}, "id": "254", "properties": {"__folium_color": "#5cc863", "frame_id": 34208, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-86.125667, 34.278757, -83.040674, 36.088112], "geometry": {"coordinates": [[[-86.125667, 34.556465], [-85.81904, 36.088112], [-83.040674, 35.802049], [-83.396688, 34.278757], [-86.125667, 34.556465]]], "type": "Polygon"}, "id": "255", "properties": {"__folium_color": "#5cc863", "frame_id": 34207, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-85.593763, 36.935365, -82.403963, 38.740629], "geometry": {"coordinates": [[[-85.593763, 37.209772], [-85.282519, 38.740629], [-82.403963, 38.457394], [-82.772291, 36.935365], [-85.593763, 37.209772]]], "type": "Polygon"}, "id": "256", "properties": {"__folium_color": "#fde725", "frame_id": 34205, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kentucky"}, "type": "Feature"}, {"bbox": [-85.860429, 35.607363, -82.725081, 37.414597], "geometry": {"coordinates": [[[-85.860429, 35.883294], [-85.551994, 37.414597], [-82.725081, 37.130024], [-83.087053, 35.607363], [-85.860429, 35.883294]]], "type": "Polygon"}, "id": "257", "properties": {"__folium_color": "#fde725", "frame_id": 34206, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kentucky"}, "type": "Feature"}, {"bbox": [-87.170696, 28.959424, -84.259006, 30.77836], "geometry": {"coordinates": [[[-87.170696, 29.245102], [-86.871316, 30.77836], [-84.259006, 30.484942], [-84.59626, 28.959424], [-87.170696, 29.245102]]], "type": "Polygon"}, "id": "258", "properties": {"__folium_color": "#5cc863", "frame_id": 34211, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-85.324715, 38.262763, -82.076601, 40.066196], "geometry": {"coordinates": [[[-85.324715, 38.5358], [-85.010292, 40.066196], [-82.076601, 39.784101], [-82.452082, 38.262763], [-85.324715, 38.5358]]], "type": "Polygon"}, "id": "259", "properties": {"__folium_color": "#fde725", "frame_id": 34204, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-64.927828, 16.305734, -62.270742, 18.15269], "geometry": {"coordinates": [[[-64.927828, 16.617145], [-64.629619, 18.15269], [-62.270742, 17.834621], [-62.586968, 16.305734], [-64.927828, 16.617145]]], "type": "Polygon"}, "id": "260", "properties": {"__folium_color": "#5cc863", "frame_id": 33952, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "United States Virgin Islands"}, "type": "Feature"}, {"bbox": [-88.713121, 20.966424, -85.982971, 22.802559], "geometry": {"coordinates": [[[-88.713121, 21.267604], [-88.416688, 22.802559], [-85.982971, 22.494344], [-86.303889, 20.966424], [-88.713121, 21.267604]]], "type": "Polygon"}, "id": "261", "properties": {"__folium_color": "#5cc863", "frame_id": 34217, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Quintana Roo"}, "type": "Feature"}, {"bbox": [-93.40266, 17.985525, -90.721551, 19.828582], "geometry": {"coordinates": [[[-93.40266, 18.293159], [-93.105795, 19.828582], [-90.721551, 19.514081], [-91.039103, 17.985525], [-93.40266, 18.293159]]], "type": "Polygon"}, "id": "262", "properties": {"__folium_color": "#5cc863", "frame_id": 26433, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Campeche"}, "type": "Feature"}, {"bbox": [-93.145485, 19.319206, -90.443356, 21.159124], "geometry": {"coordinates": [[[-93.145485, 19.623936], [-92.848694, 21.159124], [-90.443356, 20.847493], [-90.762259, 19.319206], [-93.145485, 19.623936]]], "type": "Polygon"}, "id": "263", "properties": {"__folium_color": "#5cc863", "frame_id": 26432, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Campeche"}, "type": "Feature"}, {"bbox": [-90.826167, 31.306867, -87.843459, 33.121459], "geometry": {"coordinates": [[[-90.826167, 31.588832], [-90.524521, 33.121459], [-87.843459, 32.831443], [-88.188123, 31.306867], [-90.826167, 31.588832]]], "type": "Polygon"}, "id": "264", "properties": {"__folium_color": "#5cc863", "frame_id": 26423, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Mississippi"}, "type": "Feature"}, {"bbox": [-90.565219, 32.636701, -87.538812, 34.44889], "geometry": {"coordinates": [[[-90.565219, 32.916648], [-90.261845, 34.44889], [-87.538812, 34.160724], [-87.888231, 32.636701], [-90.565219, 32.916648]]], "type": "Polygon"}, "id": "265", "properties": {"__folium_color": "#5cc863", "frame_id": 26422, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Alabama"}, "type": "Feature"}, {"bbox": [-90.302826, 33.966002, -87.229614, 35.775818], "geometry": {"coordinates": [[[-90.302826, 34.244069], [-89.996769, 35.775818], [-87.229614, 35.489444], [-87.584262, 33.966002], [-90.302826, 34.244069]]], "type": "Polygon"}, "id": "266", "properties": {"__folium_color": "#5cc863", "frame_id": 26421, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-90.038074, 35.294744, -86.915332, 37.102404], "geometry": {"coordinates": [[[-90.038074, 35.570995], [-89.730285, 37.102404], [-86.915332, 36.817563], [-87.275807, 35.294744], [-90.038074, 35.570995]]], "type": "Polygon"}, "id": "267", "properties": {"__folium_color": "#5cc863", "frame_id": 26420, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-93.660925, 16.651621, -90.998587, 18.497772], "geometry": {"coordinates": [[[-93.660925, 16.962296], [-93.362918, 18.497772], [-90.998587, 18.180404], [-91.31511, 16.651621], [-93.660925, 16.962296]]], "type": "Polygon"}, "id": "268", "properties": {"__folium_color": "#5cc863", "frame_id": 26434, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Campeche"}, "type": "Feature"}, {"bbox": [-113.781101, 39.935527, -110.452537, 41.736929], "geometry": {"coordinates": [[[-113.781101, 40.207312], [-113.460877, 41.736929], [-110.452537, 41.455913], [-110.838068, 39.935527], [-113.781101, 40.207312]]], "type": "Polygon"}, "id": "269", "properties": {"__folium_color": "#fde725", "frame_id": 26685, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-113.504253, 41.261373, -110.10871, 43.061365], "geometry": {"coordinates": [[[-113.504253, 41.532117], [-113.180976, 43.061365], [-110.10871, 42.780992], [-110.503054, 41.261373], [-113.504253, 41.532117]]], "type": "Polygon"}, "id": "270", "properties": {"__folium_color": "#fde725", "frame_id": 26684, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-94.180055, 13.983242, -91.550185, 15.835858], "geometry": {"coordinates": [[[-94.180055, 14.300203], [-93.880097, 15.835858], [-91.550185, 15.512393], [-91.86536, 13.983242], [-94.180055, 14.300203]]], "type": "Polygon"}, "id": "271", "properties": {"__folium_color": "#5cc863", "frame_id": 26436, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guatemala"}, "type": "Feature"}, {"bbox": [-93.920021, 15.317508, -91.274753, 17.166881], "geometry": {"coordinates": [[[-93.920021, 15.631304], [-93.621105, 17.166881], [-91.274753, 16.846503], [-91.590413, 15.317508], [-93.920021, 15.631304]]], "type": "Polygon"}, "id": "272", "properties": {"__folium_color": "#5cc863", "frame_id": 26435, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guatemala"}, "type": "Feature"}, {"bbox": [-89.771958, 36.62289, -86.595648, 38.428541], "geometry": {"coordinates": [[[-89.771958, 36.897574], [-89.461446, 38.428541], [-86.595648, 38.145083], [-86.962338, 36.62289], [-89.771958, 36.897574]]], "type": "Polygon"}, "id": "273", "properties": {"__folium_color": "#5cc863", "frame_id": 26419, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-68.844811, 17.324525, -66.173958, 19.169116], "geometry": {"coordinates": [[[-68.844811, 17.63358], [-68.547677, 19.169116], [-66.173958, 18.85326], [-66.490815, 17.324525], [-68.844811, 17.63358]]], "type": "Polygon"}, "id": "274", "properties": {"__folium_color": "#5cc863", "frame_id": 26165, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Puerto Rico"}, "type": "Feature"}, {"bbox": [-89.503535, 37.950437, -86.269857, 39.754215], "geometry": {"coordinates": [[[-89.503535, 38.223706], [-89.189935, 39.754215], [-86.269857, 39.471948], [-86.643544, 37.950437], [-89.503535, 38.223706]]], "type": "Polygon"}, "id": "275", "properties": {"__folium_color": "#fde725", "frame_id": 26418, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kentucky"}, "type": "Feature"}, {"bbox": [-100.195102, 14.786542, -97.556152, 16.637243], "geometry": {"coordinates": [[[-100.195102, 15.101629], [-99.895821, 16.637243], [-97.556152, 16.315624], [-97.871467, 14.786542], [-100.195102, 15.101629]]], "type": "Polygon"}, "id": "276", "properties": {"__folium_color": "#5cc863", "frame_id": 38249, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guerrero"}, "type": "Feature"}, {"bbox": [-74.316266, 41.757648, -70.896454, 43.556483], "geometry": {"coordinates": [[[-74.316266, 42.027692], [-73.988541, 43.556483], [-70.896454, 43.277065], [-71.29407, 41.757648], [-74.316266, 42.027692]]], "type": "Polygon"}, "id": "277", "properties": {"__folium_color": "#fde725", "frame_id": 30174, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Rhode Island"}, "type": "Feature"}, {"bbox": [-109.601233, 40.248682, -106.261285, 42.049157], "geometry": {"coordinates": [[[-109.601233, 40.519666], [-109.280033, 42.049157], [-106.261285, 41.768929], [-106.64868, 40.248682], [-109.601233, 40.519666]]], "type": "Polygon"}, "id": "278", "properties": {"__folium_color": "#fde725", "frame_id": 34471, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-109.877102, 38.922293, -106.599028, 40.724817], "geometry": {"coordinates": [[[-109.877102, 39.194671], [-109.560951, 40.724817], [-106.599028, 40.44328], [-106.97822, 38.922293], [-109.877102, 39.194671]]], "type": "Polygon"}, "id": "279", "properties": {"__folium_color": "#fde725", "frame_id": 34472, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-110.147444, 37.595244, -106.929608, 39.399514], "geometry": {"coordinates": [[[-110.147444, 37.868898], [-109.834667, 39.399514], [-106.929608, 39.116924], [-107.301405, 37.595244], [-110.147444, 37.868898]]], "type": "Polygon"}, "id": "280", "properties": {"__folium_color": "#fde725", "frame_id": 34473, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-90.526731, 11.628362, -87.92077, 13.486899], "geometry": {"coordinates": [[[-90.526731, 11.951069], [-90.225056, 13.486899], [-87.92077, 13.157822], [-88.235097, 11.628362], [-90.526731, 11.951069]]], "type": "Polygon"}, "id": "281", "properties": {"__folium_color": "#5cc863", "frame_id": 34224, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "El Salvador"}, "type": "Feature"}, {"bbox": [-90.265226, 12.962934, -87.646153, 14.818117], "geometry": {"coordinates": [[[-90.265226, 13.282403], [-89.964416, 14.818117], [-87.646153, 14.492239], [-87.960847, 12.962934], [-90.265226, 13.282403]]], "type": "Polygon"}, "id": "282", "properties": {"__folium_color": "#5cc863", "frame_id": 34223, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-88.970199, 19.633078, -86.262896, 21.472279], "geometry": {"coordinates": [[[-88.970199, 19.937136], [-88.67346, 21.472279], [-86.262896, 21.161289], [-86.582216, 19.633078], [-88.970199, 19.937136]]], "type": "Polygon"}, "id": "283", "properties": {"__folium_color": "#5cc863", "frame_id": 34218, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Quintana Roo"}, "type": "Feature"}, {"bbox": [-89.227285, 18.299463, -86.541457, 20.141787], "geometry": {"coordinates": [[[-89.227285, 18.606403], [-88.930517, 20.141787], [-86.541457, 19.82795], [-86.859364, 18.299463], [-89.227285, 18.606403]]], "type": "Polygon"}, "id": "284", "properties": {"__folium_color": "#5cc863", "frame_id": 34219, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-89.485423, 16.965617, -86.818805, 18.811097], "geometry": {"coordinates": [[[-89.485423, 17.275577], [-89.18797, 18.811097], [-86.818805, 18.494339], [-87.135624, 16.965617], [-89.485423, 17.275577]]], "type": "Polygon"}, "id": "285", "properties": {"__folium_color": "#5cc863", "frame_id": 34220, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-89.744354, 15.631638, -87.095878, 17.480168], "geometry": {"coordinates": [[[-89.744354, 15.944617], [-89.445622, 17.480168], [-87.095878, 17.160625], [-87.41156, 15.631638], [-89.744354, 15.944617]]], "type": "Polygon"}, "id": "286", "properties": {"__folium_color": "#5cc863", "frame_id": 34221, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-90.004439, 14.297351, -87.371303, 16.149245], "geometry": {"coordinates": [[[-90.004439, 14.613586], [-89.704812, 16.149245], [-87.371303, 15.826526], [-87.686305, 14.297351], [-90.004439, 14.613586]]], "type": "Polygon"}, "id": "287", "properties": {"__folium_color": "#5cc863", "frame_id": 34222, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-82.951071, 39.803602, -79.629817, 41.605077], "geometry": {"coordinates": [[[-82.951071, 40.075377], [-82.63127, 41.605077], [-79.629817, 41.324103], [-80.014445, 39.803602], [-82.951071, 40.075377]]], "type": "Polygon"}, "id": "288", "properties": {"__folium_color": "#fde725", "frame_id": 14603, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-88.727455, 31.51754, -85.737811, 33.331321], "geometry": {"coordinates": [[[-88.727455, 31.798761], [-88.425477, 33.331321], [-85.737811, 33.041502], [-86.086512, 31.51754], [-88.727455, 31.798761]]], "type": "Polygon"}, "id": "289", "properties": {"__folium_color": "#5cc863", "frame_id": 6823, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Mississippi"}, "type": "Feature"}, {"bbox": [-108.840402, 23.276032, -106.06587, 25.107013], "geometry": {"coordinates": [[[-108.840402, 23.572461], [-108.543977, 25.107013], [-106.06587, 24.803353], [-106.39034, 23.276032], [-108.840402, 23.572461]]], "type": "Polygon"}, "id": "290", "properties": {"__folium_color": "#5cc863", "frame_id": 42270, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Sinaloa"}, "type": "Feature"}, {"bbox": [-88.466225, 32.846769, -85.432394, 34.658684], "geometry": {"coordinates": [[[-88.466225, 33.126512], [-88.162473, 34.658684], [-85.432394, 34.37069], [-85.782692, 32.846769], [-88.466225, 33.126512]]], "type": "Polygon"}, "id": "291", "properties": {"__folium_color": "#5cc863", "frame_id": 6822, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Mississippi"}, "type": "Feature"}, {"bbox": [-109.097048, 21.943217, -106.348849, 23.777178], "geometry": {"coordinates": [[[-109.097048, 22.242386], [-108.800709, 23.777178], [-106.348849, 23.470888], [-106.671169, 21.943217], [-109.097048, 22.242386]]], "type": "Polygon"}, "id": "292", "properties": {"__folium_color": "#5cc863", "frame_id": 42271, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Sinaloa"}, "type": "Feature"}, {"bbox": [-83.223333, 38.476972, -79.965158, 40.280205], "geometry": {"coordinates": [[[-83.223333, 38.749889], [-82.908306, 40.280205], [-79.965158, 39.998188], [-80.341915, 38.476972], [-83.223333, 38.749889]]], "type": "Polygon"}, "id": "293", "properties": {"__folium_color": "#fde725", "frame_id": 14604, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Kentucky"}, "type": "Feature"}, {"bbox": [-84.027675, 34.493835, -80.936134, 36.302343], "geometry": {"coordinates": [[[-84.027675, 34.771047], [-83.718463, 36.302343], [-80.936134, 36.017067], [-81.292974, 34.493835], [-84.027675, 34.771047]]], "type": "Polygon"}, "id": "294", "properties": {"__folium_color": "#5cc863", "frame_id": 14607, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-83.759915, 35.822357, -80.615776, 37.628756], "geometry": {"coordinates": [[[-83.759915, 36.097527], [-83.451001, 37.628756], [-80.615776, 37.344328], [-80.982644, 35.822357], [-83.759915, 36.097527]]], "type": "Polygon"}, "id": "295", "properties": {"__folium_color": "#fde725", "frame_id": 14606, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-83.49284, 37.149679, -80.293637, 38.954714], "geometry": {"coordinates": [[[-83.49284, 37.423934], [-83.181058, 38.954714], [-80.293637, 38.671591], [-80.663131, 37.149679], [-83.49284, 37.423934]]], "type": "Polygon"}, "id": "296", "properties": {"__folium_color": "#fde725", "frame_id": 14605, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "West Virginia"}, "type": "Feature"}, {"bbox": [-84.290712, 33.164732, -81.247235, 34.975886], "geometry": {"coordinates": [[[-84.290712, 33.443782], [-83.986566, 34.975886], [-81.247235, 34.688568], [-81.598568, 33.164732], [-84.290712, 33.443782]]], "type": "Polygon"}, "id": "297", "properties": {"__folium_color": "#5cc863", "frame_id": 14608, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-78.767225, 8.684647, -76.18326, 10.550695], "geometry": {"coordinates": [[[-78.767225, 9.015021], [-78.461383, 10.550695], [-76.18326, 10.214289], [-76.49783, 8.684647], [-78.767225, 9.015021]]], "type": "Polygon"}, "id": "298", "properties": {"__folium_color": "#5cc863", "frame_id": 10599, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-79.034318, 7.349869, -76.457799, 9.219378], "geometry": {"coordinates": [[[-79.034318, 7.68381], [-78.726412, 9.219378], [-76.457799, 8.879518], [-76.772917, 7.349869], [-79.034318, 7.68381]]], "type": "Polygon"}, "id": "299", "properties": {"__folium_color": "#5cc863", "frame_id": 10600, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-79.303166, 6.015095, -76.73284, 7.888121], "geometry": {"coordinates": [[[-79.303166, 6.352648], [-78.993251, 7.888121], [-76.73284, 7.544732], [-77.048652, 6.015095], [-79.303166, 6.352648]]], "type": "Polygon"}, "id": "300", "properties": {"__folium_color": "#5cc863", "frame_id": 10601, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Panama"}, "type": "Feature"}, {"bbox": [-105.697684, 39.234723, -102.404365, 41.036812], "geometry": {"coordinates": [[[-105.697684, 39.506922], [-105.379523, 41.036812], [-102.404365, 40.755529], [-102.785477, 39.234723], [-105.697684, 39.506922]]], "type": "Polygon"}, "id": "301", "properties": {"__folium_color": "#fde725", "frame_id": 42258, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-105.4226, 40.560948, -102.064781, 42.361515], "geometry": {"coordinates": [[[-105.4226, 40.831985], [-105.101622, 42.361515], [-102.064781, 42.081006], [-102.454279, 40.560948], [-105.4226, 40.831985]]], "type": "Polygon"}, "id": "302", "properties": {"__folium_color": "#fde725", "frame_id": 42257, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-88.20351, 34.175977, -85.122355, 35.985542], "geometry": {"coordinates": [[[-88.20351, 34.453866], [-87.897023, 35.985542], [-85.122355, 35.699313], [-85.477963, 34.175977], [-88.20351, 34.453866]]], "type": "Polygon"}, "id": "303", "properties": {"__folium_color": "#5cc863", "frame_id": 6821, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-87.938391, 35.504624, -84.807154, 37.312056], "geometry": {"coordinates": [[[-87.938391, 35.780723], [-87.63012, 37.312056], [-84.807154, 37.027331], [-85.168678, 35.504624], [-87.938391, 35.780723]]], "type": "Polygon"}, "id": "304", "properties": {"__folium_color": "#5cc863", "frame_id": 6820, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Tennessee"}, "type": "Feature"}, {"bbox": [-87.671863, 36.832668, -84.486468, 38.638119], "geometry": {"coordinates": [[[-87.671863, 37.107231], [-87.36081, 38.638119], [-84.486468, 38.354746], [-84.854303, 36.832668], [-87.671863, 37.107231]]], "type": "Polygon"}, "id": "305", "properties": {"__folium_color": "#5cc863", "frame_id": 6819, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Kentucky"}, "type": "Feature"}, {"bbox": [-87.402978, 38.160111, -84.15958, 39.963718], "geometry": {"coordinates": [[[-87.402978, 38.433289], [-87.088773, 39.963718], [-84.15958, 39.6815], [-84.534519, 38.160111], [-87.402978, 38.433289]]], "type": "Polygon"}, "id": "306", "properties": {"__folium_color": "#fde725", "frame_id": 6818, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ohio"}, "type": "Feature"}, {"bbox": [-72.213734, 41.969183, -68.781946, 43.768283], "geometry": {"coordinates": [[[-72.213734, 42.239236], [-71.888113, 43.768283], [-68.781946, 43.488459], [-69.18119, 41.969183], [-72.213734, 42.239236]]], "type": "Polygon"}, "id": "307", "properties": {"__folium_color": "#fde725", "frame_id": 10574, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Massachusetts"}, "type": "Feature"}, {"bbox": [-105.96871, 37.90783, -102.736626, 39.711759], "geometry": {"coordinates": [[[-105.96871, 38.181258], [-105.655131, 39.711759], [-102.736626, 39.429337], [-103.110177, 37.90783], [-105.96871, 38.181258]]], "type": "Polygon"}, "id": "308", "properties": {"__folium_color": "#fde725", "frame_id": 42259, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-88.989206, 30.187258, -86.042259, 32.003559], "geometry": {"coordinates": [[[-88.989206, 30.470879], [-88.686958, 32.003559], [-86.042259, 31.712322], [-86.383134, 30.187258], [-88.989206, 30.470879]]], "type": "Polygon"}, "id": "309", "properties": {"__folium_color": "#5cc863", "frame_id": 6824, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Alabama"}, "type": "Feature"}, {"bbox": [-91.563164, 16.862489, -88.897902, 18.708193], "geometry": {"coordinates": [[[-91.563164, 17.172743], [-91.265217, 18.708193], [-88.897902, 18.391226], [-89.214656, 16.862489], [-91.563164, 17.172743]]], "type": "Polygon"}, "id": "310", "properties": {"__folium_color": "#5cc863", "frame_id": 6834, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Belize"}, "type": "Feature"}, {"bbox": [-91.304954, 18.196349, -88.620627, 20.038968], "geometry": {"coordinates": [[[-91.304954, 18.503576], [-91.008119, 20.038968], [-88.620627, 19.724853], [-88.938451, 18.196349], [-91.304954, 18.503576]]], "type": "Polygon"}, "id": "311", "properties": {"__folium_color": "#5cc863", "frame_id": 6833, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Yucat\\u00e1n"}, "type": "Feature"}, {"bbox": [-107.775546, 39.136602, -104.487003, 40.938801], "geometry": {"coordinates": [[[-107.775546, 39.408877], [-107.457658, 40.938801], [-104.487003, 40.657462], [-104.867521, 39.136602], [-107.775546, 39.408877]]], "type": "Polygon"}, "id": "312", "properties": {"__folium_color": "#fde725", "frame_id": 14872, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-107.501802, 40.462877, -104.14799, 42.263538], "geometry": {"coordinates": [[[-107.501802, 40.7341], [-107.180022, 42.263538], [-104.14799, 41.982991], [-104.536837, 40.462877], [-107.501802, 40.7341]]], "type": "Polygon"}, "id": "313", "properties": {"__folium_color": "#fde725", "frame_id": 14871, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-91.047808, 19.529982, -88.342158, 21.369472], "geometry": {"coordinates": [[[-91.047808, 19.83432], [-90.751017, 21.369472], [-88.342158, 21.058212], [-88.661374, 19.529982], [-91.047808, 19.83432]]], "type": "Polygon"}, "id": "314", "properties": {"__folium_color": "#5cc863", "frame_id": 6832, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Yucat\\u00e1n"}, "type": "Feature"}, {"bbox": [-111.945059, 17.844351, -109.265893, 19.687809], "geometry": {"coordinates": [[[-111.945059, 18.152384], [-111.648078, 19.687809], [-109.265893, 19.372919], [-109.583371, 17.844351], [-111.945059, 18.152384]]], "type": "Polygon"}, "id": "315", "properties": {"__folium_color": "#5cc863", "frame_id": 14888, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Colima"}, "type": "Feature"}, {"bbox": [-107.223638, 41.788444, -103.800995, 43.587774], "geometry": {"coordinates": [[[-107.223638, 42.05871], [-106.898626, 43.587774], [-103.800995, 43.307776], [-104.19898, 41.788444], [-107.223638, 42.05871]]], "type": "Polygon"}, "id": "316", "properties": {"__folium_color": "#fde725", "frame_id": 14870, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-87.905498, 14.512831, -85.269898, 16.364224], "geometry": {"coordinates": [[[-87.905498, 14.828582], [-87.606007, 16.364224], [-85.269898, 16.041969], [-85.585047, 14.512831], [-87.905498, 14.828582]]], "type": "Polygon"}, "id": "317", "properties": {"__folium_color": "#5cc863", "frame_id": 14622, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-87.645891, 15.847082, -84.99431, 17.695216], "geometry": {"coordinates": [[[-87.645891, 16.159655], [-87.347421, 17.695216], [-84.99431, 17.376027], [-85.310177, 15.847082], [-87.645891, 16.159655]]], "type": "Polygon"}, "id": "318", "properties": {"__folium_color": "#5cc863", "frame_id": 14621, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-86.871584, 19.848389, -84.160626, 21.68713], "geometry": {"coordinates": [[[-86.871584, 20.152023], [-86.574858, 21.68713], [-84.160626, 21.376544], [-84.480254, 19.848389], [-86.871584, 20.152023]]], "type": "Polygon"}, "id": "319", "properties": {"__folium_color": "#5cc863", "frame_id": 14618, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Quintana Roo"}, "type": "Feature"}, {"bbox": [-85.587244, 26.511631, -82.739737, 28.335651], "geometry": {"coordinates": [[[-85.587244, 26.801769], [-85.289726, 28.335651], [-82.739737, 28.037986], [-83.070749, 26.511631], [-85.587244, 26.801769]]], "type": "Polygon"}, "id": "320", "properties": {"__folium_color": "#5cc863", "frame_id": 14613, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-85.329713, 27.843171, -82.448285, 29.66445], "geometry": {"coordinates": [[[-85.329713, 28.130874], [-85.031434, 29.66445], [-82.448285, 29.369083], [-82.782535, 27.843171], [-85.329713, 28.130874]]], "type": "Polygon"}, "id": "321", "properties": {"__folium_color": "#5cc863", "frame_id": 14612, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-85.071576, 29.174281, -82.153637, 30.992854], "geometry": {"coordinates": [[[-85.071576, 29.459656], [-84.77196, 30.992854], [-82.153637, 30.699711], [-82.491566, 29.174281], [-85.071576, 29.459656]]], "type": "Polygon"}, "id": "322", "properties": {"__folium_color": "#5cc863", "frame_id": 14611, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-84.812288, 30.504924, -81.855534, 32.320925], "geometry": {"coordinates": [[[-84.812288, 30.78805], [-84.511599, 32.320925], [-81.855534, 32.029858], [-82.197449, 30.504924], [-84.812288, 30.78805]]], "type": "Polygon"}, "id": "323", "properties": {"__folium_color": "#5cc863", "frame_id": 14610, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Georgia"}, "type": "Feature"}, {"bbox": [-84.552151, 31.835087, -81.553531, 33.64861], "geometry": {"coordinates": [[[-84.552151, 32.116108], [-84.249902, 33.64861], [-81.553531, 33.359486], [-81.899929, 31.835087], [-84.552151, 32.116108]]], "type": "Polygon"}, "id": "324", "properties": {"__folium_color": "#5cc863", "frame_id": 14609, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-88.166138, 13.178445, -85.544878, 15.033118], "geometry": {"coordinates": [[[-88.166138, 13.497417], [-87.865495, 15.033118], [-85.544878, 14.707718], [-85.85968, 13.178445], [-88.166138, 13.497417]]], "type": "Polygon"}, "id": "325", "properties": {"__folium_color": "#5cc863", "frame_id": 14623, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "El Salvador"}, "type": "Feature"}, {"bbox": [-88.42747, 11.8439, -85.819591, 13.701918], "geometry": {"coordinates": [[[-88.42747, 12.166095], [-88.125991, 13.701918], [-85.819591, 13.373333], [-86.133991, 11.8439], [-88.42747, 12.166095]]], "type": "Polygon"}, "id": "326", "properties": {"__folium_color": "#5cc863", "frame_id": 14624, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "El Salvador"}, "type": "Feature"}, {"bbox": [-90.790682, 20.863346, -88.062341, 22.699765], "geometry": {"coordinates": [[[-90.790682, 21.164799], [-90.494211, 22.699765], [-88.062341, 22.391288], [-88.383135, 20.863346], [-90.790682, 21.164799]]], "type": "Polygon"}, "id": "327", "properties": {"__folium_color": "#5cc863", "frame_id": 6831, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Yucat\\u00e1n"}, "type": "Feature"}, {"bbox": [-90.533879, 22.196429, -87.780868, 24.029824], "geometry": {"coordinates": [[[-90.533879, 22.495069], [-90.237536, 24.029824], [-87.780868, 23.724042], [-88.103584, 22.196429], [-90.533879, 22.495069]]], "type": "Polygon"}, "id": "328", "properties": {"__folium_color": "#5cc863", "frame_id": 6830, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Yucat\\u00e1n"}, "type": "Feature"}, {"bbox": [-88.690707, 10.509238, -86.093952, 12.370552], "geometry": {"coordinates": [[[-88.690707, 10.834841], [-88.387155, 12.370552], [-86.093952, 12.038785], [-86.408242, 10.509238], [-88.690707, 10.834841]]], "type": "Polygon"}, "id": "329", "properties": {"__folium_color": "#5cc863", "frame_id": 14625, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-82.735309, 30.603458, -79.775527, 32.419277], "geometry": {"coordinates": [[[-82.735309, 30.886426], [-82.434504, 32.419277], [-79.775527, 32.128355], [-80.117773, 30.603458], [-82.735309, 30.886426]]], "type": "Polygon"}, "id": "330", "properties": {"__folium_color": "#5cc863", "frame_id": 41996, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-82.994678, 29.272849, -80.07392, 31.091231], "geometry": {"coordinates": [[[-82.994678, 29.558057], [-82.694965, 31.091231], [-80.07392, 30.798243], [-80.412148, 29.272849], [-82.994678, 29.558057]]], "type": "Polygon"}, "id": "331", "properties": {"__folium_color": "#5cc863", "frame_id": 41997, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-67.005642, 16.20179, -64.349853, 18.049052], "geometry": {"coordinates": [[[-67.005642, 16.513503], [-66.707347, 18.049052], [-64.349853, 17.730692], [-64.666017, 16.20179], [-67.005642, 16.513503]]], "type": "Polygon"}, "id": "332", "properties": {"__folium_color": "#5cc863", "frame_id": 6566, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Puerto Rico"}, "type": "Feature"}, {"bbox": [-66.74712, 17.535808, -64.073203, 19.379952], "geometry": {"coordinates": [[[-66.74712, 17.844445], [-66.450028, 19.379952], [-64.073203, 19.064494], [-64.390316, 17.535808], [-66.74712, 17.844445]]], "type": "Polygon"}, "id": "333", "properties": {"__folium_color": "#5cc863", "frame_id": 6565, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "United States Virgin Islands"}, "type": "Feature"}, {"bbox": [-100.724925, 22.687949, -97.961862, 24.520279], "geometry": {"coordinates": [[[-100.724925, 22.985628], [-100.428521, 24.520279], [-97.961862, 24.215405], [-98.285447, 22.687949], [-100.724925, 22.985628]]], "type": "Polygon"}, "id": "334", "properties": {"__folium_color": "#5cc863", "frame_id": 10857, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nuevo Le\\u00f3n"}, "type": "Feature"}, {"bbox": [-83.252881, 27.94177, -80.368831, 29.76285], "geometry": {"coordinates": [[[-83.252881, 28.229296], [-82.954524, 29.76285], [-80.368831, 29.467648], [-80.703352, 27.94177], [-83.252881, 28.229296]]], "type": "Polygon"}, "id": "335", "properties": {"__folium_color": "#5cc863", "frame_id": 41998, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-83.510463, 26.61026, -80.66052, 28.434073], "geometry": {"coordinates": [[[-83.510463, 26.900212], [-83.212884, 28.434073], [-80.66052, 28.136582], [-80.991777, 26.61026], [-83.510463, 26.900212]]], "type": "Polygon"}, "id": "336", "properties": {"__folium_color": "#5cc863", "frame_id": 41999, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-83.767559, 25.278343, -80.949384, 27.104972], "geometry": {"coordinates": [[[-83.767559, 25.570815], [-83.470591, 27.104972], [-80.949384, 26.805084], [-81.277718, 25.278343], [-83.767559, 25.570815]]], "type": "Polygon"}, "id": "337", "properties": {"__folium_color": "#5cc863", "frame_id": 42000, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-82.475072, 31.933587, -79.473206, 33.746936], "geometry": {"coordinates": [[[-82.475072, 32.21446], [-82.172687, 33.746936], [-79.473206, 33.457945], [-79.819968, 31.933587], [-82.475072, 32.21446]]], "type": "Polygon"}, "id": "338", "properties": {"__folium_color": "#5cc863", "frame_id": 41995, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "South Carolina"}, "type": "Feature"}, {"bbox": [-82.213518, 33.263195, -79.16656, 35.074184], "geometry": {"coordinates": [[[-82.213518, 33.542108], [-81.909213, 35.074184], [-79.16656, 34.786989], [-79.518293, 33.263195], [-82.213518, 33.542108]]], "type": "Polygon"}, "id": "339", "properties": {"__folium_color": "#5cc863", "frame_id": 41994, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-84.024355, 23.946046, -81.235719, 25.775557], "geometry": {"coordinates": [[[-84.024355, 24.241126], [-83.727783, 25.775557], [-81.235719, 25.473178], [-81.561451, 23.946046], [-84.024355, 24.241126]]], "type": "Polygon"}, "id": "340", "properties": {"__folium_color": "#5cc863", "frame_id": 42001, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Florida"}, "type": "Feature"}, {"bbox": [-85.310417, 17.279925, -82.639845, 19.12468], "geometry": {"coordinates": [[[-85.310417, 17.589162], [-85.013243, 19.12468], [-82.639845, 18.808644], [-82.956689, 17.279925], [-85.310417, 17.589162]]], "type": "Polygon"}, "id": "341", "properties": {"__folium_color": "#5cc863", "frame_id": 42006, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-85.828589, 14.611641, -83.191913, 16.46278], "geometry": {"coordinates": [[[-85.828589, 14.927142], [-85.529169, 16.46278], [-83.191913, 16.140766], [-83.507121, 14.611641], [-85.828589, 14.927142]]], "type": "Polygon"}, "id": "342", "properties": {"__folium_color": "#5cc863", "frame_id": 42008, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-102.012867, 16.020603, -99.358841, 17.868334], "geometry": {"coordinates": [[[-102.012867, 16.332801], [-101.714491, 17.868334], [-99.358841, 17.549502], [-99.674859, 16.020603], [-102.012867, 16.332801]]], "type": "Polygon"}, "id": "343", "properties": {"__folium_color": "#5cc863", "frame_id": 10862, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guerrero"}, "type": "Feature"}, {"bbox": [-100.981707, 21.355267, -98.244097, 23.190328], "geometry": {"coordinates": [[[-100.981707, 21.655457], [-100.68525, 23.190328], [-98.244097, 22.882799], [-98.567131, 21.355267], [-100.981707, 21.655457]]], "type": "Polygon"}, "id": "344", "properties": {"__folium_color": "#5cc863", "frame_id": 10858, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-86.089154, 13.277265, -83.466945, 15.131681], "geometry": {"coordinates": [[[-86.089154, 13.595981], [-85.788595, 15.131681], [-83.466945, 14.806528], [-83.78179, 13.277265], [-86.089154, 13.595981]]], "type": "Polygon"}, "id": "345", "properties": {"__folium_color": "#5cc863", "frame_id": 42009, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-86.350399, 11.942728, -83.741696, 13.800484], "geometry": {"coordinates": [[[-86.350399, 12.264661], [-86.049019, 13.800484], [-83.741696, 13.472153], [-84.05612, 11.942728], [-86.350399, 12.264661]]], "type": "Polygon"}, "id": "346", "properties": {"__folium_color": "#5cc863", "frame_id": 42010, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Nicaragua"}, "type": "Feature"}, {"bbox": [-86.613537, 10.608072, -84.016079, 12.469121], "geometry": {"coordinates": [[[-86.613537, 10.933406], [-86.310098, 12.469121], [-84.016079, 12.137613], [-84.330378, 10.608072], [-86.613537, 10.933406]]], "type": "Polygon"}, "id": "347", "properties": {"__folium_color": "#5cc863", "frame_id": 42011, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-86.878126, 9.273355, -84.290361, 11.137827], "geometry": {"coordinates": [[[-86.878126, 9.602138], [-86.573045, 11.137827], [-84.290361, 10.802953], [-84.604894, 9.273355], [-86.878126, 9.602138]]], "type": "Polygon"}, "id": "348", "properties": {"__folium_color": "#5cc863", "frame_id": 42012, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-87.144477, 7.93861, -84.564872, 9.806516], "geometry": {"coordinates": [[[-87.144477, 8.270916], [-86.837416, 9.806516], [-84.564872, 9.468231], [-84.879857, 7.93861], [-87.144477, 8.270916]]], "type": "Polygon"}, "id": "349", "properties": {"__folium_color": "#5cc863", "frame_id": 42013, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Costa Rica"}, "type": "Feature"}, {"bbox": [-85.569045, 15.945879, -82.916258, 17.793764], "geometry": {"coordinates": [[[-85.569045, 16.258209], [-85.270632, 17.793764], [-82.916258, 17.474809], [-83.232201, 15.945879], [-85.569045, 16.258209]]], "type": "Polygon"}, "id": "350", "properties": {"__folium_color": "#5cc863", "frame_id": 42007, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Honduras"}, "type": "Feature"}, {"bbox": [-105.145282, 41.886464, -101.71716, 43.685716], "geometry": {"coordinates": [[[-105.145282, 42.156688], [-104.819928, 43.685716], [-101.71716, 43.405736], [-102.11586, 41.886464], [-105.145282, 42.156688]]], "type": "Polygon"}, "id": "351", "properties": {"__folium_color": "#fde725", "frame_id": 42256, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Nebraska"}, "type": "Feature"}, {"bbox": [-81.415175, 37.248021, -78.211694, 39.052926], "geometry": {"coordinates": [[[-81.415175, 37.522177], [-81.103159, 39.052926], [-78.211694, 38.769883], [-78.581714, 37.248021], [-81.415175, 37.522177]]], "type": "Polygon"}, "id": "352", "properties": {"__folium_color": "#fde725", "frame_id": 41991, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Virginia"}, "type": "Feature"}, {"bbox": [-81.682427, 35.920741, -78.538458, 37.726997], "geometry": {"coordinates": [[[-81.682427, 36.195799], [-81.373306, 37.726997], [-78.538458, 37.443319], [-78.901646, 35.920741], [-81.682427, 36.195799]]], "type": "Polygon"}, "id": "353", "properties": {"__folium_color": "#5cc863", "frame_id": 41992, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-81.950346, 34.59226, -78.855076, 36.400931], "geometry": {"coordinates": [[[-81.950346, 34.869347], [-81.643271, 36.400931], [-78.855076, 36.115447], [-79.212355, 34.59226], [-81.950346, 34.869347]]], "type": "Polygon"}, "id": "354", "properties": {"__folium_color": "#5cc863", "frame_id": 41993, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "North Carolina"}, "type": "Feature"}, {"bbox": [-108.046367, 37.809663, -104.818744, 39.613715], "geometry": {"coordinates": [[[-108.046367, 38.08318], [-107.733028, 39.613715], [-104.818744, 39.331221], [-105.191753, 37.809663], [-108.046367, 38.08318]]], "type": "Polygon"}, "id": "355", "properties": {"__folium_color": "#fde725", "frame_id": 14873, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-97.320934, 19.004632, -94.623853, 20.845306], "geometry": {"coordinates": [[[-97.320934, 19.310076], [-97.024057, 20.845306], [-94.623853, 20.53299], [-94.942377, 19.004632], [-97.320934, 19.310076]]], "type": "Polygon"}, "id": "356", "properties": {"__folium_color": "#5cc863", "frame_id": 18646, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-92.082105, 14.194201, -89.4503, 16.046335], "geometry": {"coordinates": [[[-92.082105, 14.510698], [-91.782267, 16.046335], [-89.4503, 15.723385], [-89.765274, 14.194201], [-92.082105, 14.510698]]], "type": "Polygon"}, "id": "357", "properties": {"__folium_color": "#5cc863", "frame_id": 6836, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guatemala"}, "type": "Feature"}, {"bbox": [144.604815, 14.798697, 147.242311, 16.649291], "geometry": {"coordinates": [[[144.604815, 15.11358], [144.904173, 16.649291], [147.242311, 16.327881], [146.926943, 14.798697], [144.604815, 15.11358]]], "type": "Polygon"}, "id": "358", "properties": {"__folium_color": "#5cc863", "frame_id": 8178, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Commonwealth of the Northern Mariana Islands"}, "type": "Feature"}, {"bbox": [-97.578228, 17.67089, -94.901714, 19.514718], "geometry": {"coordinates": [[[-97.578228, 17.97926], [-97.281232, 19.514718], [-94.901714, 19.19951], [-95.218948, 17.67089], [-97.578228, 17.97926]]], "type": "Polygon"}, "id": "359", "properties": {"__folium_color": "#5cc863", "frame_id": 18647, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Veracruz"}, "type": "Feature"}, {"bbox": [-91.822178, 15.528417, -89.174271, 17.377331], "geometry": {"coordinates": [[[-91.822178, 15.841778], [-91.523352, 17.377331], [-89.174271, 17.05737], [-89.490124, 15.528417], [-91.822178, 15.841778]]], "type": "Polygon"}, "id": "360", "properties": {"__folium_color": "#5cc863", "frame_id": 6835, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Chiapas"}, "type": "Feature"}, {"bbox": [144.083182, 12.129659, 146.692271, 13.986859], "geometry": {"coordinates": [[[144.083182, 12.450956], [144.384448, 13.986859], [146.692271, 13.659151], [146.37775, 12.129659], [144.083182, 12.450956]]], "type": "Polygon"}, "id": "361", "properties": {"__folium_color": "#5cc863", "frame_id": 8180, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guam"}, "type": "Feature"}, {"bbox": [144.344327, 13.46426, 146.967136, 15.318125], "geometry": {"coordinates": [[[144.344327, 13.782348], [144.644798, 15.318125], [146.967136, 14.993586], [146.652164, 13.46426], [144.344327, 13.782348]]], "type": "Polygon"}, "id": "362", "properties": {"__folium_color": "#5cc863", "frame_id": 8179, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Commonwealth of the Northern Mariana Islands"}, "type": "Feature"}, {"bbox": [-97.836649, 16.336931, -95.17847, 18.183868], "geometry": {"coordinates": [[[-97.836649, 16.648365], [-97.538468, 18.183868], [-95.17847, 17.865771], [-95.494731, 16.336931], [-97.836649, 16.648365]]], "type": "Polygon"}, "id": "363", "properties": {"__folium_color": "#5cc863", "frame_id": 18648, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-93.411626, 38.964395, -90.131799, 40.766825], "geometry": {"coordinates": [[[-93.411626, 39.236677], [-93.095408, 40.766825], [-90.131799, 40.48538], [-90.511176, 38.964395], [-93.411626, 39.236677]]], "type": "Polygon"}, "id": "364", "properties": {"__folium_color": "#fde725", "frame_id": 18631, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-93.682014, 37.637347, -90.462542, 39.44152], "geometry": {"coordinates": [[[-93.682014, 37.910902], [-93.369182, 39.44152], [-90.462542, 39.159025], [-90.834504, 37.637347], [-93.682014, 37.910902]]], "type": "Polygon"}, "id": "365", "properties": {"__folium_color": "#5cc863", "frame_id": 18632, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Illinois"}, "type": "Feature"}, {"bbox": [-93.949859, 36.309655, -90.786823, 38.115741], "geometry": {"coordinates": [[[-93.949859, 36.584669], [-93.640025, 38.115741], [-90.786823, 37.832008], [-91.151938, 36.309655], [-93.949859, 36.584669]]], "type": "Polygon"}, "id": "366", "properties": {"__folium_color": "#5cc863", "frame_id": 18633, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Arkansas"}, "type": "Feature"}, {"bbox": [-94.215467, 34.981371, -91.105128, 36.789502], "geometry": {"coordinates": [[[-94.215467, 35.257992], [-93.908275, 36.789502], [-91.105128, 36.504342], [-91.464166, 34.981371], [-94.215467, 35.257992]]], "type": "Polygon"}, "id": "367", "properties": {"__folium_color": "#5cc863", "frame_id": 18634, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Arkansas"}, "type": "Feature"}, {"bbox": [-98.095939, 15.002771, -95.454405, 16.852943], "geometry": {"coordinates": [[[-98.095939, 15.317347], [-97.796804, 16.852943], [-95.454405, 16.531815], [-95.769861, 15.002771], [-98.095939, 15.317347]]], "type": "Polygon"}, "id": "368", "properties": {"__folium_color": "#5cc863", "frame_id": 18649, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Oaxaca"}, "type": "Feature"}, {"bbox": [-111.952838, 38.819692, -108.682263, 40.622046], "geometry": {"coordinates": [[[-111.952838, 39.091895], [-111.636798, 40.622046], [-108.682263, 40.340734], [-109.060889, 38.819692], [-111.952838, 39.091895]]], "type": "Polygon"}, "id": "369", "properties": {"__folium_color": "#fde725", "frame_id": 7086, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-112.225554, 37.492594, -109.012348, 39.297041], "geometry": {"coordinates": [[[-112.225554, 37.76639], [-111.912975, 39.297041], [-109.012348, 39.014327], [-109.383632, 37.492594], [-112.225554, 37.76639]]], "type": "Polygon"}, "id": "370", "properties": {"__folium_color": "#fde725", "frame_id": 7087, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Colorado"}, "type": "Feature"}, {"bbox": [-111.402253, 41.471197, -107.995066, 43.271106], "geometry": {"coordinates": [[[-111.402253, 41.741948], [-111.078189, 43.271106], [-107.995066, 42.990675], [-108.390977, 41.471197], [-111.402253, 41.741948]]], "type": "Polygon"}, "id": "371", "properties": {"__folium_color": "#fde725", "frame_id": 7084, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Utah"}, "type": "Feature"}, {"bbox": [-92.343253, 12.859776, -89.725124, 14.715272], "geometry": {"coordinates": [[[-92.343253, 13.17956], [-92.042321, 14.715272], [-89.725124, 14.389088], [-90.039806, 12.859776], [-92.343253, 13.17956]]], "type": "Polygon"}, "id": "372", "properties": {"__folium_color": "#5cc863", "frame_id": 6837, "orbit_pass": "DESCENDING", "priority": 3.0, "region_name": "Guatemala"}, "type": "Feature"}, {"bbox": [-108.174532, 46.868666, -104.431723, 48.665263], "geometry": {"coordinates": [[[-108.174532, 47.13832], [-107.827242, 48.665263], [-104.431723, 48.384536], [-104.874359, 46.868666], [-108.174532, 47.13832]]], "type": "Polygon"}, "id": "373", "properties": {"__folium_color": "#fde725", "frame_id": 34466, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-108.75907, 44.222799, -105.192187, 46.02054], "geometry": {"coordinates": [[[-108.75907, 44.492472], [-108.424528, 46.02054], [-105.192187, 45.740527], [-105.609651, 44.222799], [-108.75907, 44.492472]]], "type": "Polygon"}, "id": "374", "properties": {"__folium_color": "#fde725", "frame_id": 34468, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-108.470179, 45.546148, -104.817776, 47.34309], "geometry": {"coordinates": [[[-108.470179, 45.815747], [-108.127998, 47.34309], [-104.817776, 47.062986], [-105.247113, 45.546148], [-108.470179, 45.815747]]], "type": "Polygon"}, "id": "375", "properties": {"__folium_color": "#fde725", "frame_id": 34467, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-109.323551, 41.573694, -105.910676, 43.37347], "geometry": {"coordinates": [[[-109.323551, 41.844351], [-108.99919, 43.37347], [-105.910676, 43.09311], [-106.307274, 41.573694], [-109.323551, 41.844351]]], "type": "Polygon"}, "id": "376", "properties": {"__folium_color": "#fde725", "frame_id": 34470, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-109.043343, 42.898631, -105.556233, 44.697272], "geometry": {"coordinates": [[[-109.043343, 43.168667], [-108.714208, 44.697272], [-105.556233, 44.417231], [-105.962723, 42.898631], [-109.043343, 43.168667]]], "type": "Polygon"}, "id": "377", "properties": {"__folium_color": "#fde725", "frame_id": 34469, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-107.874757, 48.190282, -104.032809, 49.986864], "geometry": {"coordinates": [[[-107.874757, 48.460505], [-107.519939, 49.986864], [-104.032809, 49.705126], [-104.490133, 48.190282], [-107.874757, 48.460505]]], "type": "Polygon"}, "id": "378", "properties": {"__folium_color": "#fde725", "frame_id": 34465, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-107.568548, 49.510947, -103.619658, 51.307877], "geometry": {"coordinates": [[[-107.568548, 49.78212], [-107.205314, 51.307877], [-103.619658, 51.024703], [-104.093238, 49.510947], [-107.568548, 49.78212]]], "type": "Polygon"}, "id": "379", "properties": {"__folium_color": "#fde725", "frame_id": 34464, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-177.29092, 50.444259, -173.2649389999977, 52.24125699999462], "geometry": {"coordinates": [[[-177.29092, 50.715974], [-176.91951299999891, 52.24125699999462], [-173.2649389999977, 51.957327999994455], [-173.751031, 50.444259], [-177.29092, 50.715974]]], "type": "Polygon"}, "id": "380", "properties": {"__folium_color": "#fde725", "frame_id": 43055, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-176.96677099999894, 51.76327999999436, -172.8237949999974, 53.56098699999522], "geometry": {"coordinates": [[[-176.96677099999894, 52.036233999994536], [-176.58650299999877, 53.56098699999522], [-172.8237949999974, 53.27513399999504], [-173.3293239999977, 51.76327999999436], [-176.96677099999894, 52.036233999994536]]], "type": "Polygon"}, "id": "381", "properties": {"__folium_color": "#fde725", "frame_id": 43054, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-174.820072, 59.649953, -169.675849, 61.466803], "geometry": {"coordinates": [[[-174.820072, 59.946582], [-174.343146, 61.466803], [-169.675849, 61.151907], [-170.360111, 59.649953], [-174.820072, 59.946582]]], "type": "Polygon"}, "id": "382", "properties": {"__folium_color": "#fde725", "frame_id": 43048, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-173.977481, 62.26598, -168.354231, 64.095508], "geometry": {"coordinates": [[[-173.977481, 62.577442], [-173.443646, 64.095508], [-168.354231, 63.763073], [-169.135857, 62.26598], [-173.977481, 62.577442]]], "type": "Polygon"}, "id": "383", "properties": {"__folium_color": "#fde725", "frame_id": 43046, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-173.51777, 63.570711, -167.617564, 65.408499], "geometry": {"coordinates": [[[-173.51777, 63.891325], [-172.953446, 65.408499], [-167.617564, 65.064883], [-168.459416, 63.570711], [-173.51777, 63.891325]]], "type": "Polygon"}, "id": "384", "properties": {"__folium_color": "#fde725", "frame_id": 43045, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-173.032466, 64.872873, -166.819374, 66.72037], "geometry": {"coordinates": [[[-173.032466, 65.204422], [-172.428799, 66.72037], [-166.819374, 66.363724], [-167.731117, 64.872873], [-173.032466, 65.204422]]], "type": "Polygon"}, "id": "385", "properties": {"__folium_color": "#fde725", "frame_id": 43044, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-171.955194, 67.468014, -164.992884, 69.339687], "geometry": {"coordinates": [[[-171.955194, 67.827201], [-171.241604, 69.339687], [-164.992884, 68.950517], [-166.083675, 67.468014], [-171.955194, 67.827201]]], "type": "Polygon"}, "id": "386", "properties": {"__folium_color": "#fde725", "frame_id": 43042, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-171.341387, 68.75999, -163.927123, 70.647281], "geometry": {"coordinates": [[[-171.341387, 69.136111], [-170.569464, 70.647281], [-163.927123, 70.236395], [-165.141314, 68.75999], [-171.341387, 69.136111]]], "type": "Polygon"}, "id": "387", "properties": {"__folium_color": "#fde725", "frame_id": 43041, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-150.329897, 59.010516, -145.288773, 60.824739], "geometry": {"coordinates": [[[-150.329897, 59.304124], [-149.863996, 60.824739], [-145.288773, 60.513467], [-145.953014, 59.010516], [-150.329897, 59.304124]]], "type": "Polygon"}, "id": "388", "properties": {"__folium_color": "#fde725", "frame_id": 42780, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-104.575965, 44.535221, -100.988976, 46.332195], "geometry": {"coordinates": [[[-104.575965, 44.804259], [-104.240021, 46.332195], [-100.988976, 46.052036], [-101.414368, 44.535221], [-104.575965, 44.804259]]], "type": "Polygon"}, "id": "389", "properties": {"__folium_color": "#fde725", "frame_id": 42254, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-107.255146, 50.830607, -103.190707, 52.628137], "geometry": {"coordinates": [[[-107.255146, 51.103151], [-106.880941, 52.628137], [-103.190707, 52.343203], [-103.682322, 50.830607], [-107.255146, 51.103151]]], "type": "Polygon"}, "id": "390", "properties": {"__folium_color": "#fde725", "frame_id": 34463, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-104.864241, 43.211237, -101.360611, 45.009051], "geometry": {"coordinates": [[[-104.864241, 43.480891], [-104.530921, 45.009051], [-101.360611, 44.729671], [-101.769515, 43.211237], [-104.864241, 43.480891]]], "type": "Polygon"}, "id": "391", "properties": {"__folium_color": "#fde725", "frame_id": 42255, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-149.924642, 60.320416, -144.670952, 62.139738], "geometry": {"coordinates": [[[-149.924642, 60.620038], [-149.435373, 62.139738], [-144.670952, 61.82119], [-145.377698, 60.320416], [-149.924642, 60.620038]]], "type": "Polygon"}, "id": "392", "properties": {"__folium_color": "#fde725", "frame_id": 42779, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-149.503457, 61.627622, -144.003163, 63.453935], "geometry": {"coordinates": [[[-149.503457, 61.935424], [-148.984264, 63.453935], [-144.003163, 63.125933], [-144.758627, 61.627622], [-149.503457, 61.935424]]], "type": "Polygon"}, "id": "393", "properties": {"__folium_color": "#fde725", "frame_id": 42778, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-149.056268, 62.933441, -143.293316, 64.767389], "geometry": {"coordinates": [[[-149.056268, 63.249722], [-148.50892, 64.767389], [-143.293316, 64.429023], [-144.104714, 62.933441], [-149.056268, 63.249722]]], "type": "Polygon"}, "id": "394", "properties": {"__folium_color": "#fde725", "frame_id": 42777, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-148.585462, 64.236856, -142.52623, 66.079785], "geometry": {"coordinates": [[[-148.585462, 64.563273], [-148.001833, 66.079785], [-142.52623, 65.729313], [-143.402648, 64.236856], [-148.585462, 64.563273]]], "type": "Polygon"}, "id": "395", "properties": {"__folium_color": "#fde725", "frame_id": 42776, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-148.083686, 65.537526, -141.692455, 67.390999], "geometry": {"coordinates": [[[-148.083686, 65.875784], [-147.457287, 67.390999], [-141.692455, 67.026413], [-142.644613, 65.537526], [-148.083686, 65.875784]]], "type": "Polygon"}, "id": "396", "properties": {"__folium_color": "#fde725", "frame_id": 42775, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-147.545405, 66.835075, -140.779985, 68.700649], "geometry": {"coordinates": [[[-147.545405, 67.187136], [-146.864651, 68.700649], [-140.779985, 68.319799], [-141.821441, 66.835075], [-147.545405, 67.187136]]], "type": "Polygon"}, "id": "397", "properties": {"__folium_color": "#fde725", "frame_id": 42774, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-146.960248, 68.128995, -139.774078, 70.009023], "geometry": {"coordinates": [[[-146.960248, 68.49697], [-146.222418, 70.009023], [-139.774078, 69.608833], [-140.921494, 68.128995], [-146.960248, 68.49697]]], "type": "Polygon"}, "id": "398", "properties": {"__folium_color": "#fde725", "frame_id": 42773, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-146.32698, 69.418669, -138.655972, 71.315638], "geometry": {"coordinates": [[[-146.32698, 69.805544], [-145.51581, 71.315638], [-138.655972, 70.892684], [-139.930509, 69.418669], [-146.32698, 69.805544]]], "type": "Polygon"}, "id": "399", "properties": {"__folium_color": "#fde725", "frame_id": 42772, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-150.713738, 57.698877, -145.869224, 59.508596], "geometry": {"coordinates": [[[-150.713738, 57.987146], [-150.268156, 59.508596], [-145.869224, 59.203776], [-146.496289, 57.698877], [-150.713738, 57.987146]]], "type": "Polygon"}, "id": "400", "properties": {"__folium_color": "#fde725", "frame_id": 42781, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-128.528283, 47.831781, -124.715183, 49.628253], "geometry": {"coordinates": [[[-128.528283, 48.10171], [-128.175539, 49.628253], [-124.715183, 49.346939], [-125.168385, 47.831781], [-128.528283, 48.10171]]], "type": "Polygon"}, "id": "401", "properties": {"__folium_color": "#fde725", "frame_id": 42520, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-127.912431, 50.472683, -123.881532, 52.269886], "geometry": {"coordinates": [[[-127.912431, 50.744705], [-127.540846, 52.269886], [-123.881532, 51.985631], [-124.368073, 50.472683], [-127.912431, 50.744705]]], "type": "Polygon"}, "id": "402", "properties": {"__folium_color": "#fde725", "frame_id": 42518, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-127.591672, 51.791591, -123.439956, 53.589516], "geometry": {"coordinates": [[[-127.591672, 52.06518], [-127.20766, 53.589516], [-123.439956, 53.303321], [-123.945982, 51.791591], [-127.591672, 52.06518]]], "type": "Polygon"}, "id": "403", "properties": {"__folium_color": "#fde725", "frame_id": 42517, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-127.259984, 53.109382, -122.972782, 54.908846], "geometry": {"coordinates": [[[-127.259984, 53.384865], [-126.867905, 54.908846], [-122.972782, 54.618993], [-123.507089, 53.109382], [-127.259984, 53.384865]]], "type": "Polygon"}, "id": "404", "properties": {"__folium_color": "#fde725", "frame_id": 42516, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-126.921902, 54.425214, -122.490524, 56.227515], "geometry": {"coordinates": [[[-126.921902, 54.704224], [-126.516836, 56.227515], [-122.490524, 55.934155], [-123.042926, 54.425214], [-126.921902, 54.704224]]], "type": "Polygon"}, "id": "405", "properties": {"__folium_color": "#fde725", "frame_id": 42515, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-128.223847, 49.152727, -124.306035, 50.949443], "geometry": {"coordinates": [[[-128.223847, 49.423498], [-127.862936, 50.949443], [-124.306035, 50.666815], [-124.775047, 49.152727], [-128.223847, 49.423498]]], "type": "Polygon"}, "id": "406", "properties": {"__folium_color": "#fde725", "frame_id": 42519, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-118.648, 46.029384, -114.967747, 47.825584], "geometry": {"coordinates": [[[-118.648, 46.298447], [-118.303372, 47.825584], [-114.967747, 47.545914], [-115.401707, 46.029384], [-118.648, 46.298447]]], "type": "Polygon"}, "id": "407", "properties": {"__folium_color": "#fde725", "frame_id": 38494, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-104.285875, 45.857681, -100.611878, 47.654618], "geometry": {"coordinates": [[[-104.285875, 46.127411], [-103.942121, 47.654618], [-100.611878, 47.374287], [-101.044282, 45.857681], [-104.285875, 46.127411]]], "type": "Polygon"}, "id": "408", "properties": {"__folium_color": "#fde725", "frame_id": 42253, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-93.515147, 48.018333, -89.687274, 49.814778], "geometry": {"coordinates": [[[-93.515147, 48.288317], [-93.161433, 49.814778], [-89.687274, 49.533346], [-90.142498, 48.018333], [-93.515147, 48.288317]]], "type": "Polygon"}, "id": "409", "properties": {"__folium_color": "#fde725", "frame_id": 38224, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-93.209883, 49.339148, -89.276156, 51.135889], "geometry": {"coordinates": [[[-93.209883, 49.610027], [-92.847877, 51.135889], [-89.276156, 50.853083], [-89.747416, 49.339148], [-93.209883, 49.610027]]], "type": "Polygon"}, "id": "410", "properties": {"__folium_color": "#fde725", "frame_id": 38223, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-70.135178, 42.069113, -66.697718, 43.868113], "geometry": {"coordinates": [[[-70.135178, 42.339105], [-69.809224, 43.868113], [-66.697718, 43.588327], [-67.097685, 42.069113], [-70.135178, 42.339105]]], "type": "Polygon"}, "id": "411", "properties": {"__folium_color": "#fde725", "frame_id": 37960, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-69.853623, 43.393836, -66.339943, 45.191772], "geometry": {"coordinates": [[[-69.853623, 43.66329], [-69.522626, 45.191772], [-66.339943, 44.912207], [-66.750245, 43.393836], [-69.853623, 43.66329]]], "type": "Polygon"}, "id": "412", "properties": {"__folium_color": "#fde725", "frame_id": 37959, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-69.567763, 44.717766, -65.972424, 46.514721], "geometry": {"coordinates": [[[-69.567763, 44.986954], [-69.229559, 46.514721], [-65.972424, 46.235277], [-66.39389, 44.717766], [-69.567763, 44.986954]]], "type": "Polygon"}, "id": "413", "properties": {"__folium_color": "#fde725", "frame_id": 37958, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-89.62866, 47.005827, -85.876089, 48.802407], "geometry": {"coordinates": [[[-89.62866, 47.275504], [-89.280638, 48.802407], [-85.876089, 48.521613], [-86.320155, 47.005827], [-89.62866, 47.275504]]], "type": "Polygon"}, "id": "414", "properties": {"__folium_color": "#fde725", "frame_id": 46011, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-89.328258, 48.327369, -85.475785, 50.123969], "geometry": {"coordinates": [[[-89.328258, 48.597652], [-88.97262, 50.123969], [-85.475785, 49.842125], [-85.934694, 48.327369], [-89.328258, 48.597652]]], "type": "Polygon"}, "id": "415", "properties": {"__folium_color": "#fde725", "frame_id": 46010, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-89.021347, 49.647957, -85.06109, 51.444943], "geometry": {"coordinates": [[[-89.021347, 49.91923], [-88.657192, 51.444943], [-85.06109, 51.161617], [-85.536431, 49.647957], [-89.021347, 49.91923]]], "type": "Polygon"}, "id": "416", "properties": {"__folium_color": "#fde725", "frame_id": 46009, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-65.95365, 42.379973, -62.498341, 44.178817], "geometry": {"coordinates": [[[-65.95365, 42.649935], [-65.626494, 44.178817], [-62.498341, 43.898983], [-62.900723, 42.379973], [-65.95365, 42.649935]]], "type": "Polygon"}, "id": "417", "properties": {"__folium_color": "#fde725", "frame_id": 45746, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-65.671067, 43.704513, -62.138245, 45.502354], "geometry": {"coordinates": [[[-65.671067, 43.974002], [-65.338734, 45.502354], [-62.138245, 45.222671], [-62.551197, 43.704513], [-65.671067, 43.974002]]], "type": "Polygon"}, "id": "418", "properties": {"__folium_color": "#fde725", "frame_id": 45745, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-119.227638, 43.38242, -115.713717, 45.180489], "geometry": {"coordinates": [[[-119.227638, 43.652052], [-118.89662, 45.180489], [-115.713717, 44.900744], [-116.124027, 43.38242], [-119.227638, 43.652052]]], "type": "Polygon"}, "id": "419", "properties": {"__folium_color": "#fde725", "frame_id": 38496, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-119.509214, 42.057741, -116.071497, 43.856873], "geometry": {"coordinates": [[[-119.509214, 42.327909], [-119.183235, 43.856873], [-116.071497, 43.576908], [-116.471478, 42.057741], [-119.509214, 42.327909]]], "type": "Polygon"}, "id": "420", "properties": {"__folium_color": "#fde725", "frame_id": 38497, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-65.384064, 45.028252, -61.768175, 46.825178], "geometry": {"coordinates": [[[-65.384064, 45.297544], [-65.044363, 46.825178], [-61.768175, 46.545538], [-62.192553, 45.028252], [-65.384064, 45.297544]]], "type": "Polygon"}, "id": "421", "properties": {"__folium_color": "#fde725", "frame_id": 45744, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-118.350257, 47.350863, -114.571457, 49.147559], "geometry": {"coordinates": [[[-118.350257, 47.620829], [-118.000255, 49.147559], [-114.571457, 48.866358], [-115.019355, 47.350863], [-118.350257, 47.620829]]], "type": "Polygon"}, "id": "422", "properties": {"__folium_color": "#fde725", "frame_id": 38493, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-118.048161, 48.672145, -114.167445, 50.468957], "geometry": {"coordinates": [[[-118.048161, 48.942817], [-117.690315, 50.468957], [-114.167445, 50.186593], [-114.630586, 48.672145], [-118.048161, 48.942817]]], "type": "Polygon"}, "id": "423", "properties": {"__folium_color": "#fde725", "frame_id": 38492, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-117.739361, 49.992458, -113.748645, 51.789762], "geometry": {"coordinates": [[[-117.739361, 50.264231], [-117.372741, 51.789762], [-113.748645, 51.505792], [-114.228669, 49.992458], [-117.739361, 50.264231]]], "type": "Polygon"}, "id": "424", "properties": {"__folium_color": "#fde725", "frame_id": 38491, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-118.94176, 44.706305, -115.346199, 46.503393], "geometry": {"coordinates": [[[-118.94176, 44.975672], [-118.603539, 46.503393], [-115.346199, 46.223769], [-115.767666, 44.706305], [-118.94176, 44.975672]]], "type": "Polygon"}, "id": "425", "properties": {"__folium_color": "#fde725", "frame_id": 38495, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-139.376039, 61.154137, -133.966236, 62.977781], "geometry": {"coordinates": [[[-139.376039, 61.458906], [-138.867213, 62.977781], [-133.966236, 62.653372], [-134.703168, 61.154137], [-139.376039, 61.458906]]], "type": "Polygon"}, "id": "426", "properties": {"__folium_color": "#fde725", "frame_id": 38751, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-139.789576, 59.845442, -134.61059, 61.663257], "geometry": {"coordinates": [[[-139.789576, 60.143222], [-139.309256, 61.663257], [-134.61059, 61.347014], [-135.301208, 59.845442], [-139.789576, 60.143222]]], "type": "Polygon"}, "id": "427", "properties": {"__folium_color": "#fde725", "frame_id": 38752, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-140.184181, 58.534896, -135.214216, 60.347639], "geometry": {"coordinates": [[[-140.184181, 58.826734], [-139.726007, 60.347639], [-135.214216, 60.038547], [-135.864452, 58.534896], [-140.184181, 58.826734]]], "type": "Polygon"}, "id": "428", "properties": {"__folium_color": "#fde725", "frame_id": 38753, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-140.562227, 57.22267, -135.78236, 59.031208], "geometry": {"coordinates": [[[-140.562227, 57.509486], [-140.123415, 59.031208], [-135.78236, 58.728199], [-136.39709, 57.22267], [-140.562227, 57.509486]]], "type": "Polygon"}, "id": "429", "properties": {"__folium_color": "#fde725", "frame_id": 38754, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-135.57714, 60.15321, -130.34459, 61.972563], "geometry": {"coordinates": [[[-135.57714, 60.452767], [-135.091032, 61.972563], [-130.34459, 61.654222], [-131.045673, 60.15321], [-135.57714, 60.452767]]], "type": "Polygon"}, "id": "430", "properties": {"__folium_color": "#fde725", "frame_id": 46538, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-135.976061, 58.843875, -130.957412, 60.657162], "geometry": {"coordinates": [[[-135.976061, 59.136482], [-135.512836, 60.657162], [-130.957412, 60.346252], [-131.623775, 58.843875], [-135.976061, 59.136482]]], "type": "Polygon"}, "id": "431", "properties": {"__folium_color": "#fde725", "frame_id": 46539, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-136.361802, 57.532053, -131.540589, 59.340935], "geometry": {"coordinates": [[[-136.361802, 57.819728], [-135.914653, 59.340935], [-131.540589, 59.037163], [-132.163271, 57.532053], [-136.361802, 57.819728]]], "type": "Polygon"}, "id": "432", "properties": {"__folium_color": "#fde725", "frame_id": 46540, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-131.11872, 54.114904, -126.723262, 55.916514], "geometry": {"coordinates": [[[-131.11872, 54.393045], [-130.716944, 55.916514], [-126.723262, 55.624208], [-127.269572, 54.114904], [-131.11872, 54.393045]]], "type": "Polygon"}, "id": "433", "properties": {"__folium_color": "#fde725", "frame_id": 34729, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-130.772351, 55.430516, -126.223067, 57.234666], "geometry": {"coordinates": [[[-130.772351, 55.71191], [-130.356331, 57.234666], [-126.223067, 56.938317], [-126.795922, 55.430516], [-130.772351, 55.71191]]], "type": "Polygon"}, "id": "434", "properties": {"__folium_color": "#fde725", "frame_id": 34728, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-130.413806, 56.74477, -125.696525, 58.55189], "geometry": {"coordinates": [[[-130.413806, 57.030102], [-129.979001, 58.55189], [-125.696525, 58.250917], [-126.299392, 56.74477], [-130.413806, 57.030102]]], "type": "Polygon"}, "id": "435", "properties": {"__folium_color": "#fde725", "frame_id": 34727, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-137.426412, 53.587688, -133.090628, 55.388291], "geometry": {"coordinates": [[[-137.426412, 53.86452], [-137.02986, 55.388291], [-133.090628, 55.097596], [-133.627086, 53.587688], [-137.426412, 53.86452]]], "type": "Polygon"}, "id": "436", "properties": {"__folium_color": "#fde725", "frame_id": 46543, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-156.365519, 69.884967, -148.500803, 71.788946], "geometry": {"coordinates": [[[-156.365519, 70.279643], [-155.523794, 71.788946], [-148.500803, 71.356598], [-149.82773, 69.884967], [-156.365519, 70.279643]]], "type": "Polygon"}, "id": "437", "properties": {"__folium_color": "#fde725", "frame_id": 46799, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.020137, 68.597006, -149.665153, 70.48303], "geometry": {"coordinates": [[[-157.020137, 68.971648], [-156.257228, 70.48303], [-149.665153, 70.074854], [-150.856018, 68.597006], [-157.020137, 68.971648]]], "type": "Polygon"}, "id": "438", "properties": {"__folium_color": "#fde725", "frame_id": 46800, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-103.37974, 49.821825, -99.403888, 51.619003], "geometry": {"coordinates": [[[-103.37974, 50.093395], [-103.014329, 51.619003], [-99.403888, 51.335306], [-99.881611, 49.821825], [-103.37974, 50.093395]]], "type": "Polygon"}, "id": "439", "properties": {"__folium_color": "#fde725", "frame_id": 42250, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Manitoba"}, "type": "Feature"}, {"bbox": [-103.687614, 48.50139, -99.82067, 50.298128], "geometry": {"coordinates": [[[-103.687614, 48.771913], [-103.330849, 50.298128], [-99.82067, 50.015976], [-100.281733, 48.50139], [-103.687614, 48.771913]]], "type": "Polygon"}, "id": "440", "properties": {"__folium_color": "#fde725", "frame_id": 42251, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Manitoba"}, "type": "Feature"}, {"bbox": [-103.988881, 47.179992, -100.222861, 48.976661], "geometry": {"coordinates": [[[-103.988881, 47.449858], [-103.639847, 48.976661], [-100.222861, 48.695618], [-100.66888, 47.179992], [-103.988881, 47.449858]]], "type": "Polygon"}, "id": "441", "properties": {"__folium_color": "#fde725", "frame_id": 42252, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-137.084509, 54.903835, -132.600136, 56.706733], "geometry": {"coordinates": [[[-137.084509, 55.183662], [-136.674394, 56.706733], [-132.600136, 56.412288], [-133.161934, 54.903835], [-137.084509, 55.183662]]], "type": "Polygon"}, "id": "442", "properties": {"__folium_color": "#fde725", "frame_id": 46542, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-131.454304, 52.798017, -127.200175, 54.597681], "geometry": {"coordinates": [[[-131.454304, 53.07353], [-131.065145, 54.597681], [-127.200175, 54.308723], [-127.722698, 52.798017], [-131.454304, 53.07353]]], "type": "Polygon"}, "id": "443", "properties": {"__folium_color": "#fde725", "frame_id": 34730, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-155.637851, 54.760484, -151.171387, 56.56297], "geometry": {"coordinates": [[[-155.637851, 55.039791], [-155.229347, 56.56297], [-151.171387, 56.269138], [-151.73019, 54.760484], [-155.637851, 55.039791]]], "type": "Polygon"}, "id": "444", "properties": {"__folium_color": "#fde725", "frame_id": 34997, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-155.285732, 56.075491, -150.65874, 57.88027], "geometry": {"coordinates": [[[-155.285732, 56.358369], [-154.855591, 57.88027], [-150.65874, 57.582565], [-151.245777, 56.075491], [-155.285732, 56.358369]]], "type": "Polygon"}, "id": "445", "properties": {"__folium_color": "#fde725", "frame_id": 34996, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.914198, 57.389072, -150.111196, 59.197383], "geometry": {"coordinates": [[[-154.914198, 57.675758], [-154.473029, 59.197383], [-150.111196, 58.89361], [-150.737013, 57.389072], [-154.914198, 57.675758]]], "type": "Polygon"}, "id": "446", "properties": {"__folium_color": "#fde725", "frame_id": 34995, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.534136, 58.700336, -149.538778, 60.513723], "geometry": {"coordinates": [[[-154.534136, 58.99292], [-154.073275, 60.513723], [-149.538778, 60.203737], [-150.193879, 58.700336], [-154.534136, 58.99292]]], "type": "Polygon"}, "id": "447", "properties": {"__folium_color": "#fde725", "frame_id": 34994, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.137234, 60.010665, -148.930278, 61.829242], "geometry": {"coordinates": [[[-154.137234, 60.309317], [-153.653836, 61.829242], [-148.930278, 61.511958], [-149.626442, 60.010665], [-154.137234, 60.309317]]], "type": "Polygon"}, "id": "448", "properties": {"__folium_color": "#fde725", "frame_id": 34993, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-153.721066, 61.319118, -148.280335, 63.143658], "geometry": {"coordinates": [[[-153.721066, 61.624904], [-153.208677, 63.143658], [-148.280335, 62.818041], [-149.023623, 61.319118], [-153.721066, 61.624904]]], "type": "Polygon"}, "id": "449", "properties": {"__folium_color": "#fde725", "frame_id": 34992, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-153.279693, 62.62547, -147.58285, 64.45735], "geometry": {"coordinates": [[[-153.279693, 62.939418], [-152.74021, 64.45735], [-147.58285, 64.121742], [-148.380195, 62.62547], [-153.279693, 62.939418]]], "type": "Polygon"}, "id": "450", "properties": {"__folium_color": "#fde725", "frame_id": 34991, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-152.815603, 63.929484, -146.830138, 65.770008], "geometry": {"coordinates": [[[-152.815603, 64.253204], [-152.241166, 65.770008], [-146.830138, 65.42273], [-147.690226, 63.929484], [-152.815603, 64.253204]]], "type": "Polygon"}, "id": "451", "properties": {"__folium_color": "#fde725", "frame_id": 34990, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-152.321671, 65.230838, -146.013194, 67.081514], "geometry": {"coordinates": [[[-152.321671, 65.565971], [-151.706102, 67.081514], [-146.013194, 66.720632], [-146.94624, 65.230838], [-152.321671, 65.565971]]], "type": "Polygon"}, "id": "452", "properties": {"__folium_color": "#fde725", "frame_id": 34989, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-151.792626, 66.529171, -145.120593, 68.391738], "geometry": {"coordinates": [[[-151.792626, 66.877609], [-151.128547, 68.391738], [-145.120593, 68.01495], [-146.139501, 66.529171], [-151.792626, 66.877609]]], "type": "Polygon"}, "id": "453", "properties": {"__folium_color": "#fde725", "frame_id": 34988, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-151.222217, 67.824002, -144.138349, 69.700247], "geometry": {"coordinates": [[[-151.222217, 68.187991], [-150.496112, 69.700247], [-144.138349, 69.305082], [-145.258929, 67.824002], [-151.222217, 68.187991]]], "type": "Polygon"}, "id": "454", "properties": {"__folium_color": "#fde725", "frame_id": 34987, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-150.598379, 69.114747, -143.048706, 71.007305], "geometry": {"coordinates": [[[-150.598379, 69.496711], [-149.805968, 71.007305], [-143.048706, 70.590242], [-144.290988, 69.114747], [-150.598379, 69.496711]]], "type": "Polygon"}, "id": "455", "properties": {"__folium_color": "#fde725", "frame_id": 34986, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-132.099088, 50.160794, -128.093703, 51.958216], "geometry": {"coordinates": [[[-132.099088, 50.432756], [-131.731246, 51.958216], [-128.093703, 51.673987], [-128.576042, 50.160794], [-132.099088, 50.432756]]], "type": "Polygon"}, "id": "456", "properties": {"__folium_color": "#fde725", "frame_id": 34732, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-131.781743, 51.479956, -127.656219, 53.278195], "geometry": {"coordinates": [[[-131.781743, 51.753515], [-131.402355, 53.278195], [-127.656219, 52.991948], [-128.157566, 51.479956], [-131.781743, 51.753515]]], "type": "Polygon"}, "id": "457", "properties": {"__folium_color": "#fde725", "frame_id": 34731, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-136.731013, 56.218664, -132.084533, 58.024259], "geometry": {"coordinates": [[[-136.731013, 56.502141], [-136.302944, 58.024259], [-132.084533, 57.725521], [-132.674938, 56.218664], [-136.731013, 56.502141]]], "type": "Polygon"}, "id": "458", "properties": {"__folium_color": "#fde725", "frame_id": 46541, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-113.863544, 48.98285, -109.95954, 50.779494], "geometry": {"coordinates": [[[-113.863544, 49.253484], [-113.503758, 50.779494], [-109.95954, 50.497067], [-110.426412, 48.98285], [-113.863544, 49.253484]]], "type": "Polygon"}, "id": "459", "properties": {"__folium_color": "#fde725", "frame_id": 46278, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-114.167118, 47.661798, -110.366811, 49.458245], "geometry": {"coordinates": [[[-114.167118, 47.93164], [-113.815381, 49.458245], [-110.366811, 49.177077], [-110.818081, 47.661798], [-114.167118, 47.93164]]], "type": "Polygon"}, "id": "460", "properties": {"__folium_color": "#fde725", "frame_id": 46279, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alberta"}, "type": "Feature"}, {"bbox": [-114.464537, 46.339816, -110.76042, 48.136414], "geometry": {"coordinates": [[[-114.464537, 46.609232], [-114.120002, 48.136414], [-110.76042, 47.856095], [-111.197578, 46.339816], [-114.464537, 46.609232]]], "type": "Polygon"}, "id": "461", "properties": {"__folium_color": "#fde725", "frame_id": 46280, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-114.758063, 45.01695, -111.141674, 46.814017], "geometry": {"coordinates": [[[-114.758063, 45.286442], [-114.418361, 46.814017], [-111.141674, 46.534176], [-111.566045, 45.01695], [-114.758063, 45.286442]]], "type": "Polygon"}, "id": "462", "properties": {"__folium_color": "#fde725", "frame_id": 46281, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-115.045069, 43.693268, -111.511736, 45.491249], "geometry": {"coordinates": [[[-115.045069, 43.962954], [-114.712731, 45.491249], [-111.511736, 45.211365], [-111.92469, 43.693268], [-115.045069, 43.962954]]], "type": "Polygon"}, "id": "463", "properties": {"__folium_color": "#fde725", "frame_id": 46282, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-115.327659, 42.368783, -111.871831, 44.167767], "geometry": {"coordinates": [[[-115.327659, 42.638941], [-115.000494, 44.167767], [-111.871831, 43.887735], [-112.274221, 42.368783], [-115.327659, 42.638941]]], "type": "Polygon"}, "id": "464", "properties": {"__folium_color": "#fde725", "frame_id": 46283, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Idaho"}, "type": "Feature"}, {"bbox": [-113.549662, 50.30292, -109.537119, 52.099654], "geometry": {"coordinates": [[[-113.549662, 50.574435], [-113.179232, 52.099654], [-109.537119, 51.816006], [-110.021286, 50.30292], [-113.549662, 50.574435]]], "type": "Polygon"}, "id": "465", "properties": {"__folium_color": "#fde725", "frame_id": 46277, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alberta"}, "type": "Feature"}, {"bbox": [-121.306535, 43.282476, -117.798841, 45.080614], "geometry": {"coordinates": [[[-121.306535, 43.552131], [-120.975891, 45.080614], [-117.798841, 44.800872], [-118.208351, 43.282476], [-121.306535, 43.552131]]], "type": "Polygon"}, "id": "466", "properties": {"__folium_color": "#fde725", "frame_id": 11110, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-121.020977, 44.606426, -117.432094, 46.403397], "geometry": {"coordinates": [[[-121.020977, 44.875796], [-120.681674, 46.403397], [-117.432094, 46.123966], [-117.85268, 44.606426], [-121.020977, 44.875796]]], "type": "Polygon"}, "id": "467", "properties": {"__folium_color": "#fde725", "frame_id": 11109, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-120.72758, 45.929574, -117.048878, 47.725801], "geometry": {"coordinates": [[[-120.72758, 46.198615], [-120.383424, 47.725801], [-117.048878, 47.445415], [-117.487481, 45.929574], [-120.72758, 46.198615]]], "type": "Polygon"}, "id": "468", "properties": {"__folium_color": "#fde725", "frame_id": 11108, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-120.430241, 47.251125, -116.659154, 49.047824], "geometry": {"coordinates": [[[-120.430241, 47.521043], [-120.080766, 49.047824], [-116.659154, 48.766705], [-117.105978, 47.251125], [-120.430241, 47.521043]]], "type": "Polygon"}, "id": "469", "properties": {"__folium_color": "#fde725", "frame_id": 11107, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-120.128596, 48.572483, -116.256185, 50.36927], "geometry": {"coordinates": [[[-120.128596, 48.843078], [-119.77134, 50.36927], [-116.256185, 50.08702], [-116.718136, 48.572483], [-120.128596, 48.843078]]], "type": "Polygon"}, "id": "470", "properties": {"__folium_color": "#fde725", "frame_id": 11106, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-119.8203, 49.892876, -115.83854, 51.690125], "geometry": {"coordinates": [[[-119.8203, 50.16454], [-119.454344, 51.690125], [-115.83854, 51.406305], [-116.317246, 49.892876], [-119.8203, 50.16454]]], "type": "Polygon"}, "id": "471", "properties": {"__folium_color": "#fde725", "frame_id": 11105, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-95.595149, 47.919151, -91.775095, 49.715601], "geometry": {"coordinates": [[[-95.595149, 48.189096], [-95.241982, 49.715601], [-91.775095, 49.434244], [-92.229208, 47.919151], [-95.595149, 48.189096]]], "type": "Polygon"}, "id": "472", "properties": {"__folium_color": "#fde725", "frame_id": 10838, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-95.290353, 49.240038, -91.365057, 51.036755], "geometry": {"coordinates": [[[-95.290353, 49.510848], [-94.928962, 51.036755], [-91.365057, 50.754057], [-91.835085, 49.240038], [-95.290353, 49.510848]]], "type": "Polygon"}, "id": "473", "properties": {"__folium_color": "#fde725", "frame_id": 10837, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-168.557143, 52.505068, -164.335762, 54.304155], "geometry": {"coordinates": [[[-168.557143, 52.77977], [-168.170542, 54.304155], [-164.335762, 54.016165], [-164.85331, 52.505068], [-168.557143, 52.77977]]], "type": "Polygon"}, "id": "474", "properties": {"__folium_color": "#fde725", "frame_id": 11640, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.223745, 53.822307, -163.863728, 55.623212], "geometry": {"coordinates": [[[-168.223745, 54.099503], [-167.824854, 55.623212], [-163.863728, 55.332027], [-164.404472, 53.822307], [-168.223745, 54.099503]]], "type": "Polygon"}, "id": "475", "properties": {"__folium_color": "#fde725", "frame_id": 11639, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-166.767606, 59.07773, -161.717093, 60.892129], "geometry": {"coordinates": [[[-166.767606, 59.371518], [-166.30057, 60.892129], [-161.717093, 60.580621], [-162.383335, 59.07773], [-166.767606, 59.371518]]], "type": "Polygon"}, "id": "476", "properties": {"__folium_color": "#fde725", "frame_id": 11635, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-166.365418, 60.387581, -161.097257, 62.207125], "geometry": {"coordinates": [[[-166.365418, 60.687721], [-165.870798, 62.207125], [-161.097257, 61.888283], [-161.806293, 60.387581], [-166.365418, 60.687721]]], "type": "Polygon"}, "id": "477", "properties": {"__folium_color": "#fde725", "frame_id": 11634, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-165.93907, 61.695486, -160.427135, 63.521315], "geometry": {"coordinates": [[[-165.93907, 62.002815], [-165.418362, 63.521315], [-160.427135, 63.192952], [-161.192362, 61.695486], [-165.93907, 62.002815]]], "type": "Polygon"}, "id": "478", "properties": {"__folium_color": "#fde725", "frame_id": 11633, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-165.490585, 63.000475, -159.7146, 64.834759], "geometry": {"coordinates": [[[-165.490585, 63.317107], [-164.941484, 64.834759], [-159.7146, 64.495953], [-160.529051, 63.000475], [-165.490585, 63.317107]]], "type": "Polygon"}, "id": "479", "properties": {"__folium_color": "#fde725", "frame_id": 11632, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-165.018282, 64.303803, -158.944379, 66.147138], "geometry": {"coordinates": [[[-165.018282, 64.630648], [-164.4326, 66.147138], [-158.944379, 65.796136], [-159.824356, 64.303803], [-165.018282, 64.630648]]], "type": "Polygon"}, "id": "480", "properties": {"__folium_color": "#fde725", "frame_id": 11631, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.514753, 65.60437, -158.106923, 67.458329], "geometry": {"coordinates": [[[-164.514753, 65.943144], [-163.885933, 67.458329], [-158.106923, 67.093105], [-159.063257, 65.60437], [-164.514753, 65.943144]]], "type": "Polygon"}, "id": "481", "properties": {"__folium_color": "#fde725", "frame_id": 11630, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-163.974405, 66.901792, -157.190092, 68.767947], "geometry": {"coordinates": [[[-163.974405, 67.254473], [-163.290758, 68.767947], [-157.190092, 68.386332], [-158.236492, 66.901792], [-163.974405, 67.254473]]], "type": "Polygon"}, "id": "482", "properties": {"__folium_color": "#fde725", "frame_id": 11629, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-163.386779, 68.195557, -156.178976, 70.076277], "geometry": {"coordinates": [[[-163.386779, 68.564277], [-162.645481, 70.076277], [-156.178976, 69.675169], [-157.332294, 68.195557], [-163.386779, 68.564277]]], "type": "Polygon"}, "id": "483", "properties": {"__folium_color": "#fde725", "frame_id": 11628, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.750556, 69.485041, -155.054584, 71.382834], "geometry": {"coordinates": [[[-162.750556, 69.872809], [-161.935168, 71.382834], [-155.054584, 70.958777], [-156.336238, 69.485041], [-162.750556, 69.872809]]], "type": "Polygon"}, "id": "484", "properties": {"__folium_color": "#fde725", "frame_id": 11627, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.051255, 70.769434, -153.793143, 72.687295], "geometry": {"coordinates": [[[-162.051255, 71.179615], [-161.145125, 72.687295], [-153.793143, 72.236118], [-155.229981, 70.769434], [-162.051255, 71.179615]]], "type": "Polygon"}, "id": "485", "properties": {"__folium_color": "#fde725", "frame_id": 11626, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-94.978527, 50.559933, -90.93956, 52.357161], "geometry": {"coordinates": [[[-94.978527, 50.832019], [-94.606395, 52.357161], [-90.93956, 52.072807], [-91.427235, 50.559933], [-94.978527, 50.832019]]], "type": "Polygon"}, "id": "486", "properties": {"__folium_color": "#fde725", "frame_id": 10836, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-71.932463, 43.293962, -68.424869, 45.091979], "geometry": {"coordinates": [[[-71.932463, 43.563457], [-71.601841, 45.091979], [-68.424869, 44.812399], [-68.834375, 43.293962], [-71.932463, 43.563457]]], "type": "Polygon"}, "id": "487", "properties": {"__folium_color": "#fde725", "frame_id": 10573, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-71.646924, 44.617951, -68.058118, 46.4148], "geometry": {"coordinates": [[[-71.646924, 44.887159], [-71.30764, 46.4148], [-68.058118, 46.135532], [-68.478707, 44.617951], [-71.646924, 44.887159]]], "type": "Polygon"}, "id": "488", "properties": {"__folium_color": "#fde725", "frame_id": 10572, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-130.304506, 49.054924, -126.394949, 50.85158], "geometry": {"coordinates": [[[-130.304506, 49.325587], [-129.944239, 50.85158], [-126.394949, 50.569099], [-126.86272, 49.054924], [-130.304506, 49.325587]]], "type": "Polygon"}, "id": "489", "properties": {"__folium_color": "#fde725", "frame_id": 15133, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-129.99364, 50.374958, -125.971654, 52.171725], "geometry": {"coordinates": [[[-129.99364, 50.646838], [-129.619235, 52.171725], [-125.971654, 51.887998], [-126.456817, 50.374958], [-129.99364, 50.646838]]], "type": "Polygon"}, "id": "490", "properties": {"__folium_color": "#fde725", "frame_id": 15132, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-129.669966, 51.693947, -125.525081, 53.491747], "geometry": {"coordinates": [[[-129.669966, 51.967046], [-129.290307, 53.491747], [-125.525081, 53.204975], [-126.035915, 51.693947], [-129.669966, 51.967046]]], "type": "Polygon"}, "id": "491", "properties": {"__folium_color": "#fde725", "frame_id": 15131, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-129.342514, 53.011069, -125.065764, 54.811126], "geometry": {"coordinates": [[[-129.342514, 53.287092], [-128.951345, 54.811126], [-125.065764, 54.521543], [-125.592018, 53.011069], [-129.342514, 53.287092]]], "type": "Polygon"}, "id": "492", "properties": {"__folium_color": "#fde725", "frame_id": 15130, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-129.005211, 54.327751, -124.585187, 56.129846], "geometry": {"coordinates": [[[-129.005211, 54.606499], [-128.601172, 56.129846], [-124.585187, 55.836806], [-125.135672, 54.327751], [-129.005211, 54.606499]]], "type": "Polygon"}, "id": "493", "properties": {"__folium_color": "#fde725", "frame_id": 15129, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-128.656905, 55.643144, -124.080877, 57.447882], "geometry": {"coordinates": [[[-128.656905, 55.925254], [-128.238331, 57.447882], [-124.080877, 57.150674], [-124.658421, 55.643144], [-128.656905, 55.925254]]], "type": "Polygon"}, "id": "494", "properties": {"__folium_color": "#fde725", "frame_id": 15128, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-106.939965, 43.113271, -103.445135, 44.911145], "geometry": {"coordinates": [[[-106.939965, 43.382631], [-106.609956, 44.911145], [-103.445135, 44.631768], [-103.853253, 43.113271], [-106.939965, 43.382631]]], "type": "Polygon"}, "id": "495", "properties": {"__folium_color": "#fde725", "frame_id": 14869, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-106.654944, 44.436618, -103.074268, 46.234327], "geometry": {"coordinates": [[[-106.654944, 44.706351], [-106.319428, 46.234327], [-103.074268, 45.954194], [-103.493652, 44.436618], [-106.654944, 44.706351]]], "type": "Polygon"}, "id": "496", "properties": {"__folium_color": "#fde725", "frame_id": 14868, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-106.36522, 45.759831, -102.698006, 47.556787], "geometry": {"coordinates": [[[-106.36522, 46.02954], [-106.021947, 47.556787], [-102.698006, 47.276508], [-103.129455, 45.759831], [-106.36522, 46.02954]]], "type": "Polygon"}, "id": "497", "properties": {"__folium_color": "#fde725", "frame_id": 14867, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-106.068638, 47.082205, -102.309912, 48.878869], "geometry": {"coordinates": [[[-106.068638, 47.352025], [-105.720139, 48.878869], [-102.309912, 48.597905], [-102.754878, 47.082205], [-106.068638, 47.352025]]], "type": "Polygon"}, "id": "498", "properties": {"__folium_color": "#fde725", "frame_id": 14866, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-105.767828, 48.403669, -101.908744, 50.200376], "geometry": {"coordinates": [[[-105.767828, 48.674119], [-105.411662, 50.200376], [-101.908744, 49.918334], [-102.368641, 48.403669], [-105.767828, 48.674119]]], "type": "Polygon"}, "id": "499", "properties": {"__folium_color": "#fde725", "frame_id": 14865, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-179.372102, 50.346601, -175.35494099999843, 52.14316499999459], "geometry": {"coordinates": [[[-179.372102, 50.618178], [-178.99788099999964, 52.14316499999459], [-175.35494099999843, 51.85975999999443], [-175.83966, 50.346601], [-179.372102, 50.618178]]], "type": "Polygon"}, "id": "500", "properties": {"__folium_color": "#fde725", "frame_id": 15669, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-179.04858299999967, 51.66570199999435, -174.90880699999818, 53.4632839999952], "geometry": {"coordinates": [[[-179.04858299999967, 51.93848199999448], [-178.66912699999952, 53.4632839999952], [-174.90880699999818, 53.17685199999503], [-175.41913799999844, 51.66570199999435], [-179.04858299999967, 51.93848199999448]]], "type": "Polygon"}, "id": "501", "properties": {"__folium_color": "#fde725", "frame_id": 15668, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-105.460466, 49.724175, -101.493095, 51.521293], "geometry": {"coordinates": [[[-105.460466, 49.995641], [-105.095725, 51.521293], [-101.493095, 51.23774], [-101.969524, 49.724175], [-105.460466, 49.995641]]], "type": "Polygon"}, "id": "502", "properties": {"__folium_color": "#fde725", "frame_id": 14864, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-100.658848, 43.635063, -97.129363, 45.433029], "geometry": {"coordinates": [[[-100.658848, 43.904695], [-100.326796, 45.433029], [-97.129363, 45.153218], [-97.541767, 43.635063], [-100.658848, 43.904695]]], "type": "Polygon"}, "id": "503", "properties": {"__folium_color": "#fde725", "frame_id": 3055, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-100.372086, 44.958796, -96.759825, 46.755833], "geometry": {"coordinates": [[[-100.372086, 45.228219], [-100.032702, 46.755833], [-96.759825, 46.476082], [-97.183597, 44.958796], [-100.372086, 45.228219]]], "type": "Polygon"}, "id": "504", "properties": {"__folium_color": "#fde725", "frame_id": 3054, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-100.078833, 46.281716, -96.379145, 48.078269], "geometry": {"coordinates": [[[-100.078833, 46.551046], [-99.734646, 48.078269], [-96.379145, 47.798058], [-96.815648, 46.281716], [-100.078833, 46.551046]]], "type": "Polygon"}, "id": "505", "properties": {"__folium_color": "#fde725", "frame_id": 3053, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-99.781712, 47.603755, -95.986168, 49.400139], "geometry": {"coordinates": [[[-99.781712, 47.873492], [-99.430359, 49.400139], [-95.986168, 49.119099], [-96.436717, 47.603755], [-99.781712, 47.873492]]], "type": "Polygon"}, "id": "506", "properties": {"__folium_color": "#fde725", "frame_id": 3052, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-99.478467, 48.924866, -95.57959, 50.721084], "geometry": {"coordinates": [[[-99.478467, 49.195375], [-99.115675, 50.721084], [-95.57959, 50.439151], [-96.04567, 48.924866], [-99.478467, 49.195375]]], "type": "Polygon"}, "id": "507", "properties": {"__folium_color": "#fde725", "frame_id": 3051, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Minnesota"}, "type": "Feature"}, {"bbox": [-99.164955, 50.244997, -95.151798, 52.04163], "geometry": {"coordinates": [[[-99.164955, 50.516366], [-98.795, 52.04163], [-95.151798, 51.757367], [-95.641227, 50.244997], [-99.164955, 50.516366]]], "type": "Polygon"}, "id": "508", "properties": {"__folium_color": "#fde725", "frame_id": 3050, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-76.112103, 42.976759, -72.621354, 44.775295], "geometry": {"coordinates": [[[-76.112103, 43.246671], [-75.782662, 44.775295], [-72.621354, 44.495361], [-73.028421, 42.976759], [-76.112103, 43.246671]]], "type": "Polygon"}, "id": "509", "properties": {"__folium_color": "#fde725", "frame_id": 2787, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-75.827567, 44.300932, -72.256747, 46.098582], "geometry": {"coordinates": [[[-75.827567, 44.570495], [-75.492682, 46.098582], [-72.256747, 45.818662], [-72.67485, 44.300932], [-75.827567, 44.570495]]], "type": "Polygon"}, "id": "510", "properties": {"__folium_color": "#fde725", "frame_id": 2786, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-75.538382, 45.624286, -71.881714, 47.42115], "geometry": {"coordinates": [[[-75.538382, 45.893788], [-75.195814, 47.42115], [-71.881714, 47.141123], [-72.311758, 45.624286], [-75.538382, 45.893788]]], "type": "Polygon"}, "id": "511", "properties": {"__folium_color": "#fde725", "frame_id": 2785, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-75.242402, 46.946807, -71.49497, 48.743342], "geometry": {"coordinates": [[[-75.242402, 47.216381], [-74.894682, 48.743342], [-71.49497, 48.462674], [-71.938392, 46.946807], [-75.242402, 47.216381]]], "type": "Polygon"}, "id": "512", "properties": {"__folium_color": "#fde725", "frame_id": 2784, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-123.695885, 50.896148, -119.625943, 52.693788], "geometry": {"coordinates": [[[-123.695885, 51.168816], [-123.321068, 52.693788], [-119.625943, 52.408701], [-120.118585, 50.896148], [-123.695885, 51.168816]]], "type": "Polygon"}, "id": "513", "properties": {"__folium_color": "#fde725", "frame_id": 3318, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-124.00976, 49.57652, -120.055795, 51.373538], "geometry": {"coordinates": [[[-124.00976, 49.847795], [-123.645975, 51.373538], [-120.055795, 51.090238], [-120.530303, 49.57652], [-124.00976, 49.847795]]], "type": "Polygon"}, "id": "514", "properties": {"__folium_color": "#fde725", "frame_id": 3319, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-124.316395, 48.255885, -120.46976, 50.052536], "geometry": {"coordinates": [[[-124.316395, 48.526189], [-123.96108, 50.052536], [-120.46976, 49.770694], [-120.927924, 48.255885], [-124.316395, 48.526189]]], "type": "Polygon"}, "id": "515", "properties": {"__folium_color": "#fde725", "frame_id": 3320, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-170.157588, 61.380197, -164.706992, 63.205002], "geometry": {"coordinates": [[[-170.157588, 61.686247], [-169.643768, 63.205002], [-164.706992, 62.879054], [-165.452665, 61.380197], [-170.157588, 61.686247]]], "type": "Polygon"}, "id": "516", "properties": {"__folium_color": "#fde725", "frame_id": 3847, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-169.714989, 62.686496, -164.007081, 64.518695], "geometry": {"coordinates": [[[-169.714989, 63.000766], [-169.173856, 64.518695], [-164.007081, 64.182687], [-164.80718, 62.686496], [-169.714989, 63.000766]]], "type": "Polygon"}, "id": "517", "properties": {"__folium_color": "#fde725", "frame_id": 3846, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-169.249487, 63.990444, -163.251548, 65.831347], "geometry": {"coordinates": [[[-169.249487, 64.314553], [-168.673129, 65.831347], [-163.251548, 65.483589], [-164.114837, 63.990444], [-169.249487, 64.314553]]], "type": "Polygon"}, "id": "518", "properties": {"__folium_color": "#fde725", "frame_id": 3845, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.753913, 65.291716, -162.431301, 67.142842], "geometry": {"coordinates": [[[-168.753913, 65.627317], [-168.136091, 67.142842], [-162.431301, 66.781385], [-163.368094, 65.291716], [-168.753913, 65.627317]]], "type": "Polygon"}, "id": "519", "properties": {"__folium_color": "#fde725", "frame_id": 3844, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.222943, 66.589947, -161.534801, 68.452804], "geometry": {"coordinates": [[[-168.222943, 66.938944], [-167.552433, 68.452804], [-161.534801, 68.075572], [-162.558129, 66.589947], [-168.222943, 66.938944]]], "type": "Polygon"}, "id": "520", "properties": {"__folium_color": "#fde725", "frame_id": 3843, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-167.650257, 67.88465, -160.547915, 69.761527], "geometry": {"coordinates": [[[-167.650257, 68.249309], [-166.920953, 69.761527], [-160.547915, 69.36554], [-161.673755, 67.88465], [-167.650257, 68.249309]]], "type": "Polygon"}, "id": "521", "properties": {"__folium_color": "#fde725", "frame_id": 3842, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-167.023689, 69.175237, -159.452691, 71.068542], "geometry": {"coordinates": [[[-167.023689, 69.558001], [-166.227422, 71.068542], [-159.452691, 70.650496], [-160.701293, 69.175237], [-167.023689, 69.558001]]], "type": "Polygon"}, "id": "522", "properties": {"__folium_color": "#fde725", "frame_id": 3841, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-146.477192, 58.12082, -141.570648, 59.932038], "geometry": {"coordinates": [[[-146.477192, 58.410852], [-146.025331, 59.932038], [-141.570648, 59.625108], [-142.209201, 58.12082], [-146.477192, 58.410852]]], "type": "Polygon"}, "id": "523", "properties": {"__folium_color": "#fde725", "frame_id": 3581, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-146.087983, 59.431925, -140.978716, 61.247929], "geometry": {"coordinates": [[[-146.087983, 59.727594], [-145.614903, 61.247929], [-140.978716, 60.934201], [-141.656024, 59.431925], [-146.087983, 59.727594]]], "type": "Polygon"}, "id": "524", "properties": {"__folium_color": "#fde725", "frame_id": 3580, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-145.680631, 60.741236, -140.347765, 62.562968], "geometry": {"coordinates": [[[-145.680631, 61.043547], [-145.183196, 62.562968], [-140.347765, 62.241257], [-141.069449, 60.741236], [-145.680631, 61.043547]]], "type": "Polygon"}, "id": "525", "properties": {"__folium_color": "#fde725", "frame_id": 3579, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-145.252463, 62.048545, -139.672173, 63.876866], "geometry": {"coordinates": [[[-145.252463, 62.358661], [-144.723779, 63.876866], [-139.672173, 63.546053], [-140.444625, 62.048545], [-145.252463, 62.358661]]], "type": "Polygon"}, "id": "526", "properties": {"__folium_color": "#fde725", "frame_id": 3578, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-144.797155, 63.353634, -138.944863, 65.189996], "geometry": {"coordinates": [[[-144.797155, 63.672665], [-144.238809, 65.189996], [-138.944863, 64.848283], [-139.776083, 63.353634], [-144.797155, 63.672665]]], "type": "Polygon"}, "id": "527", "properties": {"__folium_color": "#fde725", "frame_id": 3577, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-143.799735, 65.955934, -137.292288, 67.812546], "geometry": {"coordinates": [[[-143.799735, 66.297779], [-143.157955, 67.812546], [-137.292288, 67.44278], [-138.279184, 65.955934], [-143.799735, 66.297779]]], "type": "Polygon"}, "id": "528", "properties": {"__folium_color": "#fde725", "frame_id": 3575, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-143.248339, 67.251616, -136.351512, 69.121739], "geometry": {"coordinates": [[[-143.248339, 67.60874], [-142.549178, 69.121739], [-136.351512, 68.734854], [-137.425084, 67.251616], [-143.248339, 67.60874]]], "type": "Polygon"}, "id": "529", "properties": {"__folium_color": "#fde725", "frame_id": 3574, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-125.486329, 42.964331, -121.995756, 44.76298], "geometry": {"coordinates": [[[-125.486329, 43.234384], [-125.156857, 44.76298], [-121.995756, 44.482905], [-122.402825, 42.964331], [-125.486329, 43.234384]]], "type": "Polygon"}, "id": "530", "properties": {"__folium_color": "#fde725", "frame_id": 3324, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-125.201767, 44.288477, -121.631155, 46.08624], "geometry": {"coordinates": [[[-125.201767, 44.558181], [-124.866853, 46.08624], [-121.631155, 45.806177], [-122.049252, 44.288477], [-125.201767, 44.558181]]], "type": "Polygon"}, "id": "531", "properties": {"__folium_color": "#fde725", "frame_id": 3323, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-124.912557, 45.611804, -121.256134, 47.408781], "geometry": {"coordinates": [[[-124.912557, 45.881449], [-124.569965, 47.408781], [-121.256134, 47.128611], [-121.686165, 45.611804], [-124.912557, 45.881449]]], "type": "Polygon"}, "id": "532", "properties": {"__folium_color": "#fde725", "frame_id": 3322, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-124.616557, 46.934296, -120.869411, 48.730945], "geometry": {"coordinates": [[[-124.616557, 47.204013], [-124.268817, 48.730945], [-120.869411, 48.450133], [-121.312811, 46.934296], [-124.616557, 47.204013]]], "type": "Polygon"}, "id": "533", "properties": {"__folium_color": "#fde725", "frame_id": 3321, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-144.316954, 64.656206, -138.157599, 66.50173], "geometry": {"coordinates": [[[-144.316954, 64.985897], [-143.71597, 66.50173], [-138.157599, 66.14761], [-139.056934, 64.656206], [-144.316954, 64.985897]]], "type": "Polygon"}, "id": "534", "properties": {"__folium_color": "#fde725", "frame_id": 3576, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.574819, 60.071786, -165.359035, 61.890582], "geometry": {"coordinates": [[[-170.574819, 60.370652], [-170.09018, 61.890582], [-165.359035, 61.573026], [-166.057277, 60.071786], [-170.574819, 60.370652]]], "type": "Polygon"}, "id": "535", "properties": {"__folium_color": "#fde725", "frame_id": 3848, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.972652, 58.761491, -165.969364, 60.575055], "geometry": {"coordinates": [[[-170.972652, 59.054244], [-170.510704, 60.575055], [-165.969364, 60.264849], [-166.626285, 58.761491], [-170.972652, 59.054244]]], "type": "Polygon"}, "id": "536", "properties": {"__folium_color": "#fde725", "frame_id": 3849, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-172.75085699999744, 52.18786, -168.562123, 53.986485], "geometry": {"coordinates": [[[-172.75085699999744, 52.46192499999468], [-172.36701, 53.986485], [-168.562123, 53.699292], [-169.074448, 52.18786], [-172.75085699999744, 52.46192499999468]]], "type": "Polygon"}, "id": "537", "properties": {"__folium_color": "#fde725", "frame_id": 3854, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-132.856318, 55.328818, -128.319786, 57.132772], "geometry": {"coordinates": [[[-132.856318, 55.609956], [-132.44138, 57.132772], [-128.319786, 56.836743], [-128.890538, 55.328818], [-132.856318, 55.609956]]], "type": "Polygon"}, "id": "538", "properties": {"__folium_color": "#fde725", "frame_id": 7342, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-132.498697, 56.643182, -127.79533, 58.450054], "geometry": {"coordinates": [[[-132.498697, 56.928203], [-132.065131, 58.450054], [-127.79533, 58.149464], [-128.39582, 56.643182], [-132.498697, 56.928203]]], "type": "Polygon"}, "id": "539", "properties": {"__folium_color": "#fde725", "frame_id": 7341, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-111.122298, 42.79619, -107.641286, 44.594946], "geometry": {"coordinates": [[[-111.122298, 43.066301], [-110.793499, 44.594946], [-107.641286, 44.314854], [-108.047019, 42.79619], [-111.122298, 43.066301]]], "type": "Polygon"}, "id": "540", "properties": {"__folium_color": "#fde725", "frame_id": 7083, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-110.838311, 44.120417, -107.277972, 45.918254], "geometry": {"coordinates": [[[-110.838311, 44.390144], [-110.504149, 45.918254], [-107.277972, 45.638213], [-107.6946, 44.120417], [-110.838311, 44.390144]]], "type": "Polygon"}, "id": "541", "properties": {"__folium_color": "#fde725", "frame_id": 7082, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-110.549744, 45.443828, -106.904369, 47.240844], "geometry": {"coordinates": [[[-110.549744, 45.713459], [-110.207994, 47.240844], [-106.904369, 46.960737], [-107.332783, 45.443828], [-110.549744, 45.713459]]], "type": "Polygon"}, "id": "542", "properties": {"__folium_color": "#fde725", "frame_id": 7081, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-110.254465, 46.76641, -106.51921, 48.563058], "geometry": {"coordinates": [[[-110.254465, 47.036072], [-109.907658, 48.563058], [-106.51921, 48.282356], [-106.960825, 46.76641], [-110.254465, 47.036072]]], "type": "Polygon"}, "id": "543", "properties": {"__folium_color": "#fde725", "frame_id": 7080, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-109.955102, 48.088094, -106.121288, 49.884701], "geometry": {"coordinates": [[[-109.955102, 48.358298], [-109.600828, 49.884701], [-106.121288, 49.60302], [-106.57748, 48.088094], [-109.955102, 48.358298]]], "type": "Polygon"}, "id": "544", "properties": {"__folium_color": "#fde725", "frame_id": 7079, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-109.649358, 49.408831, -105.709239, 51.205758], "geometry": {"coordinates": [[[-109.649358, 49.679955], [-109.286736, 51.205758], [-105.709239, 50.922673], [-106.181562, 49.408831], [-109.649358, 49.679955]]], "type": "Polygon"}, "id": "545", "properties": {"__folium_color": "#fde725", "frame_id": 7078, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-109.336478, 50.728568, -105.281516, 52.526064], "geometry": {"coordinates": [[[-109.336478, 51.00103], [-108.962968, 52.526064], [-105.281516, 52.241256], [-105.771731, 50.728568], [-109.336478, 51.00103]]], "type": "Polygon"}, "id": "546", "properties": {"__folium_color": "#fde725", "frame_id": 7077, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-133.201874, 54.013103, -128.818135, 55.814564], "geometry": {"coordinates": [[[-133.201874, 54.291037], [-132.80105, 55.814564], [-128.818135, 55.522522], [-129.362576, 54.013103], [-133.201874, 54.291037]]], "type": "Polygon"}, "id": "547", "properties": {"__folium_color": "#fde725", "frame_id": 7343, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-133.53674, 52.69612, -129.293409, 54.495678], "geometry": {"coordinates": [[[-133.53674, 52.97147], [-133.148422, 54.495678], [-129.293409, 54.206934], [-129.814265, 52.69612], [-133.53674, 52.97147]]], "type": "Polygon"}, "id": "548", "properties": {"__folium_color": "#fde725", "frame_id": 7344, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-180.0, 50.03004, 180.0, 51.82723799999444], "geometry": {"coordinates": [[[[-179.56712299999987, 51.54343899999431], [-180.0, 50.18112821101667], [-180.0, 51.598170879436374], [-179.56712299999987, 51.54343899999431]]], [[[180.0, 51.598170879436374], [179.952301, 50.03004], [176.441376, 50.301631], [176.80838999999892, 51.82723799999444], [180.0, 51.598170879436374]]]], "type": "MultiPolygon"}, "id": "549", "properties": {"__folium_color": "#fde725", "frame_id": 7883, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-180.0, 51.34939099999422, 180.0, 53.147357999995045], "geometry": {"coordinates": [[[[-179.13135499999967, 52.861597999994906], [-179.6307409999999, 51.34939099999422], [-180.0, 51.3934936656684], [-180.0, 52.968090592434635], [-179.13135499999967, 52.861597999994906]]], [[[180.0, 52.968090592434635], [180.0, 51.3934936656684], [176.7580159999989, 51.62252899999434], [177.13646299999897, 53.147357999995045], [180.0, 52.968090592434635]]]], "type": "MultiPolygon"}, "id": "550", "properties": {"__folium_color": "#fde725", "frame_id": 7882, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-152.70371, 69.015012, -145.193095, 70.906262], "geometry": {"coordinates": [[[-152.70371, 69.395517], [-151.916956, 70.906262], [-145.193095, 70.490963], [-146.425366, 69.015012], [-152.70371, 69.395517]]], "type": "Polygon"}, "id": "551", "properties": {"__folium_color": "#fde725", "frame_id": 7600, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-133.86354, 51.37797, -129.747991, 53.176139], "geometry": {"coordinates": [[[-133.86354, 51.651406], [-133.484899, 53.176139], [-129.747991, 52.890063], [-130.247846, 51.37797], [-133.86354, 51.651406]]], "type": "Polygon"}, "id": "552", "properties": {"__folium_color": "#fde725", "frame_id": 7345, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-173.074238, 50.869187, -169.009227, 52.66661799999477], "geometry": {"coordinates": [[[-173.074238, 51.141542], [-172.69959399999743, 52.66661799999477], [-169.009227, 52.381863], [-169.501424, 50.869187], [-173.074238, 51.141542]]], "type": "Polygon"}, "id": "553", "properties": {"__folium_color": "#fde725", "frame_id": 3855, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-158.741198, 58.390652, -153.794032, 60.202792], "geometry": {"coordinates": [[[-158.741198, 58.681772], [-158.285273, 60.202792], [-153.794032, 59.894544], [-154.440114, 58.390652], [-158.741198, 58.681772]]], "type": "Polygon"}, "id": "554", "properties": {"__folium_color": "#fde725", "frame_id": 27208, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-158.348516, 59.701411, -153.194564, 61.51852], "geometry": {"coordinates": [[[-158.348516, 59.998364], [-157.870775, 61.51852], [-153.194564, 61.203247], [-153.880449, 59.701411], [-158.348516, 59.998364]]], "type": "Polygon"}, "id": "555", "properties": {"__folium_color": "#fde725", "frame_id": 27207, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.937181, 61.010339, -152.554976, 62.833387], "geometry": {"coordinates": [[[-157.937181, 61.314158], [-157.434376, 62.833387], [-152.554976, 62.509868], [-153.286485, 61.010339], [-157.937181, 61.314158]]], "type": "Polygon"}, "id": "556", "properties": {"__folium_color": "#fde725", "frame_id": 27206, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.504426, 62.317219, -151.869431, 64.147095], "geometry": {"coordinates": [[[-157.504426, 62.6291], [-156.969486, 64.147095], [-151.869431, 63.814174], [-152.6532, 62.317219], [-157.504426, 62.6291]]], "type": "Polygon"}, "id": "557", "properties": {"__folium_color": "#fde725", "frame_id": 27205, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-157.043773, 63.621827, -151.130578, 65.460017], "geometry": {"coordinates": [[[-157.043773, 63.942918], [-156.478158, 65.460017], [-151.130578, 65.115846], [-151.974916, 63.621827], [-157.043773, 63.942918]]], "type": "Polygon"}, "id": "558", "properties": {"__folium_color": "#fde725", "frame_id": 27204, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-156.557369, 64.923852, -150.329834, 66.771816], "geometry": {"coordinates": [[[-156.557369, 65.255946], [-155.952178, 66.771816], [-150.329834, 66.414533], [-151.244481, 64.923852], [-156.557369, 65.255946]]], "type": "Polygon"}, "id": "559", "properties": {"__folium_color": "#fde725", "frame_id": 27203, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-156.037175, 66.222954, -149.456319, 68.082369], "geometry": {"coordinates": [[[-156.037175, 66.567871], [-155.385402, 68.082369], [-149.456319, 67.709761], [-150.453563, 66.222954], [-156.037175, 66.567871]]], "type": "Polygon"}, "id": "560", "properties": {"__folium_color": "#fde725", "frame_id": 27202, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-155.477254, 67.518674, -148.496758, 69.391254], "geometry": {"coordinates": [[[-155.477254, 67.878576], [-154.765944, 69.391254], [-148.496758, 69.000958], [-149.591609, 67.518674], [-155.477254, 67.878576]]], "type": "Polygon"}, "id": "561", "properties": {"__folium_color": "#fde725", "frame_id": 27201, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.861568, 68.810458, -147.434332, 70.698472], "geometry": {"coordinates": [[[-154.861568, 69.187402], [-154.086988, 70.698472], [-147.434332, 70.287383], [-148.645764, 68.810458], [-154.861568, 69.187402]]], "type": "Polygon"}, "id": "562", "properties": {"__folium_color": "#fde725", "frame_id": 27200, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-154.197019, 70.096851, -146.240473, 72.004059], "geometry": {"coordinates": [[[-154.197019, 70.495126], [-153.341001, 72.004059], [-146.240473, 71.567358], [-147.592164, 70.096851], [-154.197019, 70.495126]]], "type": "Polygon"}, "id": "563", "properties": {"__folium_color": "#fde725", "frame_id": 27199, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-135.973112, 51.168882, -131.877798, 52.966713], "geometry": {"coordinates": [[[-135.973112, 51.441862], [-135.596246, 52.966713], [-131.877798, 52.681193], [-132.374393, 51.168882], [-135.973112, 51.441862]]], "type": "Polygon"}, "id": "564", "properties": {"__folium_color": "#fde725", "frame_id": 26945, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-135.647831, 52.487225, -131.426398, 54.286364], "geometry": {"coordinates": [[[-135.647831, 52.762034], [-135.261492, 54.286364], [-131.426398, 53.998272], [-131.943625, 52.487225], [-135.647831, 52.762034]]], "type": "Polygon"}, "id": "565", "properties": {"__folium_color": "#fde725", "frame_id": 26944, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-135.31466, 53.804413, -130.95468, 55.605366], "geometry": {"coordinates": [[[-135.31466, 54.081712], [-134.916058, 55.605366], [-130.95468, 55.314084], [-131.495067, 53.804413], [-135.31466, 54.081712]]], "type": "Polygon"}, "id": "566", "properties": {"__folium_color": "#fde725", "frame_id": 26943, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-134.971005, 55.120349, -130.460317, 56.923695], "geometry": {"coordinates": [[[-134.971005, 55.400746], [-134.558569, 56.923695], [-130.460317, 56.628545], [-131.026526, 55.120349], [-134.971005, 55.400746]]], "type": "Polygon"}, "id": "567", "properties": {"__folium_color": "#fde725", "frame_id": 26942, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-134.615525, 56.434951, -129.940349, 58.241102], "geometry": {"coordinates": [[[-134.615525, 56.719113], [-134.184805, 58.241102], [-129.940349, 57.941528], [-130.535727, 56.434951], [-134.615525, 56.719113]]], "type": "Polygon"}, "id": "568", "properties": {"__folium_color": "#fde725", "frame_id": 26941, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-134.244046, 57.748094, -129.39146, 59.557977], "geometry": {"coordinates": [[[-134.244046, 58.036582], [-133.797867, 59.557977], [-129.39146, 59.252897], [-130.019773, 57.748094], [-134.244046, 58.036582]]], "type": "Polygon"}, "id": "569", "properties": {"__folium_color": "#fde725", "frame_id": 26940, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-133.859696, 59.059646, -128.809761, 60.874067], "geometry": {"coordinates": [[[-133.859696, 59.353509], [-133.393106, 60.874067], [-128.809761, 60.562495], [-129.475425, 59.059646], [-133.859696, 59.353509]]], "type": "Polygon"}, "id": "570", "properties": {"__folium_color": "#fde725", "frame_id": 26939, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-133.457893, 60.369454, -128.19051, 62.18901], "geometry": {"coordinates": [[[-133.457893, 60.669659], [-132.963776, 62.18901], [-128.19051, 61.870117], [-128.898885, 60.369454], [-133.457893, 60.669659]]], "type": "Polygon"}, "id": "571", "properties": {"__folium_color": "#fde725", "frame_id": 26938, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-159.11756, 57.07823, -154.358528, 58.886255], "geometry": {"coordinates": [[[-159.11756, 57.364425], [-158.680719, 58.886255], [-154.358528, 58.583981], [-154.969596, 57.07823], [-159.11756, 57.364425]]], "type": "Polygon"}, "id": "572", "properties": {"__folium_color": "#fde725", "frame_id": 27209, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-113.224972, 42.586493, -109.756433, 44.385293], "geometry": {"coordinates": [[[-113.224972, 42.856554], [-112.897048, 44.385293], [-109.756433, 44.105305], [-110.16045, 42.586493], [-113.224972, 42.856554]]], "type": "Polygon"}, "id": "573", "properties": {"__folium_color": "#fde725", "frame_id": 26683, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-159.481972, 55.764287, -154.892272, 57.568956], "geometry": {"coordinates": [[[-159.481972, 56.046552], [-159.059505, 57.568956], [-154.892272, 57.27173], [-155.472394, 55.764287], [-159.481972, 56.046552]]], "type": "Polygon"}, "id": "574", "properties": {"__folium_color": "#fde725", "frame_id": 27210, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-160.169583, 53.133088, -155.881435, 54.932428], "geometry": {"coordinates": [[[-160.169583, 53.408402], [-159.777316, 54.932428], [-155.881435, 54.642738], [-156.416069, 53.133088], [-160.169583, 53.408402]]], "type": "Polygon"}, "id": "575", "properties": {"__folium_color": "#fde725", "frame_id": 27212, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [174.64838699999817, 51.139616, 178.73883099999958, 52.93725299999492], "geometry": {"coordinates": [[[174.64838699999817, 51.41230899999423], [175.0250609999982, 52.93725299999492], [178.73883099999958, 52.65203799999482], [178.242703, 51.139616], [174.64838699999817, 51.41230899999423]]], "type": "Polygon"}, "id": "576", "properties": {"__folium_color": "#fde725", "frame_id": 27482, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-159.831339, 54.448958, -155.398847, 56.251141], "geometry": {"coordinates": [[[-159.831339, 54.727805], [-159.42606, 56.251141], [-155.398847, 55.957936], [-155.951621, 54.448958], [-159.831339, 54.727805]]], "type": "Polygon"}, "id": "577", "properties": {"__folium_color": "#fde725", "frame_id": 27211, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-112.941734, 43.910852, -109.394769, 45.70869], "geometry": {"coordinates": [[[-112.941734, 44.180485], [-112.608544, 45.70869], [-109.394769, 45.428802], [-109.809514, 43.910852], [-112.941734, 44.180485]]], "type": "Polygon"}, "id": "578", "properties": {"__folium_color": "#fde725", "frame_id": 26682, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Wyoming"}, "type": "Feature"}, {"bbox": [-112.653999, 45.234401, -109.022978, 47.031371], "geometry": {"coordinates": [[[-112.653999, 45.503888], [-112.313335, 47.031371], [-109.022978, 46.751473], [-109.449323, 45.234401], [-112.653999, 45.503888]]], "type": "Polygon"}, "id": "579", "properties": {"__folium_color": "#fde725", "frame_id": 26681, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-112.359651, 46.557129, -108.639814, 48.35368], "geometry": {"coordinates": [[[-112.359651, 46.826592], [-112.014044, 48.35368], [-108.639814, 48.073246], [-109.079152, 46.557129], [-112.359651, 46.826592]]], "type": "Polygon"}, "id": "580", "properties": {"__folium_color": "#fde725", "frame_id": 26680, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-112.061316, 47.878966, -108.244093, 49.675419], "geometry": {"coordinates": [[[-112.061316, 48.148912], [-111.708377, 49.675419], [-108.244093, 49.394072], [-108.697774, 47.878966], [-112.061316, 48.148912]]], "type": "Polygon"}, "id": "581", "properties": {"__folium_color": "#fde725", "frame_id": 26679, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-111.756715, 49.199864, -107.834479, 50.996575], "geometry": {"coordinates": [[[-111.756715, 49.470665], [-111.395582, 50.996575], [-107.834479, 50.713898], [-108.304024, 49.199864], [-111.756715, 49.470665]]], "type": "Polygon"}, "id": "582", "properties": {"__folium_color": "#fde725", "frame_id": 26678, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-111.44511, 50.519771, -107.409455, 52.316982], "geometry": {"coordinates": [[[-111.44511, 50.791838], [-111.073269, 52.316982], [-107.409455, 52.032663], [-107.896591, 50.519771], [-111.44511, 50.791838]]], "type": "Polygon"}, "id": "583", "properties": {"__folium_color": "#fde725", "frame_id": 26677, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-165.54413, 67.987818, -158.4098, 69.86583], "geometry": {"coordinates": [[[-165.54413, 68.353521], [-164.813715, 69.86583], [-158.4098, 69.468312], [-159.544362, 67.987818], [-165.54413, 68.353521]]], "type": "Polygon"}, "id": "584", "properties": {"__folium_color": "#fde725", "frame_id": 31228, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.917174, 69.278062, -157.305306, 71.172707], "geometry": {"coordinates": [[[-164.917174, 69.662321], [-164.114995, 71.172707], [-157.305306, 70.752848], [-158.564412, 69.278062], [-164.917174, 69.662321]]], "type": "Polygon"}, "id": "585", "properties": {"__folium_color": "#fde725", "frame_id": 31227, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.229111, 70.563358, -156.068065, 72.477548], "geometry": {"coordinates": [[[-164.229111, 70.969439], [-163.339219, 72.477548], [-156.068065, 72.031308], [-157.477502, 70.563358], [-164.229111, 70.969439]]], "type": "Polygon"}, "id": "586", "properties": {"__folium_color": "#fde725", "frame_id": 31226, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-144.391021, 58.225279, -139.468783, 60.03678], "geometry": {"coordinates": [[[-144.391021, 58.515656], [-143.93773, 60.03678], [-139.468783, 59.729421], [-140.110108, 58.225279], [-144.391021, 58.515656]]], "type": "Polygon"}, "id": "587", "properties": {"__folium_color": "#fde725", "frame_id": 30967, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-144.00059, 59.536255, -138.874071, 61.35261], "geometry": {"coordinates": [[[-144.00059, 59.832341], [-143.52586, 61.35261], [-138.874071, 61.038369], [-139.554543, 59.536255], [-144.00059, 59.832341]]], "type": "Polygon"}, "id": "588", "properties": {"__folium_color": "#fde725", "frame_id": 30966, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-143.59183, 60.845425, -138.239928, 62.667585], "geometry": {"coordinates": [[[-143.59183, 61.148235], [-143.092486, 62.667585], [-138.239928, 62.345264], [-138.965243, 60.845425], [-143.59183, 61.148235]]], "type": "Polygon"}, "id": "589", "properties": {"__folium_color": "#fde725", "frame_id": 30965, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-143.162032, 62.152575, -137.560651, 63.981413], "geometry": {"coordinates": [[[-143.162032, 62.463285], [-142.631114, 63.981413], [-137.560651, 63.649879], [-138.337293, 62.152575], [-143.162032, 62.463285]]], "type": "Polygon"}, "id": "590", "properties": {"__folium_color": "#fde725", "frame_id": 30964, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-142.704817, 63.457486, -136.82906, 65.294467], "geometry": {"coordinates": [[[-142.704817, 63.77722], [-142.143866, 65.294467], [-136.82906, 64.951904], [-137.665145, 63.457486], [-142.704817, 63.77722]]], "type": "Polygon"}, "id": "591", "properties": {"__folium_color": "#fde725", "frame_id": 30963, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-142.222394, 64.759857, -136.036788, 66.606412], "geometry": {"coordinates": [[[-142.222394, 65.090377], [-141.622673, 66.606412], [-136.036788, 66.250995], [-136.941811, 64.759857], [-142.222394, 65.090377]]], "type": "Polygon"}, "id": "592", "properties": {"__folium_color": "#fde725", "frame_id": 30962, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-141.706867, 66.059354, -135.173235, 67.916837], "geometry": {"coordinates": [[[-141.706867, 66.402446], [-141.057099, 67.916837], [-135.173235, 67.546692], [-136.159171, 66.059354], [-141.706867, 66.402446]]], "type": "Polygon"}, "id": "593", "properties": {"__folium_color": "#fde725", "frame_id": 30961, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-141.148025, 67.355532, -134.217749, 69.225923], "geometry": {"coordinates": [[[-141.148025, 67.713044], [-140.444457, 69.225923], [-134.217749, 68.837644], [-135.306937, 67.355532], [-141.148025, 67.713044]]], "type": "Polygon"}, "id": "594", "properties": {"__folium_color": "#fde725", "frame_id": 30960, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-140.543422, 68.647093, -133.169614, 70.533646], "geometry": {"coordinates": [[[-140.543422, 69.022326], [-139.778174, 70.533646], [-133.169614, 70.124745], [-134.364906, 68.647093], [-140.543422, 69.022326]]], "type": "Polygon"}, "id": "595", "properties": {"__folium_color": "#fde725", "frame_id": 30959, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-123.406982, 43.070295, -119.910071, 44.868126], "geometry": {"coordinates": [[[-123.406982, 43.339572], [-123.077175, 44.868126], [-119.910071, 44.588112], [-120.32293, 43.070295], [-123.406982, 43.339572]]], "type": "Polygon"}, "id": "596", "properties": {"__folium_color": "#fde725", "frame_id": 30710, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-123.122133, 44.393691, -119.544722, 46.191345], "geometry": {"coordinates": [[[-123.122133, 44.663329], [-122.78684, 46.191345], [-119.544722, 45.911321], [-119.963674, 44.393691], [-123.122133, 44.663329]]], "type": "Polygon"}, "id": "597", "properties": {"__folium_color": "#fde725", "frame_id": 30709, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-122.8326, 45.716954, -119.168873, 47.513845], "geometry": {"coordinates": [[[-122.8326, 45.986556], [-122.489574, 47.513845], [-119.168873, 47.233687], [-119.599849, 45.716954], [-122.8326, 45.986556]]], "type": "Polygon"}, "id": "598", "properties": {"__folium_color": "#fde725", "frame_id": 30708, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-122.536229, 47.039379, -118.781233, 48.835966], "geometry": {"coordinates": [[[-122.536229, 47.309079], [-122.188003, 48.835966], [-118.781233, 48.555138], [-119.225679, 47.039379], [-122.536229, 47.309079]]], "type": "Polygon"}, "id": "599", "properties": {"__folium_color": "#fde725", "frame_id": 30707, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-122.235653, 48.360898, -118.380564, 50.157513], "geometry": {"coordinates": [[[-122.235653, 48.631213], [-121.879789, 50.157513], [-118.380564, 49.875624], [-118.83989, 48.360898], [-122.235653, 48.631213]]], "type": "Polygon"}, "id": "600", "properties": {"__folium_color": "#fde725", "frame_id": 30706, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-121.928549, 49.681458, -117.965467, 51.478471], "geometry": {"coordinates": [[[-121.928549, 49.952775], [-121.564145, 51.478471], [-117.965467, 51.195088], [-118.441266, 49.681458], [-121.928549, 49.952775]]], "type": "Polygon"}, "id": "601", "properties": {"__folium_color": "#fde725", "frame_id": 30705, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-166.123995, 66.693406, -159.404377, 68.557225], "geometry": {"coordinates": [[[-166.123995, 67.043481], [-165.449448, 68.557225], [-159.404377, 68.178695], [-160.435018, 66.693406], [-166.123995, 67.043481]]], "type": "Polygon"}, "id": "602", "properties": {"__folium_color": "#fde725", "frame_id": 31229, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-166.657834, 65.395425, -160.307321, 67.247367], "geometry": {"coordinates": [[[-166.657834, 65.731943], [-166.036645, 67.247367], [-160.307321, 66.884806], [-161.250299, 65.395425], [-166.657834, 65.731943]]], "type": "Polygon"}, "id": "603", "properties": {"__folium_color": "#fde725", "frame_id": 31230, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-167.155833, 64.094372, -161.133015, 65.935964], "geometry": {"coordinates": [[[-167.155833, 64.41926], [-166.576632, 65.935964], [-161.133015, 65.587266], [-162.001578, 64.094372], [-167.155833, 64.41926]]], "type": "Polygon"}, "id": "604", "properties": {"__folium_color": "#fde725", "frame_id": 31231, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-167.623399, 62.790616, -161.89319, 64.623393], "geometry": {"coordinates": [[[-167.623399, 63.105548], [-167.079846, 64.623393], [-161.89319, 64.286587], [-162.697817, 62.790616], [-167.623399, 63.105548]]], "type": "Polygon"}, "id": "605", "properties": {"__folium_color": "#fde725", "frame_id": 31232, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.992407, 50.974389, -166.917504, 52.771853], "geometry": {"coordinates": [[[-170.992407, 51.246828], [-170.617051, 52.771853], [-166.917504, 52.486969], [-167.411151, 50.974389], [-170.992407, 51.246828]]], "type": "Polygon"}, "id": "606", "properties": {"__folium_color": "#fde725", "frame_id": 31241, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.668417, 52.292977, -166.46898, 54.091671], "geometry": {"coordinates": [[[-170.668417, 52.567164], [-170.283767, 54.091671], [-166.46898, 53.804306], [-166.982925, 52.292977], [-170.668417, 52.567164]]], "type": "Polygon"}, "id": "607", "properties": {"__folium_color": "#fde725", "frame_id": 31240, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-170.336689, 53.610421, -166.000474, 55.410844], "geometry": {"coordinates": [[[-170.336689, 53.887009], [-169.939989, 55.410844], [-166.000474, 55.12039], [-166.537196, 53.610421], [-170.336689, 53.887009]]], "type": "Polygon"}, "id": "608", "properties": {"__folium_color": "#fde725", "frame_id": 31239, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.88569, 58.866838, -163.865887, 60.679963], "geometry": {"coordinates": [[[-168.88569, 59.159219], [-168.422194, 60.679963], [-163.865887, 60.369273], [-164.532728, 58.866838], [-168.88569, 59.159219]]], "type": "Polygon"}, "id": "609", "properties": {"__folium_color": "#fde725", "frame_id": 31235, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.486535, 60.176229, -163.252568, 61.995425], "geometry": {"coordinates": [[[-168.486535, 60.475566], [-168.000109, 61.995425], [-163.252568, 61.677294], [-163.954213, 60.176229], [-168.486535, 60.475566]]], "type": "Polygon"}, "id": "610", "properties": {"__folium_color": "#fde725", "frame_id": 31234, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-168.067779, 61.484487, -162.597084, 63.309776], "geometry": {"coordinates": [[[-168.067779, 61.791097], [-167.551874, 63.309776], [-162.597084, 62.983149], [-163.346671, 61.484487], [-168.067779, 61.791097]]], "type": "Polygon"}, "id": "611", "properties": {"__folium_color": "#fde725", "frame_id": 31233, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-73.162085, 47.051737, -69.406928, 48.848204], "geometry": {"coordinates": [[[-73.162085, 47.321283], [-72.813875, 48.848204], [-69.406928, 48.567532], [-69.851397, 47.051737], [-73.162085, 47.321283]]], "type": "Polygon"}, "id": "612", "properties": {"__folium_color": "#fde725", "frame_id": 30170, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-73.458439, 45.729278, -69.794589, 47.52605], "geometry": {"coordinates": [[[-73.458439, 45.998727], [-73.115433, 47.52605], [-69.794589, 47.246047], [-70.225579, 45.729278], [-73.458439, 45.998727]]], "type": "Polygon"}, "id": "613", "properties": {"__folium_color": "#fde725", "frame_id": 30171, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-97.998903, 46.386346, -94.291781, 48.182811], "geometry": {"coordinates": [[[-97.998903, 46.655628], [-97.654269, 48.182811], [-94.291781, 47.902618], [-94.729261, 46.386346], [-97.998903, 46.655628]]], "type": "Polygon"}, "id": "614", "properties": {"__folium_color": "#fde725", "frame_id": 30439, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-97.7014, 47.708322, -93.897853, 49.504643], "geometry": {"coordinates": [[[-97.7014, 47.978036], [-97.349543, 49.504643], [-93.897853, 49.223592], [-94.349487, 47.708322], [-97.7014, 47.978036]]], "type": "Polygon"}, "id": "615", "properties": {"__folium_color": "#fde725", "frame_id": 30438, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-97.397725, 49.029366, -93.490217, 50.825893], "geometry": {"coordinates": [[[-97.397725, 49.299881], [-97.037794, 50.825893], [-93.490217, 50.543573], [-93.957504, 49.029366], [-97.397725, 49.299881]]], "type": "Polygon"}, "id": "616", "properties": {"__folium_color": "#fde725", "frame_id": 30437, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-97.087149, 50.349427, -93.067384, 52.146054], "geometry": {"coordinates": [[[-97.087149, 50.621148], [-96.713112, 52.146054], [-93.067384, 51.862502], [-93.552021, 50.349427], [-97.087149, 50.621148]]], "type": "Polygon"}, "id": "617", "properties": {"__folium_color": "#fde725", "frame_id": 30436, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Ontario"}, "type": "Feature"}, {"bbox": [-74.032777, 43.082554, -70.535806, 44.880267], "geometry": {"coordinates": [[[-74.032777, 43.35168], [-73.702997, 44.880267], [-70.535806, 44.600406], [-70.948661, 43.082554], [-74.032777, 43.35168]]], "type": "Polygon"}, "id": "618", "properties": {"__folium_color": "#fde725", "frame_id": 30173, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-73.747952, 44.405983, -70.170451, 46.203518], "geometry": {"coordinates": [[[-73.747952, 44.675469], [-73.412683, 46.203518], [-70.170451, 45.923648], [-70.589408, 44.405983], [-73.747952, 44.675469]]], "type": "Polygon"}, "id": "619", "properties": {"__folium_color": "#fde725", "frame_id": 30172, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Vermont"}, "type": "Feature"}, {"bbox": [-160.274553, 65.915188, -153.7794, 67.771302], "geometry": {"coordinates": [[[-160.274553, 66.25647], [-159.634398, 67.771302], [-153.7794, 67.402188], [-154.763463, 65.915188], [-160.274553, 66.25647]]], "type": "Polygon"}, "id": "620", "properties": {"__folium_color": "#fde725", "frame_id": 19416, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-159.724543, 67.211004, -152.841558, 69.080561], "geometry": {"coordinates": [[[-159.724543, 67.567489], [-159.027323, 69.080561], [-152.841558, 68.694417], [-153.9118, 67.211004], [-159.724543, 67.567489]]], "type": "Polygon"}, "id": "621", "properties": {"__folium_color": "#fde725", "frame_id": 19415, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-159.125348, 68.503794, -151.805341, 70.388482], "geometry": {"coordinates": [[[-159.125348, 68.876942], [-158.367752, 70.388482], [-151.805341, 69.982079], [-152.98712, 68.503794], [-159.125348, 68.876942]]], "type": "Polygon"}, "id": "622", "properties": {"__folium_color": "#fde725", "frame_id": 19414, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-158.475253, 69.792133, -150.650658, 71.694561], "geometry": {"coordinates": [[[-158.475253, 70.185074], [-157.639997, 71.694561], [-150.650658, 71.264284], [-151.966632, 69.792133], [-158.475253, 70.185074]]], "type": "Polygon"}, "id": "623", "properties": {"__folium_color": "#fde725", "frame_id": 19413, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-117.406269, 42.273109, -113.956079, 44.072114], "geometry": {"coordinates": [[[-117.406269, 42.543243], [-117.079498, 44.072114], [-113.956079, 43.792131], [-114.357695, 42.273109], [-117.406269, 42.543243]]], "type": "Polygon"}, "id": "624", "properties": {"__folium_color": "#fde725", "frame_id": 18897, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-117.124016, 43.597657, -113.596727, 45.39564], "geometry": {"coordinates": [[[-117.124016, 43.867299], [-116.792114, 45.39564], [-113.596727, 45.115828], [-114.008832, 43.597657], [-117.124016, 43.867299]]], "type": "Polygon"}, "id": "625", "properties": {"__folium_color": "#fde725", "frame_id": 18896, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-116.837383, 44.921405, -113.227479, 46.718453], "geometry": {"coordinates": [[[-116.837383, 45.19083], [-116.498168, 46.718453], [-113.227479, 46.438709], [-113.65092, 44.921405], [-116.837383, 45.19083]]], "type": "Polygon"}, "id": "626", "properties": {"__folium_color": "#fde725", "frame_id": 18895, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-116.544275, 46.24434, -112.847121, 48.040897], "geometry": {"coordinates": [[[-116.544275, 46.513665], [-116.200277, 48.040897], [-112.847121, 47.760702], [-113.283257, 46.24434], [-116.544275, 46.513665]]], "type": "Polygon"}, "id": "627", "properties": {"__folium_color": "#fde725", "frame_id": 18894, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-116.247316, 47.566396, -112.454501, 49.362775], "geometry": {"coordinates": [[[-116.247316, 47.836119], [-115.896176, 49.362775], [-112.454501, 49.08176], [-112.904643, 47.566396], [-116.247316, 47.836119]]], "type": "Polygon"}, "id": "628", "properties": {"__folium_color": "#fde725", "frame_id": 18893, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Montana"}, "type": "Feature"}, {"bbox": [-160.790588, 64.615341, -154.642215, 66.460428], "geometry": {"coordinates": [[[-160.790588, 64.944534], [-160.19099, 66.460428], [-154.642215, 66.10688], [-155.539144, 64.615341], [-160.790588, 64.944534]]], "type": "Polygon"}, "id": "629", "properties": {"__folium_color": "#fde725", "frame_id": 19417, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-161.269782, 63.312664, -155.427362, 65.148638], "geometry": {"coordinates": [[[-161.269782, 63.63125], [-160.712615, 65.148638], [-155.427362, 64.807433], [-156.256512, 63.312664], [-161.269782, 63.63125]]], "type": "Polygon"}, "id": "630", "properties": {"__folium_color": "#fde725", "frame_id": 19418, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-161.724217, 62.007479, -156.152852, 63.835456], "geometry": {"coordinates": [[[-161.724217, 62.317197], [-161.196554, 63.835456], [-156.152852, 63.505096], [-156.923512, 62.007479], [-161.724217, 62.317197]]], "type": "Polygon"}, "id": "631", "properties": {"__folium_color": "#fde725", "frame_id": 19419, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.151631, 60.700083, -156.826868, 62.521509], "geometry": {"coordinates": [[[-162.151631, 61.002037], [-161.655078, 62.521509], [-156.826868, 62.200203], [-157.54699, 60.700083], [-162.151631, 61.002037]]], "type": "Polygon"}, "id": "632", "properties": {"__folium_color": "#fde725", "frame_id": 19420, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [170.457633, 50.826371, 174.5184049999981, 52.62367], "geometry": {"coordinates": [[[170.457633, 51.09856], [170.831883, 52.62367], [174.5184049999981, 52.339100999994656], [174.02689, 50.826371], [170.457633, 51.09856]]], "type": "Polygon"}, "id": "633", "properties": {"__folium_color": "#fde725", "frame_id": 19696, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [170.780676, 52.14509199999454, 174.96484799999817, 53.943569], "geometry": {"coordinates": [[[170.780676, 52.418975], [171.164087, 53.943569], [174.96484799999817, 53.65658199999526], [174.45327699999808, 52.14509199999454], [170.780676, 52.418975]]], "type": "Polygon"}, "id": "634", "properties": {"__folium_color": "#fde725", "frame_id": 19695, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.363415, 52.819818, -160.108813, 54.619395], "geometry": {"coordinates": [[[-164.363415, 53.095191], [-163.974018, 54.619395], [-160.108813, 54.33057], [-160.631678, 52.819818], [-164.363415, 53.095191]]], "type": "Polygon"}, "id": "635", "properties": {"__folium_color": "#fde725", "frame_id": 19426, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-164.027625, 54.13675, -159.631558, 55.938278], "geometry": {"coordinates": [[[-164.027625, 54.414757], [-163.625582, 55.938278], [-159.631558, 55.6461], [-160.178253, 54.13675], [-164.027625, 54.414757]]], "type": "Polygon"}, "id": "636", "properties": {"__folium_color": "#fde725", "frame_id": 19425, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-163.681025, 55.452408, -159.130979, 57.256482], "geometry": {"coordinates": [[[-163.681025, 55.733674], [-163.264707, 57.256482], [-159.130979, 56.960252], [-159.704269, 55.452408], [-163.681025, 55.733674]]], "type": "Polygon"}, "id": "637", "properties": {"__folium_color": "#fde725", "frame_id": 19424, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.946956, 58.079512, -158.047176, 59.890488], "geometry": {"coordinates": [[[-162.946956, 58.369254], [-162.495772, 59.890488], [-158.047176, 59.583884], [-158.684523, 58.079512], [-162.946956, 58.369254]]], "type": "Polygon"}, "id": "638", "properties": {"__folium_color": "#fde725", "frame_id": 19422, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-162.558325, 59.390692, -157.456448, 61.206423], "geometry": {"coordinates": [[[-162.558325, 59.686039], [-162.086015, 61.206423], [-157.456448, 60.893059], [-158.132386, 59.390692], [-162.558325, 59.686039]]], "type": "Polygon"}, "id": "639", "properties": {"__folium_color": "#fde725", "frame_id": 19421, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-115.940925, 48.887524, -112.048319, 50.683728], "geometry": {"coordinates": [[[-115.940925, 49.157694], [-115.581703, 50.683728], [-112.048319, 50.401833], [-112.513947, 48.887524], [-115.940925, 49.157694]]], "type": "Polygon"}, "id": "640", "properties": {"__folium_color": "#fde725", "frame_id": 18892, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-115.630948, 50.206935, -111.620975, 52.004282], "geometry": {"coordinates": [[[-115.630948, 50.479009], [-115.261264, 52.004282], [-111.620975, 51.720069], [-112.103948, 50.206935], [-115.630948, 50.479009]]], "type": "Polygon"}, "id": "641", "properties": {"__folium_color": "#fde725", "frame_id": 18891, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-68.032258, 42.284069, -64.582475, 44.082943], "geometry": {"coordinates": [[[-68.032258, 42.554022], [-67.705501, 44.082943], [-64.582475, 43.803144], [-64.984082, 42.284069], [-68.032258, 42.554022]]], "type": "Polygon"}, "id": "642", "properties": {"__folium_color": "#fde725", "frame_id": 18360, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-67.750016, 43.608667, -64.223124, 45.406518], "geometry": {"coordinates": [[[-67.750016, 43.878125], [-67.418125, 45.406518], [-64.223124, 45.126892], [-64.635226, 43.608667], [-67.750016, 43.878125]]], "type": "Polygon"}, "id": "643", "properties": {"__folium_color": "#fde725", "frame_id": 18359, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-67.463391, 44.932466, -63.853871, 46.729381], "geometry": {"coordinates": [[[-67.463391, 45.201706], [-67.124182, 46.729381], [-63.853871, 46.449824], [-64.277316, 44.932466], [-67.463391, 45.201706]]], "type": "Polygon"}, "id": "644", "properties": {"__folium_color": "#fde725", "frame_id": 18358, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Maine"}, "type": "Feature"}, {"bbox": [-170.893899, 65.086816, -164.625551, 66.936051], "geometry": {"coordinates": [[[-170.893899, 65.420307], [-170.283278, 66.936051], [-164.625551, 66.577087], [-165.549754, 65.086816], [-170.893899, 65.420307]]], "type": "Polygon"}, "id": "645", "properties": {"__folium_color": "#fde725", "frame_id": 23444, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-169.803661, 67.680873, -162.770753, 69.555209], "geometry": {"coordinates": [[[-169.803661, 68.042706], [-169.084611, 69.555209], [-162.770753, 69.162583], [-163.878984, 67.680873], [-169.803661, 68.042706]]], "type": "Polygon"}, "id": "646", "properties": {"__folium_color": "#fde725", "frame_id": 23442, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-169.185832, 68.972166, -161.694163, 70.862519], "geometry": {"coordinates": [[[-169.185832, 69.351646], [-168.401932, 70.862519], [-161.694163, 70.4484], [-162.921646, 68.972166], [-169.185832, 69.351646]]], "type": "Polygon"}, "id": "647", "properties": {"__folium_color": "#fde725", "frame_id": 23441, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-127.86833, 41.431296, -124.463838, 43.231157], "geometry": {"coordinates": [[[-127.86833, 41.701959], [-127.544446, 43.231157], [-124.463838, 42.950825], [-124.859403, 41.431296], [-127.86833, 41.701959]]], "type": "Polygon"}, "id": "648", "properties": {"__folium_color": "#fde725", "frame_id": 22925, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-127.588529, 42.756336, -124.110386, 44.555035], "geometry": {"coordinates": [[[-127.588529, 43.026349], [-127.259927, 44.555035], [-124.110386, 44.275054], [-124.515744, 42.756336], [-127.588529, 43.026349]]], "type": "Polygon"}, "id": "649", "properties": {"__folium_color": "#fde725", "frame_id": 22924, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-127.304711, 44.080612, -123.74743, 45.878381], "geometry": {"coordinates": [[[-127.304711, 44.350231], [-126.970765, 45.878381], [-123.74743, 45.598463], [-124.163649, 44.080612], [-127.304711, 44.350231]]], "type": "Polygon"}, "id": "650", "properties": {"__folium_color": "#fde725", "frame_id": 22923, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Oregon"}, "type": "Feature"}, {"bbox": [-127.016329, 45.404073, -123.374217, 47.201011], "geometry": {"coordinates": [[[-127.016329, 45.673584], [-126.674819, 47.201011], [-123.374217, 46.921039], [-123.802185, 45.404073], [-127.016329, 45.673584]]], "type": "Polygon"}, "id": "651", "properties": {"__folium_color": "#fde725", "frame_id": 22922, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-126.721256, 46.726707, -122.989486, 48.523266], "geometry": {"coordinates": [[[-126.721256, 46.996236], [-126.374712, 48.523266], [-122.989486, 48.242712], [-123.430612, 46.726707], [-126.721256, 46.996236]]], "type": "Polygon"}, "id": "652", "properties": {"__folium_color": "#fde725", "frame_id": 22921, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-126.422118, 48.048445, -122.592033, 49.844949], "geometry": {"coordinates": [[[-126.422118, 48.318502], [-126.068135, 49.844949], [-122.592033, 49.563432], [-123.047689, 48.048445], [-126.422118, 48.318502]]], "type": "Polygon"}, "id": "653", "properties": {"__folium_color": "#fde725", "frame_id": 22920, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Washington"}, "type": "Feature"}, {"bbox": [-126.116623, 49.369238, -122.180501, 51.166048], "geometry": {"coordinates": [[[-126.116623, 49.640201], [-125.754323, 51.166048], [-122.180501, 50.883144], [-122.652233, 49.369238], [-126.116623, 49.640201]]], "type": "Polygon"}, "id": "654", "properties": {"__folium_color": "#fde725", "frame_id": 22919, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-125.804018, 50.689032, -121.753348, 52.486396], "geometry": {"coordinates": [[[-125.804018, 50.961316], [-125.430868, 52.486396], [-121.753348, 52.201786], [-122.242912, 50.689032], [-125.804018, 50.961316]]], "type": "Polygon"}, "id": "655", "properties": {"__folium_color": "#fde725", "frame_id": 22918, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-171.384243, 63.785091, -165.434712, 65.624362], "geometry": {"coordinates": [[[-171.384243, 64.10737], [-170.814013, 65.624362], [-165.434712, 65.278759], [-166.287224, 63.785091], [-171.384243, 64.10737]]], "type": "Polygon"}, "id": "656", "properties": {"__folium_color": "#fde725", "frame_id": 23445, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-171.84829, 62.480744, -166.180761, 64.311534], "geometry": {"coordinates": [[[-171.84829, 62.793634], [-171.309379, 64.311534], [-166.180761, 63.977395], [-166.971569, 62.480744], [-171.84829, 62.793634]]], "type": "Polygon"}, "id": "657", "properties": {"__folium_color": "#fde725", "frame_id": 23446, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-172.69782, 59.865363, -167.517455, 61.683115], "geometry": {"coordinates": [[[-172.69782, 60.163034], [-172.217122, 61.683115], [-167.517455, 61.366967], [-168.20866, 59.865363], [-172.69782, 60.163034]]], "type": "Polygon"}, "id": "658", "properties": {"__folium_color": "#fde725", "frame_id": 23448, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-173.092708, 58.554781, -168.1216, 60.367452], "geometry": {"coordinates": [[[-173.092708, 58.8465], [-172.634205, 60.367452], [-168.1216, 60.058468], [-168.772346, 58.554781], [-173.092708, 58.8465]]], "type": "Polygon"}, "id": "659", "properties": {"__folium_color": "#fde725", "frame_id": 23449, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-125.481919, 52.007768, -121.308819, 53.806264], "geometry": {"coordinates": [[[-125.481919, 52.281698], [-125.099734, 53.806264], [-121.308819, 53.51929], [-121.818213, 52.007768], [-125.481919, 52.281698]]], "type": "Polygon"}, "id": "660", "properties": {"__folium_color": "#fde725", "frame_id": 22917, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-175.18255, 50.661183, -171.13684, 52.45833399999469], "geometry": {"coordinates": [[[-175.18255, 50.933151], [-174.80958099999822, 52.45833399999469], [-171.13684, 52.174061], [-171.625948, 50.661183], [-175.18255, 50.933151]]], "type": "Polygon"}, "id": "661", "properties": {"__folium_color": "#fde725", "frame_id": 23455, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-174.8606039999982, 51.980035, -170.692749, 53.778302999995304], "geometry": {"coordinates": [[[-174.8606039999982, 52.25363199999462], [-174.47862399999798, 53.778302999995304], [-170.692749, 53.491682], [-171.201639, 51.980035], [-174.8606039999982, 52.25363199999462]]], "type": "Polygon"}, "id": "662", "properties": {"__folium_color": "#fde725", "frame_id": 23454, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}, {"bbox": [-125.152302, 53.325375, -120.844782, 55.125493], "geometry": {"coordinates": [[[-125.152302, 53.601593], [-124.758375, 55.125493], [-120.844782, 54.835559], [-121.376414, 53.325375], [-125.152302, 53.601593]]], "type": "Polygon"}, "id": "663", "properties": {"__folium_color": "#fde725", "frame_id": 22916, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "British Columbia"}, "type": "Feature"}, {"bbox": [-102.761153, 43.427856, -99.244415, 45.225863], "geometry": {"coordinates": [[[-102.761153, 43.697443], [-102.430006, 45.225863], [-99.244415, 44.946153], [-99.655045, 43.427856], [-102.761153, 43.697443]]], "type": "Polygon"}, "id": "664", "properties": {"__folium_color": "#fde725", "frame_id": 22655, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-102.475166, 44.751716, -98.876585, 46.548751], "geometry": {"coordinates": [[[-102.475166, 45.021047], [-102.136795, 46.548751], [-98.876585, 46.269152], [-99.298408, 44.751716], [-102.475166, 45.021047]]], "type": "Polygon"}, "id": "665", "properties": {"__folium_color": "#fde725", "frame_id": 22654, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "South Dakota"}, "type": "Feature"}, {"bbox": [-102.182781, 46.074769, -98.497786, 47.870924], "geometry": {"coordinates": [[[-102.182781, 46.343957], [-101.836477, 47.870924], [-98.497786, 47.591269], [-98.932142, 46.074769], [-102.182781, 46.343957]]], "type": "Polygon"}, "id": "666", "properties": {"__folium_color": "#fde725", "frame_id": 22653, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "North Dakota"}, "type": "Feature"}, {"bbox": [-101.883388, 47.396948, -98.101104, 49.192883], "geometry": {"coordinates": [[[-101.883388, 47.66617], [-101.533191, 49.192883], [-98.101104, 48.911684], [-98.555065, 47.396948], [-101.883388, 47.66617]]], "type": "Polygon"}, "id": "667", "properties": {"__folium_color": "#fde725", "frame_id": 22652, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-101.581126, 48.717474, -97.69666, 50.514263], "geometry": {"coordinates": [[[-101.581126, 48.988141], [-101.223058, 50.514263], [-97.69666, 50.231888], [-98.160294, 48.717474], [-101.581126, 48.988141]]], "type": "Polygon"}, "id": "668", "properties": {"__folium_color": "#fde725", "frame_id": 22651, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Saskatchewan"}, "type": "Feature"}, {"bbox": [-101.272137, 50.037756, -97.277376, 51.835049], "geometry": {"coordinates": [[[-101.272137, 50.309537], [-100.905264, 51.835049], [-97.277376, 51.551054], [-97.757952, 50.037756], [-101.272137, 50.309537]]], "type": "Polygon"}, "id": "669", "properties": {"__folium_color": "#fde725", "frame_id": 22650, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Manitoba"}, "type": "Feature"}, {"bbox": [-78.214153, 42.769553, -74.735691, 44.568145], "geometry": {"coordinates": [[[-78.214153, 43.039437], [-77.885583, 44.568145], [-74.735691, 44.288294], [-75.141052, 42.769553], [-78.214153, 43.039437]]], "type": "Polygon"}, "id": "670", "properties": {"__folium_color": "#fde725", "frame_id": 22387, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Upper New York"}, "type": "Feature"}, {"bbox": [-77.930362, 44.09385, -74.372726, 45.891514], "geometry": {"coordinates": [[[-77.930362, 44.363339], [-77.596446, 45.891514], [-74.372726, 45.611726], [-74.788955, 44.09385], [-77.930362, 44.363339]]], "type": "Polygon"}, "id": "671", "properties": {"__folium_color": "#fde725", "frame_id": 22386, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-77.642006, 45.417334, -73.999496, 47.214165], "geometry": {"coordinates": [[[-77.642006, 45.686714], [-77.30052, 47.214165], [-73.999496, 46.934325], [-74.427482, 45.417334], [-77.642006, 45.686714]]], "type": "Polygon"}, "id": "672", "properties": {"__folium_color": "#fde725", "frame_id": 22385, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-77.346954, 46.739991, -73.614739, 48.536443], "geometry": {"coordinates": [[[-77.346954, 47.009389], [-77.000431, 48.536443], [-73.614739, 48.256021], [-74.055894, 46.739991], [-77.346954, 47.009389]]], "type": "Polygon"}, "id": "673", "properties": {"__folium_color": "#fde725", "frame_id": 22384, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Quebec"}, "type": "Feature"}, {"bbox": [-170.369072, 66.385566, -163.742114, 68.246477], "geometry": {"coordinates": [[[-170.369072, 66.732126], [-169.71086, 68.246477], [-163.742114, 67.871891], [-164.750617, 66.385566], [-170.369072, 66.732126]]], "type": "Polygon"}, "id": "674", "properties": {"__folium_color": "#fde725", "frame_id": 23443, "orbit_pass": "DESCENDING", "priority": 4.0, "region_name": "Alaska"}, "type": "Feature"}], "type": "FeatureCollection"});\n", | |
| "\n", | |
| " \n", | |
| " \n", | |
| " geo_json_bac63fd94fdf76a7278a129ddf37bc5d.bindTooltip(\n", | |
| " function(layer){\n", | |
| " let div = L.DomUtil.create('div');\n", | |
| " \n", | |
| " let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;\n", | |
| " let fields = ["frame_id", "region_name", "priority", "orbit_pass"];\n", | |
| " let aliases = ["frame_id", "region_name", "priority", "orbit_pass"];\n", | |
| " let table = '<table>' +\n", | |
| " String(\n", | |
| " fields.map(\n", | |
| " (v,i)=>\n", | |
| " `<tr>\n", | |
| " <th>${aliases[i]}</th>\n", | |
| " \n", | |
| " <td>${handleObject(layer.feature.properties[v])}</td>\n", | |
| " </tr>`).join(''))\n", | |
| " +'</table>';\n", | |
| " div.innerHTML=table;\n", | |
| " \n", | |
| " return div\n", | |
| " }\n", | |
| " ,{\n", | |
| " "sticky": true,\n", | |
| " "className": "foliumtooltip",\n", | |
| "});\n", | |
| " \n", | |
| " \n", | |
| " geo_json_bac63fd94fdf76a7278a129ddf37bc5d.addTo(map_b1127531e64f18eb4d791f1eb1828246);\n", | |
| " \n", | |
| " \n", | |
| " var color_map_6b5f7d88b2a6ef4911deb27bc04b6f45 = {};\n", | |
| "\n", | |
| " \n", | |
| " color_map_6b5f7d88b2a6ef4911deb27bc04b6f45.color = d3.scale.threshold()\n", | |
| " .domain([0.0, 0.008016032064128256, 0.01603206412825651, 0.02404809619238477, 0.03206412825651302, 0.04008016032064128, 0.04809619238476954, 0.056112224448897796, 0.06412825651302605, 0.07214428857715431, 0.08016032064128256, 0.08817635270541083, 0.09619238476953908, 0.10420841683366733, 0.11222444889779559, 0.12024048096192384, 0.1282565130260521, 0.13627254509018036, 0.14428857715430862, 0.1523046092184369, 0.16032064128256512, 0.1683366733466934, 0.17635270541082165, 0.1843687374749499, 0.19238476953907815, 0.20040080160320642, 0.20841683366733466, 0.21643286573146292, 0.22444889779559118, 0.23246492985971945, 0.24048096192384769, 0.24849699398797595, 0.2565130260521042, 0.26452905811623245, 0.2725450901803607, 0.280561122244489, 0.28857715430861725, 0.2965931863727455, 0.3046092184368738, 0.312625250501002, 0.32064128256513025, 0.3286573146292585, 0.3366733466933868, 0.34468937875751504, 0.3527054108216433, 0.36072144288577157, 0.3687374749498998, 0.37675350701402804, 0.3847695390781563, 0.3927855711422846, 0.40080160320641284, 0.4088176352705411, 0.4168336673346693, 0.4248496993987976, 0.43286573146292584, 0.4408817635270541, 0.44889779559118237, 0.45691382765531063, 0.4649298597194389, 0.4729458917835671, 0.48096192384769537, 0.48897795591182364, 0.4969939879759519, 0.5050100200400801, 0.5130260521042084, 0.5210420841683366, 0.5290581162324649, 0.5370741482965932, 0.5450901803607214, 0.5531062124248497, 0.561122244488978, 0.5691382765531062, 0.5771543086172345, 0.5851703406813628, 0.593186372745491, 0.6012024048096193, 0.6092184368737475, 0.6172344689378757, 0.625250501002004, 0.6332665330661322, 0.6412825651302605, 0.6492985971943888, 0.657314629258517, 0.6653306613226453, 0.6733466933867736, 0.6813627254509018, 0.6893787575150301, 0.6973947895791583, 0.7054108216432866, 0.7134268537074149, 0.7214428857715431, 0.7294589178356713, 0.7374749498997996, 0.7454909819639278, 0.7535070140280561, 0.7615230460921844, 0.7695390781563126, 0.7775551102204409, 0.7855711422845691, 0.7935871743486974, 0.8016032064128257, 0.8096192384769539, 0.8176352705410822, 0.8256513026052105, 0.8336673346693386, 0.8416833667334669, 0.8496993987975952, 0.8577154308617234, 0.8657314629258517, 0.87374749498998, 0.8817635270541082, 0.8897795591182365, 0.8977955911823647, 0.905811623246493, 0.9138276553106213, 0.9218436873747495, 0.9298597194388778, 0.9378757515030061, 0.9458917835671342, 0.9539078156312625, 0.9619238476953907, 0.969939879759519, 0.9779559118236473, 0.9859719438877755, 0.9939879759519038, 1.002004008016032, 1.0100200400801602, 1.0180360721442885, 1.0260521042084167, 1.034068136272545, 1.0420841683366733, 1.0501002004008015, 1.0581162324649298, 1.066132264529058, 1.0741482965931863, 1.0821643286573146, 1.0901803607214429, 1.0981963927855711, 1.1062124248496994, 1.1142284569138277, 1.122244488977956, 1.1302605210420842, 1.1382765531062125, 1.1462925851703407, 1.154308617234469, 1.1623246492985972, 1.1703406813627255, 1.1783567134268538, 1.186372745490982, 1.1943887775551103, 1.2024048096192386, 1.2104208416833668, 1.218436873747495, 1.2264529058116231, 1.2344689378757514, 1.2424849699398797, 1.250501002004008, 1.2585170340681362, 1.2665330661322645, 1.2745490981963927, 1.282565130260521, 1.2905811623246493, 1.2985971943887775, 1.3066132264529058, 1.314629258517034, 1.3226452905811623, 1.3306613226452906, 1.3386773547094188, 1.346693386773547, 1.3547094188376754, 1.3627254509018036, 1.370741482965932, 1.3787575150300602, 1.3867735470941884, 1.3947895791583167, 1.402805611222445, 1.4108216432865732, 1.4188376753507015, 1.4268537074148298, 1.434869739478958, 1.4428857715430863, 1.4509018036072143, 1.4589178356713426, 1.4669338677354709, 1.4749498997995991, 1.4829659318637274, 1.4909819639278556, 1.498997995991984, 1.5070140280561122, 1.5150300601202404, 1.5230460921843687, 1.531062124248497, 1.5390781563126252, 1.5470941883767535, 1.5551102204408818, 1.56312625250501, 1.5711422845691383, 1.5791583166332666, 1.5871743486973948, 1.595190380761523, 1.6032064128256514, 1.6112224448897796, 1.6192384769539079, 1.6272545090180361, 1.6352705410821644, 1.6432865731462927, 1.651302605210421, 1.6593186372745492, 1.6673346693386772, 1.6753507014028055, 1.6833667334669338, 1.691382765531062, 1.6993987975951903, 1.7074148296593186, 1.7154308617234468, 1.723446893787575, 1.7314629258517034, 1.7394789579158316, 1.74749498997996, 1.7555110220440882, 1.7635270541082164, 1.7715430861723447, 1.779559118236473, 1.7875751503006012, 1.7955911823647295, 1.8036072144288577, 1.811623246492986, 1.8196392785571143, 1.8276553106212425, 1.8356713426853708, 1.843687374749499, 1.8517034068 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment