| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Production-grade spatial database engineering for backend developers, GIS admins, and platform teams.
A free, in-depth documentation site covering the full stack of building fast, reliable spatial systems with PostGIS and Python — from bounding-box pre-filters and KNN distance operators to GiST index architecture, ORM integration, live schema migrations, and production performance monitoring. Every pattern pairs runnable PostGIS SQL with real psycopg / SQLAlchemy 2.0 / GeoAlchemy2 / Shapely integration code — no pseudocode.
Spatial workloads rarely fail from a single missing index. They fail from misaligned index architecture, query-planner misestimates, and driver-level translation issues that only show up under load. These guides bridge the gap between PostGIS internals and Python application patterns, with EXPLAIN-plan walkthroughs, explicit SRID handling, and copy-paste-ready implementations validated against production-shaped workloads.
npm install
npm start # local dev server with live reload
npm run build # build to _site/
npm run deploy # build + deploy to Cloudflare WorkersSpotted an error, an outdated PostGIS/Python idiom, or a pattern worth adding? Issues and pull requests are welcome.
Content and code © the PostGIS + Python project. See the repository for details.
| Back | FazBrowse Home | New Git URL |