Skip to content

read_ibtracs_netcdf: fix for tracks crossing antimeridian#168

Merged
tovogt merged 1 commit intodevelopfrom
feature/fix_read_ibtracs_antimeridian
Mar 16, 2021
Merged

read_ibtracs_netcdf: fix for tracks crossing antimeridian#168
tovogt merged 1 commit intodevelopfrom
feature/fix_read_ibtracs_antimeridian

Conversation

@tovogt
Copy link
Copy Markdown
Collaborator

@tovogt tovogt commented Mar 15, 2021

Usually, if an agency reports about a track that crosses the antimeridian, the longitude is always chosen positive within IBTrACS. However, it can happen that the TC crosses the antimeridian according to one agency, but not according to another. When mixing agency data, this can yield inconsistent sign changes in longitude. When using the interpolate_missing option, this will lead to wrong interpolated values.

According to my analysis, this only affects a single storm in IBTrACS with the default settings: 2013224N12220. However, you never know what might change in the future in IBTrACS. Furthermore, this PR also makes sure that no longitude values are less than -180 (which can happen for some agencies).

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants