<?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: Problem making feature with Netcdf files in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1147132#M51885</link>
    <description>&lt;P&gt;Hello Isabelle,&lt;/P&gt;&lt;P&gt;Thank you so much for your question in regarding the netCDF dataset you have.&lt;/P&gt;&lt;P&gt;The netCDF dataset you have is a DSG (see chapter 9 in CF convention) netCDF file that is not designed to be used in the Make NetCDF Feature Layer tool. Currently, we have developed a series of new netCDF tool that read in netCDF DSG dataset in particular. These tools will be available in Pro 3.0. I am a Product Engineer from Esri working with multidimensional dataset. Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Yu Wang&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 18:44:13 GMT</pubDate>
    <dc:creator>YuWang1</dc:creator>
    <dc:date>2022-02-23T18:44:13Z</dc:date>
    <item>
      <title>Problem making feature with Netcdf files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1145747#M51708</link>
      <description>&lt;P&gt;Hi community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create a few features from NetCDF files, but I am having issues with the Make feature from NetCDF tool..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyone that has experience with this type of files who could help me import my data?&lt;/P&gt;&lt;P&gt;I could explain the issues via Teams.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Isabelle&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 19:06:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1145747#M51708</guid>
      <dc:creator>IB3</dc:creator>
      <dc:date>2022-02-18T19:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem making feature with Netcdf files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1145784#M51711</link>
      <description>&lt;P&gt;This tool?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/multidimension/make-netcdf-feature-layer.htm" target="_blank"&gt;Make NetCDF Feature Layer (Multidimension)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;what are the issues&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 20:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1145784#M51711</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-18T20:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem making feature with Netcdf files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1145933#M51724</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;Yes, this tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) First issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am downloading the NetCDF files from the Copernicus platform:&amp;nbsp;&lt;A href="https://cds.climate.copernicus.eu/cdsapp#!/dataset/sis-tourism-snow-indicators?tab=overview" target="_blank" rel="noopener"&gt;https://cds.climate.copernicus.eu/cdsapp#!/dataset/sis-tourism-snow-indicators?tab=overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is my API request:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;import cdsapi

c = cdsapi.Client()

c.retrieve(
    'sis-tourism-snow-indicators',
    {
        'time_aggregation': 'climatology',
        'variable': 'period_with_medium_height_of_natural_snow',
        'experiment': 'rcp8_5',
        'version': '1_0',
        'format': 'zip',
        'period': '2081-2100',
        'statistic': 'mean',
    },
    'download.zip')&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;When using the&amp;nbsp;&lt;STRONG&gt;Make NetCDF feature layer tool&lt;/STRONG&gt;, the lat and long are not displayed under the x,y variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I choose for row dimensions? Normally I put here the lat and long here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;I have also tried to upload the file with&amp;nbsp; &lt;STRONG&gt;Make NetCDF raster layer,&amp;nbsp;&lt;/STRONG&gt;and I get the same problem. I can only choose between the 2 dimensions time and numbers of points (which is the altitude). The lat and long are not appearing, but are necessary for the good representation of the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) Second issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data : &lt;A href="https://cds.climate.copernicus.eu/cdsapp#!/dataset/sis-tourism-climate-suitability-indicators?tab=overview" target="_blank" rel="noopener"&gt;https://cds.climate.copernicus.eu/cdsapp#!/dataset/sis-tourism-climate-suitability-indicators?tab=overview&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;import cdsapi

c = cdsapi.Client()

c.retrieve(
    'sis-tourism-climate-suitability-indicators',
    {
        'climate_index': 'climate_index_for_tourism',
        'variable': 'number_of_good_days',
        'product_type': 'multi_model_mean',
        'time_aggregation': 'monthly',
        'experiment': 'rcp8_5',
        'period': '2081_2100',
        'format': 'zip',
    },
    'download.zip')&lt;/PRE&gt;&lt;P&gt;I get a lot of 0 for the number of good days and it should not be the case...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to this type of file, so I really appreciate your help and input. Thank you so much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Isabelle&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 10:51:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1145933#M51724</guid>
      <dc:creator>IB3</dc:creator>
      <dc:date>2022-02-19T10:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem making feature with Netcdf files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1147132#M51885</link>
      <description>&lt;P&gt;Hello Isabelle,&lt;/P&gt;&lt;P&gt;Thank you so much for your question in regarding the netCDF dataset you have.&lt;/P&gt;&lt;P&gt;The netCDF dataset you have is a DSG (see chapter 9 in CF convention) netCDF file that is not designed to be used in the Make NetCDF Feature Layer tool. Currently, we have developed a series of new netCDF tool that read in netCDF DSG dataset in particular. These tools will be available in Pro 3.0. I am a Product Engineer from Esri working with multidimensional dataset. Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Yu Wang&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 18:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-making-feature-with-netcdf-files/m-p/1147132#M51885</guid>
      <dc:creator>YuWang1</dc:creator>
      <dc:date>2022-02-23T18:44:13Z</dc:date>
    </item>
  </channel>
</rss>

