geowrangler2 is a python package for geodata wrangling. It helps you build data transformation workflows that have no out-of-the-box solutions from other geospatial libraries.
We surveyed our past geospatial projects to extract these solutions for our work and hope that these will be useful for others as well.
Our audience are researchers, analysts and engineers delivering geospatial projects.
We welcome your comments, suggestions, bug reports and code contributions to make geowrangler2 better.
- Grid Tile Generation
- Geometry Validation
- Vector Zonal Stats
- Raster Zonal Stats
- Area Zonal Stats
- Distance Zonal Stats
- Demographic and Health Survey (DHS) Processing Utils
- Geofabrik (OSM) Data Download
- Ookla Data Download
Check this page for more details about our Roadmap
pip install geowrangler2
We develop the package modules alongside their documentation. Each page comes with an Open in Colab button that will open the jupyter notebook in Colab for exploration.
- Grids Generation
- Geometry Validation
- Vector Zonal Stats
- Raster Zonal Stats
- Area Zonal Stats
- Distance Zonal Stats
- DHS Processing Utils
- Dataset Downloads
- Grids Generation
- Geometry Validation
- Vector Zonal Stats
- Raster Zonal Stats
- Area Zonal Stats
- Distance Zonal Stats
- DHS Processing Utils
- Dataset Geofabrik (OSM)
- Dataset Ookla
Note
all the documentation pages (including the references) are executable Jupyter notebooks.