mapsight / pulp-concert
Specialized handlers for parsing Concert XML data (traffic, parking, etc.).
v1.0.0
2026-05-22 15:33 UTC
Requires
- php: ^8.2
- ext-dom: *
- ext-json: *
- ext-simplexml: *
- mapsight/pulp: *
- proj4php/proj4php: ^2.0
- symfony/polyfill-php83: ^1.37
- symfony/polyfill-php84: ^1.37
- symfony/polyfill-php85: ^1.37
Requires (Dev)
- mapsight/pulp-geojson: *
- mapsight/pulp-json: *
- mapsight/pulp-xml: *
- phpunit/phpunit: ^11.0
- roave/security-advisories: dev-latest
README
Extension for the Pulp library to parse and process Concert XML data.
Features
- Multi-domain Data Support:
- Traffic Data: Parse flow, speed, and other traffic-related metrics.
- Parking Data: Extract parking occupancy, availability, and status.
- Traffic Light Status: Monitor the status of traffic signals.
- Data Merging: Merge parsed data into GeoJSON or KML formats.
- Coordinate Projection: Handle coordinate system transformations for the parsed data.
- Flexible Handlers: Abstract classes provided for custom merging and projection logic.