-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Labels
No labels