[Bug]: Duplicate longitude using lon_orient #463
Labels
type: bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
What happened?
I noticed that when using the
lon_orient
flag set to(0, 360)
there is an extra longitude value when0
exists inlon
. This value is repeated as0
and360
(but only0
exists in the original dataset).Notice the length of
lon
in the example below (with and withoutlon_orient
).What did you expect to happen?
The value should not be repeated.
Minimal Complete Verifiable Example
Relevant log output
No response
Anything else we need to know?
I think we could probably deal with this by filtering for transformed longitude values [0, 360).
Environment
xcdat 0.5.0
The text was updated successfully, but these errors were encountered: