Skip to content

Commit be510a5

Browse files
committed
DOC: Updated to_cf output in example
1 parent fd75095 commit be510a5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/examples.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,20 @@ Converting CRS to a different format
108108
'crs_wkt': 'BOUNDCRS[SOURCECRS[PROJCRS["unknown",BASEGEOGCRS["unknown",DATUM["Unknown '
109109
...
110110
'difference",1,ID["EPSG",8611]]]]',
111-
'fase_easting': 0,
112-
'fase_northing': 0,
111+
'false_easting': 0.0,
112+
'false_northing': 0.0,
113113
'grid_mapping_name': 'oblique_mercator',
114-
'latitude_of_projection_origin': -36,
115-
'longitude_of_projection_origin': 147,
116-
'reference_ellipsoid_name': 'WGS84',
117-
'towgs84': [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
118-
'unit': 'm'}
114+
'horizontal_datum_name': 'Unknown based on WGS84 ellipsoid',
115+
'inverse_flattening': 298.257223563,
116+
'latitude_of_projection_origin': -36.0,
117+
'longitude_of_prime_meridian': 0.0,
118+
'longitude_of_projection_origin': 147.0,
119+
'prime_meridian_name': 'Greenwich',
120+
'reference_ellipsoid_name': 'WGS 84',
121+
'scale_factor_at_projection_origin': 1.0,
122+
'semi_major_axis': 6378137.0,
123+
'semi_minor_axis': 6356752.314245179,
124+
'towgs84': [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}
119125
120126
121127
Extracting attributes from CRS

0 commit comments

Comments
 (0)