Skip to main content

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

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?


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