-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add Python expressions support #203
Comments
Thanks for you interest and taking time to report. According to the documentation, expressions can actually be shared: https://qgis-contribution.github.io/QGIS-ResourceSharing/authoring/what-to-share.html But I've never tried out this feature. Maybe I'm wrong. Could you confirm please? |
I can confirm my initial statement or I'm also wrong?! You can easily add new expressions using a JSON file like https://github.com/QGIS-Contribution/QGIS_Test-Resources/blob/master/collections/qgis_test/expressions/testexpressions.json in an You can't add them to load magically some Python functions that will act as new expressions. I know I can set Python expressions within profile dedicated directory from
bit I'm not aware you can do it through QGIS-ResourceSharing |
Can this be reconsidered? It seems like very reasonable idea and clear way to do that would be very desirable. |
When people use expressions, they sometimes do not find specific functions. You have to make some of them using Python expressions.
Although expressions can be already published, is there any way to also push Python expressions? I missed the functionality or not available?
Triggered by recurring questions on the QGIS users mailing list like https://lists.osgeo.org/pipermail/qgis-user/2021-May/048919.html
Should be possible using the following Python function
The text was updated successfully, but these errors were encountered: