Problem in writing geotiff file from EASE-2 grid data from SMAP mission

4 views (last 30 days)
Hi, I have SMAP data in EASE-2 grid format (.h5) which is Equal Area Scalable Earth grid-2 (WGS datum)and want to save this data in geotiff format by using geotiffwrite function. I have already used and got converted this data but latitude information from geotiff format is not correct and it shows upper shift around 10 degree N. Kindly help me to solve this problem.

Answers (2)

José-Luis
José-Luis on 29 Jun 2016
You could use proj4fwd instead.
  2 Comments
Dharmendra
Dharmendra on 30 Jun 2016
Can you elaborate how I could use it for conversion to Geotiff from EASE-2 grid?
José-Luis
José-Luis on 30 Jun 2016
Wrong function name. This is what I meant. Please read the link, it should help you get the right coordinates.

Sign in to comment.


Chad Greene
Chad Greene on 14 Jul 2016
Did you get this working? You might be able to specify EPSG:3975 when using geotiffwrite. I'd be interested to hear if that works.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!