emkornfield commented on code in PR #572:
URL: https://github.com/apache/parquet-format/pull/572#discussion_r3350730952


##########
Geospatial.md:
##########
@@ -47,8 +47,8 @@ in the order of longitude/latitude based on the WGS84 datum.
 Non-default CRS values are specified by any string that uniquely identifies a 
coordinate reference system associated with this type.
 To maximize interoperability, suggested (but not limited to) formats for CRS 
are:
 * `<projjson>` - A complete CRS definition embedded directly using the 
[PROJJSON](https://proj.org/en/stable/specifications/projjson.html) 
specification. Example for `OGC:CRS83`: `{"$schema": 
"https://proj.org/schemas/v0.7/projjson.schema.json","type": 
"GeographicCRS","name": "NAD83 (CRS83)","datum": {"type": 
"GeodeticReferenceFrame"...`
-* `<authority>:<code>` - where `<authority>` represents some well known 
authorities, and `code` is the code used by the authority to identify the CRS. 
Examples are - `OGC:CRS84`, `OGC:CRS83`, `OGC:CRS27`, `EPSG:4326`, `EPSG:3857`, 
`IGNF:ATI`. See [https://spatialreference.org/](https://spatialreference.org/) 
for definitions of coordinate reference systems provided by some well known 
authorities.
-* `srid:<identifier>` -  A reference using a [Spatial reference identifier 
(SRID)](https://en.wikipedia.org/wiki/Spatial_reference_system#Identifier), 
where <identifier> is the numeric SRID value. For example: `SRID:0`. 
+* `<authority>:<code>` - where `<authority>` represents some well-known 
authorities, and `code` is the code used by the authority to identify the CRS. 
Examples are - `OGC:CRS84`, `OGC:CRS83`, `OGC:CRS27`, `EPSG:4326`, `EPSG:3857`, 
`IGNF:ATI`. See [https://spatialreference.org/](https://spatialreference.org/) 
for definitions of coordinate reference systems provided by some well-known 
authorities.
+* `srid:<identifier>` -  A reference using a [Spatial reference identifier 
(SRID)](https://en.wikipedia.org/wiki/Spatial_reference_system#Identifier), 
where <identifier> is the numeric SRID value. For example: `srid:0`.

Review Comment:
   not sure here whether this is expected to be upper-cased or lower cased.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to