Hello,
this question is perhqps out of the scope of seadas, but i dont know who else to ask?
i have some images created from Oceancolor L2 files, that are not projected but a specific grid is declared with:
latmin, latmax,lonmin,lonmax and latitudestep, longitudestep.
so to get the number of column and rows, the following formula is applied:
nb_col=fix(((lonmax-lonmin)/longitude)+1)
nb_row=fix(((latmax-latmin)/latitudestep)+1)
My question is how to declare this type of "projection" in the MAP_set procedure
to get the IDL land mask.... In fact it is geographical coordinate (lon,lat).
thanks for any help.
|