--- /srv/rebuilderd/tmp/rebuilderd6qVMOx/inputs/python-laspy-doc_2.6.1-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderd6qVMOx/out/python-laspy-doc_2.6.1-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-08-18 07:50:02.000000 debian-binary │ --rw-r--r-- 0 0 0 2960 2025-08-18 07:50:02.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2956 2025-08-18 07:50:02.000000 control.tar.xz │ -rw-r--r-- 0 0 0 158244 2025-08-18 07:50:02.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -100,15 +100,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 14108 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/installation.html │ │ │ -rw-r--r-- 0 root (0) root (0) 23086 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/intro.html │ │ │ -rw-r--r-- 0 root (0) root (0) 19746 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/lessbasic.html │ │ │ -rw-r--r-- 0 root (0) root (0) 29857 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/migration.html │ │ │ -rw-r--r-- 0 root (0) root (0) 3496 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/objects.inv │ │ │ -rw-r--r-- 0 root (0) root (0) 6405 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/py-modindex.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4722 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/search.html │ │ │ --rw-r--r-- 0 root (0) root (0) 97955 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/searchindex.js │ │ │ +-rw-r--r-- 0 root (0) root (0) 97961 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/searchindex.js │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-08-18 07:50:02.000000 ./usr/share/doc-base/ │ │ │ -rw-r--r-- 0 root (0) root (0) 262 2025-08-18 07:50:02.000000 ./usr/share/doc-base/python-laspy-doc.python-laspy-doc │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/_static/css/badge_only.css -> ../../../../../sphinx_rtd_theme/static/css/badge_only.css │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/_static/css/theme.css -> ../../../../../sphinx_rtd_theme/static/css/theme.css │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/_static/doctools.js -> ../../../../javascript/sphinxdoc/1.0/doctools.js │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/_static/fonts/Lato-Bold.ttf -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Bold.ttf │ │ │ lrwxrwxrwx 0 root (0) root (0) 0 2025-08-18 07:50:02.000000 ./usr/share/doc/python-laspy-doc/html/_static/fonts/Lato-Bold.woff2 -> ../../../../../sphinx_rtd_theme/static/fonts/Lato-Bold.woff2 │ │ ├── ./usr/share/doc/python-laspy-doc/html/api/laspy.copc.html │ │ │ @@ -111,15 +111,15 @@ │ │ │ │ │ │
│ │ │

laspy.copc module

│ │ │
│ │ │

CopcReader

│ │ │
│ │ │
│ │ │ -class laspy.copc.CopcReader(stream, close_fd: bool = True, http_num_threads: int = 30, _http_strategy: str = 'queue', decompression_selection: ~laspy._compression.selection.DecompressionSelection = <DecompressionSelection.XY_RETURNS_CHANNEL|Z|CLASSIFICATION|FLAGS|INTENSITY|SCAN_ANGLE|USER_DATA|POINT_SOURCE_ID|GPS_TIME|RGB|NIR|WAVEPACKET|ALL_EXTRA_BYTES: 8191>)[source]
│ │ │ +class laspy.copc.CopcReader(stream, close_fd: bool = True, http_num_threads: int = 80, _http_strategy: str = 'queue', decompression_selection: ~laspy._compression.selection.DecompressionSelection = <DecompressionSelection.XY_RETURNS_CHANNEL|Z|CLASSIFICATION|FLAGS|INTENSITY|SCAN_ANGLE|USER_DATA|POINT_SOURCE_ID|GPS_TIME|RGB|NIR|WAVEPACKET|ALL_EXTRA_BYTES: 8191>)[source] │ │ │

Bases: object

│ │ │

Class allowing to do queries over a COPC LAZ

│ │ │

In short, COPC files are LAZ 1.4 files organized in a particular way │ │ │ (Octree) making it possible to do spatial queries │ │ │ as well as queries with a level of details.

│ │ │

CopcReader requires the lazrs backend to work.

│ │ │

Optionaly, if requests is installed, CopcReader can handle │ │ │ @@ -129,15 +129,15 @@ │ │ │

To create an instance of it you’ll likely │ │ │ want to use the CopcReader.open() constructor

│ │ │
│ │ │

Added in version 2.2.

