ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Interpolation should be fully extensible #89

Open ossama-othman opened 6 years ago

ossama-othman commented 6 years ago

The MaRC input file grammar currently only allows the user to enable bi-linear interpolation, e.g.:

INTERPOLATE: YES

Rather than a YES or NO, the name of the interpolation strategy should instead be specified to make selection fully extensible at run-time through a plug-in mechanism.