jiayuasu opened a new pull request, #2695: URL: https://github.com/apache/sedona/pull/2695
## Summary Add SVG visual illustrations for 12 raster functions, replacing old PNG visuals where applicable. ### Functions covered (15 SVGs total): - **Raster Operators**: RS_Clip, RS_Interpolate, RS_ReprojectMatch, RS_NormalizeAll, RS_Resample, RS_Union - **Raster Aggregate**: RS_Union_Aggr - **Raster Map Algebra**: RS_MapAlgebra - **Raster Band Accessors**: RS_ZonalStats, RS_ZonalStatsAll - **Raster Accessors**: RS_RasterToWorldCoord, RS_WorldToRasterCoord ### Additional visuals: - **RS_ReprojectMatch_clip**: shows input being clipped to reference extent - **RS_ZonalStats_allTouched** / **RS_ZonalStatsAll_allTouched**: allTouched parameter comparison ### Highlights: - RS_Resample: shows both upsample (3×3→6×6) and downsample (6×6→3×3) with NearestNeighbor, Bilinear, and Bicubic algorithms with computed pixel values - RS_ReprojectMatch: two SVGs showing NoData padding (input smaller) and clipping (input larger) - Old PNG references removed from RS_Clip, RS_Interpolate, RS_ReprojectMatch Partially addresses #2678 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
