Skip to content
Prev 28872 / 29559 Next

Mapping Pacific centered map for Spatial analysis

On Sun, 13 Mar 2022, Micha Silver wrote:

            
It does also seem possible that the problems are initially caused by using 
geographical (spherical) coordinates rather than projected coordinates. 
Projection of the input points to say EPSG:3460, or for the broader 
Pacific Basin EPSG:3832, may be helpful. See 
https://www.asprs.org/wp-content/uploads/2012/05/10-2000-fiji.pdf for the 
then (publication 2000) valid description of why EPSG only seems to record 
Fiji with 1956 (international ellipsoid) and 1986 (WGS1972 ellipsoid).

EPSG:4326 can be transformed to EPSG:3460 with 2m accuracy. Using then a 
projected planar extent in the local grid, the problem of crossing 180 
degrees is removed. In addition, the interpolation will use metres not 
degrees as the metric of the positions of the points and grid cells. The 
planar representation should also remove plotting problems.

Hope this helps,

Roger