|
|
|
Re: get lat/lon from modis SIN grid [message #77922 is a reply to message #77921] |
Tue, 18 October 2011 06:25   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Jenny writes:
> Hi, has anybody implemented the formulas for Coordinate conversion for
> the MODIS sinusoidal projection included in the MODIS Burned Area
> product User Guide appendix2 (on p24)?
> Link to the Guide:
> http://www.fao.org/fileadmin/templates/gfims/docs/MODIS_Burn ed_Area_User_Guide_2.0.pdf
>
> Based on those formulas, one could get lat/lon information from
> column, row, horizontal, and vertical coordinates of the tile for each
> pixel in a tile. It seems to be too easy to be true? I haven't seen
> any post on this. Has any body tried it?
I think it would be much easier (and less prone to error)
to simply use the Map_Proj_*** routines, which are designed
to do this very thing.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: get lat/lon from modis SIN grid [message #78021 is a reply to message #77922] |
Thu, 20 October 2011 19:35  |
envi35@yahoo.ca
Messages: 48 Registered: March 2005
|
Member |
|
|
On Oct 18, 9:25 am, David Fanning <n...@dfanning.com> wrote:
> Jenny writes:
>> Hi, has anybody implemented the formulas for Coordinate conversion for
>> the MODIS sinusoidal projection included in the MODIS Burned Area
>> product User Guide appendix2 (on p24)?
>> Link to the Guide:
>> http://www.fao.org/fileadmin/templates/gfims/docs/MODIS_Burn ed_Area_U...
>
>> Based on those formulas, one could get lat/lon information from
>> column, row, horizontal, and vertical coordinates of the tile for each
>> pixel in a tile. It seems to be too easy to be true? I haven't seen
>> any post on this. Has any body tried it?
>
> I think it would be much easier (and less prone to error)
> to simply use the Map_Proj_*** routines, which are designed
> to do this very thing.
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.idlcoyote.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Thanks, David. Webpage from Jeremy's link is well said of our
appreciation! http://www.idlcoyote.com/store/index.php?act=viewCat&cat Id=4&ccSID285...
|
|
|