|
15 | 15 | "1. Nearest Neighbor\n", |
16 | 16 | "2. Bounding Box\n", |
17 | 17 | "3. Bounding Circle\n", |
18 | | - "4. Constant Latitude/Longtude \n" |
| 18 | + "4. Constant Latitude/Longitude\n", |
| 19 | + "5. Interval Latitude/Longitude\n" |
19 | 20 | ] |
20 | 21 | }, |
21 | 22 | { |
|
501 | 502 | "clat_subset.plot(\n", |
502 | 503 | " rasterize=True,\n", |
503 | 504 | " clim=clim,\n", |
504 | | - " title=\"Constant Longitude Subset\",\n", |
| 505 | + " title=\"Constant Latitude Subset\",\n", |
505 | 506 | " global_extent=True,\n", |
506 | 507 | " **plot_opts,\n", |
507 | 508 | ") * features" |
|
512 | 513 | { |
513 | 514 | "cell_type": "markdown", |
514 | 515 | "metadata": {}, |
515 | | - "source": [ |
516 | | - "### Constant Longitude Interval" |
517 | | - ] |
| 516 | + "source": "### Longitude Interval" |
518 | 517 | }, |
519 | 518 | { |
520 | 519 | "cell_type": "code", |
|
527 | 526 | "clon_int_subset.plot(\n", |
528 | 527 | " rasterize=True,\n", |
529 | 528 | " clim=clim,\n", |
530 | | - " title=\"Constant Latitude Interval Subset\",\n", |
| 529 | + " title=\"Longitude Interval Subset\",\n", |
531 | 530 | " global_extent=True,\n", |
532 | 531 | " **plot_opts,\n", |
533 | 532 | ") * features" |
|
538 | 537 | { |
539 | 538 | "cell_type": "markdown", |
540 | 539 | "metadata": {}, |
541 | | - "source": [ |
542 | | - "### Constant Latitude Interval" |
543 | | - ] |
| 540 | + "source": "### Latitude Interval" |
544 | 541 | }, |
545 | 542 | { |
546 | 543 | "cell_type": "code", |
|
553 | 550 | "clat_int_subset.plot(\n", |
554 | 551 | " rasterize=True,\n", |
555 | 552 | " clim=clim,\n", |
556 | | - " title=\"Constant Latitude Interval Subset\",\n", |
| 553 | + " title=\"Latitude Interval Subset\",\n", |
557 | 554 | " global_extent=True,\n", |
558 | 555 | " **plot_opts,\n", |
559 | 556 | ") * features" |
|
0 commit comments