Changes between Initial version and Version 1 of Ticket #2378, comment 3


Ignore:
Timestamp:
2 May 2023, 08:07:53 (12 months ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2378, comment 3

    initial v1  
    4545│   ├── kinematics.py
    4646│   ├── __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│   │   ├── ....
    5648│   ├── thermo.py
    5749│   ├── tools.py
     
    6355│   ├── nounit.py
    6456│   └── __pycache__
    65 │       ├── default.cpython-310.pyc
    66 │       ├── __init__.cpython-310.pyc
    67 │       └── nounit.cpython-310.pyc
     57│       ├── ....
    6858├── deprecation.py
    6959├── future.py
     
    7666│   ├── points.py
    7767│   ├── __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│   │   ├── ....
    8569│   ├── slices.py
    8670│   └── tools.py
     
    9478│   │   ├── metar_parser.py
    9579│   │   └── __pycache__
    96 │   │       └── metar_parser.cpython-310.pyc
     80│   │       └── ....
    9781│   ├── metar.py
    9882│   ├── _nexrad_msgs
     
    10185│   │   ├── msg3.py
    10286│   │   └── __pycache__
    103 │   │       ├── __init__.cpython-310.pyc
    104 │   │       ├── msg18.cpython-310.pyc
    105 │   │       └── msg3.cpython-310.pyc
     87│   │       ├── ....
    10688│   ├── nexrad.py
    10789│   ├── __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│   │   ├── ....
    11591│   ├── station_data.py
    11692│   └── _tools.py
     
    165141│   │   └── zdr_table.tbl
    166142│   ├── __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│   │   ├── ....
    177144│   ├── skewt.py
    178145│   ├── _static
     
    185152│   └── wx_symbols.py
    186153├── __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│   ├── ....
    197155├── static-data-manifest.txt
    198156├── testing.py
     
    201159│   ├── __init__.py
    202160│   ├── __pycache__
    203 │   │   ├── __init__.cpython-310.pyc
    204 │   │   └── xarray.cpython-310.pyc
     161│   │   ├── ....
    205162│   └── xarray.py
    206163├── _version.py