deeplycloudy / lmatools

Python code for working with VHF Lightning Mapping Array data
BSD 2-Clause "Simplified" License
22 stars 23 forks source link

add support for array shape 1 #34

Closed gewitterblitz closed 3 years ago

gewitterblitz commented 3 years ago

Similar to other classes in lmatools/coordinateSystems.py script, the TangentPlaneCartesianSystem class was missing the case when len(array.shape) == 1 in fromECEF and toECEF functions. I have added those in this pull request. Please check if you would like to merge it.

deeplycloudy commented 3 years ago

Nice catch, thanks for the fix @gewitterblitz!