|
41 | 41 | " - Revise the dimensions of each variable to be consistent across instrument types, with dimensions deemed unnecessary dropped from some variables.\n",
|
42 | 42 | "- In the `Provenance` group: Add new attributes `combination_*` to the \"combined\" `EchoData` object, mirroring the convention-based attributes `conversion_*`.\n",
|
43 | 43 | "- In the `Vendor_specific` group: Move filter coefficients and decimation factor from attributes to variables in EK80, to facilitate consistent provenance tracking during `combine_echodata` operations.\n",
|
44 |
| - "- Improve the presence and use of variable attributes throughout `EchoData` groups.\n", |
45 |
| - "\n", |
46 |
| - "Version 0.8.0 does not incorporte the capability to read files converted by previous versions of echopype. We recommend using `open_raw` to re-convert the raw data files." |
| 44 | + "- Improve the presence and use of variable attributes throughout `EchoData` groups." |
| 45 | + ] |
| 46 | + }, |
| 47 | + { |
| 48 | + "cell_type": "markdown", |
| 49 | + "id": "e506a51d", |
| 50 | + "metadata": {}, |
| 51 | + "source": [ |
| 52 | + ":::{Note}\n", |
| 53 | + "Version 0.8.0 does not incorporate the capability to read files converted by previous versions of echopype. We recommend using `open_raw` to re-convert the raw data files.\n", |
| 54 | + ":::" |
47 | 55 | ]
|
48 | 56 | },
|
49 | 57 | {
|
|
93 | 101 | "More details, including Pull Requests and discussions related to these changes, can be found in the [Release notes](whats-new.html#v0-6-0-2022-may-26)."
|
94 | 102 | ]
|
95 | 103 | },
|
96 |
| - { |
97 |
| - "cell_type": "markdown", |
98 |
| - "id": "touched-concentration", |
99 |
| - "metadata": {}, |
100 |
| - "source": [ |
101 |
| - "### Convert old files to v0.6.0 format" |
102 |
| - ] |
103 |
| - }, |
104 |
| - { |
105 |
| - "cell_type": "markdown", |
106 |
| - "id": "fuzzy-sociology", |
107 |
| - "metadata": {}, |
108 |
| - "source": [ |
109 |
| - "To convert data files from v0.5.x to v0.6.0 format, simply open the old files and re-save them:\n", |
110 |
| - "\n", |
111 |
| - "```python\n", |
112 |
| - "import echopype as ep\n", |
113 |
| - "# open old v0.5.x file and convert it into a v0.6.0-format EchoData object\n", |
114 |
| - "ed = ep.open_converted(\"old_format_file.nc\")\n", |
115 |
| - "ed.to_netcdf(\"new_format_file.nc\")\n", |
116 |
| - "```" |
117 |
| - ] |
118 |
| - }, |
119 | 104 | {
|
120 | 105 | "cell_type": "markdown",
|
121 | 106 | "id": "stone-trash",
|
|
288 | 273 | "\n",
|
289 | 274 | ".xr-section-summary-in + label:before {\n",
|
290 | 275 | " display: inline-block;\n",
|
291 |
| - " content: '►';\n", |
| 276 | + " content: '\u25ba';\n", |
292 | 277 | " font-size: 11px;\n",
|
293 | 278 | " width: 15px;\n",
|
294 | 279 | " text-align: center;\n",
|
|
299 | 284 | "}\n",
|
300 | 285 | "\n",
|
301 | 286 | ".xr-section-summary-in:checked + label:before {\n",
|
302 |
| - " content: '▼';\n", |
| 287 | + " content: '\u25bc';\n", |
303 | 288 | "}\n",
|
304 | 289 | "\n",
|
305 | 290 | ".xr-section-summary-in:checked + label > span {\n",
|
|
663 | 648 | "\n",
|
664 | 649 | ".xr-section-summary-in + label:before {\n",
|
665 | 650 | " display: inline-block;\n",
|
666 |
| - " content: '►';\n", |
| 651 | + " content: '\u25ba';\n", |
667 | 652 | " font-size: 11px;\n",
|
668 | 653 | " width: 15px;\n",
|
669 | 654 | " text-align: center;\n",
|
|
674 | 659 | "}\n",
|
675 | 660 | "\n",
|
676 | 661 | ".xr-section-summary-in:checked + label:before {\n",
|
677 |
| - " content: '▼';\n", |
| 662 | + " content: '\u25bc';\n", |
678 | 663 | "}\n",
|
679 | 664 | "\n",
|
680 | 665 | ".xr-section-summary-in:checked + label > span {\n",
|
|
1045 | 1030 | "\n",
|
1046 | 1031 | ".xr-section-summary-in + label:before {\n",
|
1047 | 1032 | " display: inline-block;\n",
|
1048 |
| - " content: '►';\n", |
| 1033 | + " content: '\u25ba';\n", |
1049 | 1034 | " font-size: 11px;\n",
|
1050 | 1035 | " width: 15px;\n",
|
1051 | 1036 | " text-align: center;\n",
|
|
1056 | 1041 | "}\n",
|
1057 | 1042 | "\n",
|
1058 | 1043 | ".xr-section-summary-in:checked + label:before {\n",
|
1059 |
| - " content: '▼';\n", |
| 1044 | + " content: '\u25bc';\n", |
1060 | 1045 | "}\n",
|
1061 | 1046 | "\n",
|
1062 | 1047 | ".xr-section-summary-in:checked + label > span {\n",
|
|
1829 | 1814 | "\n",
|
1830 | 1815 | ".xr-section-summary-in + label:before {\n",
|
1831 | 1816 | " display: inline-block;\n",
|
1832 |
| - " content: '►';\n", |
| 1817 | + " content: '\u25ba';\n", |
1833 | 1818 | " font-size: 11px;\n",
|
1834 | 1819 | " width: 15px;\n",
|
1835 | 1820 | " text-align: center;\n",
|
|
1840 | 1825 | "}\n",
|
1841 | 1826 | "\n",
|
1842 | 1827 | ".xr-section-summary-in:checked + label:before {\n",
|
1843 |
| - " content: '▼';\n", |
| 1828 | + " content: '\u25bc';\n", |
1844 | 1829 | "}\n",
|
1845 | 1830 | "\n",
|
1846 | 1831 | ".xr-section-summary-in:checked + label > span {\n",
|
|
2203 | 2188 | "\n",
|
2204 | 2189 | ".xr-section-summary-in + label:before {\n",
|
2205 | 2190 | " display: inline-block;\n",
|
2206 |
| - " content: '►';\n", |
| 2191 | + " content: '\u25ba';\n", |
2207 | 2192 | " font-size: 11px;\n",
|
2208 | 2193 | " width: 15px;\n",
|
2209 | 2194 | " text-align: center;\n",
|
|
2214 | 2199 | "}\n",
|
2215 | 2200 | "\n",
|
2216 | 2201 | ".xr-section-summary-in:checked + label:before {\n",
|
2217 |
| - " content: '▼';\n", |
| 2202 | + " content: '\u25bc';\n", |
2218 | 2203 | "}\n",
|
2219 | 2204 | "\n",
|
2220 | 2205 | ".xr-section-summary-in:checked + label > span {\n",
|
|
2574 | 2559 | "\n",
|
2575 | 2560 | ".xr-section-summary-in + label:before {\n",
|
2576 | 2561 | " display: inline-block;\n",
|
2577 |
| - " content: '►';\n", |
| 2562 | + " content: '\u25ba';\n", |
2578 | 2563 | " font-size: 11px;\n",
|
2579 | 2564 | " width: 15px;\n",
|
2580 | 2565 | " text-align: center;\n",
|
|
2585 | 2570 | "}\n",
|
2586 | 2571 | "\n",
|
2587 | 2572 | ".xr-section-summary-in:checked + label:before {\n",
|
2588 |
| - " content: '▼';\n", |
| 2573 | + " content: '\u25bc';\n", |
2589 | 2574 | "}\n",
|
2590 | 2575 | "\n",
|
2591 | 2576 | ".xr-section-summary-in:checked + label > span {\n",
|
|
2946 | 2931 | "\n",
|
2947 | 2932 | ".xr-section-summary-in + label:before {\n",
|
2948 | 2933 | " display: inline-block;\n",
|
2949 |
| - " content: '►';\n", |
| 2934 | + " content: '\u25ba';\n", |
2950 | 2935 | " font-size: 11px;\n",
|
2951 | 2936 | " width: 15px;\n",
|
2952 | 2937 | " text-align: center;\n",
|
|
2957 | 2942 | "}\n",
|
2958 | 2943 | "\n",
|
2959 | 2944 | ".xr-section-summary-in:checked + label:before {\n",
|
2960 |
| - " content: '▼';\n", |
| 2945 | + " content: '\u25bc';\n", |
2961 | 2946 | "}\n",
|
2962 | 2947 | "\n",
|
2963 | 2948 | ".xr-section-summary-in:checked + label > span {\n",
|
|
3439 | 3424 | "\n",
|
3440 | 3425 | ".xr-section-summary-in + label:before {\n",
|
3441 | 3426 | " display: inline-block;\n",
|
3442 |
| - " content: '►';\n", |
| 3427 | + " content: '\u25ba';\n", |
3443 | 3428 | " font-size: 11px;\n",
|
3444 | 3429 | " width: 15px;\n",
|
3445 | 3430 | " text-align: center;\n",
|
|
3450 | 3435 | "}\n",
|
3451 | 3436 | "\n",
|
3452 | 3437 | ".xr-section-summary-in:checked + label:before {\n",
|
3453 |
| - " content: '▼';\n", |
| 3438 | + " content: '\u25bc';\n", |
3454 | 3439 | "}\n",
|
3455 | 3440 | "\n",
|
3456 | 3441 | ".xr-section-summary-in:checked + label > span {\n",
|
|
3800 | 3785 | "\n",
|
3801 | 3786 | ".xr-section-summary-in + label:before {\n",
|
3802 | 3787 | " display: inline-block;\n",
|
3803 |
| - " content: '►';\n", |
| 3788 | + " content: '\u25ba';\n", |
3804 | 3789 | " font-size: 11px;\n",
|
3805 | 3790 | " width: 15px;\n",
|
3806 | 3791 | " text-align: center;\n",
|
|
3811 | 3796 | "}\n",
|
3812 | 3797 | "\n",
|
3813 | 3798 | ".xr-section-summary-in:checked + label:before {\n",
|
3814 |
| - " content: '▼';\n", |
| 3799 | + " content: '\u25bc';\n", |
3815 | 3800 | "}\n",
|
3816 | 3801 | "\n",
|
3817 | 3802 | ".xr-section-summary-in:checked + label > span {\n",
|
|
0 commit comments