Skip to content

resample: non existing keywords does not generate error #934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AquaPore opened this issue Apr 7, 2025 · 3 comments
Open

resample: non existing keywords does not generate error #934

AquaPore opened this issue Apr 7, 2025 · 3 comments
Labels

Comments

@AquaPore
Copy link

AquaPore commented Apr 7, 2025

########################
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

@AquaPore AquaPore added the bug Something isn't working label Apr 7, 2025
@alex-s-gardner
Copy link
Contributor

This is a known issue that is on the laundry list of todos

@rafaqz rafaqz added keywords and removed bug Something isn't working labels Apr 14, 2025
@AquaPore
Copy link
Author

@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.

@rafaqz
Copy link
Owner

rafaqz commented Apr 14, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants