<?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: Gridded 3D Point Array to NetCDF. Where am I going wrong? in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1206683#M4802</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/147844"&gt;@Andrew--Johnson&lt;/a&gt;&amp;nbsp;take my money £££&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2022 10:53:54 GMT</pubDate>
    <dc:creator>David_Brooks</dc:creator>
    <dc:date>2022-08-26T10:53:54Z</dc:date>
    <item>
      <title>Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204517#M4789</link>
      <description>&lt;P&gt;I have a very basic gridded array of PointZ features, each containing a variable based on their height above ground. The extent is irregular, but the horizontal grid is uniform (10m spacing) and height is also (1m spacing)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="David_Brooks_0-1660917109797.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/48999i427E53F8166F22EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="David_Brooks_0-1660917109797.png" alt="David_Brooks_0-1660917109797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to convert these points into a NetCDF file to then visualise as a voxel model. My end game is to then assign soil types to points based on isosurface rasters, and convert to a voxel model.&lt;/P&gt;&lt;P&gt;I have to say, the documentation around NetCDF, Voxels and Multidimensional processing is chaotic and incomplete. The descriptions of variables and dimensions are confusing.&lt;/P&gt;&lt;P&gt;My assumption is that I could assign Shape.XYZ as dimensions, and the test variable (height) as a variable. But im getting errors.&lt;/P&gt;&lt;P&gt;Here's the Point dataset attribute table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="David_Brooks_1-1660917322659.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49000iF2CF2BE0E9455618/image-size/medium?v=v2&amp;amp;px=400" role="button" title="David_Brooks_1-1660917322659.png" alt="David_Brooks_1-1660917322659.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's how i create the NetCDF:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="David_Brooks_2-1660917399135.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49001i7A9B1C5E861338F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="David_Brooks_2-1660917399135.png" alt="David_Brooks_2-1660917399135.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And here are the errors:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="David_Brooks_3-1660917468109.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49002i09BF01C67EB3E119/image-size/medium?v=v2&amp;amp;px=400" role="button" title="David_Brooks_3-1660917468109.png" alt="David_Brooks_3-1660917468109.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas where I'm going wrong?&lt;/P&gt;&lt;P&gt;FYI, I don't want to go down the route of a Space Time Cube as I dont have a time variable, and I don't want to create a geostatistical dataset because I dont want to interpolate the data. I just need to visualise gridded points as a voxel model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 14:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204517#M4789</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2022-08-19T14:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204618#M4790</link>
      <description>&lt;P&gt;you ruled out using shape.x, y and z as fields to variables as outlined in the help?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/multidimension/feature-to-netcdf.htm" target="_blank"&gt;Feature to NetCDF (Multidimension)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 16:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204618#M4790</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-08-19T16:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204645#M4791</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Unfortunately this tool will not produce an output suitable for a voxel layer. The last point on the tool help mentions this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The tool writes variables as Discrete Sample Geometry (DSG), such as points or trajectory, following the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://links.esri.com/netcdf/cfconventions-org" target="_blank" rel="noopener"&gt;CF conventions&lt;/A&gt;. Since, this data is not gridded, the variables in the output netCDF file are not suitable for creating a voxel layer.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/multidimension/feature-to-netcdf.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/multidimension/feature-to-netcdf.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflows for creating NetCDF data suitable for a voxel layer can be found here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/create-a-voxel-layer.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/create-a-voxel-layer.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 17:30:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204645#M4791</guid>
      <dc:creator>Andrew--Johnson</dc:creator>
      <dc:date>2022-08-19T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204765#M4792</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/147844"&gt;@Andrew--Johnson&lt;/a&gt;&amp;nbsp;sorry, but the point array I've made IS gridded. I converted duplicate rasters to PointZ&amp;nbsp; and want to assign variables to those points in order to display discrete data in a voxel model.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 07:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204765#M4792</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2022-08-20T07:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204766#M4793</link>
      <description>&lt;P&gt;Ive tried every iteration of adding xyz as variables or dimensions. But the help is fundamentally lacking in whats required. I don't think you even need to declare xy as variables, but have tried all the same&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 08:20:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204766#M4793</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2022-08-20T08:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204767#M4794</link>
      <description>&lt;P&gt;Next step would be to convert back to rasters, load into mosaic, add multidimension info and then convert that to netcdf. Seems convoluted.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 09:57:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1204767#M4794</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2022-08-20T09:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1205018#M4795</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Based on how I read the doc in the tool, the output of the NetCDF will not be suitable for a voxel layer no matter how the input data is structured. I would recommend using the Raster to NetCDF tool and in that tools doc it specifies it will format the netCDF properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The tool writes variable as regularly spaced gridded data following the CF conventionsLink to CF Conventions website. Therefore, the variable in the output netCDF file is suitable for creating a voxel layer."&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/multidimension/raster-to-netcdf.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/multidimension/raster-to-netcdf.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 15:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1205018#M4795</guid>
      <dc:creator>Andrew--Johnson</dc:creator>
      <dc:date>2022-08-22T15:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1206249#M4800</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/147844"&gt;@Andrew--Johnson&lt;/a&gt;&amp;nbsp;okay thank you for clarifying. That makes sense. In fact, on Sunday I focussed my efforts on working with that tool and it did create a voxel model from a multi-dimension raster. Albeit, I'm still in a muddle regarding variables and dimensions. But at least I know the workflow for me will be to assign data to rasters instead of a 3D point grid, before converting to netCDF.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 08:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1206249#M4800</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2022-08-25T08:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1206564#M4801</link>
      <description>&lt;P&gt;I will say the workflow you are attempting to do will be easier in the ArcGIS Pro 3.1 (early 2023) release. The GeoStats team just installed a new tool Nearest Neighbor 3D which allows you to create a netCDF from categorical 3D points by assigning each voxel the category of the nearest neighbor in 3D. It will also allow you to input a minimum elevation raster and maximum elevation raster to constrain the output to an irregular study area so be on the lookout for that!&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 21:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1206564#M4801</guid>
      <dc:creator>Andrew--Johnson</dc:creator>
      <dc:date>2022-08-25T21:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1206683#M4802</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/147844"&gt;@Andrew--Johnson&lt;/a&gt;&amp;nbsp;take my money £££&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 10:53:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1206683#M4802</guid>
      <dc:creator>David_Brooks</dc:creator>
      <dc:date>2022-08-26T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Gridded 3D Point Array to NetCDF. Where am I going wrong?</title>
      <link>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1207153#M4806</link>
      <description>&lt;P&gt;We had a similar issue with almost identical errors for a basic gridded x, y, z, value point dataset and never found the real problem with it. But when we tried to export the points to a simple CSV file and then used the &lt;STRONG&gt;Table to NetCDF&lt;/STRONG&gt;&amp;nbsp;tool we had no problems creating the NetCDF. Just remember, if you are using a local projection for your voxel model then export the projection as .prj file and rename it to the same as the NetCDF. ArcGIS will then pickup the correct spatial reference.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 10:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/gridded-3d-point-array-to-netcdf-where-am-i-going/m-p/1207153#M4806</guid>
      <dc:creator>cbp-geus</dc:creator>
      <dc:date>2022-08-29T10:42:43Z</dc:date>
    </item>
  </channel>
</rss>