│ │ │
│ │ │
│ │ │
│ │ │ -__init__(stream, close_fd: bool = True, http_num_threads: int = 30, _http_strategy: str = 'queue', decompression_selection: ~laspy._compression.selection.DecompressionSelection = <DecompressionSelection.XY_RETURNS_CHANNEL|Z|CLASSIFICATION|FLAGS|INTENSITY|SCAN_ANGLE|USER_DATA|POINT_SOURCE_ID|GPS_TIME|RGB|NIR|WAVEPACKET|ALL_EXTRA_BYTES: 8191>)[source]
│ │ │ +__init__(stream, close_fd: bool = True, http_num_threads: int = 80, _http_strategy: str = 'queue', decompression_selection: ~laspy._compression.selection.DecompressionSelection = <DecompressionSelection.XY_RETURNS_CHANNEL|Z|CLASSIFICATION|FLAGS|INTENSITY|SCAN_ANGLE|USER_DATA|POINT_SOURCE_ID|GPS_TIME|RGB|NIR|WAVEPACKET|ALL_EXTRA_BYTES: 8191>)[source] │ │ │

Creates a CopcReader.

│ │ │
│ │ │
Parameters:
│ │ │
    │ │ │
  • stream (the stream from where data can be read.) – It must have the following file object methods: │ │ │ read, seek, tell

  • │ │ │
  • http_num_threads (int, optional, default num cpu * 5) – Number of worker threads to do concurent HTTP requests, │ │ │ @@ -151,15 +151,15 @@ │ │ │

    │ │ │

    Added in version 2.4: The decompression_selection parameter.

    │ │ │
    │ │ │
│ │ │ │ │ │
│ │ │
│ │ │ -classmethod open(source: str | ~os.PathLike | ~io.IOBase, http_num_threads: int = 30, _http_strategy: str = 'queue', decompression_selection: ~laspy._compression.selection.DecompressionSelection = <DecompressionSelection.XY_RETURNS_CHANNEL|Z|CLASSIFICATION|FLAGS|INTENSITY|SCAN_ANGLE|USER_DATA|POINT_SOURCE_ID|GPS_TIME|RGB|NIR|WAVEPACKET|ALL_EXTRA_BYTES: 8191>) CopcReader[source]
│ │ │ +classmethod open(source: str | ~os.PathLike | ~io.IOBase, http_num_threads: int = 80, _http_strategy: str = 'queue', decompression_selection: ~laspy._compression.selection.DecompressionSelection = <DecompressionSelection.XY_RETURNS_CHANNEL|Z|CLASSIFICATION|FLAGS|INTENSITY|SCAN_ANGLE|USER_DATA|POINT_SOURCE_ID|GPS_TIME|RGB|NIR|WAVEPACKET|ALL_EXTRA_BYTES: 8191>) CopcReader[source] │ │ │

Opens the COPC file.

