<html 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=utf-8">
<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;}
@font-face
        {font-family:"Lucida Grande";
        panose-1:2 11 6 0 4 5 2 2 2 4;}
@font-face
        {font-family:Menlo;
        panose-1:2 11 6 9 3 8 4 2 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas",serif;}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
p.p1, li.p1, div.p1
        {mso-style-name:p1;
        margin:0in;
        font-size:8.5pt;
        font-family:Menlo;
        color:black;}
span.s1
        {mso-style-name:s1;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">Ah, I found the problem. Looks like it was loading the world file, but the file had an error in it.  Using that CPL_VSIL… parameter helped verify that the file was being read:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="p1" style="margin-left:.5in"><span class="s1">$ gdalinfo --config CPL_VSIL_CURL_ALLOWED_EXTENSIONS ".png" /vsis3/bucket/prefix/test_pal.png</span><o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="p1" style="margin-left:.5in"><span class="s1">ERROR 4: CSLLoad2("/vsis3/bucket/prefix/test_pal.pgw") failed: unable to open file.</span><o:p></o:p></p>
<p class="p1" style="margin-left:.5in"><span class="s1">ERROR 4: CSLLoad2("/vsis3/bucket/prefix/test_pal.wld") failed: unable to open file.</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">Thanks,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">Matt<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">.................................................................</span><span style="font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Lucida Grande",sans-serif;color:black">Matthew Cechini</span><span style="font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Lucida Grande",sans-serif;color:black">Contractor, Science Systems and Applications, Inc.</span><span style="font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Lucida Grande",sans-serif;color:black">NASA GIBS Systems/Software Engineer</span><span style="font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Lucida Grande",sans-serif;color:black">410.205.6272</span><span style="font-size:11.0pt"><o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="color:black">From: </span></b><span style="color:black">Even Rouault <even.rouault@spatialys.com><br>
<b>Date: </b>Tuesday, April 27, 2021 at 10:20 AM<br>
<b>To: </b>Matthew Cechini <matthew.f.cechini@nasa.gov>, "gdal-dev@lists.osgeo.org" <gdal-dev@lists.osgeo.org><br>
<b>Subject: </b>[EXTERNAL] Re: [gdal-dev] vsis3 worldfile support?<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
</div>
<p>Matt,<o:p></o:p></p>
<p>I've just tested and this works for me. Can't think of a reason besides a permission problem with the .pgw/.wld files, or if you've set the CPL_VSIL_CURL_ALLOWED_EXTENSIONS configuration option to "png"<o:p></o:p></p>
<p>Even<o:p></o:p></p>
<div>
<p class="MsoNormal">Le 27/04/2021 à 16:04, Cechini, Matthew F. (GSFC-423.0)[Science Systems & Applications, Inc.] via gdal-dev a écrit :<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal"><span style="font-size:11.0pt">Using GDAL 2.4.4, I’m attempting to read a PNG file in S3 with this prefix: /vsis3/bucket/prefix/image.png.  Alongside that object are also image.pgw an image.wld objects (same content).  When I run gdalinfo
 on the /vsis3 path, I’m not seeing the geolocation information.  Am I doing something wrong? Do I need a new version? Is this a known limitation?
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> </span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">Thanks,</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">Matt</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">.................................................................</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Matthew Cechini</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt">Contractor, Science Systems and Applications, Inc.</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt">NASA GIBS Systems/Software Engineer</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt">410.205.6272</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>gdal-dev mailing list<o:p></o:p></pre>
<pre><a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><o:p></o:p></pre>
<pre><a href="https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgdal-dev&data=04%7C01%7Cmatthew.f.cechini%40nasa.gov%7C7d5262a53a684312f10b08d909879f10%7C7005d45845be48ae8140d43da96dd17b%7C0%7C0%7C637551300362703001%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=70fKEFPR3jwFrlWWnPm3bDmdWjoFGQSJsg5skTYHgzo%3D&reserved=0">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><o:p></o:p></pre>
</blockquote>
<pre>-- <o:p></o:p></pre>
<pre><a href="https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.spatialys.com%2F&data=04%7C01%7Cmatthew.f.cechini%40nasa.gov%7C7d5262a53a684312f10b08d909879f10%7C7005d45845be48ae8140d43da96dd17b%7C0%7C0%7C637551300362703001%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Q%2BufPEWlgujx2z39abr07BsxEC7eqWZqLY3zepYI%2Bd0%3D&reserved=0">http://www.spatialys.com</a><o:p></o:p></pre>
<pre>My software is free, but my time generally not.<o:p></o:p></pre>
</div>
</body>
</html>