<?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 Extracting data from Open Data map services to gdb in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-data-from-open-data-map-services-to-gdb/m-p/1603873#M94760</link>
    <description>&lt;P&gt;I want to extract open data map services to gdb.&lt;/P&gt;&lt;P&gt;Here is the link of the open data map services i want to extract:&amp;nbsp;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes" target="_blank" rel="noopener"&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Attention! Each one may have multiples layers and sublayers and i need all of the data&lt;/P&gt;&lt;P&gt;I am a real begginer with python but my best would be to write a script to help me do it.&lt;/P&gt;&lt;P&gt;Here is what i have in mind:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Get all URLs from base site: &lt;/SPAN&gt;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes?f=pjson" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes?f=pjson&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For each url in urls, get the mapserver json (ex: &lt;/SPAN&gt;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer?f=pjson" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer?f=pjson&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;From that MapServer json file, get the &lt;/SPAN&gt;&lt;SPAN&gt;"layers" (but also sublayers is applicable)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For each layer id, get the geojson file (ex: &lt;/SPAN&gt;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer/0/query?f=pjson&amp;amp;where=1=1" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer/0/query?f=pjson&amp;amp;where=1=1&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Download and save the geojson as "{{MapServerName}}.geojson"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Run the ArcGis "JSON vers entites" tool&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would any of you have already tried to write something like that? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone help me programming this kind of script?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2025 17:58:51 GMT</pubDate>
    <dc:creator>ZélieSchuhmacher</dc:creator>
    <dc:date>2025-04-08T17:58:51Z</dc:date>
    <item>
      <title>Extracting data from Open Data map services to gdb</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/extracting-data-from-open-data-map-services-to-gdb/m-p/1603873#M94760</link>
      <description>&lt;P&gt;I want to extract open data map services to gdb.&lt;/P&gt;&lt;P&gt;Here is the link of the open data map services i want to extract:&amp;nbsp;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes" target="_blank" rel="noopener"&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Attention! Each one may have multiples layers and sublayers and i need all of the data&lt;/P&gt;&lt;P&gt;I am a real begginer with python but my best would be to write a script to help me do it.&lt;/P&gt;&lt;P&gt;Here is what i have in mind:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Get all URLs from base site: &lt;/SPAN&gt;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes?f=pjson" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes?f=pjson&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For each url in urls, get the mapserver json (ex: &lt;/SPAN&gt;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer?f=pjson" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer?f=pjson&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;From that MapServer json file, get the &lt;/SPAN&gt;&lt;SPAN&gt;"layers" (but also sublayers is applicable)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;For each layer id, get the geojson file (ex: &lt;/SPAN&gt;&lt;A href="https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer/0/query?f=pjson&amp;amp;where=1=1" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;https://egisp.dfo-mpo.gc.ca/arcgis/rest/services/open_data_donnees_ouvertes/4rst_nafo_fishing_areas_4rst_zones_de_peche_de_l_opano/MapServer/0/query?f=pjson&amp;amp;where=1=1&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Download and save the geojson as "{{MapServerName}}.geojson"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Run the ArcGis "JSON vers entites" tool&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would any of you have already tried to write something like that? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone help me programming this kind of script?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 17:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/extracting-data-from-open-data-map-services-to-gdb/m-p/1603873#M94760</guid>
      <dc:creator>ZélieSchuhmacher</dc:creator>
      <dc:date>2025-04-08T17:58:51Z</dc:date>
    </item>
  </channel>
</rss>

