Expand description
GeoJSON parsing and writing
Modules§
- detections
- GeoJSON parser for punctual & linear detections (T010).
Functions§
- parse_
gnss_ geojson - Parse GNSS positions from GeoJSON file
- parse_
gnss_ geojson_ str - In-memory variant of
parse_gnss_geojsonthat accepts the GeoJSON FeatureCollection text directly. No disk I/O is performed; required by the .NET bindings for database-backed callers (FR-012). - parse_
netrelations_ geojson - Parse netrelations from GeoJSON file
- parse_
network_ geojson - Parse railway network from GeoJSON file
- parse_
network_ geojson_ str - In-memory variant of
parse_network_geojsonthat accepts the GeoJSON FeatureCollection text directly. No disk I/O is performed; required by the .NET bindings for database-backed callers (FR-012). - parse_
trainpath_ geojson - Parse a [
TrainPath] from a GeoJSON FeatureCollection file. - write_
geojson - Write projected positions as GeoJSON FeatureCollection
- write_
network_ geojson - Write a railway network (netelements + netrelations) as a GeoJSON
FeatureCollection that round-trips through
parse_network_geojson_str. - write_
trainpath_ geojson - Write TrainPath as GeoJSON FeatureCollection