Skip to content

Raster Rotation and Regridding Concerns #333

@Hojat-Shirmard

Description

@Hojat-Shirmard

When reconstructing rasters, GPlately appears to follow this process:

Convert the raster into points (based on a specified resolution)

Rotate the points

Regrid the points using the selected interpolation method

Tasks / Questions:

Check for possible interpolation artifacts (e.g., especially near the poles)

Consider whether the current method (e.g., nearneighbor) is ideal for spherical data

Compare with how GMT handles this — does GMT use a more spherical-aware method?

Feature Request:

Add a default resolution option that automatically matches the input raster (from a NetCDF file or NumPy array) when none is specified. This would simplify usage and help avoid mismatched resolution issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions