Butch Landingin

Results 5 issues of Butch Landingin

TODO (before implementation) * Current things not working - source links ([being worked on here](https://github.com/fastai/nbdev/issues/692)) - colab button ([being worked on here](https://github.com/quarto-dev/quarto-cli/issues/1224)) * Migration stuff specific to geowrangler: - update...

This will improve the doc site aesthetics (see [new nbdev](https://nbdev.fast.ai)) * replaces jekyll w/ quarto for site generation * removes need for custom nbdev (since black formatting is already implemented...

documentation
will do later

This would be better if it accepted a date range - e.g. start = pd.to_datetime('2019-01-01') end = pd.to_datetime('2022-08-01') speeds = ookla.get_ookla_data(start,end) (Resulting dataframe would be a single aggregated dataframe of...

enhancement

Right now, the `create_raster_zonal_stats` method of the raster zonal stats module only support single bands per call. Being able to handle multiple bands might be a nice enhancement to minimize...

enhancement

### Discussed in https://github.com/thinkingmachines/geowrangler/discussions/109 We can use the [gist provided here](https://gist.github.com/butchtm/3eff004bae150ea1b1d2dfeffdb5de17) to implement the conversion of the quadkey to its geometry so it can be used by the raster zonal...

enhancement
good first issue