{"id":6752,"date":"2023-12-22T15:06:16","date_gmt":"2023-12-22T15:06:16","guid":{"rendered":"https:\/\/www.garysieling.com\/blog\/?p=6752"},"modified":"2023-12-22T15:06:16","modified_gmt":"2023-12-22T15:06:16","slug":"exporting-geojson-data-from-esri-arcgis","status":"publish","type":"post","link":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/","title":{"rendered":"Exporting GeoJson data from ESRI Arcgis"},"content":{"rendered":"\n<p>Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows <a href=\"https:\/\/harrisburg-open-data-cohbg.opendata.arcgis.com\/apps\/COHBG::harrisburg-police-districts-2\/explore\">Harrisburg Police Districts | GIS Datahub (arcgis.com)<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"962\" height=\"755\" src=\"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-1.png\" alt=\"\" class=\"wp-image-6754\" srcset=\"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-1.png 962w, https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-1-300x235.png 300w, https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-1-768x603.png 768w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p>It seems that the owner of the data can elect whether to allow the files to be downloadable or not, independent of the license the owner applies to the source. In many cases, files are publicly viewable, but not downloadable in an obvious fashion, although if you do a &#8220;view source&#8221; on the page, you can copy out the SVGs and render on it&#8217;s own, lacking the lat\/long data:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1188\" height=\"626\" src=\"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-4.png\" alt=\"\" class=\"wp-image-6757\" srcset=\"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-4.png 1188w, https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-300x158.png 300w, https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-4-768x405.png 768w\" sizes=\"(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/figure>\n\n\n\n<p>For these files, arcgis has a parallel service, which lets you &#8220;query&#8221; the data. In the general case, these files could be quite large, so I think the service is not generally intended to be the way to download the source. However, for a lot of municipal data, it is really quite small, and the query API is good.<\/p>\n\n\n\n<p><a href=\"https:\/\/developers.arcgis.com\/rest\/services-reference\/enterprise\/query-feature-service-.htm\">Query (Feature Service)\u2014ArcGIS REST APIs | ArcGIS Developers<\/a><\/p>\n\n\n\n<p>For instance, in the Harrisburg police data set, this is the API:<\/p>\n\n\n\n<p><a href=\"https:\/\/services5.arcgis.com\/9n3LUAMi3B692MBL\/arcgis\/rest\/services\/Harrisburg_Police_Districts\/FeatureServer\/0\/query?where=1%3D1&amp;objectIds=&amp;time=&amp;geometry=&amp;geometryType=esriGeometryPolygon&amp;inSR=&amp;spatialRel=esriSpatialRelContains&amp;resultType=standard&amp;distance=0.0&amp;units=esriSRUnit_Meter&amp;relationParam=&amp;returnGeodetic=false&amp;outFields=&amp;returnGeometry=true&amp;returnCentroid=false&amp;returnEnvelope=false&amp;featureEncoding=esriDefault&amp;multipatchOption=xyFootprint&amp;maxAllowableOffset=&amp;geometryPrecision=&amp;outSR=&amp;defaultSR=&amp;datumTransformation=&amp;applyVCSProjection=false&amp;returnIdsOnly=false&amp;returnUniqueIdsOnly=false&amp;returnCountOnly=false&amp;returnExtentOnly=false&amp;returnQueryGeometry=false&amp;returnDistinctValues=false&amp;cacheHint=false&amp;orderByFields=&amp;groupByFieldsForStatistics=&amp;outStatistics=&amp;having=&amp;resultOffset=&amp;resultRecordCount=&amp;returnZ=true&amp;returnM=true&amp;returnExceededLimitFeatures=true&amp;quantizationParameters=&amp;sqlFormat=none&amp;f=html&amp;token=\">Query: Harrisburg Police Districts (ID: 0) (arcgis.com)<\/a><\/p>\n\n\n\n<p>If you change &#8220;where&#8221; to &#8220;1=1&#8221;, it pulls all data, and if you change format to &#8220;geojson&#8221;, you then get a usable format:<\/p>\n\n\n\n<p><a href=\"https:\/\/services5.arcgis.com\/9n3LUAMi3B692MBL\/arcgis\/rest\/services\/Harrisburg_Police_Districts\/FeatureServer\/0\/query?where=1%3D1&amp;objectIds=&amp;time=&amp;geometry=&amp;geometryType=esriGeometryPolygon&amp;inSR=&amp;spatialRel=esriSpatialRelContains&amp;resultType=standard&amp;distance=0.0&amp;units=esriSRUnit_Meter&amp;relationParam=&amp;returnGeodetic=false&amp;outFields=&amp;returnGeometry=true&amp;returnCentroid=false&amp;returnEnvelope=false&amp;featureEncoding=esriDefault&amp;multipatchOption=xyFootprint&amp;maxAllowableOffset=&amp;geometryPrecision=&amp;outSR=&amp;defaultSR=&amp;datumTransformation=&amp;applyVCSProjection=false&amp;returnIdsOnly=false&amp;returnUniqueIdsOnly=false&amp;returnCountOnly=false&amp;returnExtentOnly=false&amp;returnQueryGeometry=false&amp;returnDistinctValues=false&amp;cacheHint=false&amp;orderByFields=&amp;groupByFieldsForStatistics=&amp;outStatistics=&amp;having=&amp;resultOffset=&amp;resultRecordCount=&amp;returnZ=true&amp;returnM=true&amp;returnExceededLimitFeatures=true&amp;quantizationParameters=&amp;sqlFormat=none&amp;f=pgeojson&amp;token=\">services5.arcgis.com\/9n3LUAMi3B692MBL\/arcgis\/rest\/services\/Harrisburg_Police_Districts\/FeatureServer\/0\/query?where=1%3D1&amp;objectIds=&amp;time=&amp;geometry=&amp;geometryType=esriGeometryPolygon&amp;inSR=&amp;spatialRel=esriSpatialRelContains&amp;resultType=standard&amp;distance=0.0&amp;units=esriSRUnit_Meter&amp;relationParam=&amp;returnGeodetic=false&amp;outFields=&amp;returnGeometry=true&amp;returnCentroid=false&amp;returnEnvelope=false&amp;featureEncoding=esriDefault&amp;multipatchOption=xyFootprint&amp;maxAllowableOffset=&amp;geometryPrecision=&amp;outSR=&amp;defaultSR=&amp;datumTransformation=&amp;applyVCSProjection=false&amp;returnIdsOnly=false&amp;returnUniqueIdsOnly=false&amp;returnCountOnly=false&amp;returnExtentOnly=false&amp;returnQueryGeometry=false&amp;returnDistinctValues=false&amp;cacheHint=false&amp;orderByFields=&amp;groupByFieldsForStatistics=&amp;outStatistics=&amp;having=&amp;resultOffset=&amp;resultRecordCount=&amp;returnZ=true&amp;returnM=true&amp;returnExceededLimitFeatures=true&amp;quantizationParameters=&amp;sqlFormat=none&amp;f=pgeojson&amp;token=<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Exporting GeoJson data from ESRI Arcgis&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[6],"tags":[152,627,638,357],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"gary\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Gary Sieling - Software Engineer\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Exporting GeoJson data from ESRI Arcgis - Gary Sieling\" \/>\n\t\t<meta property=\"og:description\" content=\"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-12-22T15:06:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-12-22T15:06:16+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Exporting GeoJson data from ESRI Arcgis - Gary Sieling\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#blogposting\",\"name\":\"Exporting GeoJson data from ESRI Arcgis - Gary Sieling\",\"headline\":\"Exporting GeoJson data from ESRI Arcgis\",\"author\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/image-1.png\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#articleImage\",\"width\":962,\"height\":755},\"datePublished\":\"2023-12-22T15:06:16+00:00\",\"dateModified\":\"2023-12-22T15:06:16+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#webpage\"},\"articleSection\":\"Data Science, data science, geospatial, gis, maps\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.garysieling.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/data-science\\\/#listItem\",\"name\":\"Data Science\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/data-science\\\/#listItem\",\"position\":2,\"name\":\"Data Science\",\"item\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/data-science\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#listItem\",\"name\":\"Exporting GeoJson data from ESRI Arcgis\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#listItem\",\"position\":3,\"name\":\"Exporting GeoJson data from ESRI Arcgis\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/category\\\/data-science\\\/#listItem\",\"name\":\"Data Science\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#organization\",\"name\":\"Gary Sieling\",\"description\":\"Software Engineer\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/\",\"name\":\"gary\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0be925276d848ffe98a6a9dc8cf33e67?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"gary\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#webpage\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/\",\"name\":\"Exporting GeoJson data from ESRI Arcgis - Gary Sieling\",\"description\":\"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/exporting-geojson-data-from-esri-arcgis\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/author\\\/gary\\\/#author\"},\"datePublished\":\"2023-12-22T15:06:16+00:00\",\"dateModified\":\"2023-12-22T15:06:16+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/\",\"name\":\"Gary Sieling\",\"description\":\"Software Engineer\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.garysieling.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Exporting GeoJson data from ESRI Arcgis - Gary Sieling","description":"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the","canonical_url":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#blogposting","name":"Exporting GeoJson data from ESRI Arcgis - Gary Sieling","headline":"Exporting GeoJson data from ESRI Arcgis","author":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"publisher":{"@id":"https:\/\/www.garysieling.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.garysieling.com\/blog\/wp-content\/uploads\/2023\/12\/image-1.png","@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#articleImage","width":962,"height":755},"datePublished":"2023-12-22T15:06:16+00:00","dateModified":"2023-12-22T15:06:16+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#webpage"},"isPartOf":{"@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#webpage"},"articleSection":"Data Science, data science, geospatial, gis, maps"},{"@type":"BreadcrumbList","@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.garysieling.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/#listItem","name":"Data Science"}},{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/#listItem","position":2,"name":"Data Science","item":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#listItem","name":"Exporting GeoJson data from ESRI Arcgis"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#listItem","position":3,"name":"Exporting GeoJson data from ESRI Arcgis","previousItem":{"@type":"ListItem","@id":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/#listItem","name":"Data Science"}}]},{"@type":"Organization","@id":"https:\/\/www.garysieling.com\/blog\/#organization","name":"Gary Sieling","description":"Software Engineer","url":"https:\/\/www.garysieling.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author","url":"https:\/\/www.garysieling.com\/blog\/author\/gary\/","name":"gary","image":{"@type":"ImageObject","@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/0be925276d848ffe98a6a9dc8cf33e67?s=96&d=identicon&r=g","width":96,"height":96,"caption":"gary"}},{"@type":"WebPage","@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#webpage","url":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/","name":"Exporting GeoJson data from ESRI Arcgis - Gary Sieling","description":"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.garysieling.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/#breadcrumblist"},"author":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"creator":{"@id":"https:\/\/www.garysieling.com\/blog\/author\/gary\/#author"},"datePublished":"2023-12-22T15:06:16+00:00","dateModified":"2023-12-22T15:06:16+00:00"},{"@type":"WebSite","@id":"https:\/\/www.garysieling.com\/blog\/#website","url":"https:\/\/www.garysieling.com\/blog\/","name":"Gary Sieling","description":"Software Engineer","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.garysieling.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Gary Sieling - Software Engineer","og:type":"article","og:title":"Exporting GeoJson data from ESRI Arcgis - Gary Sieling","og:description":"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the","og:url":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/","article:published_time":"2023-12-22T15:06:16+00:00","article:modified_time":"2023-12-22T15:06:16+00:00","twitter:card":"summary_large_image","twitter:title":"Exporting GeoJson data from ESRI Arcgis - Gary Sieling","twitter:description":"Many government agencies have published datasets of internal information for use by the public. For example, there has been significant interest in datasets by local law enforcement. Mapping data is often rendered through the public ESRI ArcGIS website, such as this example which shows Harrisburg Police Districts | GIS Datahub (arcgis.com): It seems that the"},"aioseo_meta_data":{"post_id":"6752","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2023-12-21 03:04:33","updated":"2026-07-06 02:39:38","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.garysieling.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.garysieling.com\/blog\/category\/data-science\/\" title=\"Data Science\">Data Science<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tExporting GeoJson data from ESRI Arcgis\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.garysieling.com\/blog"},{"label":"Data Science","link":"https:\/\/www.garysieling.com\/blog\/category\/data-science\/"},{"label":"Exporting GeoJson data from ESRI Arcgis","link":"https:\/\/www.garysieling.com\/blog\/exporting-geojson-data-from-esri-arcgis\/"}],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/6752"}],"collection":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/comments?post=6752"}],"version-history":[{"count":1,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/6752\/revisions"}],"predecessor-version":[{"id":6765,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/posts\/6752\/revisions\/6765"}],"wp:attachment":[{"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/media?parent=6752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/categories?post=6752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.garysieling.com\/blog\/wp-json\/wp\/v2\/tags?post=6752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}