π§ What is Geoflip?
Geoflip is a FastAPI-based geospatial transformation engine that makes working with spatial data simple, scalable, and automation-friendly.
It provides a lightweight alternative to heavy desktop GIS by exposing spatial operations through a modern, asynchronous REST API. Geoflip is open source (Apache-2.0) and can be self-hosted or used via our free hosted platform at https://geoflip.io, which offers a clean UI for submitting jobs, uploading datasets, and downloading results.
π¨ The Problem It Solvesβ
Traditional GIS workflows are often:
- Desktop-bound β tied to licensed software and installations
- Manual β drag-and-drop tooling that doesnβt fit automation
- Hard to scale β difficult to integrate into modern data pipelines/cloud
Geoflip solves these by providing:
- A stateless, async API for geoprocessing
- Readers/Writers for common formats (e.g., GeoJSON, SHP, DXF, GPKG)
- A deployment model that works publicly (hosted) and privately (self-hosted)
π Public API (Hosted)β
The hosted API lives at: https://api.geoflip.io
- Free to use β no login or API key required
- Data handling
- Uploaded data is processed on Intelligis.io infrastructure
- Outputs remain available for 1 hour, then inputs/outputs are deleted
- We do not permanently store customer spatial data
- Fair use β we may throttle/queue/reject abusive traffic; no SLA
See the Terms of Service and Privacy Policy on the https://geoflip.io website for details.
π Self-Hosting (Open Source)β
Prefer to run it yourself? Geoflipβs source is available under Apache-2.0 and can be deployed in your environment (e.g., Docker/Kubernetes):
- Keep data inside your network for sovereignty/compliance
- Customize pipelines and scaling to your needs
- Use, modify, and redistribute per the Apache-2.0 license
π Check the repoβs README, LICENSE, and NOTICE for usage and attribution.
π€ Managed Hosting & Support (Optional)β
Need help operating at scale, adding features, or integrating with enterprise systems? We provide commercial support and managed/private hosting under separate agreements.
π© [email protected]
β Summaryβ
- Geoflip is a geospatial API with a friendly web UI
- Use the public API at
https://api.geoflip.iofor quick, free workflows - Self-host the open-source code (Apache-2.0) when you need full control
- Optional managed services are available from Intelligis
β‘οΈ Next Stepsβ
- Call the API: Getting Started
- Explore Reader Formats and Writer Formats
- See available Transformations