A playful collection of Python + GIS tricks
Welcome to geo-wizard, a growing collection of small, practical, and sometimes magical examples for working with Python, raster data, and GIS workflows.
The goal of this repo is to share useful snippets and patterns that make spatial analysis easier, reproducible, and a little more fun.
- π¦ Examples using rioxarray, geopandas, and shapely
- π°οΈ Tricks for reprojecting, resampling, and clipping rasters
- π Snippets for working with vector geometries and bounding boxes
- π Quick plotting and visualization with matplotlib
Clone the repo and set up a virtual environment:
git clone https://github.com/your-username/geo-wizardry.git
cd geo-wizard
python -m venv venv
source venv/bin/activate # on Linux/Mac
venv\Scripts\activate # on Windows
pip install -r requirements.txt