Skip to main content

parse_gnss_geojson_str

Function parse_gnss_geojson_str 

Source
pub fn parse_gnss_geojson_str(
    geojson_str: &str,
    crs: &str,
) -> Result<Vec<GnssPosition>, ProjectionError>
Expand description

In-memory variant of parse_gnss_geojson that accepts the GeoJSON FeatureCollection text directly. No disk I/O is performed; required by the .NET bindings for database-backed callers (FR-012).