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

Transparency log

Statistics

Installs: 10

Dependents: 1

Suggesters: 0

Stars: 0

v1.0.3 2026-06-26 18:33 UTC

This package is auto-updated.

Last update: 2026-06-27 09:09:12 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.