Skip to content

timelapse.py: sentinel1_timeseries - Stop have a mutable default for orbit.#2620

Draft
schwehr wants to merge 1 commit into
gee-community:masterfrom
schwehr:mutable-arg-defaults-timelapse
Draft

timelapse.py: sentinel1_timeseries - Stop have a mutable default for orbit.#2620
schwehr wants to merge 1 commit into
gee-community:masterfrom
schwehr:mutable-arg-defaults-timelapse

Conversation

@schwehr

@schwehr schwehr commented Feb 19, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread geemap/timelapse.py
# Apply orbit filtering.
if orbit:
# Set orbit to {} to not have an orbit.
if orbit or orbit is None:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this changes the behavior. Before, you could not have an orbit by passing in None. That's no longer true here (unless I'm missing something).

@jdbcode jdbcode assigned schwehr and unassigned naschmitz Feb 28, 2026
@schwehr schwehr marked this pull request as draft March 3, 2026 22:05
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