Bug in get_dd_wind_field
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 112
- Forks
- 49
- Avg merge
- 12h 52m
- Merged PRs (30d)
- 2
Description
https://github.com/openradar/PyDDA/blob/9d75920d8595506eda414e9f52f23aa08e6d20fe/pydda/retrieval/wind_retrieve.py#L1558-L1563
if isinstance(Grids[0], pyart.core.Grid):
new_grids = [read_from_pyart_grid(x) for x in Grids]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in pydda/retrieval/wind_retrieve.py at get_dd_wind_field, especially lines 1558-1563 and the shown pyart Grid conversion. Trace how the Grids input is handled and identify the behavior that produces the reported bug. Done means correcting that path without breaking other accepted inputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100