Skip to main content
Question

Hello, I am new to FME desktop, I make a workspace to compare data between agol feature line attributes and an excel file on my device, then I tried to update the changes on agol feature.

  • October 22, 2022
  • 3 replies
  • 27 views

The error i received is

imageimage

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

The error message states that there's one or more features without a coordinate system being written and the AGOL writer does not like that.

 

If you know what coordinate system your data is in you can use a CoordinateSystemSetter to specify that.


  • Author
  • October 23, 2022

You are right, i placed a coordinate system to the excel file and it works perfectly, although its a little strange to assign a coordinate system for table, however, it works 😃

thanks alot


redgeographics
Celebrity
Forum|alt.badge.img+62

You are right, i placed a coordinate system to the excel file and it works perfectly, although its a little strange to assign a coordinate system for table, however, it works 😃

thanks alot

It does make sense actually. Excel is a non-geographic format. The coordinates stored there are just meaningless numbers. But when you want to perform spatial analysis on it, or write to a geographic format, you do need to tell FME what those numbers mean.