Rasters.jl
Rasters.jl copied to clipboard
resample: non existing keywords does not generate error
######################## It will be usefull that error is generated when non existing keywords are put it. As this gives us the false certitude that the keyword used is being used ########################
Dem_Resample₁ = Rasters.resample(Dem_Resample₀; res=ΔX, method=:min, crs=Crs_GeoFormat, NonExistingKeywords=123)
Results: No error
This is a known issue that is on the laundry list of todos
@alex-s-gardner , thanks I am very impressed of the Rasters toolbox and a great thanks for enabling us to perform GIS transformation in JULIA.
It would be great to go through and list all the places wrong kw can be passed and fix them, but also a lot of work with only reduced confusion, no actual added functionality. So kind of nice to have rather than need to have, given there are quite a few bugs that need fixing