vector zonal stats: default param request #62
Replies: 1 comment 1 reply
-
This makes sense. Created an issue #64 to track the task! |
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
-
Noticed default is to fill NaNs with zero after aggregation; this might make it difficult to identify original NaNs if there are actual zeros in the aggregation.
https://github.com/thinkingmachines/geowrangler/blob/master/geowrangler/vector_zonal_stats.py#L205
Also, a suggestion would be, in the case
fillna
option is set to True, make the replacement value (0 in this case at the moment) a variable users can input (e.g. -1, etc.)Thanks!
Moses
Beta Was this translation helpful? Give feedback.
All reactions