-
Updated
May 18, 2022 - Python
python-library
Here are 2,096 public repositories matching this topic...
-
Updated
May 27, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Feb 20, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
May 27, 2022 - Python
-
Updated
May 19, 2022 - Python
-
Updated
May 19, 2022 - Python
-
Updated
May 28, 2022 - Python
-
Updated
May 29, 2022 - Python
-
Updated
May 28, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
May 9, 2022 - Rich Text Format
-
Updated
Apr 2, 2022 - Python
-
Updated
Mar 29, 2022 - Python
Default serialization format for conjunctive graph is turtle, but turtle cannot handle quads (AFAIK)
I believe turtle does not handle quads, but our default serialization format for ConjunctiveGraph is turtle as turtle does not override the default for Graph, I guess we should probably change this, question is to what.
I think TriG would make most sense, but the other option is n3.
-
Updated
Jan 17, 2021 - Python
-
Updated
Nov 9, 2021 - Python
-
Updated
May 11, 2022 - Python
-
Updated
May 17, 2022 - Python
-
Updated
Apr 3, 2022 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Feb 12, 2022 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
May 10, 2022 - Python
In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.
Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw
Is your feature request related to a problem? Please describe.
Would like to be able to use callback function for run_command
to call when a command has finished executing.
Describe the solution you'd like
def my_cb(host_out, my_arg):
for line in host_out.stdout:
print(line)
client.run_command('echo me', callback=my_cb, callback_extra_args=('my_arg',))
`m
Improve this page
Add a description, image, and links to the python-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-library topic, visit your repo's landing page and select "manage topics."
This is suggested in Gitter chat (Russian room). We have such method for
uia_controls.MenuWrapper
. But some menus are implemented as toolbar with drop-down submenus. It makes sense to add similar methods to choose such submenu items.