<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add images to Oriented Imagery Dataset null issue in Oriented Imagery Questions</title>
    <link>https://community.esri.com/t5/oriented-imagery-questions/add-images-to-oriented-imagery-dataset-null-issue/m-p/1404631#M460</link>
    <description>&lt;P&gt;That did the trick. I replaced longitude and latitude with X and Y and added HFOV and VFOV fields and now the csv file is being read correctly.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 14:57:11 GMT</pubDate>
    <dc:creator>Matan3D</dc:creator>
    <dc:date>2024-04-02T14:57:11Z</dc:date>
    <item>
      <title>Add images to Oriented Imagery Dataset null issue</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/add-images-to-oriented-imagery-dataset-null-issue/m-p/1403245#M443</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I'm trying to add images to an Oriented Imagery Dataset. I created a csv file with image paths and metadata according to the schema in the documentation but when I add the data it only loads the images and leaves the rest of the metadata as null:&lt;/P&gt;&lt;P&gt;CSV file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Matan3D_0-1711827168597.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99489i4503A38971C1E242/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Matan3D_0-1711827168597.png" alt="Matan3D_0-1711827168597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dataset after adding images:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Matan3D_1-1711827327771.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99490i6BA6F13CAB98CC3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Matan3D_1-1711827327771.png" alt="Matan3D_1-1711827327771.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to build footprints then results in&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ERROR 003761:&lt;SPAN class=""&gt; Required property value is missing or invalid : Camera Heading&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;*I'm using ArcGIS Pro 3.2&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 19:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/add-images-to-oriented-imagery-dataset-null-issue/m-p/1403245#M443</guid>
      <dc:creator>Matan3D</dc:creator>
      <dc:date>2024-03-30T19:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add images to Oriented Imagery Dataset null issue</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/add-images-to-oriented-imagery-dataset-null-issue/m-p/1403916#M459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/780988"&gt;@Matan3D&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming that you are using the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/oriented-imagery/add-images-to-oriented-imagery-dataset.htm" target="_self"&gt;&lt;EM&gt;Add Images To Oriented Imagery Dataset&lt;/EM&gt;&lt;/A&gt; tool from Geoprocessing and the CSV file you used as&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;Input Data &lt;/EM&gt;in the tool&lt;EM&gt;.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are a couple of field names I would change from the&amp;nbsp;Oriented imagery table (input data CSV file) you shared in your post based on the &lt;A href="https://pro.arcgis.com/en/pro-app/3.2/help/data/imagery/oriented-imagery-table.htm" target="_blank" rel="noopener"&gt;oriented imagery table schema&lt;/A&gt;&amp;nbsp;from ESRI documentation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;longitude &lt;/STRONG&gt;should be replaced by&lt;STRONG&gt; X&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;latitude&amp;nbsp;&lt;/STRONG&gt;should be replaced by&lt;STRONG&gt;&amp;nbsp;Y&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Eliminate&amp;nbsp;&lt;/STRONG&gt;the field "Altitude" since you have&amp;nbsp;&lt;STRONG&gt;CameraHeight&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Add&amp;nbsp;&lt;/STRONG&gt;the &lt;STRONG&gt;SRS&lt;/STRONG&gt; field&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I also see that you did not include the fields&amp;nbsp;&lt;SPAN&gt;HorizontalFieldOfView,&amp;nbsp;VerticalFieldOfView,&amp;nbsp;NearDistance, and FarDistance. Be aware that if the images you are using on the dataset do not have the appropriate metadata to generate the values for these parameters you might get null values for them as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vicky&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note:&amp;nbsp;It would be easier for me to troubleshoot the issue if you could share one image and the corresponding line of data from the .csv file.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 16:56:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/add-images-to-oriented-imagery-dataset-null-issue/m-p/1403916#M459</guid>
      <dc:creator>vickyduran_AerialSphere</dc:creator>
      <dc:date>2024-04-01T16:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Add images to Oriented Imagery Dataset null issue</title>
      <link>https://community.esri.com/t5/oriented-imagery-questions/add-images-to-oriented-imagery-dataset-null-issue/m-p/1404631#M460</link>
      <description>&lt;P&gt;That did the trick. I replaced longitude and latitude with X and Y and added HFOV and VFOV fields and now the csv file is being read correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 14:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/oriented-imagery-questions/add-images-to-oriented-imagery-dataset-null-issue/m-p/1404631#M460</guid>
      <dc:creator>Matan3D</dc:creator>
      <dc:date>2024-04-02T14:57:11Z</dc:date>
    </item>
  </channel>
</rss>

