Select to view content in your preferred language

How do we export polygon features by text geojson to display it at ArcGIS for Excel?

117
2
Sunday
Piotrek6116
New Contributor

Hello there,

I believe for great potential for the ArcGIS for Excel, but I'm not sure what is the best way to integrate it between ArcGIS Pro and Excel for polygons.

Because, for points, it's not a big deal (it requires extracting X and Y). For polygons - We have to collect it by geometry by .geojson (text) format - it's fine but...

How to do that?
GeoJson.png

Any web tutorials go to suggest the WKT format, but I believe it should be possible to do that for .geojson format is only way for the plugin.

My suggestion goes to two steps:
1. Export geometry to text (into attribute)
2. Save feature table into  CSV/XSLX like below
WKT.png
I don't sure what's steps should be done in ArcGIS Pro?

Thanks for any advice

0 Kudos
2 Replies
ShannonCardoza
Esri Contributor

Good afternoon @Piotrek6116, Thank you so much for the feedback and questions on using ArcGIS for Excel with ArcGIS Pro. I think we have a few questions to address in this post. I will list them below - 

1. What is the best way to integrate it between ArcGIS Pro and Excel for polygons?

  • At this time, using .geojson (text) format is the only option for polygons with Pro and A4E. Using ArcGIS Pro and exporting to Microsoft Excel worksheets (.xls and .xlsx) is the correct workflow for point data. Save the feature table into .xlsx format. You may also use ArcGIS Pro > publish a hosted feature layer to ArcGIS Online and then join in ArcGIS for Excel using a boundary.

boundary.jpggeo data.jpg

2. To understand the .geojson format, see our help topic on Data preparation. This can be a beneficial resource.

3. ArcGIS Online also has helpful documentation on how to set up data for supported feature types. GeoJSON using ArcGIS Online, uses a geographic coordinate reference system, World Geodetic System 1984, and units of decimal degrees.

Please let me know if you have any follow-up questions on these topics.

 

 

Shannon Cardoza
Product Engineer
0 Kudos
Piotrek6116
New Contributor

Hey Shannon @ShannonCardoza,

Thanks for your answer, but it's still not what I'm looking for..

Why?

For me, A4E plugin is a good step to inspire people - who don't know too much about GIS systems.

I know about hosted features, but...

In this scenario, a people have to be a part of my organization or we have to publish content to the public - it's not a good every time. I'm talking about data integration for people, who are out of my organization and working only with Excel app.

 I'm not sure if this tool designed most for points, I did some time ago, sucesfull conversation from Polygons to EsriJSON (text) but using FME app by "GeometryExtractor" tool..

So, How do achieve the same results by ArcGIS Pro?

Piotrek6116_1-1719570228957.png

If we wanted to put only points by A4E, In my opinion, the best way is to export it into X, Y and select the Coordinates option with custom EPSG code - but still not sure how to achieve the same results for EsriJSON geometry?

Because I guess its a bit tought to import geojson format into Excel - the documentation does not show any steps on how to integrate Excel with EsriJSON geometry, right?

Piotrek6116_0-1719569702402.png

The FME app have tool to deal it - so I guess developrs who deal this opiton (EsriJSON Geometry) know way how to work with that.

PS: I'm also compelled ArcGIS for Excel Basics course, I can't remember were there realize case like that
Thank you!

 

0 Kudos