GEE to geemap #927
arabinda90
started this conversation in
General
Replies: 1 comment 1 reply
-
Add two asterisks maxDiffFilter = ee.Filter.maxDifference(**{
difference: millis,
leftField: 'system:time_start',
rightField: 'system:time_start'
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks to all Geemap developers and members.
Can tell me how the below GEE code was written in genemap?
maxDiffFilter = ee.Filter.maxDifference({
difference: millis,
leftField: 'system:time_start',
rightField: 'system:time_start'
})
Beta Was this translation helpful? Give feedback.
All reactions