Module util

Module util 

Source
Expand description

Utility functions

Functionsยง

angular_unit_to_degrees
Convert an angular unit name to a multiplier to convert input units to degrees
axis_name_to_order
Convert common axis names to order number
get_prime_meridian
Returns the prime meridian in degrees for the given name. Falls back to 0.0 (greenwich) if the name is not found
linear_unit_to_meters
Convert a linear unit name to a multiplier to convert input units to meters
name_to_unit
Convert a parameter name to a unit
to_camel_case
Convert a string to camelCase
to_pascal_case
Convert a string to PascalCase