-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update processing provider based on PR 354 #388
base: develop
Are you sure you want to change the base?
Update processing provider based on PR 354 #388
Conversation
@@ -88,3 +89,8 @@ def only_str(str_input): | |||
if isinstance(str_input, bytes): | |||
return str_input.decode("utf-8") | |||
return str_input | |||
|
|||
|
|||
def polygon_from_radius(point: Point, radius): |
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.
This approximation is too rough for most of our uses. Isn't there a better default solution in QGIS?
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.
I'll look at the available functions, but a better solution might exist.
This PR updates the processing provider tools based on @Art-Ev contributions in #354.
We: