Sean Garborg
Sean Garborg
Do you think that'd mean digging in to the C code? If not, I'll try to circle back to it when I'm not under the gun. A second inconsistency (change...
This isn't in our workflow anymore, so while I think it'd be good to fix, it's off my radar for now.
I'd just used it for classifying elevation profiles, personally. It (along with bearing, midpoint, etc.) seems to live next to distances in libraries I've seen elsewhere. Does that make sense,...
Great resource for inspiration. Thanks, @yeesian.
That's awesome. Feel free to close whenever you're satisfied.
slope/grade function proposed in #6 wouldn't be defined for `LL` or `EN`
There's a little uncertainty about how `PooledDataArray`s with numeric eltypes should be interpreted, here and #46 -- should they be treated like a DataArray or like categorical data? Will people...
I think this is great. I've been wanting to get back to this but unable to, and am glad to see the work you've put into redesigning the package. Re:...
I'd say let `Base.@deprecate` do its deprecation warnings and rerouting for a minor-level tag or a month or so, which ever is greater, then clear out anything that's annoying dev-wise.
`max(::Array, ::Array)` and `maximum(::Array)` do different things, and DataArrays matches the Base definitions. Looks like the original issue here is unresolved.