geowrangler icon indicating copy to clipboard operation
geowrangler copied to clipboard

🌏 A python package for wrangling geospatial datasets

Results 28 geowrangler issues
Sort by recently updated
recently updated
newest added

For reference, global indices computed for PH, MM, and TL after recode processing for water, toilet, and floor. https://colab.research.google.com/drive/1oA9OxL9_qMeylaCi3WA1NSSDtwky3a16?usp=sharing

enhancement

- [ ] `poetry version prerelease` - [ ] `poetry publish build` - [ ] Auto update changelog - [ ] Auto gh release

enhancement

Based on discussion #140 - [ ] Add warning in code - [ ] Add documentation for projecting to ESPG:3857 or custom crs before using grid generation

enhancement

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

enhancement request: add asset index computation result as additional column to original data frame https://github.com/thinkingmachines/geowrangler/blob/master/geowrangler/dhs.py#L144

enhancement
good first issue

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