These are very general variable name, I don't think these should be exported.
Then this happens:
julia> using Rasters
julia> X
X
julia> X = 2
ERROR: cannot assign a value to imported variable Dimensions.X from module Main
Stacktrace:
[1] top-level scope
@ REPL[3]:1
These are very general variable name, I don't think these should be exported.
Then this happens: