<?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>idea Vector data: FlatGeobuf Support in ArcGIS Pro in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idi-p/1155670</link>
    <description>&lt;P&gt;Support (In/Out) the FlatGeobuf Vector-Format as an high performance geodata format for vector data. QGIS and other Tools already support it.&lt;/P&gt;&lt;P&gt;&lt;A href="http://flatgeobuf.org/" target="_blank" rel="noopener"&gt;FlatGeobuf | flatgeobuf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://switchfromshapefile.org/#flatgeobuf" target="_blank" rel="noopener"&gt;switchfromshapefile.org&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 13:17:03 GMT</pubDate>
    <dc:creator>FloJurgeit</dc:creator>
    <dc:date>2022-03-21T13:17:03Z</dc:date>
    <item>
      <title>Vector data: FlatGeobuf Support in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idi-p/1155670</link>
      <description>&lt;P&gt;Support (In/Out) the FlatGeobuf Vector-Format as an high performance geodata format for vector data. QGIS and other Tools already support it.&lt;/P&gt;&lt;P&gt;&lt;A href="http://flatgeobuf.org/" target="_blank" rel="noopener"&gt;FlatGeobuf | flatgeobuf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://switchfromshapefile.org/#flatgeobuf" target="_blank" rel="noopener"&gt;switchfromshapefile.org&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idi-p/1155670</guid>
      <dc:creator>FloJurgeit</dc:creator>
      <dc:date>2022-03-21T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data: FlatGeobuf Support in ArcGIS Pro - Status changed to: Already Offered</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1155682#M19094</link>
      <description>&lt;P&gt;Hi, FlatGeobuf is in the GDAL drivers we ship in Pro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from osgeo import gdal, ogr

vformats, rformats = [], []

for i in range(ogr.GetDriverCount()):
    name = ogr.GetDriver(i).GetName()
    if not name in vformats:
        vformats.append(name)
vformats = sorted(vformats)

for i in range(gdal.GetDriverCount()):
    name = gdal.GetDriver(i).LongName
    if not name in rformats:
        rformats.append(name)
rformats = sorted(rformats)

print('Vector Formats:\n')
for format in vformats:
    print(format)
print('\n')
print('Raster Formats:\n')
for format in rformats:
    print(format)
print('\n')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Not super easy but not too hard either to write a converter, let us know if you need help.&lt;/P&gt;&lt;P&gt;Data Interoperability extension will support FlatGeoBuf at Pro 3.2.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 20:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1155682#M19094</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2023-06-07T20:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data: FlatGeobuf Support in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1217252#M21484</link>
      <description>&lt;P&gt;It is not a problem of conversion. We wanna have native support to add *.fgb directly in arcgis Pro using the add data functionality.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 06:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1217252#M21484</guid>
      <dc:creator>RiccardoKlinger</dc:creator>
      <dc:date>2022-09-29T06:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data: FlatGeobuf Support in ArcGIS Pro - Status changed to: Open</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1217324#M21485</link>
      <description />
      <pubDate>Thu, 29 Sep 2022 12:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1217324#M21485</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2022-09-29T12:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data: FlatGeobuf Support in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1296828#M25323</link>
      <description>&lt;P&gt;I also would support this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 18:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1296828#M25323</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2023-06-07T18:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data: FlatGeobuf Support in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1622470#M35106</link>
      <description>&lt;P&gt;I would also support this and a much easier process to making items from .fgb in AGO.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CherylWilder2_0-1749591079586.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134166i288F357A87F1C5E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CherylWilder2_0-1749591079586.png" alt="CherylWilder2_0-1749591079586.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 21:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1622470#M35106</guid>
      <dc:creator>CherylWilder2</dc:creator>
      <dc:date>2025-06-10T21:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data: FlatGeobuf Support in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1661103#M36557</link>
      <description>&lt;P&gt;What's the status sauce on this? We're just now stepping into the vector tile space and it is tedious and requires nightly automation for refreshes. I would love to just point our services at something and have it "just work".&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 19:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1661103#M36557</guid>
      <dc:creator>JordanCarmona</dc:creator>
      <dc:date>2025-10-27T19:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vector data: FlatGeobuf Support in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1688560#M37710</link>
      <description>&lt;P&gt;I wrote flatgeobuf plugin datasource.&lt;BR /&gt;&lt;A href="https://github.com/oki-hunes/ArcGISFlatGeoBuf" target="_blank"&gt;https://github.com/oki-hunes/ArcGISFlatGeoBuf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 00:03:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/vector-data-flatgeobuf-support-in-arcgis-pro/idc-p/1688560#M37710</guid>
      <dc:creator>miyukioki</dc:creator>
      <dc:date>2026-03-05T00:03:49Z</dc:date>
    </item>
  </channel>
</rss>

