geowarp icon indicating copy to clipboard operation
geowarp copied to clipboard

Super Low-Level Raster Reprojection and Resampling Library

Results 6 geowarp issues
Sort by recently updated
recently updated
newest added

if an expr returns null or undefined or NaN, we should follow a defined strategy expr_nullish_strategy "skip" - just skip inserting "no-data" - replace with out_no_data if available and proceed...

use https://github.com/DanielJDufour/geoaffine

Maybe users should be able to pass in projection information for in_srs and out_srs instead of providing forward and inverse. Pro would be wouldn't need to rpc back up to...

useful if functions need to make a call to another thread perhaps, turn off by default for performance reasons and add flag for it like { ... cache_functions: true ......