Solved

How to get latitude and longitude from AGOL?

  • 9 November 2022
  • 2 replies
  • 4 views

Badge +7

I have an AGOL reader that I read many attributes from. This works great but, I also need to read the latitude and longitude for each record. I've done searches and read documentation but can't find the answer.

 

Can someone help me? I've attached the Parameters tab from my AGOL Reader if that's relevant. Thanks.

AGOL Reader Parameters

icon

Best answer by cory 10 November 2022, 01:15

View original

2 replies

Badge +1

Why not jsut use CoordinateExtractor:

CoordinateExtractor | FME (safe.com)

 

This way, it doesn't matter what your source is, you can always extract the Lat/Long as needed?

Badge +7

Why not jsut use CoordinateExtractor:

CoordinateExtractor | FME (safe.com)

 

This way, it doesn't matter what your source is, you can always extract the Lat/Long as needed?

Thank you! This is exactly what I needed. I hadn't heard of the CoordinateExtractor.

It was quite easy to extract the lat/long points.

 

Reply