Inclusion of changes to matcher.py including Barnes averaging#55
Inclusion of changes to matcher.py including Barnes averaging#55swnesbitt wants to merge 17 commits intonguy:masterfrom
Conversation
Added radar timestamp for each matched instance.
Example notebook using radar matching enhancements.
Further radar matching enhancements
| ind1d.append(prind1d) | ||
|
|
||
| for field in pr.fields.keys(): | ||
| # prdata[field]['data'].flat[indt[0]] = \ |
There was a problem hiding this comment.
Is there a reason to retain this commented out field?
|
|
||
| for field in pr.fields.keys(): | ||
| prdata[field]['data'][indt[0]] = dfield[field][prind1d] | ||
| if Barnes: |
|
Could you either add |
| start_time=None, end_time=None, | ||
| ac_rng=None, ac_az=None, ac_elev=None): | ||
| ac_rng=None, ac_az=None, ac_elev=None, matchinfo=None): | ||
| ''' |
There was a problem hiding this comment.
Could you add a short docstring for matchinfo to describe usage?
| import simplekml | ||
| except: | ||
| raise ValueError("This module requires installation of simplekml...") | ||
| # return |
There was a problem hiding this comment.
I don't think this return needs to be here as it's an import test. Commented out, but maybe we should remove to clear up any confusion later.
There was a problem hiding this comment.
Have you found these kmz writers to be useful?
|
If you want, add @joefinlon to the contributors list (and anyone else). Otherwise, I can do that when I assign a DOI after this PR. |
This fork includes Barnes averaging around the aircraft position in the radar matching. Testing by @joefinlon.