│ │ │
│ │ │
Parameters:
│ │ │
    │ │ │
  • source (str, io.IOBase, uri or file-like object of the COPC file.) –

    Supported sources are:

    │ │ │
    │ │ │
      │ │ │ ├── html2text {} │ │ │ │ @@ -33,15 +33,15 @@ │ │ │ │ * _A_P_I_ _D_o_c_u_m_e_n_t_a_t_i_o_n │ │ │ │ * laspy.copc module │ │ │ │ * _V_i_e_w_ _p_a_g_e_ _s_o_u_r_c_e │ │ │ │ =============================================================================== │ │ │ │ ************ llaassppyy..ccooppcc mmoodduullee_? ************ │ │ │ │ ********** CCooppccRReeaaddeerr_? ********** │ │ │ │ ccllaassss laspy.copc.CopcReader(ssttrreeaamm, cclloossee__ffdd:: bbooooll == TTrruuee, hhttttpp__nnuumm__tthhrreeaaddss:: │ │ │ │ - iinntt == 3300, __hhttttpp__ssttrraatteeggyy:: ssttrr == ''qquueeuuee'', ddeeccoommpprreessssiioonn__sseelleeccttiioonn:: │ │ │ │ + iinntt == 8800, __hhttttpp__ssttrraatteeggyy:: ssttrr == ''qquueeuuee'', ddeeccoommpprreessssiioonn__sseelleeccttiioonn:: │ │ │ │ ~~llaassppyy..__ccoommpprreessssiioonn..sseelleeccttiioonn..DDeeccoommpprreessssiioonnSSeelleeccttiioonn == │ │ │ │ <>)_[_s_o_u_r_c_e_]_ │ │ │ │ Bases: object │ │ │ │ Class allowing to do queries over a _C_O_P_C LAZ │ │ │ │ In short, COPC files are LAZ 1.4 files organized in a particular way │ │ │ │ (Octree) making it possible to do spatial queries as well as queries with │ │ │ │ @@ -50,15 +50,15 @@ │ │ │ │ Optionaly, if requests is installed, CopcReader can handle Copc files │ │ │ │ that are on a remote HTTP server │ │ │ │ This class oonnllyy reads COPC files, it does not support normal LAS/LAZ │ │ │ │ files. │ │ │ │ To create an instance of it you’ll likely want to use the _C_o_p_c_R_e_a_d_e_r_._o_p_e_n │ │ │ │ _(_) constructor │ │ │ │ Added in version 2.2. │ │ │ │ - __init__(ssttrreeaamm, cclloossee__ffdd:: bbooooll == TTrruuee, hhttttpp__nnuumm__tthhrreeaaddss:: iinntt == 3300, │ │ │ │ + __init__(ssttrreeaamm, cclloossee__ffdd:: bbooooll == TTrruuee, hhttttpp__nnuumm__tthhrreeaaddss:: iinntt == 8800, │ │ │ │ __hhttttpp__ssttrraatteeggyy:: ssttrr == ''qquueeuuee'', ddeeccoommpprreessssiioonn__sseelleeccttiioonn:: │ │ │ │ ~~llaassppyy..__ccoommpprreessssiioonn..sseelleeccttiioonn..DDeeccoommpprreessssiioonnSSeelleeccttiioonn == │ │ │ │ <>)_[_s_o_u_r_c_e_]_ │ │ │ │ Creates a CopcReader. │ │ │ │ Parameters: │ │ │ │ * ssttrreeaamm (tthhee ssttrreeaamm ffrroomm wwhheerree ddaattaa ccaann bbee rreeaadd..) – It │ │ │ │ @@ -70,15 +70,15 @@ │ │ │ │ * cclloossee__ffdd (ooppttiioonnaall,, ddeeffaauulltt bbooooll) – Whether the stream/ │ │ │ │ file object shall be closed, this only work when using │ │ │ │ the CopcReader in a with statement. │ │ │ │ * ddeeccoommpprreessssiioonn__sseelleeccttiioonn (_DD_ee_cc_oo_mm_pp_rr_ee_ss_ss_ii_oo_nn_SS_ee_ll_ee_cc_tt_ii_oo_nn,,) – see │ │ │ │ _l_a_s_p_y_._o_p_e_n_(_) │ │ │ │ Added in version 2.4: The decompression_selection parameter. │ │ │ │ ccllaassssmmeetthhoodd open(ssoouurrccee:: ssttrr || ~~ooss..PPaatthhLLiikkee || ~~iioo..IIOOBBaassee, │ │ │ │ - hhttttpp__nnuumm__tthhrreeaaddss:: iinntt == 3300, __hhttttpp__ssttrraatteeggyy:: ssttrr == ''qquueeuuee'', │ │ │ │ + hhttttpp__nnuumm__tthhrreeaaddss:: iinntt == 8800, __hhttttpp__ssttrraatteeggyy:: ssttrr == ''qquueeuuee'', │ │ │ │ ddeeccoommpprreessssiioonn__sseelleeccttiioonn:: │ │ │ │ ~~llaassppyy..__ccoommpprreessssiioonn..sseelleeccttiioonn..DDeeccoommpprreessssiioonnSSeelleeccttiioonn == │ │ │ │ <>) → _C_o_p_c_R_e_a_d_e_r_[_s_o_u_r_c_e_]_ │ │ │ │ Opens the COPC file. │ │ │ │ Opening a local file │ │ │ │ from laspy import CopcReader │ │ ├── ./usr/share/doc/python-laspy-doc/html/searchindex.js │ │ │ ├── js-beautify {} │ │ │ │ @@ -2010,15 +2010,15 @@ │ │ │ │ "25": [20, 21], │ │ │ │ "256": 1, │ │ │ │ "27": 25, │ │ │ │ "28": 21, │ │ │ │ "29": 21, │ │ │ │ "2d": [2, 6, 20], │ │ │ │ "3": [0, 4, 6, 9, 10, 11, 12, 16, 18, 20, 21, 24, 25], │ │ │ │ - "30": [2, 6, 21], │ │ │ │ + "30": [6, 21], │ │ │ │ "300": 6, │ │ │ │ "31": [11, 17], │ │ │ │ "32": [1, 14, 17, 23, 24], │ │ │ │ "33": 25, │ │ │ │ "34": 11, │ │ │ │ "3d": 23, │ │ │ │ "3f8": 24, │ │ │ │ @@ -2051,14 +2051,15 @@ │ │ │ │ "65_535": 14, │ │ │ │ "67": [17, 25], │ │ │ │ "7": 21, │ │ │ │ "74": 25, │ │ │ │ "75": 17, │ │ │ │ "77": 17, │ │ │ │ "8": [1, 11, 13, 14, 24], │ │ │ │ + "80": 2, │ │ │ │ "8000": 20, │ │ │ │ "8191": [0, 2, 8, 10], │ │ │ │ "85": 25, │ │ │ │ "9": [17, 24], │ │ │ │ "92": 17, │ │ │ │ "A": [0, 7, 10, 11, 12, 13, 17, 21, 22, 23, 24], │ │ │ │ "And": 6,