Cloud optimizing processor
Sarkoa can convert your uploads into optimized formats (e.g. GeoJSON to PMTiles, GeoTIFF to Cloud Optimized GeoTIFF) for fast map loading. You can:
- Let Sarkoa process in the cloud — Upload a file; processing is triggered automatically where supported.
- Optimize locally — Use the CLI or QGIS “Optimize locally before upload” to run the conversion on your machine, then upload the result.
- Trigger via API — If you run the processor yourself (e.g. for custom pipelines), you can trigger a job via a
POST /process-style endpoint and optionally receive a webhook when processing completes. Request body typically includes a file key and an optional webhook URL. Authenticate with your API token or the processor’s configured secret.