-
Updated
Nov 2, 2021 - Python
python-library
Here are 1,943 public repositories matching this topic...
-
Updated
Nov 7, 2021 - Python
-
Updated
Nov 8, 2021 - Python
-
Updated
Sep 19, 2021 - Python
-
Updated
Nov 4, 2021 - Python
-
Updated
Nov 6, 2021 - Python
-
Updated
Oct 18, 2021 - Python
-
Updated
Oct 15, 2021 - Python
-
Updated
Oct 14, 2021 - Python
-
Updated
Oct 14, 2021 - Python
-
Updated
Oct 31, 2021 - Python
-
Updated
Nov 4, 2021 - Python
-
Updated
Nov 4, 2021 - Python
-
Updated
Nov 2, 2021 - Rich Text Format
-
Updated
Oct 27, 2021 - Python
-
Updated
Aug 22, 2021 - Python
-
Updated
Apr 3, 2021 - Python
-
Updated
Jan 17, 2021 - Python
Currently we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either:
- Add a lru_cache (from py3 functools + this 2.7 implementation
- Depend on
-
Updated
Sep 28, 2021 - Python
-
Updated
Oct 4, 2021 - Python
-
Updated
Oct 31, 2021 - Python
-
Updated
Jun 17, 2021 - Python
-
Updated
Oct 26, 2021 - Python
-
Updated
Sep 16, 2021 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Nov 8, 2021 - 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
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.