--- /srv/rebuilderd/tmp/rebuilderdiNCp3h/inputs/python-laspy-doc_2.7.0-2_all.deb +++ /srv/rebuilderd/tmp/rebuilderdiNCp3h/out/python-laspy-doc_2.7.0-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-08-11 15:34:30.000000 debian-binary │ --rw-r--r-- 0 0 0 2972 2026-08-11 15:34:30.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2968 2026-08-11 15:34:30.000000 control.tar.xz │ -rw-r--r-- 0 0 0 158968 2026-08-11 15:34:30.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./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: 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: 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: 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: 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 | PathLike | IOBase, http_num_threads: int = 30, _http_strategy: str = 'queue', decompression_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 | PathLike | IOBase, http_num_threads: int = 80, _http_strategy: str = 'queue', decompression_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_? ********** │ │ │ │ class 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:: │ │ │ │ _DD_ee_cc_oo_mm_pp_rr_ee_ss_ss_ii_oo_nn_SS_ee_ll_ee_cc_tt_ii_oo_nn == │ │ │ │ <>)_[_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:: │ │ │ │ _DD_ee_cc_oo_mm_pp_rr_ee_ss_ss_ii_oo_nn_SS_ee_ll_ee_cc_tt_ii_oo_nn == │ │ │ │ <>)_[_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. │ │ │ │ classmethod open(ssoouurrccee:: ssttrr || PPaatthhLLiikkee || IIOOBBaassee, hhttttpp__nnuumm__tthhrreeaaddss:: iinntt │ │ │ │ - == 3300, __hhttttpp__ssttrraatteeggyy:: ssttrr == ''qquueeuuee'', ddeeccoommpprreessssiioonn__sseelleeccttiioonn:: │ │ │ │ + == 8800, __hhttttpp__ssttrraatteeggyy:: ssttrr == ''qquueeuuee'', ddeeccoommpprreessssiioonn__sseelleeccttiioonn:: │ │ │ │ _DD_ee_cc_oo_mm_pp_rr_ee_ss_ss_ii_oo_nn_SS_ee_ll_ee_cc_tt_ii_oo_nn == │ │ │ │ <>) → _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