Clarifying the Equirectangular projection for PDS4

With the advent of PDS4 there continues to be confusion for the Equirectangular (Equidistant Cylindrical).

First depending on the projection implementation this projection can have 3 parameters. Note for planetary we don’t use false easting or northings (and they are assumed to be 0).

PDS3 ISIS3 VICAR PDS4 define PROJ ArcMap/Envi FGDC
Center Longitude cart:longitude_of_central_meridian (required) central meridian or Longitude of projection center +lon_0 Central Meridian Longitude of Central Meridian, longcm
Center Latitude cart:standard_parallel_1 (required) latitude of true scale. Defines the latitude where scale is not distorted +lat_ts Standard Parallel 1 Standard Parallel , stdparll
DNE, assumes 0 cart:latitude_of_projection_origin (optional, assumes 0, good to be explicit though) Latitude of projection center +lat_0 DNE, assumes 0 DNE
  • DNE = does not exist. And while cart:latitude_of_projection_origin is optional, it would be good to explicitly define as 0.0
  • Note Simple Cylindrical, Plate Carree is a subset (simple case) of Equirectangular where it is implied that cart:standard_parallel_1 = 0.0. For PDS4 just use Equirectangular as Simple Cylindrical is currently not available.

I have been fighting this projection for a long-while and HiRISE got caught in the middle.

Trent

3 Likes