Type Alias CoordinateTransformation
type CoordinateTransformation = {
accuracy?: number;
area?: string;
bbox?: BBox;
deprecated: boolean;
grids: CoordinateGrid[];
id: CoordinateId;
name: string;
reversible: boolean;
target_crs?: CoordinateId;
unit?: string;
usable: boolean;
}
accuracy?: number;
area?: string;
bbox?: BBox;
deprecated: boolean;
grids: CoordinateGrid[];
id: CoordinateId;
name: string;
reversible: boolean;
target_crs?: CoordinateId;
unit?: string;
usable: boolean;
}