Brendan Collins
Brendan Collins
@GregoryPetrochenkov-NOAA A potential solution could be to ensure that the arrays carr and barr are 2-dimensional before they are passed to the crosstab function via `squeeze`. Here is a suggested...
@thuydotm Do we need better shape validation in crosstab? I'll add an issue to check
@rhugonnet Thanks for the issue and would love to learn more about what yall are doing for GeoUtils. I checked out the terrain documentation which looked awesome!
@thuydotm same azimuth and angle correct? Can you run with GDAL from the CLI and then post the command?
@thuydotm I think the will require looking at the GDAL slope and aspect functions as well to see how those non-trivial calcs are made: - [ ] compare / contrast...
@GrahamReveley @bstadlbauer thanks contributing here and I believe this is a known issue to @thuydotm, but hasn't been formally documented. also sorry for delay in responding. - [ ] @thuydotm...
Waiting on upstream fix: https://github.com/numba/numba/issues/9197
@MaxDragonheart hey were you able to solve this issue? If not, what happens when you remove the `parallel=True`?
@jbednar @StevenCHowell Sounds like a bug to me. I'm not sure if this fully explains it, but create_ramp_legend only supports `linear` and `log` as arguments for `how`. It would be...
- [ ] Add additional optional parameters: ``` COLORSCALERANGE: Of the form min,max this is the scale range used for plotting the data. NUMCOLORBANDS: The number of discrete colours to...