<?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 Creating a point layer from an API query (geoJSON) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-point-layer-from-an-api-query-geojson/m-p/1053454#M40464</link>
    <description>&lt;P&gt;I'm using an API endpoint that has the operation:&lt;/P&gt;&lt;P&gt;GET /map/locations&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET /map/locations&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;The output is this format:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-88.8900333,
45.7273733
]
},
"properties": {
"locationIdentifier": "000023",
"locationName": "Mt. Doom",
"locationType": "Ground Water",
"locationFolder": "All Locations.Groundwater.43",
"locationCoordinatesSRID": 5674,
"locationElevation": 5.08,
"locationElevationUnit": "Feet",
"locationDescription": null,
"locationActive": true,
"locationDataSetParameters": [
"Groundwater_Level",
"Groundwater_Level",
"GWL"
],
"locationFieldVisitParameters": []
&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to figure out the best approach for generating a geodatabase layer from the API response.&amp;nbsp; I'm thinking of just using python to generated a file, then using arcpy to create a layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 21:55:48 GMT</pubDate>
    <dc:creator>CraigFreeman2</dc:creator>
    <dc:date>2021-04-30T21:55:48Z</dc:date>
    <item>
      <title>Creating a point layer from an API query (geoJSON)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-point-layer-from-an-api-query-geojson/m-p/1053454#M40464</link>
      <description>&lt;P&gt;I'm using an API endpoint that has the operation:&lt;/P&gt;&lt;P&gt;GET /map/locations&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET /map/locations&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;The output is this format:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-88.8900333,
45.7273733
]
},
"properties": {
"locationIdentifier": "000023",
"locationName": "Mt. Doom",
"locationType": "Ground Water",
"locationFolder": "All Locations.Groundwater.43",
"locationCoordinatesSRID": 5674,
"locationElevation": 5.08,
"locationElevationUnit": "Feet",
"locationDescription": null,
"locationActive": true,
"locationDataSetParameters": [
"Groundwater_Level",
"Groundwater_Level",
"GWL"
],
"locationFieldVisitParameters": []
&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I'm trying to figure out the best approach for generating a geodatabase layer from the API response.&amp;nbsp; I'm thinking of just using python to generated a file, then using arcpy to create a layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 21:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-point-layer-from-an-api-query-geojson/m-p/1053454#M40464</guid>
      <dc:creator>CraigFreeman2</dc:creator>
      <dc:date>2021-04-30T21:55:48Z</dc:date>
    </item>
  </channel>
</rss>

