<?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 Seeking Esri Developer Assistance for Accessing Cropland Data Layer (CDL) via APIs in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/seeking-esri-developer-assistance-for-accessing/m-p/1582809#M1555</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am currently working on a &lt;STRONG&gt;research project&lt;/STRONG&gt; that involves &lt;STRONG&gt;ArcGIS Pro and REST APIs&lt;/STRONG&gt;, specifically utilizing the &lt;STRONG&gt;Cropland Data Layer (CDL)&lt;/STRONG&gt; to analyze agricultural land cover data. CDL provides essential geospatial information on croplands across the U.S., and I need to efficiently retrieve this data for multiple years.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Challenge:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Right now, I can manually download year-wise &lt;STRONG&gt;GeoTIFF files&lt;/STRONG&gt; from the &lt;STRONG&gt;CDL Download Portal&lt;/STRONG&gt; (&lt;A href="https://croplandcros.scinet.usda.gov/" target="_new" rel="noopener"&gt;&lt;SPAN&gt;link&lt;/SPAN&gt;&lt;/A&gt;), but this is &lt;STRONG&gt;not scalable&lt;/STRONG&gt; when working with multiple years of data. I am looking for a way to automate the process using &lt;STRONG&gt;APIs&lt;/STRONG&gt;, so I don’t have to download each year’s dataset manually.&lt;/P&gt;&lt;P&gt;I have been exploring the &lt;STRONG&gt;CDL Developer Guide&lt;/STRONG&gt; (&lt;A href="https://pdi.scinet.usda.gov/portal/apps/sites/#/cropcros/pages/developers-guide" target="_new" rel="noopener"&gt;&lt;SPAN&gt;link&lt;/SPAN&gt;&lt;/A&gt;), which outlines the &lt;STRONG&gt;ArcGIS REST services&lt;/STRONG&gt; that CDL provides. However, I am struggling to locate the &lt;STRONG&gt;exact API endpoints&lt;/STRONG&gt; that would allow me to:&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Query and retrieve crop-related data programmatically&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Download CDL data in &lt;STRONG&gt;GeoTIFF format&lt;/STRONG&gt; year-wise using an API&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Automate the extraction process instead of using the web UI&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I Need Help With:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Identifying the &lt;STRONG&gt;correct API endpoints&lt;/STRONG&gt; to retrieve &lt;STRONG&gt;GeoTIFF files for different years&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Understanding how to properly structure API requests for &lt;STRONG&gt;bulk or automated downloads&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Best practices for integrating &lt;STRONG&gt;ArcGIS REST services&lt;/STRONG&gt; with my research workflow&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Request for Support:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you have &lt;STRONG&gt;experience with Esri’s ArcGIS REST APIs&lt;/STRONG&gt;, especially in working with CDL data, I would really appreciate your guidance. As a &lt;STRONG&gt;graduate student&lt;/STRONG&gt;, I want to ensure I’m following the right approach and not missing any key details that could simplify this process.&lt;/P&gt;&lt;P&gt;I would love the opportunity to connect and discuss this further. If you are familiar with this or know someone who is, please feel free to &lt;STRONG&gt;reach out via email&lt;/STRONG&gt; or drop a comment here. Any help—whether it’s pointing me to the right documentation, sharing example API requests, or providing general insights—would be &lt;STRONG&gt;greatly appreciated&lt;/STRONG&gt;!&lt;/P&gt;&lt;P&gt;Looking forward to your insights!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;Arpit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2025 19:14:18 GMT</pubDate>
    <dc:creator>arpit45</dc:creator>
    <dc:date>2025-02-06T19:14:18Z</dc:date>
    <item>
      <title>Seeking Esri Developer Assistance for Accessing Cropland Data Layer (CDL) via APIs</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/seeking-esri-developer-assistance-for-accessing/m-p/1582809#M1555</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am currently working on a &lt;STRONG&gt;research project&lt;/STRONG&gt; that involves &lt;STRONG&gt;ArcGIS Pro and REST APIs&lt;/STRONG&gt;, specifically utilizing the &lt;STRONG&gt;Cropland Data Layer (CDL)&lt;/STRONG&gt; to analyze agricultural land cover data. CDL provides essential geospatial information on croplands across the U.S., and I need to efficiently retrieve this data for multiple years.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Challenge:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Right now, I can manually download year-wise &lt;STRONG&gt;GeoTIFF files&lt;/STRONG&gt; from the &lt;STRONG&gt;CDL Download Portal&lt;/STRONG&gt; (&lt;A href="https://croplandcros.scinet.usda.gov/" target="_new" rel="noopener"&gt;&lt;SPAN&gt;link&lt;/SPAN&gt;&lt;/A&gt;), but this is &lt;STRONG&gt;not scalable&lt;/STRONG&gt; when working with multiple years of data. I am looking for a way to automate the process using &lt;STRONG&gt;APIs&lt;/STRONG&gt;, so I don’t have to download each year’s dataset manually.&lt;/P&gt;&lt;P&gt;I have been exploring the &lt;STRONG&gt;CDL Developer Guide&lt;/STRONG&gt; (&lt;A href="https://pdi.scinet.usda.gov/portal/apps/sites/#/cropcros/pages/developers-guide" target="_new" rel="noopener"&gt;&lt;SPAN&gt;link&lt;/SPAN&gt;&lt;/A&gt;), which outlines the &lt;STRONG&gt;ArcGIS REST services&lt;/STRONG&gt; that CDL provides. However, I am struggling to locate the &lt;STRONG&gt;exact API endpoints&lt;/STRONG&gt; that would allow me to:&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Query and retrieve crop-related data programmatically&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Download CDL data in &lt;STRONG&gt;GeoTIFF format&lt;/STRONG&gt; year-wise using an API&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Automate the extraction process instead of using the web UI&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I Need Help With:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Identifying the &lt;STRONG&gt;correct API endpoints&lt;/STRONG&gt; to retrieve &lt;STRONG&gt;GeoTIFF files for different years&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Understanding how to properly structure API requests for &lt;STRONG&gt;bulk or automated downloads&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Best practices for integrating &lt;STRONG&gt;ArcGIS REST services&lt;/STRONG&gt; with my research workflow&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Request for Support:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you have &lt;STRONG&gt;experience with Esri’s ArcGIS REST APIs&lt;/STRONG&gt;, especially in working with CDL data, I would really appreciate your guidance. As a &lt;STRONG&gt;graduate student&lt;/STRONG&gt;, I want to ensure I’m following the right approach and not missing any key details that could simplify this process.&lt;/P&gt;&lt;P&gt;I would love the opportunity to connect and discuss this further. If you are familiar with this or know someone who is, please feel free to &lt;STRONG&gt;reach out via email&lt;/STRONG&gt; or drop a comment here. Any help—whether it’s pointing me to the right documentation, sharing example API requests, or providing general insights—would be &lt;STRONG&gt;greatly appreciated&lt;/STRONG&gt;!&lt;/P&gt;&lt;P&gt;Looking forward to your insights!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;Arpit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 19:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/seeking-esri-developer-assistance-for-accessing/m-p/1582809#M1555</guid>
      <dc:creator>arpit45</dc:creator>
      <dc:date>2025-02-06T19:14:18Z</dc:date>
    </item>
  </channel>
</rss>

