You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRS is represented as a string value. Writer and reader implementations are
156
-
responsible for serializing and deserializing the CRS, respectively.
157
-
158
-
As a convention to maximize the interoperability, custom CRS values can be
159
-
specified by a string of the format `type:identifier`, where `type` is one of
160
-
the following values:
161
-
162
-
*`srid`: [Spatial reference identifier](https://en.wikipedia.org/wiki/Spatial_reference_system#Identifier), `identifier` is the SRID itself.
163
-
*`projjson`: [PROJJSON](https://proj.org/en/stable/specifications/projjson.html), `identifier` is the name of a table property or a file property where the projjson string is stored.
164
-
165
157
# Coordinate axis order
166
158
167
159
The axis order of the coordinates in WKB and bounding box stored in Parquet
0 commit comments