geowrangler
geowrangler copied to clipboard
🌏 A python package for wrangling geospatial datasets
### Discussed in https://github.com/thinkingmachines/geowrangler/discussions/97 Originally posted by **mosesckim** July 12, 2022 Would like to request a progress bar to be added for aggregation using `tqdm`'s pandas integration (ref: https://github.com/tqdm/tqdm#pandas-integration)
Having conditional enabling extensions is a code smell. Extensions should be optional for users. We can add a config file that enables it for dev and disable it for end...
Currently we are installing a bunch of things within notebooks just so it works in collab https://github.com/thinkingmachines/geowrangler/blob/a918c669d758b8c1a64859777294602359606b31/notebooks/02_vector_zonal_stats.ipynb?short_path=05a43b4#L20-L25 Is this something we should keep doing?
Fixing the agg spec is not yet implemented, so malformed agg specs result in error (i.e. single dicts that are not in the list). There's an existing implementation for the...
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...