-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/retrieve sfids from polygon #37
Feature/retrieve sfids from polygon #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing few docstring , type in attributes & a test could fail in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- missing attributes description in docstring
For example: geometry (str) : the input geometry - missing type in signature (geometry, season_fields_ids )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing doctstring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assert on the len of the result can be dangerous: the test could fail if a new sfd is created in the geometry.
len = 20 seems to fit with the default limit of the response api ( which has been removed with the $limit=none)
updated PR |
340052d
into
feature/adding_sensors_seasonfield_id
No description provided.