ossama-othman / MaRC

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

Make mosaic compositing strategies extensible #91

Open ossama-othman opened 6 years ago

ossama-othman commented 6 years ago

The MaRC input file grammar currently only allows the user to choose UNWEIGHTED, WEIGHTED, and NONE averaging as the mosaic image compositing strategies.:

AVERAGING:  UNWEIGHTED

Mosaic compositing strategies should not be limited to average based approaches. Selection should instead be fully extensible at run-time through a plug-in mechanism.

ossama-othman commented 2 years ago

Pull request #119 takes care of the MaRC library side of this enhancement issue.