mapsight/pulp-geojson

Tools for handling, transforming, and converting GeoJSON data.

Maintainers

Package info

github.com/open-mapsight/pulp-geojson

Homepage

Issues

pkg:composer/mapsight/pulp-geojson

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

v1.0.0 2026-05-22 15:33 UTC

This package is auto-updated.

Last update: 2026-05-22 15:56:37 UTC


README

Extension for the Pulp library to handle GeoJSON data, providing tools for transformation, filtering, and conversion.

Features

  • Format Conversion:
    • Convert KML and KMZ files to GeoJSON.
    • Export GeoJSON data to CSV.
  • Geometry Manipulation:
    • Centroids: Simplify complex geometries to single points.
    • Splitting: Break down multi-geometries (MultiPolygon, MultiLineString, etc.) into individual features.
  • Filtering: Filter features based on property values or geometry types.
  • Coordinate Re-projection: Change the coordinate system of your GeoJSON data.

Requirements

  • PHP zip extension (optional): needed for extracting KMZ files through the PulpGeoJson::fromKml processor.