-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @huelar I don't pass CRS explicitly, because the GeoParquet specification has it covered and I follow the X/Y order of coordinates (lon/lat): https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md#column-metadata
|
Beta Was this translation helpful? Give feedback.
Hi @huelar
The
OGC:CRS84
andEPSG:4326
(WGS84
) are equivalent in value domains (degrees), but the order is changed (EPSG:4326 has latitude/longitude, and OGC:CRS84 has longitude/latitude).I don't pass CRS explicitly, because the GeoParquet specification has it covered and I follow the X/Y order of coordinates (lon/lat):
https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md#column-metadata