Joshua Cortez

Results 5 issues of Joshua Cortez

Hi! I'm glad to have come across this library and I appreciate the work put into it. I was wondering how we could extend this to be more flexible with...

Right now [generate_grid_join](https://github.com/thinkingmachines/geowrangler/blob/8763788e7112e4db50e315fbe26432f515d3db27/geowrangler/grids.py#L322) doesn't return the xyz columns even if BingTileGenerator's `add_xyz_cols` is `True`. We can add also return the xyz columns for this.

Pandas 2.x has been out for a while. The last time Pandas 1.x was updated was [Jan 2023](https://pandas.pydata.org/docs/whatsnew/v1.5.3.html). In the [pyproj.toml file](https://github.com/thinkingmachines/geowrangler/blob/master/pyproject.toml) there's still a hard dependency for pandas to...

Among the [poverty mapping model features](https://thinkingmachines.github.io/unicef-ai4d-poverty-mapping/notebooks/2023-01-17-initial-model-ph-mm-tl-kh/model_ph.html), we're using many different versions of the nighttime lights features: - `avg_rad_mean` - `avg_rad_median` - `avg_rad_min` - `avg_rad_max` - `avg_rad_std` I suspect that these...

Describe the problem and proposed solution [Geopandas 1.0 just got released recently](https://github.com/geopandas/geopandas/releases/tag/v1.0.0). We would need to address backwards incompatible API changes in our existing codebase. The most relevant I think...

bug