Skip to main content
Solved

How to get coordinate system detail from Source Data .


Forum|alt.badge.img

Like

Projection

Standard parallel (s)

Longitude of origin

Unit

False easting \\ northing

Best answer by erik_jan

The name of the coordinate system in the data can be retrieved using the CoordinateSystemExtractor transformer.

Using that name, go to the menu Tools > Browse Coordinate Systems.

Using the properties button you can view the settings for the coordinate system of your choice:

View original
Did this help you find an answer to your question?

3 replies

erik_jan
Contributor
Forum|alt.badge.img+17
  • Contributor
  • Best Answer
  • June 15, 2018

The name of the coordinate system in the data can be retrieved using the CoordinateSystemExtractor transformer.

Using that name, go to the menu Tools > Browse Coordinate Systems.

Using the properties button you can view the settings for the coordinate system of your choice:


takashi
Contributor
Forum|alt.badge.img+19
  • Contributor
  • June 17, 2018
erik_jan wrote:

The name of the coordinate system in the data can be retrieved using the CoordinateSystemExtractor transformer.

Using that name, go to the menu Tools > Browse Coordinate Systems.

Using the properties button you can view the settings for the coordinate system of your choice:

Additionally, you can use the CoordinateSystemDescriptionConverter to convert an FME coordinate system identifier which is extracted by the CoordinateSystemExtractor to its detailed description with OGC WKT or Esri WKT format.

 


taojunabc
Participant
Forum|alt.badge.img+6
  • Participant
  • June 18, 2018

I often use the following method, which is similar to the @erik_jan's method, but it may be faster.

 

Set a breakpoint, click on the coordinate system text in the Feature Inspector, and the coordinate information window will be displayed.

 

Of course, you can also use the FME Data Inspector to directly view the data, and then use the above method.

 

But I personally prefer to use breakpoints because it is displayed when reading the first feature. This method saves time if the data volume is large.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings