-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathxvec-repr.html
More file actions
498 lines (435 loc) · 19.7 KB
/
xvec-repr.html
File metadata and controls
498 lines (435 loc) · 19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<div><svg style="position: absolute; width: 0; height: 0; overflow: hidden">
<defs>
<symbol id="icon-database" viewBox="0 0 32 32">
<path d="M16 0c-8.837 0-16 2.239-16 5v4c0 2.761 7.163 5 16 5s16-2.239 16-5v-4c0-2.761-7.163-5-16-5z"></path>
<path d="M16 17c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z"></path>
<path d="M16 26c-8.837 0-16-2.239-16-5v6c0 2.761 7.163 5 16 5s16-2.239 16-5v-6c0 2.761-7.163 5-16 5z"></path>
</symbol>
<symbol id="icon-file-text2" viewBox="0 0 32 32">
<path d="M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.122 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z"></path>
<path d="M23 26h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z"></path>
<path d="M23 22h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z"></path>
<path d="M23 18h-14c-0.552 0-1-0.448-1-1s0.448-1 1-1h14c0.552 0 1 0.448 1 1s-0.448 1-1 1z"></path>
</symbol>
</defs>
</svg>
<style>/* CSS stylesheet for displaying xarray objects in jupyterlab.
*
*/
:root {
--xr-font-color0: var(
--jp-content-font-color0,
var(--pst-color-text-base rgba(0, 0, 0, 1))
);
--xr-font-color2: var(
--jp-content-font-color2,
var(--pst-color-text-base, rgba(0, 0, 0, 0.54))
);
--xr-font-color3: var(
--jp-content-font-color3,
var(--pst-color-text-base, rgba(0, 0, 0, 0.38))
);
--xr-border-color: var(
--jp-border-color2,
hsl(from var(--pst-color-on-background, white) h s calc(l - 10))
);
--xr-disabled-color: var(
--jp-layout-color3,
hsl(from var(--pst-color-on-background, white) h s calc(l - 40))
);
--xr-background-color: var(
--jp-layout-color0,
var(--pst-color-on-background, white)
);
--xr-background-color-row-even: var(
--jp-layout-color1,
hsl(from var(--pst-color-on-background, white) h s calc(l - 5))
);
--xr-background-color-row-odd: var(
--jp-layout-color2,
hsl(from var(--pst-color-on-background, white) h s calc(l - 15))
);
}
html[theme="dark"],
html[data-theme="dark"],
body[data-theme="dark"],
body.vscode-dark {
--xr-font-color0: var(
--jp-content-font-color0,
var(--pst-color-text-base, rgba(255, 255, 255, 1))
);
--xr-font-color2: var(
--jp-content-font-color2,
var(--pst-color-text-base, rgba(255, 255, 255, 0.54))
);
--xr-font-color3: var(
--jp-content-font-color3,
var(--pst-color-text-base, rgba(255, 255, 255, 0.38))
);
--xr-border-color: var(
--jp-border-color2,
hsl(from var(--pst-color-on-background, #111111) h s calc(l + 10))
);
--xr-disabled-color: var(
--jp-layout-color3,
hsl(from var(--pst-color-on-background, #111111) h s calc(l + 40))
);
--xr-background-color: var(
--jp-layout-color0,
var(--pst-color-on-background, #111111)
);
--xr-background-color-row-even: var(
--jp-layout-color1,
hsl(from var(--pst-color-on-background, #111111) h s calc(l + 5))
);
--xr-background-color-row-odd: var(
--jp-layout-color2,
hsl(from var(--pst-color-on-background, #111111) h s calc(l + 15))
);
}
.xr-wrap {
display: block !important;
min-width: 300px;
max-width: 700px;
}
.xr-text-repr-fallback {
/* fallback to plain text repr when CSS is not injected (untrusted notebook) */
display: none;
}
.xr-header {
padding-top: 6px;
padding-bottom: 6px;
margin-bottom: 4px;
border-bottom: solid 1px var(--xr-border-color);
}
.xr-header > div,
.xr-header > ul {
display: inline;
margin-top: 0;
margin-bottom: 0;
}
.xr-obj-type,
.xr-array-name {
margin-left: 2px;
margin-right: 10px;
}
.xr-obj-type {
color: var(--xr-font-color2);
}
.xr-sections {
padding-left: 0 !important;
display: grid;
grid-template-columns: 150px auto auto 1fr 0 20px 0 20px;
}
.xr-section-item {
display: contents;
}
.xr-section-item input {
display: inline-block;
opacity: 0;
height: 0;
}
.xr-section-item input + label {
color: var(--xr-disabled-color);
border: 2px solid transparent !important;
}
.xr-section-item input:enabled + label {
cursor: pointer;
color: var(--xr-font-color2);
}
.xr-section-item input:focus + label {
border: 2px solid var(--xr-font-color0) !important;
}
.xr-section-item input:enabled + label:hover {
color: var(--xr-font-color0);
}
.xr-section-summary {
grid-column: 1;
color: var(--xr-font-color2);
font-weight: 500;
}
.xr-section-summary > span {
display: inline-block;
padding-left: 0.5em;
}
.xr-section-summary-in:disabled + label {
color: var(--xr-font-color2);
}
.xr-section-summary-in + label:before {
display: inline-block;
content: "►";
font-size: 11px;
width: 15px;
text-align: center;
}
.xr-section-summary-in:disabled + label:before {
color: var(--xr-disabled-color);
}
.xr-section-summary-in:checked + label:before {
content: "▼";
}
.xr-section-summary-in:checked + label > span {
display: none;
}
.xr-section-summary,
.xr-section-inline-details {
padding-top: 4px;
padding-bottom: 4px;
}
.xr-section-inline-details {
grid-column: 2 / -1;
}
.xr-section-details {
display: none;
grid-column: 1 / -1;
margin-bottom: 5px;
}
.xr-section-summary-in:checked ~ .xr-section-details {
display: contents;
}
.xr-array-wrap {
grid-column: 1 / -1;
display: grid;
grid-template-columns: 20px auto;
}
.xr-array-wrap > label {
grid-column: 1;
vertical-align: top;
}
.xr-preview {
color: var(--xr-font-color3);
}
.xr-array-preview,
.xr-array-data {
padding: 0 5px !important;
grid-column: 2;
}
.xr-array-data,
.xr-array-in:checked ~ .xr-array-preview {
display: none;
}
.xr-array-in:checked ~ .xr-array-data,
.xr-array-preview {
display: inline-block;
}
.xr-dim-list {
display: inline-block !important;
list-style: none;
padding: 0 !important;
margin: 0;
}
.xr-dim-list li {
display: inline-block;
padding: 0;
margin: 0;
}
.xr-dim-list:before {
content: "(";
}
.xr-dim-list:after {
content: ")";
}
.xr-dim-list li:not(:last-child):after {
content: ",";
padding-right: 5px;
}
.xr-has-index {
font-weight: bold;
}
.xr-var-list,
.xr-var-item {
display: contents;
}
.xr-var-item > div,
.xr-var-item label,
.xr-var-item > .xr-var-name span {
background-color: var(--xr-background-color-row-even);
border-color: var(--xr-background-color-row-odd);
margin-bottom: 0;
padding-top: 2px;
}
.xr-var-item > .xr-var-name:hover span {
padding-right: 5px;
}
.xr-var-list > li:nth-child(odd) > div,
.xr-var-list > li:nth-child(odd) > label,
.xr-var-list > li:nth-child(odd) > .xr-var-name span {
background-color: var(--xr-background-color-row-odd);
border-color: var(--xr-background-color-row-even);
}
.xr-var-name {
grid-column: 1;
}
.xr-var-dims {
grid-column: 2;
}
.xr-var-dtype {
grid-column: 3;
text-align: right;
color: var(--xr-font-color2);
}
.xr-var-preview {
grid-column: 4;
}
.xr-index-preview {
grid-column: 2 / 5;
color: var(--xr-font-color2);
}
.xr-var-name,
.xr-var-dims,
.xr-var-dtype,
.xr-preview,
.xr-attrs dt {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 10px;
}
.xr-var-name:hover,
.xr-var-dims:hover,
.xr-var-dtype:hover,
.xr-attrs dt:hover {
overflow: visible;
width: auto;
z-index: 1;
}
.xr-var-attrs,
.xr-var-data,
.xr-index-data {
display: none;
border-top: 2px dotted var(--xr-background-color);
padding-bottom: 20px !important;
padding-top: 10px !important;
}
.xr-var-attrs-in + label,
.xr-var-data-in + label,
.xr-index-data-in + label {
padding: 0 1px;
}
.xr-var-attrs-in:checked ~ .xr-var-attrs,
.xr-var-data-in:checked ~ .xr-var-data,
.xr-index-data-in:checked ~ .xr-index-data {
display: block;
}
.xr-var-data > table {
float: right;
}
.xr-var-data > pre,
.xr-index-data > pre,
.xr-var-data > table > tbody > tr {
background-color: transparent !important;
}
.xr-var-name span,
.xr-var-data,
.xr-index-name div,
.xr-index-data,
.xr-attrs {
padding-left: 25px !important;
}
.xr-attrs,
.xr-var-attrs,
.xr-var-data,
.xr-index-data {
grid-column: 1 / -1;
}
dl.xr-attrs {
padding: 0;
margin: 0;
display: grid;
grid-template-columns: 125px auto;
}
.xr-attrs dt,
.xr-attrs dd {
padding: 0;
margin: 0;
float: left;
padding-right: 10px;
width: auto;
}
.xr-attrs dt {
font-weight: normal;
grid-column: 1;
}
.xr-attrs dt:hover span {
display: inline-block;
background: var(--xr-background-color);
padding-right: 10px;
}
.xr-attrs dd {
grid-column: 2;
white-space: pre-wrap;
word-break: break-all;
}
.xr-icon-database,
.xr-icon-file-text2,
.xr-no-icon {
display: inline-block;
vertical-align: middle;
width: 1em;
height: 1.5em !important;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.xr-var-attrs-in:checked + label > .xr-icon-file-text2,
.xr-var-data-in:checked + label > .xr-icon-database,
.xr-index-data-in:checked + label > .xr-icon-database {
color: var(--xr-font-color0);
filter: drop-shadow(1px 1px 5px var(--xr-font-color2));
stroke-width: 0.8px;
}
</style><pre class='xr-text-repr-fallback'><xarray.Dataset> Size: 173kB
Dimensions: (county: 3085, year: 4)
Coordinates:
* county (county) geometry 25kB POLYGON ((-95.34258270263672 48.5467...
* year (year) int64 32B 1960 1970 1980 1990
Data variables:
population (county, year) int32 49kB 4304 3987 3764 ... 43766 55800 65077
unemployment (county, year) float64 99kB 7.9 9.0 5.903 ... 7.018 5.489
Indexes:
county GeometryIndex (crs=EPSG:4326)</pre><div class='xr-wrap' style='display:none'><div class='xr-header'><div class='xr-obj-type'>xarray.Dataset</div></div><ul class='xr-sections'><li class='xr-section-item'><input id='section-c153f34d-da12-48c6-8604-8130dff49f91' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-c153f34d-da12-48c6-8604-8130dff49f91' class='xr-section-summary' title='Expand/collapse section'>Dimensions:</label><div class='xr-section-inline-details'><ul class='xr-dim-list'><li><span class='xr-has-index'>county</span>: 3085</li><li><span class='xr-has-index'>year</span>: 4</li></ul></div><div class='xr-section-details'></div></li><li class='xr-section-item'><input id='section-f44f5937-a68f-41ed-8108-31ddc2771dda' class='xr-section-summary-in' type='checkbox' checked><label for='section-f44f5937-a68f-41ed-8108-31ddc2771dda' class='xr-section-summary' >Coordinates: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>county</span></div><div class='xr-var-dims'>(county)</div><div class='xr-var-dtype'>geometry</div><div class='xr-var-preview xr-preview'>POLYGON ((-95.34258270263672 48....</div><input id='attrs-600d55d0-b189-413c-81fe-4bef2e13aada' class='xr-var-attrs-in' type='checkbox' ><label for='attrs-600d55d0-b189-413c-81fe-4bef2e13aada' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-a7935311-1d18-4115-87f1-39849422b855' class='xr-var-data-in' type='checkbox'><label for='data-a7935311-1d18-4115-87f1-39849422b855' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'><dt><span>crs :</span></dt><dd>EPSG:4326</dd></dl></div><div class='xr-var-data'><pre><GeometryArray>
[<POLYGON ((-95.343 48.547, -95.341 48.715, -95.094 48.717, -95.095 48.912, -...>,
<POLYGON ((-118.851 47.95, -118.847 48.478, -118.869 48.479, -118.87 48.647,...>,
<POLYGON ((-117.438 48.044, -117.541 48.043, -117.536 47.79, -117.607 47.798...>,
<POLYGON ((-118.971 47.939, -118.973 47.96, -118.953 47.989, -118.953 48.02,...>,
<POLYGON ((-117.438 49, -117.031 49, -117.028 48.838, -117.038 48.046, -117....>,
<POLYGON ((-117.028 48.838, -117.031 49, -116.062 49, -116.056 48.499, -116....>,
<POLYGON ((-116.054 48.209, -116.056 48.499, -116.062 49, -114.728 49, -114....>,
<POLYGON ((-113.473 47.598, -113.636 47.6, -113.628 47.652, -113.602 47.669,...>,
<POLYGON ((-112.182 48.471, -112.228 48.479, -112.583 48.475, -112.587 48.3,...>,
<POLYGON ((-111.421 48.218, -111.673 48.213, -111.673 48.337, -111.799 48.33...>,
...
<POLYGON ((-76.922 36.554, -76.924 36.554, -77.177 36.556, -77.32 36.554, -7...>,
<POLYGON ((-79.144 36.546, -79.217 36.55, -79.1 37.056, -79.037 37.03, -79.0...>,
<POLYGON ((-79.438 37.616, -79.458 37.603, -79.444 37.57, -79.467 37.552, -7...>,
<POLYGON ((-80.125 37.125, -80.14 37.128, -80.154 37.114, -80.168 37.112, -8...>,
<POLYGON ((-87.748 44.962, -87.84 44.927, -87.831 44.873, -87.986 44.72, -87...>,
<POLYGON ((-114.52 33.028, -114.558 33.037, -114.609 33.027, -114.633 33.034...>,
<POLYGON ((-107.195 34.584, -107.718 34.584, -108.227 34.583, -109.048 34.59...>,
<POLYGON ((-76.396 37.108, -76.403 37.091, -76.434 37.089, -76.464 37.103, -...>,
<POLYGON ((-77.532 38.565, -77.721 38.84, -77.707 38.877, -77.678 38.885, -7...>,
<POLYGON ((-111.372 44.745, -111.368 45.35, -111.349 45.349, -111.349 45.635...>]
Length: 3085, dtype: geometry</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span class='xr-has-index'>year</span></div><div class='xr-var-dims'>(year)</div><div class='xr-var-dtype'>int64</div><div class='xr-var-preview xr-preview'>1960 1970 1980 1990</div><input id='attrs-c4b4da98-7a67-4376-84c8-b4d55925e62b' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-c4b4da98-7a67-4376-84c8-b4d55925e62b' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-74703a0c-cbd0-4f9c-bd19-e5b547d1a9a6' class='xr-var-data-in' type='checkbox'><label for='data-74703a0c-cbd0-4f9c-bd19-e5b547d1a9a6' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([1960, 1970, 1980, 1990])</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-48bdb69d-e527-46ba-964d-c3ad5487781b' class='xr-section-summary-in' type='checkbox' checked><label for='section-48bdb69d-e527-46ba-964d-c3ad5487781b' class='xr-section-summary' >Data variables: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-var-name'><span>population</span></div><div class='xr-var-dims'>(county, year)</div><div class='xr-var-dtype'>int32</div><div class='xr-var-preview xr-preview'>4304 3987 3764 ... 55800 65077</div><input id='attrs-796504d1-45cf-47c6-9189-8d677c3c5908' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-796504d1-45cf-47c6-9189-8d677c3c5908' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-76cf15bc-d82a-4d23-a5c8-a60d873dd428' class='xr-var-data-in' type='checkbox'><label for='data-76cf15bc-d82a-4d23-a5c8-a60d873dd428' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([[ 4304, 3987, 3764, 4076],
[ 3889, 3655, 5811, 6295],
[ 17884, 17405, 28979, 30948],
...,
[ 21583, 33203, 44189, 53427],
[ 50164, 111102, 166665, 250377],
[ 39260, 43766, 55800, 65077]], shape=(3085, 4), dtype=int32)</pre></div></li><li class='xr-var-item'><div class='xr-var-name'><span>unemployment</span></div><div class='xr-var-dims'>(county, year)</div><div class='xr-var-dtype'>float64</div><div class='xr-var-preview xr-preview'>7.9 9.0 5.903 ... 5.444 7.018 5.489</div><input id='attrs-53e24f98-12f4-4602-9c01-eb41b82dde3d' class='xr-var-attrs-in' type='checkbox' disabled><label for='attrs-53e24f98-12f4-4602-9c01-eb41b82dde3d' title='Show/Hide attributes'><svg class='icon xr-icon-file-text2'><use xlink:href='#icon-file-text2'></use></svg></label><input id='data-d001d604-bc87-4458-8998-ed67570926d0' class='xr-var-data-in' type='checkbox'><label for='data-d001d604-bc87-4458-8998-ed67570926d0' title='Show/Hide data repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-var-attrs'><dl class='xr-attrs'></dl></div><div class='xr-var-data'><pre>array([[ 7.9 , 9. , 5.9025788 , 3.89479009],
[ 8.2 , 15.4 , 15.42288557, 16.8115942 ],
[10.1 , 9. , 13.57406431, 10.70079408],
...,
[ 2.5 , 3.10506508, 5.03704493, 4.1028878 ],
[ 3.3 , 2.36155862, 3.70888552, 3.35398107],
[ 5.21803859, 5.44429066, 7.01794317, 5.48855304]],
shape=(3085, 4))</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-4daa9258-7a3a-4a3a-9687-5a08bc86a904' class='xr-section-summary-in' type='checkbox' checked><label for='section-4daa9258-7a3a-4a3a-9687-5a08bc86a904' class='xr-section-summary' >Indexes: <span>(2)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><ul class='xr-var-list'><li class='xr-var-item'><div class='xr-index-name'><div>year</div></div><div class='xr-index-preview'>PandasIndex</div><input type='checkbox' disabled/><label></label><input id='index-98b93ed3-8518-4c25-bac2-8b40081ae76e' class='xr-index-data-in' type='checkbox'/><label for='index-98b93ed3-8518-4c25-bac2-8b40081ae76e' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>PandasIndex(Index([1960, 1970, 1980, 1990], dtype='int64', name='year'))</pre></div></li><li class='xr-var-item'><div class='xr-index-name'><div>county</div></div><div class='xr-index-preview'>GeometryIndex (crs=EPSG:4326)</div><input type='checkbox' disabled/><label></label><input id='index-74f02e26-340e-46d9-a3f2-bb659bbe69e7' class='xr-index-data-in' type='checkbox'/><label for='index-74f02e26-340e-46d9-a3f2-bb659bbe69e7' title='Show/Hide index repr'><svg class='icon xr-icon-database'><use xlink:href='#icon-database'></use></svg></label><div class='xr-index-data'><pre>GeometryIndex(
[<POLYGON ((-95.343 48.547, -95.341 48.715, -95.094 48.717, -95.095 48.912, -...>
<POLYGON ((-118.851 47.95, -118.847 48.478, -118.869 48.479, -118.87 48.647,...>
<POLYGON ((-117.438 48.044, -117.541 48.043, -117.536 47.79, -117.607 47.798...>
<POLYGON ((-118.971 47.939, -118.973 47.96, -118.953 47.989, -118.953 48.02,...>
...
<POLYGON ((-107.195 34.584, -107.718 34.584, -108.227 34.583, -109.048 34.59...>
<POLYGON ((-76.396 37.108, -76.403 37.091, -76.434 37.089, -76.464 37.103, -...>
<POLYGON ((-77.532 38.565, -77.721 38.84, -77.707 38.877, -77.678 38.885, -7...>
<POLYGON ((-111.372 44.745, -111.368 45.35, -111.349 45.349, -111.349 45.635...>],
crs=EPSG:4326)</pre></div></li></ul></div></li><li class='xr-section-item'><input id='section-619ea883-9097-4e20-89a8-b0aa92f62311' class='xr-section-summary-in' type='checkbox' disabled ><label for='section-619ea883-9097-4e20-89a8-b0aa92f62311' class='xr-section-summary' title='Expand/collapse section'>Attributes: <span>(0)</span></label><div class='xr-section-inline-details'></div><div class='xr-section-details'><dl class='xr-attrs'></dl></div></li></ul></div></div>