<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hello,<o:p></o:p></p>
<p class="MsoNormal">I’m a pdal newbie and I’m trying to figure out how to successfully read ept.json files. I have pdal 2.4.2 installed via Conda on Python 3.9 on Win 10 and am able to use the pipeline to process local datasets like interesting.las in the
 tutorials. However, when I try to read EPT web resources, like in <a href="https://pdal.io/en/latest/tutorial/iowa-entwine.html">
https://pdal.io/en/latest/tutorial/iowa-entwine.html</a>, I receive the following error:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Traceback (most recent call last):<o:p></o:p></p>
<p class="MsoNormal">  File "<pyshell#15>", line 1, in <module><o:p></o:p></p>
<p class="MsoNormal">    pipeline2.validate()<o:p></o:p></p>
<p class="MsoNormal">  File "C:\Users\bkgelder\AppData\Local\ESRI\conda\envs\pdal-testing-env\lib\site-packages\pdal\pipeline.py", line 43, in validate<o:p></o:p></p>
<p class="MsoNormal">    return self.p.validate()<o:p></o:p></p>
<p class="MsoNormal">  File "libpdalpython.pyx", line 185, in pdal.libpdalpython.PyPipeline.validate<o:p></o:p></p>
<p class="MsoNormal">RuntimeError: readers.ept: Could not read from s3-us-west-2.amazonaws.com/usgs-lidar-public/IA_FullState/ept.json<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I get similar failure when I tried to query the smaller Hurricane Florence dataset Vishu wrote about last week. I can view the ept.json files in Firefox. Is there a firewall setting I’m missing?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thank you,<o:p></o:p></p>
<p class="MsoNormal">Brian<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Brian K. Gelder, PhD<o:p></o:p></p>
<p class="MsoNormal">Manager Research for “Mud” (Soil and Water Research), Ag & Biosystems Engr. Dept.<o:p></o:p></p>
<p class="MsoNormal"><a href="https://www.dailyerosion.org/"><span style="color:#0563C1">Daily Erosion Project</span></a> &
<a href="https://acpf4watersheds.org/"><span style="color:#0563C1">Agricultural Conservation Planning Framework</span></a><o:p></o:p></p>
<p class="MsoNormal">Adjunct Assistant Professor, ABE, CRP & Agronomy Dept.<o:p></o:p></p>
<p class="MsoNormal">Instructor, CRP 454/554 and 456/556<o:p></o:p></p>
<p class="MsoNormal">3321 Elings Hall, Iowa State University<o:p></o:p></p>
<p class="MsoNormal">515-294-3144<o:p></o:p></p>
<p class="MsoNormal"><a href="https://outlook.office365.com/owa/calendar/9f43d0598b5d4a798c1592542919c740@iastate.edu/4ad84c683cf643cf9b46844d5e9bae3d7421382923026391208/calendar.html"><span style="color:#0563C1">My schedule</span></a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>