Location Field for Shapefile

247
1
10-19-2022 08:50 PM
SimonGIS
New Contributor III

I want to create a Big Data Analytics that references a shapefile.

  • I have a shapefile of points in WGS84 - 4326

SimonGIS_0-1666237446238.png

  • This is stored in Azure Blob
  • Velocity can derive schema ok and auto-detects it as a shapefile

SimonGIS_1-1666237547086.png

However, there is no SHAPE column to pick from when defining the Location type
SimonGIS_2-1666237585235.png

Expected behaviour would for it to have picked up on the SHAPE field and default into the Location Type field for me.

How do I resolve this?

 

0 Kudos
1 Reply
PeterNasuti
Esri Contributor

Hi @SimonGIS thanks for reporting this! I have sent you a direct message with my Esri email if you are able to send the shapefile dataset so I can reproduce the issue on my end and investigate.

If you open browser network tools and watch traffic, when proceeding to the "Confirm Schema" page the Velocity frontend sends the backend a "sampleMessages" call. In the response body there should be a featureSchema > geometry object where the backend determines the geometry type. Is this included in the sampleMessages response?

You are correct that the expected behavior is Velocity automatically handles shapefile geometry according to the information stored in the file. Looking forward to your reply.

Shapefile_Expected.PNG

0 Kudos