thinkingmachines / geowrangler

🌏 A python package for wrangling geospatial datasets
https://geowrangler.thinkingmachin.es/
MIT License
47 stars 14 forks source link

Return xyz columns for generate_grid_join #223

Closed joshuacortez closed 3 months ago

joshuacortez commented 5 months ago

Right now generate_grid_join 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.

tm-danna-ang commented 3 months ago

Addressed in #224