<div dir="ltr">We're trying to store a few billion X/Y points, some associated data and want to retrieve points by some boundary later. EPT or COPC look like great solutions, but I'm struggling to make it work. I can produce the LAS file, but when I go to <a href="http://plas.io">plas.io</a> to verify I get this error "The data doesn't appear to be in a projected coordinate space."<div><br></div><div>Sample CSV file (dallas.txt):</div><div>X,Y,Z<br>41.82793344188653,-94.03057008447364,0<br><div><br></div><div>Pipeline:</div><div>  "pipeline": [<br>    {<br>      "type": "readers.text",<br>      "filename": "dallas.txt"<br>    },<br>    {<br>      "type": "filters.reprojection",<br>      "out_srs": "EPSG:4326",<br>      "in_srs": "EPSG:26913"<br>    },<br>    {<br>      "type": "writers.las",<br>      "filename": "dallas.las",<br>      "a_srs": "EPSG:26913"<br>    }<br>  ]<br>}<br></div><div><br></div><div>Any advice or troubleshooting tips would be appreciated.</div><div>Dan</div><div><br><div><br></div><div><br></div></div></div></div>