Skip to main content
Question

Defining Projection for MODIS Data

  • March 13, 2018
  • 1 reply
  • 91 views

I'm trying to process MODIS data that is provided in the Sinusoidal projection. The World Sinusoidal projection that is provided in FME Workbench doesn't seem to be the same, and I can't figure out how to set it for this data. I don't want to use GDAL to do it manually as there are quite a few hdf files.

After scouring the internet, there is a reference to the following proj4 string on StackExchange:

"+proj=sinu +R=6371007.181 +nadgrids=@null +wktext"

However, I'm unsure how to utilize this in FME. Is there any way to use a proj4 definition in FME Workbench?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • March 14, 2018

Hi @minorsecond,

The FME transformer CoordinateSystemDescriptionConverter can convert from a proj4 string to an FME coordinate system for you. I am attaching a workspace illustrating how to use it to set the coordinate system of the input features.

proj4crs.fmw