pub fn create(proj_string: &str) -> ProjResult<Pj>Expand description
Construct a Pj from a proj-string.
Handles both single operations and +proj=pipeline definitions. Pipelines
resolve a global ellipsoid (GRS80 by default) inherited by steps lacking an
explicit ellipsoid, and are driven with prepare/finalize bypassed so each
step does its own unit handling.