Building the Geospatial Future

Specialized software development for mapping, GIS, and location-based applications. Turning spatial data into powerful solutions.

Get In Touch

What I Build

From data processing to interactive maps, crafting geospatial solutions that scale.

Web Mapping Applications

Interactive maps and visualizations using Leaflet, MapLibre, OpenLayers, and modern web technologies.

Spatial Data Processing

ETL pipelines, data transformation, and analysis using PostGIS, GDAL, and cloud-native formats.

GIS Backend Services

Tile servers, feature services, and geospatial APIs built for performance and reliability.

Products

High-performance geospatial software built with Rust

GeoRustic

FAST web map services for PostGIS

GeoRustic is a high-performance spatial microservice built with Rust, designed to replace traditional map servers like GeoServer. Deliver blazing-fast WMS tiles, WFS features, and vector tiles from your PostGIS database with minimal configuration and maximum performance.

Lightning Fast: CPU-based rendering with tiny-skia, optimized for speed
WMS & WFS: OGC-compliant map and feature services
Vector Tiles: MVT (Mapbox Vector Tiles) support
PostGIS Native: Direct PostgreSQL/PostGIS integration
JSON Styling: Modern, simple style definitions (no SLD)
Smart Caching: Memory + disk tile cache with LRU eviction

Lite Edition

Free

Full-featured freeware for development and production use

  • WMS, WFS, MVT services
  • PostGIS vector data
  • Memory + disk caching
  • Single-server deployment
  • JWT authentication
  • Basic role-based access
Download Free

Download GeoRustic Lite

Production-ready binaries for Linux and Windows (WSL2). Includes server binary, configuration examples, and migration scripts.

Linux (x86_64)

Ubuntu 18.04+, Debian 10+, RHEL/Rocky 8+

Download
Windows (WSL2)

Windows 10/11 with WSL2 (Ubuntu 20.04+)

Download

Note: PostgreSQL 14+ with PostGIS 3.3+ required. See documentation for setup instructions.

Geospatial Developer

I specialize in building software that makes location data accessible and actionable. Whether it's processing satellite imagery, building real-time tracking systems, or creating beautiful interactive maps.

With a deep understanding of coordinate systems, spatial algorithms, and GIS standards, I bridge the gap between complex geospatial concepts and user-friendly applications.

PostGIS Python JavaScript GDAL MapLibre GeoJSON Vector Tiles Cloud Native
// Transform coordinates const project = (lng, lat) => { const x = lng * 20037508.34 / 180; const y = Math.log( Math.tan((90 + lat) * Math.PI / 360) ) * 20037508.34 / Math.PI; return { x, y }; }; // EPSG:4326 to EPSG:3857 const point = project( -122.4194, 37.7749 );

Let's Build Something

Have a geospatial project in mind? I'd love to hear about it.

spatially.dev@gmail.com