Changes between Initial Version and Version 1 of Ticket #2378, comment 3
- Timestamp:
- 05/02/23 08:07:53 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2378, comment 3
initial v1 45 45 │ ├── kinematics.py 46 46 │ ├── __pycache__ 47 │ │ ├── basic.cpython-310.pyc 48 │ │ ├── cross_sections.cpython-310.pyc 49 │ │ ├── exceptions.cpython-310.pyc 50 │ │ ├── indices.cpython-310.pyc 51 │ │ ├── __init__.cpython-310.pyc 52 │ │ ├── kinematics.cpython-310.pyc 53 │ │ ├── thermo.cpython-310.pyc 54 │ │ ├── tools.cpython-310.pyc 55 │ │ └── turbulence.cpython-310.pyc 47 │ │ ├── .... 56 48 │ ├── thermo.py 57 49 │ ├── tools.py … … 63 55 │ ├── nounit.py 64 56 │ └── __pycache__ 65 │ ├── default.cpython-310.pyc 66 │ ├── __init__.cpython-310.pyc 67 │ └── nounit.cpython-310.pyc 57 │ ├── .... 68 58 ├── deprecation.py 69 59 ├── future.py … … 76 66 │ ├── points.py 77 67 │ ├── __pycache__ 78 │ │ ├── geometry.cpython-310.pyc 79 │ │ ├── grid.cpython-310.pyc 80 │ │ ├── __init__.cpython-310.pyc 81 │ │ ├── one_dimension.cpython-310.pyc 82 │ │ ├── points.cpython-310.pyc 83 │ │ ├── slices.cpython-310.pyc 84 │ │ └── tools.cpython-310.pyc 68 │ │ ├── .... 85 69 │ ├── slices.py 86 70 │ └── tools.py … … 94 78 │ │ ├── metar_parser.py 95 79 │ │ └── __pycache__ 96 │ │ └── metar_parser.cpython-310.pyc80 │ │ └── .... 97 81 │ ├── metar.py 98 82 │ ├── _nexrad_msgs … … 101 85 │ │ ├── msg3.py 102 86 │ │ └── __pycache__ 103 │ │ ├── __init__.cpython-310.pyc 104 │ │ ├── msg18.cpython-310.pyc 105 │ │ └── msg3.cpython-310.pyc 87 │ │ ├── .... 106 88 │ ├── nexrad.py 107 89 │ ├── __pycache__ 108 │ │ ├── gempak.cpython-310.pyc 109 │ │ ├── gini.cpython-310.pyc 110 │ │ ├── __init__.cpython-310.pyc 111 │ │ ├── metar.cpython-310.pyc 112 │ │ ├── nexrad.cpython-310.pyc 113 │ │ ├── station_data.cpython-310.pyc 114 │ │ └── _tools.cpython-310.pyc 90 │ │ ├── .... 115 91 │ ├── station_data.py 116 92 │ └── _tools.py … … 165 141 │ │ └── zdr_table.tbl 166 142 │ ├── __pycache__ 167 │ │ ├── cartopy_utils.cpython-310.pyc 168 │ │ ├── ctables.cpython-310.pyc 169 │ │ ├── declarative.cpython-310.pyc 170 │ │ ├── __init__.cpython-310.pyc 171 │ │ ├── mapping.cpython-310.pyc 172 │ │ ├── _mpl.cpython-310.pyc 173 │ │ ├── skewt.cpython-310.pyc 174 │ │ ├── station_plot.cpython-310.pyc 175 │ │ ├── _util.cpython-310.pyc 176 │ │ └── wx_symbols.cpython-310.pyc 143 │ │ ├── .... 177 144 │ ├── skewt.py 178 145 │ ├── _static … … 185 152 │ └── wx_symbols.py 186 153 ├── __pycache__ 187 │ ├── cbook.cpython-310.pyc 188 │ ├── deprecation.cpython-310.pyc 189 │ ├── future.cpython-310.pyc 190 │ ├── __init__.cpython-310.pyc 191 │ ├── package_tools.cpython-310.pyc 192 │ ├── pandas.cpython-310.pyc 193 │ ├── testing.cpython-310.pyc 194 │ ├── units.cpython-310.pyc 195 │ ├── _version.cpython-310.pyc 196 │ └── xarray.cpython-310.pyc 154 │ ├── .... 197 155 ├── static-data-manifest.txt 198 156 ├── testing.py … … 201 159 │ ├── __init__.py 202 160 │ ├── __pycache__ 203 │ │ ├── __init__.cpython-310.pyc 204 │ │ └── xarray.cpython-310.pyc 161 │ │ ├── .... 205 162 │ └── xarray.py 206 163 ├── _version.py