Posts


Spatial data, software development, and flexible architecture
  • Dealing with GeoJSON feature collections in PostGIS

    One task I have come across repeatedly while building APIs or functions that accept GeoJSON is dealing with differing representations. The input data may be a geometry, a feature, or a feature collection. When utilizing PostGIS as a backend, I inevitably run into errors after naively feeding input data directly... [Read More]