Skip to content

bug(time_format): Force mutability on return from suncalc pandas data#32

Merged
GalenReich merged 1 commit intobellingcat:mainfrom
badgersec:issues/31
Feb 13, 2026
Merged

bug(time_format): Force mutability on return from suncalc pandas data#32
GalenReich merged 1 commit intobellingcat:mainfrom
badgersec:issues/31

Conversation

@badgersec
Copy link
Copy Markdown
Contributor

Addressing #31 --

The suncalc library returns a dictionary with pandas Series/Index objects depending on the input. When passed a pandas DatetimeIndex, the returned altitude values retain that Index type, which is immutable. This fix follows the pattern in the repo to allow mutation of altitudes.

@GalenReich GalenReich merged commit 7c6472a into bellingcat:main Feb 13, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants