{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.EwccgAmg/b1/python-laspy_2.6.1-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.EwccgAmg/b2/python-laspy_2.6.1-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- 4ff5da7a55fecef0348325bd7878bd44 161060 doc optional python-laspy-doc_2.6.1-1_all.deb\n+ 8fb9ceb34b44a102c9cdfa9bfe4a9bb1 161068 doc optional python-laspy-doc_2.6.1-1_all.deb\n bf9b241d7e6f77de24ee1fac153a2178 65396 python optional python3-laspy_2.6.1-1_all.deb\n"}, {"source1": "python-laspy-doc_2.6.1-1_all.deb", "source2": "python-laspy-doc_2.6.1-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2025-08-18 07:50:02.000000 debian-binary\n--rw-r--r-- 0 0 0 2968 2025-08-18 07:50:02.000000 control.tar.xz\n--rw-r--r-- 0 0 0 157900 2025-08-18 07:50:02.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 2972 2025-08-18 07:50:02.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 157904 2025-08-18 07:50:02.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/python-laspy-doc/html/api/laspy.copc.html", "source2": "./usr/share/doc/python-laspy-doc/html/api/laspy.copc.html", "unified_diff": "@@ -111,15 +111,15 @@\n \n
\n

laspy.copc module\uf0c1

\n
\n

CopcReader\uf0c1

\n
\n
\n-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]\uf0c1
\n+class laspy.copc.CopcReader(stream, close_fd: bool = True, http_num_threads: int = 60, _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]\uf0c1\n

Bases: object

\n

Class allowing to do queries over a COPC LAZ

\n

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

\n

CopcReader requires the lazrs backend to work.

\n

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

To create an instance of it you\u2019ll likely\n want to use the CopcReader.open() constructor

\n
\n

Added in version 2.2.

\n
\n
\n
\n-__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]\uf0c1
\n+__init__(stream, close_fd: bool = True, http_num_threads: int = 60, _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]\uf0c1\n

Creates a CopcReader.

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

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

    \n

    Added in version 2.4: The decompression_selection parameter.

    \n
    \n
\n \n
\n
\n-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]\uf0c1
\n+classmethod open(source: str | ~os.PathLike | ~io.IOBase, http_num_threads: int = 60, _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]\uf0c1\n

Opens the COPC file.

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

    Supported sources are:

    \n
    \n
      \n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -33,15 +33,15 @@\n * _\bA_\bP_\bI_\b _\bD_\bo_\bc_\bu_\bm_\be_\bn_\bt_\ba_\bt_\bi_\bo_\bn\n * laspy.copc module\n * _\bV_\bi_\be_\bw_\b _\bp_\ba_\bg_\be_\b _\bs_\bo_\bu_\br_\bc_\be\n ===============================================================================\n *\b**\b**\b**\b**\b**\b* l\bla\bas\bsp\bpy\by.\b.c\bco\bop\bpc\bc m\bmo\bod\bdu\bul\ble\be_\b?\b\uf0c1 *\b**\b**\b**\b**\b**\b*\n *\b**\b**\b**\b**\b* C\bCo\bop\bpc\bcR\bRe\bea\bad\bde\ber\br_\b?\b\uf0c1 *\b**\b**\b**\b**\b*\n c\bcl\bla\bas\bss\bs laspy.copc.CopcReader(s\bst\btr\bre\bea\bam\bm, c\bcl\blo\bos\bse\be_\b_f\bfd\bd:\b: b\bbo\boo\bol\bl =\b= T\bTr\bru\bue\be, h\bht\btt\btp\bp_\b_n\bnu\bum\bm_\b_t\bth\bhr\bre\bea\bad\bds\bs:\b:\n- i\bin\bnt\bt =\b= 8\b80\b0, _\b_h\bht\btt\btp\bp_\b_s\bst\btr\bra\bat\bte\beg\bgy\by:\b: s\bst\btr\br =\b= '\b'q\bqu\bue\beu\bue\be'\b', d\bde\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn_\b_s\bse\bel\ble\bec\bct\bti\bio\bon\bn:\b:\n+ i\bin\bnt\bt =\b= 6\b60\b0, _\b_h\bht\btt\btp\bp_\b_s\bst\btr\bra\bat\bte\beg\bgy\by:\b: s\bst\btr\br =\b= '\b'q\bqu\bue\beu\bue\be'\b', d\bde\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn_\b_s\bse\bel\ble\bec\bct\bti\bio\bon\bn:\b:\n ~\b~l\bla\bas\bsp\bpy\by.\b._\b_c\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn.\b.s\bse\bel\ble\bec\bct\bti\bio\bon\bn.\b.D\bDe\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bnS\bSe\bel\ble\bec\bct\bti\bio\bon\bn =\b=\n <\b\b>)_\b[_\bs_\bo_\bu_\br_\bc_\be_\b]_\b\uf0c1\n Bases: object\n Class allowing to do queries over a _\bC_\bO_\bP_\bC LAZ\n In short, COPC files are LAZ 1.4 files organized in a particular way\n (Octree) making it possible to do spatial queries as well as queries with\n@@ -50,15 +50,15 @@\n Optionaly, if requests is installed, CopcReader can handle Copc files\n that are on a remote HTTP server\n This class o\bon\bnl\bly\by reads COPC files, it does not support normal LAS/LAZ\n files.\n To create an instance of it you\u2019ll likely want to use the _\bC_\bo_\bp_\bc_\bR_\be_\ba_\bd_\be_\br_\b._\bo_\bp_\be_\bn\n _\b(_\b) constructor\n Added in version 2.2.\n- __init__(s\bst\btr\bre\bea\bam\bm, c\bcl\blo\bos\bse\be_\b_f\bfd\bd:\b: b\bbo\boo\bol\bl =\b= T\bTr\bru\bue\be, h\bht\btt\btp\bp_\b_n\bnu\bum\bm_\b_t\bth\bhr\bre\bea\bad\bds\bs:\b: i\bin\bnt\bt =\b= 8\b80\b0,\n+ __init__(s\bst\btr\bre\bea\bam\bm, c\bcl\blo\bos\bse\be_\b_f\bfd\bd:\b: b\bbo\boo\bol\bl =\b= T\bTr\bru\bue\be, h\bht\btt\btp\bp_\b_n\bnu\bum\bm_\b_t\bth\bhr\bre\bea\bad\bds\bs:\b: i\bin\bnt\bt =\b= 6\b60\b0,\n _\b_h\bht\btt\btp\bp_\b_s\bst\btr\bra\bat\bte\beg\bgy\by:\b: s\bst\btr\br =\b= '\b'q\bqu\bue\beu\bue\be'\b', d\bde\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn_\b_s\bse\bel\ble\bec\bct\bti\bio\bon\bn:\b:\n ~\b~l\bla\bas\bsp\bpy\by.\b._\b_c\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn.\b.s\bse\bel\ble\bec\bct\bti\bio\bon\bn.\b.D\bDe\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bnS\bSe\bel\ble\bec\bct\bti\bio\bon\bn =\b=\n <\b\b>)_\b[_\bs_\bo_\bu_\br_\bc_\be_\b]_\b\uf0c1\n Creates a CopcReader.\n Parameters:\n * s\bst\btr\bre\bea\bam\bm (t\bth\bhe\be s\bst\btr\bre\bea\bam\bm f\bfr\bro\bom\bm w\bwh\bhe\ber\bre\be d\bda\bat\bta\ba c\bca\ban\bn b\bbe\be r\bre\bea\bad\bd.\b.) \u2013 It\n@@ -70,15 +70,15 @@\n * c\bcl\blo\bos\bse\be_\b_f\bfd\bd (o\bop\bpt\bti\bio\bon\bna\bal\bl,\b, d\bde\bef\bfa\bau\bul\blt\bt b\bbo\boo\bol\bl) \u2013 Whether the stream/\n file object shall be closed, this only work when using\n the CopcReader in a with statement.\n * d\bde\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn_\b_s\bse\bel\ble\bec\bct\bti\bio\bon\bn (_\bD\bD_\be\be_\bc\bc_\bo\bo_\bm\bm_\bp\bp_\br\br_\be\be_\bs\bs_\bs\bs_\bi\bi_\bo\bo_\bn\bn_\bS\bS_\be\be_\bl\bl_\be\be_\bc\bc_\bt\bt_\bi\bi_\bo\bo_\bn\bn,\b,) \u2013 see\n _\bl_\ba_\bs_\bp_\by_\b._\bo_\bp_\be_\bn_\b(_\b)\n Added in version 2.4: The decompression_selection parameter.\n c\bcl\bla\bas\bss\bsm\bme\bet\bth\bho\bod\bd open(s\bso\bou\bur\brc\bce\be:\b: s\bst\btr\br |\b| ~\b~o\bos\bs.\b.P\bPa\bat\bth\bhL\bLi\bik\bke\be |\b| ~\b~i\bio\bo.\b.I\bIO\bOB\bBa\bas\bse\be,\n- h\bht\btt\btp\bp_\b_n\bnu\bum\bm_\b_t\bth\bhr\bre\bea\bad\bds\bs:\b: i\bin\bnt\bt =\b= 8\b80\b0, _\b_h\bht\btt\btp\bp_\b_s\bst\btr\bra\bat\bte\beg\bgy\by:\b: s\bst\btr\br =\b= '\b'q\bqu\bue\beu\bue\be'\b',\n+ h\bht\btt\btp\bp_\b_n\bnu\bum\bm_\b_t\bth\bhr\bre\bea\bad\bds\bs:\b: i\bin\bnt\bt =\b= 6\b60\b0, _\b_h\bht\btt\btp\bp_\b_s\bst\btr\bra\bat\bte\beg\bgy\by:\b: s\bst\btr\br =\b= '\b'q\bqu\bue\beu\bue\be'\b',\n d\bde\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn_\b_s\bse\bel\ble\bec\bct\bti\bio\bon\bn:\b:\n ~\b~l\bla\bas\bsp\bpy\by.\b._\b_c\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bn.\b.s\bse\bel\ble\bec\bct\bti\bio\bon\bn.\b.D\bDe\bec\bco\bom\bmp\bpr\bre\bes\bss\bsi\bio\bon\bnS\bSe\bel\ble\bec\bct\bti\bio\bon\bn =\b=\n <\b\b>) \u2192 _\bC_\bo_\bp_\bc_\bR_\be_\ba_\bd_\be_\br_\b[_\bs_\bo_\bu_\br_\bc_\be_\b]_\b\uf0c1\n Opens the COPC file.\n Opening a local file\n from laspy import CopcReader\n"}]}, {"source1": "./usr/share/doc/python-laspy-doc/html/searchindex.js", "source2": "./usr/share/doc/python-laspy-doc/html/searchindex.js", "unified_diff": null, "details": [{"source1": "js-beautify {}", "source2": "js-beautify {}", "unified_diff": "@@ -2033,14 +2033,15 @@\n \"500\": 18,\n \"500000\": 18,\n \"50x64\": 20,\n \"512\": 1,\n \"535\": 23,\n \"55\": 17,\n \"6\": [0, 1, 4, 8, 10, 16, 20, 21],\n+ \"60\": 2,\n \"62\": 17,\n \"636784\": 25,\n \"636896\": 25,\n \"637012\": 25,\n \"637342\": 25,\n \"637433\": 25,\n \"637501\": 25,\n@@ -2051,15 +2052,14 @@\n \"65_535\": 14,\n \"67\": [17, 25],\n \"7\": 21,\n \"74\": 25,\n \"75\": 17,\n \"77\": 17,\n \"8\": [1, 11, 13, 14, 24],\n- \"80\": 2,\n \"8000\": 20,\n \"8191\": [0, 2, 8, 10],\n \"85\": 25,\n \"9\": [17, 24],\n \"92\": 17,\n \"A\": [0, 7, 10, 11, 12, 13, 17, 21, 22, 23, 24],\n \"And\": 6,\n"}]}]}]}]}]}